diff --git a/assets/layers/bike_parking/bike_parking.json b/assets/layers/bike_parking/bike_parking.json index 37140f33b..b44bfed6c 100644 --- a/assets/layers/bike_parking/bike_parking.json +++ b/assets/layers/bike_parking/bike_parking.json @@ -492,24 +492,24 @@ "hideInAnswer": true } ], - "id": "Underground?" + "id": "location" }, { "question": { - "en": "Is this parking covered? Also select \"covered\" for indoor parkings.", - "nl": "Is deze parking overdekt? Selecteer ook \"overdekt\" voor fietsparkings binnen een gebouw.", - "gl": "Este aparcadoiro está cuberto? Tamén escolle \"cuberto\" para aparcadoiros interiores.", - "de": "Ist der Parkplatz überdacht? Wählen Sie auch \"überdacht\" für Parkplätze in Innenräumen.", - "fr": "Ce parking est-il couvert ? Sélectionnez aussi \"couvert\" pour les parkings en intérieur.", - "hu": "Fedett-e ez a parkoló? Beltéri parkolónál is válaszd a „fedett” opciót.", - "it": "È un parcheggio coperto? Indicare “coperto” per parcheggi all’interno.", - "zh_Hant": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。", - "pt_BR": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos.", - "pt": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos.", - "es": "¿Está cubierto este aparcamiento? Selecciona también \"cubierto\" para aparcamientos interiores.", - "da": "Er denne parkering overdækket? Vælg også \"overdækket\" for indendørs parkeringspladser.", - "cs": "Je toto parkoviště zastřešené? U vnitřních parkovišť vyberte také možnost \"kryté\".", - "ca": "Aquest aparcament està cobert? També seleccioneu \"cobert\" per als aparcaments interiors." + "en": "Is this parking covered?", + "nl": "Is deze parking overdekt?", + "gl": "Este aparcadoiro está cuberto?", + "de": "Ist der Parkplatz überdacht?", + "fr": "Ce parking est-il couvert ?", + "hu": "Fedett-e ez a parkoló?", + "it": "È un parcheggio coperto?", + "zh_Hant": "這個停車場是否有車棚?", + "pt_BR": "Este estacionamento é coberto?", + "pt": "Este estacionamento é coberto?", + "es": "¿Está cubierto este aparcamiento?", + "da": "Er denne parkering overdækket?", + "cs": "Je toto parkoviště zastřešené?", + "ca": "Aquest aparcament està cobert?" }, "condition": { "and": [ @@ -518,6 +518,48 @@ ] }, "mappings": [ + { + "if": "building=bicycle_shed", + "addExtraTags": [ + "covered=yes" + ], + "then": { + "en": "This is a bicycle shed (with walls on at least three sides)", + "nl": "Dit is een fietsschuurtje (met minstens 3 muren)" + } + }, + { + "if": "building=roof", + "addExtraTags": [ + "covered=yes" + ], + "then": { + "en": "This is a bicycle parking under a roof; the roof only serves the bicycle parking", + "nl": "Dit is een fietsenstalling met enkel een dak (het dak dient enkel voor de fietsenstalling)" + } + }, + { + "if": "indoor=yes", + "addExtraTags": [ + "covered=yes" + ], + "then": { + "en": "This bicycle parking is located in a building behind a door or gate", + "nl": "Deze fietsenstalling bevindt zich in een gebouw achter een deur of een poort" + } + }, + { + "if": { + "and": [ + "indoor=no", + "covered=yes" + ] + }, + "then": { + "en": "This bicycle parking is under (a part of) a building", + "nl": "Deze fietsenstalling bevindt onder (een deel van) een gebouw" + } + }, { "if": "covered=yes", "then": { @@ -559,7 +601,7 @@ } } ], - "id": "Is covered?" + "id": "covered_and_building" }, { "question": { diff --git a/langs/layers/ca.json b/langs/layers/ca.json index 4c871f3b2..596c7d032 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -1267,18 +1267,21 @@ }, "question": "Aquest aparcament de bicicletes té punts per a bicicletes de càrrega?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Aquest aparcament està cobert (té un sostre)" }, - "1": { + "5": { "then": "Aquest aparcament no està cobert" } }, - "question": "Aquest aparcament està cobert? També seleccioneu \"cobert\" per als aparcaments interiors." + "question": "Aquest aparcament està cobert?" }, - "Underground?": { + "fee": { + "question": "Aquests aparcaments de bicicletes són gratuïts?" + }, + "location": { "mappings": { "0": { "then": "Aparcament subterrani" @@ -1295,9 +1298,6 @@ }, "question": "Quina és la ubicació relativa d'aquest aparcament per a bicicletes?" }, - "fee": { - "question": "Aquests aparcaments de bicicletes són gratuïts?" - }, "maxstay": { "question": "Quina és la durada màxima permesa d'estacionament?", "render": "Una bici pot aparcar aquí com a màxim {canonical(maxstay)}" diff --git a/langs/layers/cs.json b/langs/layers/cs.json index 1b916cd7b..60df36546 100644 --- a/langs/layers/cs.json +++ b/langs/layers/cs.json @@ -1642,18 +1642,34 @@ }, "question": "Má toto parkoviště místa pro nákladní kola?" }, - "Is covered?": { + "charge": { + "question": "Kolik stojí zaparkování kola na tomto místě?", + "questionHint": "To je částka, která se účtuje za jedno jízdní kolo", + "render": "Parkování kola stojí {charge}" + }, + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Toto parkoviště je zastřešené (má střechu)" }, - "1": { + "5": { "then": "Toto parkoviště není zastřešené" } }, - "question": "Je toto parkoviště zastřešené? U vnitřních parkovišť vyberte také možnost \"kryté\"." + "question": "Je toto parkoviště zastřešené?" }, - "Underground?": { + "fee": { + "mappings": { + "0": { + "then": "Za použití tohoto parkoviště pro kola se musí platit" + }, + "1": { + "then": "Bezplatné použití" + } + }, + "question": "Jsou tato parkoviště pro jízdní kola zdarma?" + }, + "location": { "mappings": { "0": { "then": "Podzemní parkoviště" @@ -1670,22 +1686,6 @@ }, "question": "Jaké je relativní umístění tohoto parkoviště pro jízdní kola?" }, - "charge": { - "question": "Kolik stojí zaparkování kola na tomto místě?", - "questionHint": "To je částka, která se účtuje za jedno jízdní kolo", - "render": "Parkování kola stojí {charge}" - }, - "fee": { - "mappings": { - "0": { - "then": "Za použití tohoto parkoviště pro kola se musí platit" - }, - "1": { - "then": "Bezplatné použití" - } - }, - "question": "Jsou tato parkoviště pro jízdní kola zdarma?" - }, "maxstay": { "question": "Jaká je maximální povolená doba parkování?", "questionHint": "Pokud je kolo zaparkované delší dobu, může ho provozovatel odstranit", diff --git a/langs/layers/da.json b/langs/layers/da.json index ba3c959fc..419445c2b 100644 --- a/langs/layers/da.json +++ b/langs/layers/da.json @@ -709,18 +709,18 @@ }, "question": "Har denne cykelparkering plads til ladcykler?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Denne parkeringsplads er overdækket (den har et tag)" }, - "1": { + "5": { "then": "Denne parkeringsplads er ikke overdækket" } }, - "question": "Er denne parkering overdækket? Vælg også \"overdækket\" for indendørs parkeringspladser." + "question": "Er denne parkering overdækket?" }, - "Underground?": { + "location": { "mappings": { "0": { "then": "Underjordisk parkering" diff --git a/langs/layers/de.json b/langs/layers/de.json index 7214fcbc9..f406d00e4 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -1650,18 +1650,34 @@ }, "question": "Hat der Parkplatz Stellflächen für Lastenfahrräder?" }, - "Is covered?": { + "charge": { + "question": "Wie viel kostet es, Ihr Fahrrad hier zu parken?", + "questionHint": "Das ist der Betrag, der für ein einzelnes Fahrrad berechnet wird", + "render": "Das Parken Ihres Fahrrads kostet {charge}" + }, + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Der Parkplatz ist überdacht" }, - "1": { + "5": { "then": "Der Parkplatz ist nicht überdacht" } }, - "question": "Ist der Parkplatz überdacht? Wählen Sie auch \"überdacht\" für Parkplätze in Innenräumen." + "question": "Ist der Parkplatz überdacht?" }, - "Underground?": { + "fee": { + "mappings": { + "0": { + "then": "Man muss zahlen, um den Fahrradparkplatz zu nutzen" + }, + "1": { + "then": "Die Nutzung ist kostenlos" + } + }, + "question": "Sind die Fahrradparkplätze kostenlos zu benutzen?" + }, + "location": { "mappings": { "0": { "then": "In einer Tiefgarage" @@ -1678,22 +1694,6 @@ }, "question": "Wo befinden sich diese Fahrradabstellplätze?" }, - "charge": { - "question": "Wie viel kostet es, Ihr Fahrrad hier zu parken?", - "questionHint": "Das ist der Betrag, der für ein einzelnes Fahrrad berechnet wird", - "render": "Das Parken Ihres Fahrrads kostet {charge}" - }, - "fee": { - "mappings": { - "0": { - "then": "Man muss zahlen, um den Fahrradparkplatz zu nutzen" - }, - "1": { - "then": "Die Nutzung ist kostenlos" - } - }, - "question": "Sind die Fahrradparkplätze kostenlos zu benutzen?" - }, "maxstay": { "question": "Was ist die maximal erlaubte Parkdauer?", "questionHint": "Wenn das Fahrrad für längere Zeit abgestellt wird, kann es vom Betreiber entfernt werden", diff --git a/langs/layers/en.json b/langs/layers/en.json index 19974bd70..28255d611 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -1636,6 +1636,7 @@ } }, "question": "What is the type of this bicycle parking?", + "questionHint": "This is about the physical device one places their bicycle in and uses to lock", "render": "This is a bicycle parking of the type: {bicycle_parking}" }, "Capacity": { @@ -1666,18 +1667,46 @@ }, "question": "Does this bicycle parking have spots for cargo bikes?" }, - "Is covered?": { + "charge": { + "question": "How much does it cost to park your bike here?", + "questionHint": "This is the amount which is charged for a single bike", + "render": "Parking your bike costs {charge}" + }, + "covered_and_building": { "mappings": { "0": { - "then": "This parking is covered (it has a roof)" + "then": "This is a bicycle shed (with walls on at least three sides)" }, "1": { + "then": "This is a bicycle parking under a roof; the roof only serves the bicycle parking" + }, + "2": { + "then": "This bicycle parking is located in a building behind a door or gate" + }, + "3": { + "then": "This bicycle parking is under (a part of) a building" + }, + "4": { + "then": "This parking is covered (it has a roof)" + }, + "5": { "then": "This parking is not covered" } }, - "question": "Is this parking covered? Also select \"covered\" for indoor parkings." + "question": "Is this parking covered?" }, - "Underground?": { + "fee": { + "mappings": { + "0": { + "then": "One has to pay to use this bicycle parking" + }, + "1": { + "then": "Free to use" + } + }, + "question": "Are these bicycle parkings free to use?" + }, + "location": { "mappings": { "0": { "then": "Underground parking" @@ -1694,22 +1723,6 @@ }, "question": "What is the relative location of this bicycle parking?" }, - "charge": { - "question": "How much does it cost to park your bike here?", - "questionHint": "This is the amount which is charged for a single bike", - "render": "Parking your bike costs {charge}" - }, - "fee": { - "mappings": { - "0": { - "then": "One has to pay to use this bicycle parking" - }, - "1": { - "then": "Free to use" - } - }, - "question": "Are these bicycle parkings free to use?" - }, "maxstay": { "question": "What is the maximum allowed parking duration?", "questionHint": "If the bicycle is parked for a longer amount, it might be removed by the operator", diff --git a/langs/layers/es.json b/langs/layers/es.json index 9633344eb..a32f9ed82 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -1642,18 +1642,34 @@ }, "question": "¿Este aparcamiento de bicicletas tiene plazas para bicicletas de carga?" }, - "Is covered?": { + "charge": { + "question": "¿Cuánto cuesta aparcar tu bicicleta aquí?", + "questionHint": "Esta es la cantidad que se cobra por una sola bicicleta", + "render": "Aparcar tu bicicleta cuesta {charge}" + }, + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Este aparcamiento está cubierto (tiene techo)" }, - "1": { + "5": { "then": "Este aparcamiento no está cubierto" } }, - "question": "¿Está cubierto este aparcamiento? Selecciona también \"cubierto\" para aparcamientos interiores." + "question": "¿Está cubierto este aparcamiento?" }, - "Underground?": { + "fee": { + "mappings": { + "0": { + "then": "Hay que pagar para usar este aparcamiento de bicicletas" + }, + "1": { + "then": "Gratuito" + } + }, + "question": "¿Son gratuitos estos aparcamientos de bicicletas?" + }, + "location": { "mappings": { "0": { "then": "Aparcamiento subterráneo" @@ -1670,22 +1686,6 @@ }, "question": "¿Cuál es la ubicación relativa de este aparcamiento de bicicletas?" }, - "charge": { - "question": "¿Cuánto cuesta aparcar tu bicicleta aquí?", - "questionHint": "Esta es la cantidad que se cobra por una sola bicicleta", - "render": "Aparcar tu bicicleta cuesta {charge}" - }, - "fee": { - "mappings": { - "0": { - "then": "Hay que pagar para usar este aparcamiento de bicicletas" - }, - "1": { - "then": "Gratuito" - } - }, - "question": "¿Son gratuitos estos aparcamientos de bicicletas?" - }, "maxstay": { "question": "¿Cuál es la duración máxima de aparcamiento permitida?", "questionHint": "Si la bicicleta está aparcada durante más tiempo, el operador podría retirarla", diff --git a/langs/layers/fr.json b/langs/layers/fr.json index 3a918d648..2ca42b233 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -1184,18 +1184,28 @@ }, "question": "Est-ce que ce parking à vélo a des emplacements pour des vélos cargo ?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Ce parking est couvert (il a un toit)" }, - "1": { + "5": { "then": "Ce parking n'est pas couvert" } }, - "question": "Ce parking est-il couvert ? Sélectionnez aussi \"couvert\" pour les parkings en intérieur." + "question": "Ce parking est-il couvert ?" }, - "Underground?": { + "fee": { + "mappings": { + "0": { + "then": "L'utilisation de ce parking à vélo est payant" + }, + "1": { + "then": "L'utilisation de ce parking à vélo est gratuit" + } + } + }, + "location": { "mappings": { "0": { "then": "Parking souterrain" @@ -1212,16 +1222,6 @@ }, "question": "Quelle est la position relative de ce parking à vélo ?" }, - "fee": { - "mappings": { - "0": { - "then": "L'utilisation de ce parking à vélo est payant" - }, - "1": { - "then": "L'utilisation de ce parking à vélo est gratuit" - } - } - }, "operator": { "question": "Qui entretient ce parking à vélos ?" } diff --git a/langs/layers/gl.json b/langs/layers/gl.json index 580bc7503..03285492b 100644 --- a/langs/layers/gl.json +++ b/langs/layers/gl.json @@ -123,16 +123,16 @@ }, "question": "Este aparcadoiro de bicicletas ten espazo para bicicletas de carga?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Este aparcadoiro está cuberto (ten un teito)" }, - "1": { + "5": { "then": "Este aparcadoiro non está cuberto" } }, - "question": "Este aparcadoiro está cuberto? Tamén escolle \"cuberto\" para aparcadoiros interiores." + "question": "Este aparcadoiro está cuberto?" } }, "title": { diff --git a/langs/layers/hu.json b/langs/layers/hu.json index 39cefc964..24436d564 100644 --- a/langs/layers/hu.json +++ b/langs/layers/hu.json @@ -390,18 +390,18 @@ "question": "Milyen típusú ez a kerékpártároló?", "render": "Ez egy {bicycle_parking} típusú kerékpártároló" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Ez a parkoló fedett" }, - "1": { + "5": { "then": "Ez a parkoló nem fedett" } }, - "question": "Fedett-e ez a parkoló? Beltéri parkolónál is válaszd a „fedett” opciót." + "question": "Fedett-e ez a parkoló?" }, - "Underground?": { + "location": { "mappings": { "1": { "then": "Felszíni parkoló" diff --git a/langs/layers/it.json b/langs/layers/it.json index 30678c819..446f67dc6 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -657,18 +657,18 @@ }, "question": "Questo parcheggio dispone di posti specifici per le bici cargo?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "È un parcheggio coperto (ha un tetto)" }, - "1": { + "5": { "then": "Non è un parcheggio coperto" } }, - "question": "È un parcheggio coperto? Indicare “coperto” per parcheggi all’interno." + "question": "È un parcheggio coperto?" }, - "Underground?": { + "location": { "mappings": { "0": { "then": "Parcheggio sotterraneo" diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 9415b23bc..17f4f420b 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -1600,6 +1600,7 @@ } }, "question": "Van welk type is deze fietsparking?", + "questionHint": "Dit gaat over het voorwerp waarin je je fiets plaats en mee op slot zet", "render": "Dit is een fietsparking van het type: {bicycle_parking}" }, "Capacity": { @@ -1630,18 +1631,46 @@ }, "question": "Heeft deze fietsparking plaats voor bakfietsen?" }, - "Is covered?": { + "charge": { + "question": "Hoeveel kost het om een fiets te stallen?", + "questionHint": "Dit is de kostprijs voor een enkele fiets", + "render": "Je fiets hier parkeren kost {charge}" + }, + "covered_and_building": { "mappings": { "0": { - "then": "Deze parking is overdekt (er is een afdak)" + "then": "Dit is een fietsschuurtje (met minstens 3 muren)" }, "1": { + "then": "Dit is een fietsenstalling met enkel een dak (het dak dient enkel voor de fietsenstalling)" + }, + "2": { + "then": "Deze fietsenstalling bevindt zich in een gebouw achter een deur of een poort" + }, + "3": { + "then": "Deze fietsenstalling bevindt onder (een deel van) een gebouw" + }, + "4": { + "then": "Deze parking is overdekt (er is een afdak)" + }, + "5": { "then": "Deze parking is niet overdekt" } }, - "question": "Is deze parking overdekt? Selecteer ook \"overdekt\" voor fietsparkings binnen een gebouw." + "question": "Is deze parking overdekt?" }, - "Underground?": { + "fee": { + "mappings": { + "0": { + "then": "Betalende fietsparking" + }, + "1": { + "then": "Gratis te gebruiken" + } + }, + "question": "Is deze fietsenstalling gratis te gebruiken?" + }, + "location": { "mappings": { "0": { "then": "Ondergrondse parking" @@ -1658,22 +1687,6 @@ }, "question": "Wat is de relatieve locatie van deze parking??" }, - "charge": { - "question": "Hoeveel kost het om een fiets te stallen?", - "questionHint": "Dit is de kostprijs voor een enkele fiets", - "render": "Je fiets hier parkeren kost {charge}" - }, - "fee": { - "mappings": { - "0": { - "then": "Betalende fietsparking" - }, - "1": { - "then": "Gratis te gebruiken" - } - }, - "question": "Is deze fietsenstalling gratis te gebruiken?" - }, "maxstay": { "question": "Wat is de toegestane, maximale parkeerduur?", "questionHint": "Indien een fiets langer geparkeerd staat, kan deze verwijderd worden door de beheerder", @@ -2036,6 +2049,9 @@ }, "title": { "mappings": { + "0": { + "then": "{name}" + }, "1": { "then": "Vogelkijkhut {name}" }, @@ -6340,6 +6356,11 @@ } }, "title": { + "mappings": { + "0": { + "then": "{name}" + } + }, "render": "Natuurgebied" } }, @@ -6871,6 +6892,21 @@ "render": "Picknicktafel" } }, + "play_forest": { + "description": "Een speelbos is een vrij toegankelijke zone in een bos", + "name": "Speelbossen", + "title": { + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "Speelbos {name}" + } + }, + "render": "Speelbos" + } + }, "playground": { "deletion": { "nonDeleteMappings": { @@ -8428,6 +8464,9 @@ }, "title": { "mappings": { + "0": { + "then": "{name}" + }, "1": { "then": "Voetpad" }, @@ -10580,13 +10619,25 @@ } }, "village_green": { - "description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)" + "description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)", + "name": "Speelweide", + "title": { + "mappings": { + "0": { + "then": "{name}" + } + }, + "render": "Speelweide" + } }, "visitor_information_centre": { "description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.", "name": "Bezoekerscentrum", "title": { "mappings": { + "0": { + "then": "{name:nl}" + }, "1": { "then": "{name}" } @@ -10816,4 +10867,4 @@ "render": "windturbine" } } -} +} \ No newline at end of file diff --git a/langs/layers/pl.json b/langs/layers/pl.json index 9afbc0220..c5671dfa7 100644 --- a/langs/layers/pl.json +++ b/langs/layers/pl.json @@ -857,7 +857,7 @@ "questionHint": "To obejmuje zwykłe rowery, do transportu dóbr, elektryczne, ...", "render": "Miejsce na {capacity} rowerów" }, - "Underground?": { + "location": { "mappings": { "2": { "then": "Parking na dachu" diff --git a/langs/layers/pt.json b/langs/layers/pt.json index 258334e12..419ba6e68 100644 --- a/langs/layers/pt.json +++ b/langs/layers/pt.json @@ -1191,18 +1191,18 @@ }, "question": "O estacionamento de bicicletas tem vagas para bicicletas de carga?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Este estacionamento é coberto (tem um telhado)" }, - "1": { + "5": { "then": "Este estacionamento não é coberto" } }, - "question": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos." + "question": "Este estacionamento é coberto?" }, - "Underground?": { + "location": { "mappings": { "0": { "then": "Estacionamento subterrâneo" diff --git a/langs/layers/pt_BR.json b/langs/layers/pt_BR.json index 329bc33fd..e5abbb1f5 100644 --- a/langs/layers/pt_BR.json +++ b/langs/layers/pt_BR.json @@ -1191,18 +1191,18 @@ }, "question": "O estacionamento de bicicletas tem vagas para bicicletas de carga?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Este estacionamento é coberto (tem um telhado)" }, - "1": { + "5": { "then": "Este estacionamento não é coberto" } }, - "question": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos." + "question": "Este estacionamento é coberto?" }, - "Underground?": { + "location": { "mappings": { "0": { "then": "Estacionamento subterrâneo" diff --git a/langs/layers/ru.json b/langs/layers/ru.json index 6fccd80e5..f535b0dcb 100644 --- a/langs/layers/ru.json +++ b/langs/layers/ru.json @@ -428,17 +428,17 @@ "Capacity": { "render": "Место для {capacity} велосипеда(ов)" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "Это крытая парковка (есть крыша/навес)" }, - "1": { + "5": { "then": "Это открытая парковка" } } }, - "Underground?": { + "location": { "mappings": { "0": { "then": "Подземная парковка" diff --git a/langs/layers/uk.json b/langs/layers/uk.json index 770c39894..b109c018e 100644 --- a/langs/layers/uk.json +++ b/langs/layers/uk.json @@ -536,7 +536,15 @@ "question": "Що це за тип велопарковки?", "render": "Це велопарковка такого типу: {bicycle_parking}" }, - "Underground?": { + "fee": { + "mappings": { + "0": { + "then": "За користування цією велопарковкою потрібно платити" + } + }, + "question": "Чи є ці велопарковки безкоштовними?" + }, + "location": { "mappings": { "0": { "then": "Підземний паркінг" @@ -550,14 +558,6 @@ }, "question": "Де знаходиться ця велопарковка?" }, - "fee": { - "mappings": { - "0": { - "then": "За користування цією велопарковкою потрібно платити" - } - }, - "question": "Чи є ці велопарковки безкоштовними?" - }, "operator_email": { "question": "Яка електронна адреса оператора цієї велопарковки?" }, diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json index 513e0c6c0..238568d6c 100644 --- a/langs/layers/zh_Hant.json +++ b/langs/layers/zh_Hant.json @@ -430,18 +430,18 @@ }, "question": "這個單車停車場有地方放裝箱的單車嗎?" }, - "Is covered?": { + "covered_and_building": { "mappings": { - "0": { + "4": { "then": "這個停車場有遮蔽 (有屋頂)" }, - "1": { + "5": { "then": "這個停車場沒有遮蔽" } }, - "question": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。" + "question": "這個停車場是否有車棚?" }, - "Underground?": { + "location": { "mappings": { "0": { "then": "地下停車場" diff --git a/langs/themes/nl.json b/langs/themes/nl.json index 47a5f8968..3f55d0345 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -653,8 +653,37 @@ "building type": { "question": "Wat voor soort gebouw is dit?" }, + "grb-fixme": { + "mappings": { + "0": { + "then": "Geen fixme" + } + }, + "question": "Wat zegt de fixme?", + "render": "De fixme is {fixme}" + }, + "grb-housenumber": { + "mappings": { + "0": { + "then": "Geen huisnummer" + } + }, + "question": "Wat is het huisnummer?", + "render": "Het huisnummer is {addr:housenumber}" + }, + "grb-min-level": { + "question": "Hoeveel verdiepingen ontbreken?", + "render": "Dit gebouw begint maar op de {building:min_level} verdieping" + }, "grb-reference": { "render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}" + }, + "grb-street": { + "question": "Wat is de straat?", + "render": "De straat is {addr:street}" + }, + "grb-unit": { + "render": "De wooneenheid-aanduiding is {addr:unit} " } } }, @@ -671,8 +700,35 @@ } } } + }, + "5": { + "override": { + "tagRenderings+": { + "0": { + "mappings": { + "0": { + "then": "Geen omliggend OSM-gebouw gevonden" + } + } + }, + "3": { + "mappings": { + "0": { + "then": "Geen omliggend OSM-gebouw gevonden. Een omliggend gebouw is nodig om dit punt als adres punt toe te voegen.
Importeer eerst de gebouwen. Vernieuw dan de pagina om losse adressen toe te voegen
" + } + }, + "render": { + "special": { + "text": "Voeg dit adres als een nieuw adrespunt toe" + } + } + } + } + } } - } + }, + "shortDescription": "Grb import helper tool", + "title": "GRB import helper" }, "guideposts": { "description": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ", @@ -1108,6 +1164,11 @@ }, "title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen" }, + "play_forests": { + "description": "Een speelbos is een zone in een bos die vrij toegankelijk is voor spelende kinderen. Deze wordt in bossen van het Agentschap Natuur en bos altijd aangeduid met het overeenkomstige bord.", + "shortDescription": "Deze kaart toont speelbossen", + "title": "Speelbossen" + }, "playgrounds": { "description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen", "shortDescription": "Een kaart met speeltuinen", @@ -1181,6 +1242,47 @@ "description": "Alles om te skiën", "title": "Skipistes en kabelbanen" }, + "speelplekken": { + "description": "

Welkom bij de Groendoener!

De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan 200 grote en kleine speelplekken liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!

Het project groendoener kadert binnen het strategisch project Beleefbare Open Ruimte in de Antwerpse Zuidrand en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.
", + "layers": { + "6": { + "name": "Wandelroutes van provincie Antwerpen", + "tagRenderings": { + "walk-description": { + "render": "

Korte beschrijving:

{description}" + }, + "walk-length": { + "render": "Deze wandeling is {_length:km}km lang" + }, + "walk-operator": { + "question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?" + }, + "walk-operator-email": { + "question": "Naar wie kan men emailen bij problemen rond signalisatie?", + "render": "Bij problemen met signalisatie kan men emailen naar {operator:email}" + }, + "walk-type": { + "mappings": { + "0": { + "then": "Dit is een internationale wandelroute" + }, + "1": { + "then": "Dit is een nationale wandelroute" + }, + "2": { + "then": "Dit is een regionale wandelroute" + }, + "3": { + "then": "Dit is een lokale wandelroute" + } + } + } + } + } + }, + "shortDescription": "Speelplekken in de Antwerpse Zuidrand", + "title": "Welkom bij de groendoener!" + }, "sport_pitches": { "description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen", "shortDescription": "Deze kaart toont sportvelden", @@ -1301,6 +1403,10 @@ }, "title": "Straatverlichting" }, + "street_lighting_assen": { + "description": "Op deze kaart vind je alles over straatlantaarns + een dataset van Assen", + "title": "Straatverlichting - Assen" + }, "surveillance": { "description": "Op deze open kaart kan je bewakingscamera's vinden.", "shortDescription": "Bewakingscameras en dergelijke", @@ -1414,9 +1520,13 @@ "description": "Kaart met afvalbakken en recyclingfaciliteiten.", "title": "Afval" }, + "waste_assen": { + "description": "Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen.", + "title": "Afval - Assen" + }, "waste_basket": { "description": "Op deze kaart vind je afvalbakken bij jou in de buurt. Als er een afvalbak ontbreekt op deze kaart, kun je deze zelf toevoegen", "shortDescription": "Een kaart met vuilnisbakken", "title": "Vuilnisbakken" } -} +} \ No newline at end of file