Translation reset, remove 'unknown' option
This commit is contained in:
parent
bfbd5a578a
commit
195e9b140f
14 changed files with 564 additions and 512 deletions
|
@ -105,13 +105,6 @@
|
|||
"de": "Zugang nur für Berechtigte",
|
||||
"en": "Access only for authorized"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=unknown",
|
||||
"then": {
|
||||
"de": "unbekannt",
|
||||
"en": "Unknown"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -814,6 +814,72 @@
|
|||
"render": "Hindernis"
|
||||
}
|
||||
},
|
||||
"bbq": {
|
||||
"description": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
|
||||
"name": "Grillstelle",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
|
||||
"title": "Grillstelle"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Öffentlich"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kein Zugang"
|
||||
},
|
||||
"2": {
|
||||
"then": "Privat"
|
||||
},
|
||||
"3": {
|
||||
"then": "Zugang bis auf Widerruf"
|
||||
},
|
||||
"4": {
|
||||
"then": "Zugang nur für Kunden"
|
||||
},
|
||||
"5": {
|
||||
"then": "Zugang nur für Berechtigte"
|
||||
}
|
||||
},
|
||||
"question": "Was ist der erlaubte Zugang?"
|
||||
},
|
||||
"covered": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Grillstelle ist nicht überdacht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Grillstelle ist überdacht"
|
||||
}
|
||||
},
|
||||
"question": "Ist die Grillstelle überdacht?"
|
||||
},
|
||||
"fuel": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Holz"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kohle"
|
||||
},
|
||||
"2": {
|
||||
"then": "Elektronisch"
|
||||
},
|
||||
"3": {
|
||||
"then": "Gas"
|
||||
}
|
||||
},
|
||||
"question": "Mit was wird die Grillstelle angefeuert?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Grillstelle"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"description": "Diese Karte stellt Sitzbänke aus Holz, Metall, Stein, … dar und stellt ein paar Fragen, um weitere Informationen zu ergänzen.",
|
||||
"filter": {
|
||||
|
@ -4003,18 +4069,9 @@
|
|||
"render": "<a href='#{_closest_other_drinking_water_id}'>Eine weitere Trinkwasserstelle befindet sich in {_closest_other_drinking_water_distance} Meter</a>"
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Trinkwasserstelle ist ganzjährig in Betrieb"
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Trinkwasserstelle ist nur im Sommer in Betrieb"
|
||||
},
|
||||
"2": {
|
||||
"then": "Die Trinkwasserstelle ist im Winter nicht in Betrieb"
|
||||
}
|
||||
},
|
||||
"question": "Ist die Trinkwasserstelle ganzjährig in Betrieb?"
|
||||
"override": {
|
||||
"question": "Ist die Trinkwasserstelle ganzjährig in Betrieb?"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
|
@ -4615,6 +4672,44 @@
|
|||
"render": "Feuerwache"
|
||||
}
|
||||
},
|
||||
"firepit": {
|
||||
"description": "Eine Stelle im Freien zum Feuermachen, typischerweise öffentlich zugänglich.",
|
||||
"name": "Feuerstelle",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Eine Stelle im Freien zum Feuermachen, typischerweise öffentlich zugänglich.",
|
||||
"title": "Feuerstelle"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Öffentlich"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kein Zugang"
|
||||
},
|
||||
"2": {
|
||||
"then": "Privat"
|
||||
},
|
||||
"3": {
|
||||
"then": "Zugang bis auf Widerruf"
|
||||
},
|
||||
"4": {
|
||||
"then": "Zugang nur für Kunden"
|
||||
},
|
||||
"5": {
|
||||
"then": "Zugang nur für Berechtigte"
|
||||
}
|
||||
},
|
||||
"question": "Was ist der erlaubte Zugang?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Feuerstelle"
|
||||
}
|
||||
},
|
||||
"fitness_centre": {
|
||||
"description": "Ebene mit Fitnessstudios",
|
||||
"name": "Fitnessstudios",
|
||||
|
@ -8041,6 +8136,19 @@
|
|||
"repeated": {
|
||||
"render": "Mehrere identische Objekte können in Geschossen {repeat_on} gefunden werden."
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ganzjährig in Betrieb"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nur im Sommer in Betrieb"
|
||||
},
|
||||
"2": {
|
||||
"then": "Im Winter nicht in Betrieb"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -814,6 +814,72 @@
|
|||
"render": "Barrier"
|
||||
}
|
||||
},
|
||||
"bbq": {
|
||||
"description": "A permanently installed barbecue, typically accessible to the public.",
|
||||
"name": "BBQ",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A permanently installed barbecue, typically accessible to the public.",
|
||||
"title": "BBQ"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Public"
|
||||
},
|
||||
"1": {
|
||||
"then": "No access"
|
||||
},
|
||||
"2": {
|
||||
"then": "Private"
|
||||
},
|
||||
"3": {
|
||||
"then": "Access until revoked"
|
||||
},
|
||||
"4": {
|
||||
"then": "Access only for customers"
|
||||
},
|
||||
"5": {
|
||||
"then": "Access only for authorized persons"
|
||||
}
|
||||
},
|
||||
"question": "What is the permitted access?"
|
||||
},
|
||||
"covered": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The grill is not covered"
|
||||
},
|
||||
"1": {
|
||||
"then": "The grill is covered"
|
||||
}
|
||||
},
|
||||
"question": "Is the grill covered?"
|
||||
},
|
||||
"fuel": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Wood"
|
||||
},
|
||||
"1": {
|
||||
"then": "Charcoal"
|
||||
},
|
||||
"2": {
|
||||
"then": "Electric"
|
||||
},
|
||||
"3": {
|
||||
"then": "Gas"
|
||||
}
|
||||
},
|
||||
"question": "How ist the grill fueled?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "BBQ"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"description": "A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.",
|
||||
"filter": {
|
||||
|
@ -1120,6 +1186,9 @@
|
|||
},
|
||||
"7": {
|
||||
"then": "Bike helmets can be rented here"
|
||||
},
|
||||
"8": {
|
||||
"then": "Cargo bikes can be rented here"
|
||||
}
|
||||
},
|
||||
"question": "What kind of bicycles and accessories are rented here?",
|
||||
|
@ -4003,18 +4072,9 @@
|
|||
"render": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meters</a>"
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This drinking water point is available all around the year"
|
||||
},
|
||||
"1": {
|
||||
"then": "This drinking water point is only available in summer"
|
||||
},
|
||||
"2": {
|
||||
"then": "This drinking water point is closed during the winter"
|
||||
}
|
||||
},
|
||||
"question": "Is this drinking water point available all year round?"
|
||||
"override": {
|
||||
"question": "Is this drinking water point available all year round?"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
|
@ -4615,6 +4675,49 @@
|
|||
"render": "Fire Station"
|
||||
}
|
||||
},
|
||||
"firepit": {
|
||||
"description": "An outdoor place to make a fire, typically open to the public.",
|
||||
"name": "Firepitd",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "An outdoor place to make a fire, typically open to the public.",
|
||||
"title": "Firepit"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Public"
|
||||
},
|
||||
"1": {
|
||||
"then": "No access"
|
||||
},
|
||||
"2": {
|
||||
"then": "Private"
|
||||
},
|
||||
"3": {
|
||||
"then": "Access until revoked"
|
||||
},
|
||||
"4": {
|
||||
"then": "Access only for customers"
|
||||
},
|
||||
"5": {
|
||||
"then": "Access only for authorized"
|
||||
}
|
||||
},
|
||||
"question": "What is the permitted access?"
|
||||
},
|
||||
"seasonal": {
|
||||
"override": {
|
||||
"question": "Is the firepit available all around the year?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Firepit"
|
||||
}
|
||||
},
|
||||
"fitness_centre": {
|
||||
"description": "Layer showing fitness centres",
|
||||
"name": "Fitness Centres",
|
||||
|
@ -8041,6 +8144,20 @@
|
|||
"repeated": {
|
||||
"render": "Multiple, identical objects can be found on floors {repeat_on}."
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Available all around the year"
|
||||
},
|
||||
"1": {
|
||||
"then": "Only available in summer"
|
||||
},
|
||||
"2": {
|
||||
"then": "Closed during the winter"
|
||||
}
|
||||
},
|
||||
"question": "Is {title()} available all around the year?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -8597,6 +8714,39 @@
|
|||
},
|
||||
"question": "Which genders can enroll at this school?"
|
||||
},
|
||||
"pedagogy": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This school does not use a specific pedagogy"
|
||||
},
|
||||
"1": {
|
||||
"then": "This school uses the Montessori method of education"
|
||||
},
|
||||
"2": {
|
||||
"then": "This school is associated with the Freinet Modern School Movement"
|
||||
},
|
||||
"3": {
|
||||
"then": "This school uses the Jenaplan teaching concept"
|
||||
},
|
||||
"4": {
|
||||
"then": "This school uses the Steiner/Waldorf educational philosophy"
|
||||
},
|
||||
"5": {
|
||||
"then": "This school uses the Dalton plan teaching concept"
|
||||
},
|
||||
"6": {
|
||||
"then": "This school uses outdoor learning"
|
||||
},
|
||||
"7": {
|
||||
"then": "This school uses the Reggio Emilia approach"
|
||||
},
|
||||
"8": {
|
||||
"then": "This school uses the Sudbury system"
|
||||
}
|
||||
},
|
||||
"question": "What educational theory is applied on this school?",
|
||||
"render": "This school uses {pedagogy}"
|
||||
},
|
||||
"school-language": {
|
||||
"render": {
|
||||
"special": {
|
||||
|
|
|
@ -35,23 +35,6 @@
|
|||
"1": {
|
||||
"title": "un panneau à affiches scellé au sol"
|
||||
},
|
||||
"10": {
|
||||
"description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
|
||||
"title": "une bâche"
|
||||
},
|
||||
"11": {
|
||||
"title": "un totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
|
||||
"title": "une enseigne"
|
||||
},
|
||||
"13": {
|
||||
"title": "une sculpture"
|
||||
},
|
||||
"14": {
|
||||
"title": "une peinture murale"
|
||||
},
|
||||
"2": {
|
||||
"title": "un panneau à affiches monté sur un mur"
|
||||
},
|
||||
|
@ -77,6 +60,23 @@
|
|||
},
|
||||
"9": {
|
||||
"title": "un écran fixé sur un abri de transport"
|
||||
},
|
||||
"10": {
|
||||
"description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
|
||||
"title": "une bâche"
|
||||
},
|
||||
"11": {
|
||||
"title": "un totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
|
||||
"title": "une enseigne"
|
||||
},
|
||||
"13": {
|
||||
"title": "une sculpture"
|
||||
},
|
||||
"14": {
|
||||
"title": "une peinture murale"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -168,9 +168,6 @@
|
|||
"1": {
|
||||
"then": "C'est un petit panneau"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une peinture murale"
|
||||
},
|
||||
"2": {
|
||||
"then": "C'est une colonne"
|
||||
},
|
||||
|
@ -194,6 +191,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "C'est un totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une peinture murale"
|
||||
}
|
||||
},
|
||||
"question": "De quel type de dispositif publicitaire s'agit-il ?",
|
||||
|
@ -205,9 +205,6 @@
|
|||
"1": {
|
||||
"then": "Petit panneau"
|
||||
},
|
||||
"10": {
|
||||
"then": "Peinture murale"
|
||||
},
|
||||
"3": {
|
||||
"then": "Colonne"
|
||||
},
|
||||
|
@ -228,6 +225,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Peinture murale"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -358,15 +358,6 @@
|
|||
"1": {
|
||||
"then": "Peinture murale"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (faïence latine)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Carrelage"
|
||||
},
|
||||
"12": {
|
||||
"then": "Sculpture sur bois"
|
||||
},
|
||||
"2": {
|
||||
"then": "Peinture"
|
||||
},
|
||||
|
@ -390,6 +381,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (faïence latine)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Carrelage"
|
||||
},
|
||||
"12": {
|
||||
"then": "Sculpture sur bois"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le type de cette œuvre d'art ?",
|
||||
|
@ -2506,15 +2506,6 @@
|
|||
"1": {
|
||||
"then": "Cette piste cyclable est goudronée"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette piste cyclable est asphaltée"
|
||||
},
|
||||
|
@ -2538,6 +2529,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Cette piste cyclable est faite en graviers"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
}
|
||||
},
|
||||
"question": "De quoi est faite la surface de la piste cyclable ?",
|
||||
|
@ -2586,15 +2586,6 @@
|
|||
"1": {
|
||||
"then": "Cette piste cyclable est pavée"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette piste cyclable est asphaltée"
|
||||
},
|
||||
|
@ -2618,6 +2609,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Cette piste cyclable est faite en graviers"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
}
|
||||
},
|
||||
"question": "De quel materiel est faite cette rue ?",
|
||||
|
@ -3467,21 +3467,6 @@
|
|||
"1": {
|
||||
"then": "C'est une friterie"
|
||||
},
|
||||
"10": {
|
||||
"then": "Des plats chinois sont servis ici"
|
||||
},
|
||||
"11": {
|
||||
"then": "Des plats grecs sont servis ici"
|
||||
},
|
||||
"12": {
|
||||
"then": "Des plats indiens sont servis ici"
|
||||
},
|
||||
"13": {
|
||||
"then": "Des plats turcs sont servis ici"
|
||||
},
|
||||
"14": {
|
||||
"then": "Des plats thaïlandais sont servis ici"
|
||||
},
|
||||
"2": {
|
||||
"then": "Restaurant Italien"
|
||||
},
|
||||
|
@ -3505,6 +3490,21 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Des plats français sont servis ici"
|
||||
},
|
||||
"10": {
|
||||
"then": "Des plats chinois sont servis ici"
|
||||
},
|
||||
"11": {
|
||||
"then": "Des plats grecs sont servis ici"
|
||||
},
|
||||
"12": {
|
||||
"then": "Des plats indiens sont servis ici"
|
||||
},
|
||||
"13": {
|
||||
"then": "Des plats turcs sont servis ici"
|
||||
},
|
||||
"14": {
|
||||
"then": "Des plats thaïlandais sont servis ici"
|
||||
}
|
||||
},
|
||||
"question": "Quelle type de nourriture est servie ici ?",
|
||||
|
@ -3898,11 +3898,11 @@
|
|||
},
|
||||
"room-type": {
|
||||
"mappings": {
|
||||
"14": {
|
||||
"then": "C'est un bureau"
|
||||
},
|
||||
"4": {
|
||||
"then": "C'est une salle de classe"
|
||||
},
|
||||
"14": {
|
||||
"then": "C'est un bureau"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4183,18 +4183,6 @@
|
|||
"1": {
|
||||
"then": "C'est une plaque"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une croix"
|
||||
},
|
||||
"11": {
|
||||
"then": "C'est une plaque bleue (spécifique aux pays anglo-saxons)"
|
||||
},
|
||||
"12": {
|
||||
"then": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial"
|
||||
},
|
||||
"13": {
|
||||
"then": "C'est un arbre du souvenir"
|
||||
},
|
||||
"2": {
|
||||
"then": "C'est un banc commémoratif"
|
||||
},
|
||||
|
@ -4218,6 +4206,18 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "C'est un obélisque"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une croix"
|
||||
},
|
||||
"11": {
|
||||
"then": "C'est une plaque bleue (spécifique aux pays anglo-saxons)"
|
||||
},
|
||||
"12": {
|
||||
"then": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial"
|
||||
},
|
||||
"13": {
|
||||
"then": "C'est un arbre du souvenir"
|
||||
}
|
||||
},
|
||||
"question": "C'est un mémorial de guerre",
|
||||
|
@ -4355,13 +4355,6 @@
|
|||
},
|
||||
"note": {
|
||||
"filter": {
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Toutes les notes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -4424,7 +4417,6 @@
|
|||
"question": "Toutes les notes"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
"name": "Notes OpenStreetMap",
|
||||
|
@ -5400,6 +5392,30 @@
|
|||
"1": {
|
||||
"question": "Recyclage de piles et batteries domestiques"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recyclage d'emballage de boissons"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recyclage de boites de conserve et de canettes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recyclage de vêtements"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recyclage des huiles de friture"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recyclage des huiles de moteur"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recyclage des lampes fluorescentes"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recyclage des déchets verts"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recyclage des bouteilles en verre et des bocaux"
|
||||
},
|
||||
"10": {
|
||||
"question": "Recyclage de tout type de verre"
|
||||
},
|
||||
|
@ -5430,35 +5446,11 @@
|
|||
"19": {
|
||||
"question": "Recyclage des autres déchets"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recyclage d'emballage de boissons"
|
||||
},
|
||||
"20": {
|
||||
"question": "Recyclage des cartouches d'imprimante"
|
||||
},
|
||||
"21": {
|
||||
"question": "Recyclage des vélos"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recyclage de boites de conserve et de canettes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recyclage de vêtements"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recyclage des huiles de friture"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recyclage des huiles de moteur"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recyclage des lampes fluorescentes"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recyclage des déchets verts"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recyclage des bouteilles en verre et des bocaux"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -5521,6 +5513,30 @@
|
|||
"1": {
|
||||
"then": "Les briques alimentaires en carton peuvent être recyclées ici"
|
||||
},
|
||||
"2": {
|
||||
"then": "Les boites de conserve et canettes peuvent être recyclées ici"
|
||||
},
|
||||
"3": {
|
||||
"then": "Les vêtements peuvent être recyclés ici"
|
||||
},
|
||||
"4": {
|
||||
"then": "Les huiles de friture peuvent être recyclées ici"
|
||||
},
|
||||
"5": {
|
||||
"then": "Les huiles de moteur peuvent être recyclées ici"
|
||||
},
|
||||
"6": {
|
||||
"then": "Les lampes fluorescentes peuvent être recyclées ici"
|
||||
},
|
||||
"7": {
|
||||
"then": "Les déchets verts peuvent être recyclés ici"
|
||||
},
|
||||
"8": {
|
||||
"then": "Les déchets organiques peuvent être recyclés ici"
|
||||
},
|
||||
"9": {
|
||||
"then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tout type de verre peut être recyclé ici"
|
||||
},
|
||||
|
@ -5548,9 +5564,6 @@
|
|||
"19": {
|
||||
"then": "La ferraille peut être recyclée ici"
|
||||
},
|
||||
"2": {
|
||||
"then": "Les boites de conserve et canettes peuvent être recyclées ici"
|
||||
},
|
||||
"20": {
|
||||
"then": "Les chaussures peuvent être recyclées ici"
|
||||
},
|
||||
|
@ -5568,27 +5581,6 @@
|
|||
},
|
||||
"25": {
|
||||
"then": "Les vélos peuvent être recyclés ici"
|
||||
},
|
||||
"3": {
|
||||
"then": "Les vêtements peuvent être recyclés ici"
|
||||
},
|
||||
"4": {
|
||||
"then": "Les huiles de friture peuvent être recyclées ici"
|
||||
},
|
||||
"5": {
|
||||
"then": "Les huiles de moteur peuvent être recyclées ici"
|
||||
},
|
||||
"6": {
|
||||
"then": "Les lampes fluorescentes peuvent être recyclées ici"
|
||||
},
|
||||
"7": {
|
||||
"then": "Les déchets verts peuvent être recyclés ici"
|
||||
},
|
||||
"8": {
|
||||
"then": "Les déchets organiques peuvent être recyclés ici"
|
||||
},
|
||||
"9": {
|
||||
"then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
|
||||
}
|
||||
},
|
||||
"question": "Que peut-on recycler ici ?"
|
||||
|
@ -7037,27 +7029,6 @@
|
|||
"1": {
|
||||
"question": "Vente de boissons"
|
||||
},
|
||||
"10": {
|
||||
"question": "Vente de lait"
|
||||
},
|
||||
"11": {
|
||||
"question": "Vente de pain"
|
||||
},
|
||||
"12": {
|
||||
"question": "Vente d'œufs"
|
||||
},
|
||||
"13": {
|
||||
"question": "Vente de fromage"
|
||||
},
|
||||
"14": {
|
||||
"question": "Vente de miel"
|
||||
},
|
||||
"15": {
|
||||
"question": "Vente de pommes de terre"
|
||||
},
|
||||
"19": {
|
||||
"question": "Vente de fleurs"
|
||||
},
|
||||
"2": {
|
||||
"question": "Ventre de confiseries"
|
||||
},
|
||||
|
@ -7081,6 +7052,27 @@
|
|||
},
|
||||
"9": {
|
||||
"question": "Vente de chambres à air pour vélo"
|
||||
},
|
||||
"10": {
|
||||
"question": "Vente de lait"
|
||||
},
|
||||
"11": {
|
||||
"question": "Vente de pain"
|
||||
},
|
||||
"12": {
|
||||
"question": "Vente d'œufs"
|
||||
},
|
||||
"13": {
|
||||
"question": "Vente de fromage"
|
||||
},
|
||||
"14": {
|
||||
"question": "Vente de miel"
|
||||
},
|
||||
"15": {
|
||||
"question": "Vente de pommes de terre"
|
||||
},
|
||||
"19": {
|
||||
"question": "Vente de fleurs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7138,24 +7130,6 @@
|
|||
"1": {
|
||||
"then": "Vent des confiseries"
|
||||
},
|
||||
"10": {
|
||||
"then": "Vent du pain"
|
||||
},
|
||||
"11": {
|
||||
"then": "Vent des œufs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Vent du fromage"
|
||||
},
|
||||
"13": {
|
||||
"then": "Vent du miel"
|
||||
},
|
||||
"14": {
|
||||
"then": "Vent des pommes de terre"
|
||||
},
|
||||
"18": {
|
||||
"then": "Vent des fleurs"
|
||||
},
|
||||
"2": {
|
||||
"then": "Vent de la nourriture"
|
||||
},
|
||||
|
@ -7179,6 +7153,24 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Vent du lait"
|
||||
},
|
||||
"10": {
|
||||
"then": "Vent du pain"
|
||||
},
|
||||
"11": {
|
||||
"then": "Vent des œufs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Vent du fromage"
|
||||
},
|
||||
"13": {
|
||||
"then": "Vent du miel"
|
||||
},
|
||||
"14": {
|
||||
"then": "Vent des pommes de terre"
|
||||
},
|
||||
"18": {
|
||||
"then": "Vent des fleurs"
|
||||
}
|
||||
},
|
||||
"question": "Que vent ce distributeur ?",
|
||||
|
|
|
@ -836,6 +836,9 @@
|
|||
},
|
||||
"7": {
|
||||
"then": "Fietshelmen kunnen hier gehuurd worden"
|
||||
},
|
||||
"8": {
|
||||
"then": "Bakfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort fietsen en fietstoebehoren worden hier verhuurd?",
|
||||
|
@ -3640,18 +3643,9 @@
|
|||
"render": "<a href='#{_closest_other_drinking_water_id}'>Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter</a>"
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit drinkwaterpunt is heel het jaar door beschikbaar"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit drinkwaterpunt is enkel in de zomer beschikbaar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit drinkwaterpunt is gesloten in de winter"
|
||||
}
|
||||
},
|
||||
"question": "Is dit drinkwaterpunt heel het jaar door beschikbaar?"
|
||||
"override": {
|
||||
"question": "Is dit drinkwaterpunt heel het jaar door beschikbaar?"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
|
@ -4041,6 +4035,15 @@
|
|||
"render": "Brandweerstation"
|
||||
}
|
||||
},
|
||||
"firepit": {
|
||||
"tagRenderings": {
|
||||
"seasonal": {
|
||||
"override": {
|
||||
"question": "Is deze kampvuurplaats heel het jaar door beschikbaar?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"fitness_centre": {
|
||||
"description": "Laag die fitnesscentra toon",
|
||||
"name": "Fitnesscentra",
|
||||
|
@ -6674,6 +6677,20 @@
|
|||
"repeated": {
|
||||
"render": "Er zijn verschillende, identieke objecten op verdiepingen {repeat_on}."
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Heel het jaar door beschikbaar"
|
||||
},
|
||||
"1": {
|
||||
"then": "Enkel in de zomer beschikbaar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Gesloten in de winter"
|
||||
}
|
||||
},
|
||||
"question": "Is {title()} heel het jaar beschikbaar?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -56,12 +56,6 @@
|
|||
"1": {
|
||||
"then": "壁畫"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (西班牙雕塑作品名稱)"
|
||||
},
|
||||
"11": {
|
||||
"then": "瓷磚"
|
||||
},
|
||||
"2": {
|
||||
"then": "繪畫"
|
||||
},
|
||||
|
@ -85,6 +79,12 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "寬慰"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (西班牙雕塑作品名稱)"
|
||||
},
|
||||
"11": {
|
||||
"then": "瓷磚"
|
||||
}
|
||||
},
|
||||
"question": "這是什麼類型的藝術品?",
|
||||
|
|
|
@ -724,69 +724,6 @@
|
|||
"lighthouses": {
|
||||
"title": "Fyrtårne"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Dette kort viser alle ændringer foretaget med MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Vis alle MapComplete-ændringer",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Temanavn indeholder {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Temanavn indeholder <b>ikke</b> {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Lavet af bidragsyder {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Ikke</b> lavet af bidragsyder {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Lavet før {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Lavet efter {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Hvilke bidragsydere lavede denne ændring?",
|
||||
"render": "Ændring lavet af <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"version": {
|
||||
"render": "Lavet med {editor}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Vis ændringer lavet med MapComplete",
|
||||
"title": "Ændringer lavet med MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Tema, der viser MapRoulette-opgaver, så du kan søge, filtrere og rette dem.",
|
||||
"title": "KortRoulette-opgaver"
|
||||
|
|
|
@ -780,6 +780,10 @@
|
|||
"shortDescription": "Diese Karte zeigt Fassadengärten mit Bildern und Details zu Ausrichtung, Sonneneinstrahlung und Pflanzen.",
|
||||
"title": "Fassadengärten"
|
||||
},
|
||||
"fireplace": {
|
||||
"description": "Outdoor place to make a fire or a fixed barbecue in an official place.",
|
||||
"title": "Feuerstellen und Grillstellen"
|
||||
},
|
||||
"food": {
|
||||
"description": "Restaurants und Schnellimbisse",
|
||||
"title": "Restaurants und Schnellimbisse"
|
||||
|
@ -979,133 +983,6 @@
|
|||
"description": "Leuchttürme sind hohe Gebäude mit einem Licht an der Spitze, das den Schiffsverkehr leitet.",
|
||||
"title": "Leuchttürme"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Alle MapComplete-Änderungen anzeigen",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themenname enthält {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themename enthält <b>not</b> {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt vom Mitwirkenden {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Nicht</b> erstellt von Mitwirkendem {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt vor {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt nach {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Benutzersprache (ISO-Code) {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt mit Host {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Änderungssatz hat mindestens ein Bild hinzugefügt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"9": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "GRB-Thema ausschließen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Etymologie-Thema ausschließen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Zentrum der Änderungssätze",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Welcher Mitwirkende hat diese Änderung vorgenommen?",
|
||||
"render": "Änderung vorgenommen von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "Über welchen Host (Webseite) wurde diese Änderung vorgenommen?",
|
||||
"render": "Änderung über <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "In welcher Benutzersprache wurde die Änderung vorgenommen?",
|
||||
"render": "Benutzersprache {locale}"
|
||||
},
|
||||
"show_changeset_id": {
|
||||
"render": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
},
|
||||
"theme-id": {
|
||||
"question": "Welches Thema wurde für die Änderung verwendet?",
|
||||
"render": "Geändert mit Thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
},
|
||||
"version": {
|
||||
"question": "Mit welcher MapComplete Version wurde die Änderung vorgenommen?",
|
||||
"render": "Erstellt mit {editor}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Änderungssatz für {theme}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"render": "Weitere Statistiken gibt es <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Änderungen von MapComplete anzeigen",
|
||||
"title": "Änderungen mit MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
|
||||
"title": "MapRoulette-Aufgaben"
|
||||
|
|
|
@ -780,6 +780,10 @@
|
|||
"shortDescription": "This map shows facade gardens with pictures and useful info about orientation, sunshine and plant types.",
|
||||
"title": "Facade gardens"
|
||||
},
|
||||
"fireplace": {
|
||||
"description": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
||||
"title": "Fireplaces and BBQ"
|
||||
},
|
||||
"food": {
|
||||
"description": "Restaurants and fast food",
|
||||
"title": "Restaurants and fast food"
|
||||
|
|
|
@ -956,33 +956,6 @@
|
|||
"onwheels": {
|
||||
"description": "En este mapa se muestran los lugares accesibles al público en silla de ruedas, que pueden añadirse fácilmente",
|
||||
"layers": {
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Estadísticas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Importar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Añadir todas las etiquetas sugeridas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"override": {
|
||||
"filter": {
|
||||
|
@ -1025,6 +998,33 @@
|
|||
"override": {
|
||||
"name": "Plazas de aparcamiento para discapacitados"
|
||||
}
|
||||
},
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Estadísticas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Importar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Añadir todas las etiquetas sugeridas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Sobre ruedas"
|
||||
|
@ -1240,6 +1240,10 @@
|
|||
"stations": {
|
||||
"description": "Ver, editar y añadir detalles a una estación de tren",
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "Capa que muestra las estaciones de tren",
|
||||
"name": "Estación de Tren"
|
||||
},
|
||||
"16": {
|
||||
"description": "Pantallas que muestran los trenes que saldrán de esta estación",
|
||||
"name": "Tableros de salidas",
|
||||
|
@ -1271,10 +1275,6 @@
|
|||
"title": {
|
||||
"render": "Tablero de salidas"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "Capa que muestra las estaciones de tren",
|
||||
"name": "Estación de Tren"
|
||||
}
|
||||
},
|
||||
"title": "Estaciones de tren"
|
||||
|
|
|
@ -833,9 +833,6 @@
|
|||
},
|
||||
"title": "Ressauts et traversées"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"title": "Modifications faites avec MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thème MapRoulette permettant d’afficher, rechercher, filtrer et résoudre les tâches.",
|
||||
"title": "Tâches MapRoulette"
|
||||
|
@ -871,33 +868,6 @@
|
|||
"onwheels": {
|
||||
"description": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes",
|
||||
"layers": {
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistiques"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Importation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Ajouter tous les attributs suggérés"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"override": {
|
||||
"filter": {
|
||||
|
@ -940,6 +910,33 @@
|
|||
"override": {
|
||||
"name": "Places de stationnement pour personnes handicapées"
|
||||
}
|
||||
},
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistiques"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Importation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Ajouter tous les attributs suggérés"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "OnWheels"
|
||||
|
@ -1103,6 +1100,10 @@
|
|||
"stations": {
|
||||
"description": "Voir, modifier et ajouter des détails à une gare ferroviaire",
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "Couche montrant les gares",
|
||||
"name": "Gares ferroviaires"
|
||||
},
|
||||
"16": {
|
||||
"description": "Panneau affichant les trains au départ depuis cette gare",
|
||||
"name": "Panneaux des départs",
|
||||
|
@ -1134,10 +1135,6 @@
|
|||
"title": {
|
||||
"render": "Tableau des départs"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "Couche montrant les gares",
|
||||
"name": "Gares ferroviaires"
|
||||
}
|
||||
},
|
||||
"title": "Gares ferroviaires"
|
||||
|
|
|
@ -855,22 +855,6 @@
|
|||
},
|
||||
"title": "Krawężniki i przejścia"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Ta mapa pokazuje wszystkie zmiany wprowadzone za pomocą MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nazwa tematu zawiera {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Temat pokazujący zadania MapRoulette, umożliwiający ich wyszukiwanie, filtrowanie i naprawianie.",
|
||||
"title": "Zadania MapRoulette"
|
||||
|
|
|
@ -421,13 +421,6 @@
|
|||
"indoors": {
|
||||
"title": "室內"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "變更集中心"
|
||||
}
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"title": "MapRoulette 任務"
|
||||
},
|
||||
|
@ -597,6 +590,10 @@
|
|||
},
|
||||
"stations": {
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "顯示火車站的圖層",
|
||||
"name": "火車站"
|
||||
},
|
||||
"16": {
|
||||
"name": "出發板",
|
||||
"presets": {
|
||||
|
@ -617,10 +614,6 @@
|
|||
"title": {
|
||||
"render": "時刻表"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "顯示火車站的圖層",
|
||||
"name": "火車站"
|
||||
}
|
||||
},
|
||||
"title": "火車站"
|
||||
|
|
Loading…
Reference in a new issue