mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[translations] Fixed wrong German search category labels in the interface
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -109,11 +109,11 @@
|
||||
<!-- Search category for fuel stations; any changes should be duplicated in categories.txt @category_fuel! -->
|
||||
<string name="category_fuel">Tankstelle</string>
|
||||
<!-- Search category for parking lots; any changes should be duplicated in categories.txt @category_parking! -->
|
||||
<string name="category_parking">Parkplätze|Parkplatz|Stellplatz</string>
|
||||
<string name="category_parking">Parkplätze</string>
|
||||
<!-- Search category for malls/clothes/shoes/gifts/jewellery/sport shops; any changes should be duplicated in categories.txt @category_shopping! -->
|
||||
<string name="category_shopping">Shopping</string>
|
||||
<!-- Search category for second_hand/charity/antique/auction shops; any changes should be duplicated in categories.txt @category_secondhand! -->
|
||||
<string name="category_secondhand">Second-hand|Gebrauchte Artikel|Gebrauchte Ware</string>
|
||||
<string name="category_secondhand">Second-hand</string>
|
||||
<!-- Search category for places to stay; any changes should be duplicated in categories.txt @category_hotel! -->
|
||||
<string name="category_hotel">Hotel</string>
|
||||
<!-- Search category sight seeings and touristic attractions; any changes should be duplicated in categories.txt @category_tourism! -->
|
||||
|
||||
@@ -99,13 +99,13 @@
|
||||
"category_fuel" = "Tankstelle";
|
||||
|
||||
/* Search category for parking lots; any changes should be duplicated in categories.txt @category_parking! */
|
||||
"category_parking" = "Parkplätze|Parkplatz|Stellplatz";
|
||||
"category_parking" = "Parkplätze";
|
||||
|
||||
/* Search category for malls/clothes/shoes/gifts/jewellery/sport shops; any changes should be duplicated in categories.txt @category_shopping! */
|
||||
"category_shopping" = "Shopping";
|
||||
|
||||
/* Search category for second_hand/charity/antique/auction shops; any changes should be duplicated in categories.txt @category_secondhand! */
|
||||
"category_secondhand" = "Second-hand|Gebrauchte Artikel|Gebrauchte Ware";
|
||||
"category_secondhand" = "Second-hand";
|
||||
|
||||
/* Search category for places to stay; any changes should be duplicated in categories.txt @category_hotel! */
|
||||
"category_hotel" = "Hotel";
|
||||
|
||||
Reference in New Issue
Block a user