Themes(bicycle_parking): add more nuance to

This commit is contained in:
Pieter Vander Vennet 2024-12-19 18:25:47 +01:00
parent 4b337b11ab
commit d12680839c
19 changed files with 410 additions and 194 deletions

View file

@ -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)}"

View file

@ -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í <b>platit</b>"
},
"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í <b>platit</b>"
},
"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",

View file

@ -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"

View file

@ -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 <b>zahlen</b>, 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 <b>zahlen</b>, 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",

View file

@ -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 <b>pay</b> 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 <b>pay</b> 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",

View file

@ -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 <b>pagar</b> 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 <b>pagar</b> 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",

View file

@ -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 <b>payant</b>"
},
"1": {
"then": "L'utilisation de ce parking à vélo est <b>gratuit</b>"
}
}
},
"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 <b>payant</b>"
},
"1": {
"then": "L'utilisation de ce parking à vélo est <b>gratuit</b>"
}
}
},
"operator": {
"question": "Qui entretient ce parking à vélos?"
}

View file

@ -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": {

View file

@ -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ó"

View file

@ -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 allinterno."
"question": "È un parcheggio coperto?"
},
"Underground?": {
"location": {
"mappings": {
"0": {
"then": "Parcheggio sotterraneo"

View file

@ -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": "<b>Betalende</b> 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": "<b>Betalende</b> 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"
}
}
}
}

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -428,17 +428,17 @@
"Capacity": {
"render": "Место для {capacity} велосипеда(ов)"
},
"Is covered?": {
"covered_and_building": {
"mappings": {
"0": {
"4": {
"then": "Это крытая парковка (есть крыша/навес)"
},
"1": {
"5": {
"then": "Это открытая парковка"
}
}
},
"Underground?": {
"location": {
"mappings": {
"0": {
"then": "Подземная парковка"

View file

@ -536,7 +536,15 @@
"question": "Що це за тип велопарковки?",
"render": "Це велопарковка такого типу: {bicycle_parking}"
},
"Underground?": {
"fee": {
"mappings": {
"0": {
"then": "За користування цією велопарковкою потрібно <b>платити</b>"
}
},
"question": "Чи є ці велопарковки безкоштовними?"
},
"location": {
"mappings": {
"0": {
"then": "Підземний паркінг"
@ -550,14 +558,6 @@
},
"question": "Де знаходиться ця велопарковка?"
},
"fee": {
"mappings": {
"0": {
"then": "За користування цією велопарковкою потрібно <b>платити</b>"
}
},
"question": "Чи є ці велопарковки безкоштовними?"
},
"operator_email": {
"question": "Яка електронна адреса оператора цієї велопарковки?"
},

View file

@ -430,18 +430,18 @@
},
"question": "這個單車停車場有地方放裝箱的單車嗎?"
},
"Is covered?": {
"covered_and_building": {
"mappings": {
"0": {
"4": {
"then": "這個停車場有遮蔽 (有屋頂)"
},
"1": {
"5": {
"then": "這個停車場沒有遮蔽"
}
},
"question": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。"
"question": "這個停車場是否有車棚?"
},
"Underground?": {
"location": {
"mappings": {
"0": {
"then": "地下停車場"