forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
8f1d63b20a
commit
51650b4a10
24 changed files with 440 additions and 398 deletions
|
@ -4215,6 +4215,38 @@
|
|||
"question": "Welche Farbe hat der Hydrant?",
|
||||
"render": "Der Hydrant hat die Farbe {colour}"
|
||||
},
|
||||
"hydrant-couplings": {
|
||||
"freeform": {
|
||||
"placeholder": "Art der Kupplung"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Storz-Kupplung"
|
||||
},
|
||||
"1": {
|
||||
"then": "UNI-Kupplung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Barcelona-Kupplung"
|
||||
}
|
||||
},
|
||||
"question": "Welche Art von Kupplungen hat dieser Hydrant?",
|
||||
"render": "Kupplungen: {couplings:type}"
|
||||
},
|
||||
"hydrant-couplings-diameters": {
|
||||
"freeform": {
|
||||
"placeholder": "Kupplungsdurchmesser"
|
||||
},
|
||||
"question": "Welchen Durchmesser haben die Kupplungen dieses Hydranten?",
|
||||
"render": "Kupplungsdurchmesser: {couplings:diameters}"
|
||||
},
|
||||
"hydrant-diameter": {
|
||||
"freeform": {
|
||||
"placeholder": "Rohrdurchmesser"
|
||||
},
|
||||
"question": "Was ist der Rohrdurchmesser dieses Hydranten?",
|
||||
"render": "Rohrdurchmesser: {canonical(fire_hydrant:diameter)}"
|
||||
},
|
||||
"hydrant-state": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -4249,38 +4281,6 @@
|
|||
},
|
||||
"question": "Welche Bauform hat der Hydrant?",
|
||||
"render": " Hydranten-Typ: {fire_hydrant:type}"
|
||||
},
|
||||
"hydrant-couplings-diameters": {
|
||||
"question": "Welchen Durchmesser haben die Kupplungen dieses Hydranten?",
|
||||
"freeform": {
|
||||
"placeholder": "Kupplungsdurchmesser"
|
||||
},
|
||||
"render": "Kupplungsdurchmesser: {couplings:diameters}"
|
||||
},
|
||||
"hydrant-couplings": {
|
||||
"freeform": {
|
||||
"placeholder": "Art der Kupplung"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Storz-Kupplung"
|
||||
},
|
||||
"1": {
|
||||
"then": "UNI-Kupplung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Barcelona-Kupplung"
|
||||
}
|
||||
},
|
||||
"question": "Welche Art von Kupplungen hat dieser Hydrant?",
|
||||
"render": "Kupplungen: {couplings:type}"
|
||||
},
|
||||
"hydrant-diameter": {
|
||||
"freeform": {
|
||||
"placeholder": "Rohrdurchmesser"
|
||||
},
|
||||
"question": "Was ist der Rohrdurchmesser dieses Hydranten?",
|
||||
"render": "Rohrdurchmesser: {canonical(fire_hydrant:diameter)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -5044,6 +5044,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Es gibt keine barrierefreien Stellplätze"
|
||||
},
|
||||
"2": {
|
||||
"then": "Es gibt keine barrierefreien Stellplätze"
|
||||
}
|
||||
},
|
||||
"question": "Wie viele barrierefreie Stellplätze gibt es auf diesem Parkplatz?",
|
||||
|
@ -5979,6 +5982,9 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Der Sportplatz ist nicht öffentlich zugänglich (es ist ein privater Sportplatz)"
|
||||
},
|
||||
"4": {
|
||||
"then": "Der Sportplatz ist öffentlich zugänglich"
|
||||
}
|
||||
},
|
||||
"question": "Ist der Sportplatz öffentlich zugänglich?"
|
||||
|
@ -7197,4 +7203,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5075,6 +5075,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "There are no disabled parking spots"
|
||||
},
|
||||
"2": {
|
||||
"then": "There are no disabled parking spots"
|
||||
}
|
||||
},
|
||||
"question": "How many disabled parking spots are there at this parking?",
|
||||
|
@ -5120,6 +5123,73 @@
|
|||
"render": "Car parking"
|
||||
}
|
||||
},
|
||||
"parking_spaces": {
|
||||
"description": "Layer showing individual parking spaces.",
|
||||
"name": "Parking Spaces",
|
||||
"tagRenderings": {
|
||||
"capacity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This parking space has 1 space."
|
||||
}
|
||||
},
|
||||
"render": "This parking spaces has {capacity} spaces."
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a normal parking space"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a normal parking space."
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a disabled parking space."
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a private parking space."
|
||||
},
|
||||
"4": {
|
||||
"then": "This is parking space reserved for charging vehicles."
|
||||
},
|
||||
"5": {
|
||||
"then": "This is parking space reserved for deliveries."
|
||||
},
|
||||
"6": {
|
||||
"then": "This is parking space reserved for heavy goods vehicles."
|
||||
},
|
||||
"7": {
|
||||
"then": "This is parking space reserved for caravans or RVs."
|
||||
},
|
||||
"8": {
|
||||
"then": "This is parking space reserved for buses."
|
||||
},
|
||||
"9": {
|
||||
"then": "This is parking space reserved for motorcycles."
|
||||
},
|
||||
"10": {
|
||||
"then": "This is a parking space reserved for parents with children."
|
||||
},
|
||||
"11": {
|
||||
"then": "This is a parking space reserved for staff."
|
||||
},
|
||||
"12": {
|
||||
"then": "This is a parking space reserved for taxis."
|
||||
},
|
||||
"13": {
|
||||
"then": "This is a parking space reserved for vehicles towing a trailer."
|
||||
},
|
||||
"14": {
|
||||
"then": "This is a parking space reserved for car sharing."
|
||||
}
|
||||
},
|
||||
"question": "What kind of parking space is this?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Parking Space"
|
||||
}
|
||||
},
|
||||
"pedestrian_path": {
|
||||
"description": "Pedestrian footpaths, especially used for indoor navigation and snapping entrances to this layer",
|
||||
"name": "Pedestrian paths"
|
||||
|
@ -6010,6 +6080,9 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Private - not accessible to the public"
|
||||
},
|
||||
"4": {
|
||||
"then": "Public access"
|
||||
}
|
||||
},
|
||||
"question": "Is this sport pitch publicly accessible?"
|
||||
|
@ -7228,4 +7301,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3458,6 +3458,9 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Privada - no accesible al público"
|
||||
},
|
||||
"4": {
|
||||
"then": "Acceso público"
|
||||
}
|
||||
},
|
||||
"question": "¿Esta pista de deportes es accesible públicamente?"
|
||||
|
|
|
@ -3175,6 +3175,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite"
|
||||
},
|
||||
"2": {
|
||||
"then": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite"
|
||||
}
|
||||
},
|
||||
"question": "Combien y a-t-il de places de stationnement pour personnes à mobilité réduite dans ce parking ?",
|
||||
|
@ -3760,6 +3763,9 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Privé - Pas accessible au public"
|
||||
},
|
||||
"4": {
|
||||
"then": "Accessible au public"
|
||||
}
|
||||
},
|
||||
"question": "Est-ce que ce terrain de sport est accessible au public ?"
|
||||
|
@ -4459,4 +4465,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2017,6 +2017,9 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Privato - non aperto al pubblico"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aperto al pubblico"
|
||||
}
|
||||
},
|
||||
"question": "Questo campo sportivo è aperto al pubblico?"
|
||||
|
|
|
@ -4223,44 +4223,44 @@
|
|||
"indoors": {
|
||||
"description": "Een basis voor indoor-navigatie: toont binnenruimtes",
|
||||
"name": "Binnenruimtes",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"freeform": {
|
||||
"placeholder": "Naam van de ruimte"
|
||||
},
|
||||
"question": "Wat is de naam van deze ruimte?",
|
||||
"render": "Deze ruimte heet {name}"
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "Referentienummer van de ruimte (bv. '1.1' of A1' )"
|
||||
},
|
||||
"question": "Wat is het referentienummer van deze ruimte?",
|
||||
"render": "Deze ruimte heeft het referentienummer {ref}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Binnenruimte {name}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Binnenruimte {name}"
|
||||
},
|
||||
"4": {
|
||||
"then": "Binnendeur {name}"
|
||||
"1": {
|
||||
"then": "Gebied in gebouw {name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Muur in gebouw {name}"
|
||||
},
|
||||
"3": {
|
||||
"then": "Gang in gebouw {name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gebied in gebouw {name}"
|
||||
"4": {
|
||||
"then": "Binnendeur {name}"
|
||||
},
|
||||
"5": {
|
||||
"then": "Verdieping in gebouw {name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Muur in gebouw {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"render": "Deze ruimte heet {name}",
|
||||
"question": "Wat is de naam van deze ruimte?",
|
||||
"freeform": {
|
||||
"placeholder": "Naam van de ruimte"
|
||||
}
|
||||
},
|
||||
"ref": {
|
||||
"question": "Wat is het referentienummer van deze ruimte?",
|
||||
"freeform": {
|
||||
"placeholder": "Referentienummer van de ruimte (bv. '1.1' of A1' )"
|
||||
},
|
||||
"render": "Deze ruimte heeft het referentienummer {ref}"
|
||||
}
|
||||
"render": "Binnenruimte {name}"
|
||||
}
|
||||
},
|
||||
"information_board": {
|
||||
|
@ -4411,14 +4411,14 @@
|
|||
},
|
||||
"question": "Wat voor faciliteit is dit?"
|
||||
},
|
||||
"name": {
|
||||
"question": "Wat is de naam van deze faciliteit?",
|
||||
"render": "Deze faciliteit heet <b>{name}</b>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"override": {
|
||||
"question": "Wanneer is deze kinderopvang geopend?"
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"question": "Wat is de naam van deze faciliteit?",
|
||||
"render": "Deze faciliteit heet <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -4476,6 +4476,57 @@
|
|||
"render": "Kaart"
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Laag met alle taken uit MapRoulette",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Toon taken met alle statussen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Toon aangemaakte taken"
|
||||
},
|
||||
"2": {
|
||||
"question": "Toon opgeloste taken"
|
||||
},
|
||||
"3": {
|
||||
"question": "Toon vals-positieve taken"
|
||||
},
|
||||
"4": {
|
||||
"question": "Toon overgeslagen taken"
|
||||
},
|
||||
"5": {
|
||||
"question": "Toon verwijderde taken"
|
||||
},
|
||||
"6": {
|
||||
"question": "Toon al opgeloste taken"
|
||||
},
|
||||
"7": {
|
||||
"question": "Toon taken die als te lastig gemarkeerd zijn"
|
||||
},
|
||||
"8": {
|
||||
"question": "Toon uitgeschakelde taken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Naam uitdaging bevat {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "ID uitdaging is {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "MapRoulette Taken"
|
||||
},
|
||||
"maxspeed": {
|
||||
"description": "Toont de toegestane snelheid voor elke weg",
|
||||
"name": "Maximumsnelheid",
|
||||
|
@ -4849,6 +4900,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Er zijn geen parkeerplaatsen voor gehandicapten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn geen parkeerplaatsen voor gehandicapten"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?",
|
||||
|
@ -5748,6 +5802,9 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Privaat en niet toegankelijk"
|
||||
},
|
||||
"4": {
|
||||
"then": "Publiek toegankelijk"
|
||||
}
|
||||
},
|
||||
"question": "Is dit sportterrein publiek toegankelijk?"
|
||||
|
@ -6413,6 +6470,42 @@
|
|||
"render": "Wandeltocht"
|
||||
}
|
||||
},
|
||||
"transit_routes": {
|
||||
"description": "Laag met buslijnen",
|
||||
"name": "Buslijnen",
|
||||
"tagRenderings": {
|
||||
"colour": {
|
||||
"question": "Wat is de kleur van deze buslijn?",
|
||||
"render": "Deze buslijn heeft de kleur {colour}"
|
||||
},
|
||||
"from": {
|
||||
"question": "Wat is het beginpunt van deze buslijn?",
|
||||
"render": "Deze buslijn begint bij {from}"
|
||||
},
|
||||
"name": {
|
||||
"question": "Wat is de naam van deze buslijn (bv. Bus XX: Van => Via => Naar)"
|
||||
},
|
||||
"network": {
|
||||
"question": "Bij welk netwerk hoort deze buslijn?",
|
||||
"render": "Deze buslijn is onderdeel van het {network} netwerk"
|
||||
},
|
||||
"operator": {
|
||||
"question": "Welk bedrijf exploiteert deze buslijn?",
|
||||
"render": "Deze buslijn wordt geëxploiteerd door {operator}"
|
||||
},
|
||||
"to": {
|
||||
"question": "Wat is het eindpunt van deze buslijn?",
|
||||
"render": "Deze buslijn eindigt bij {to}"
|
||||
},
|
||||
"via": {
|
||||
"question": "Via welk punt gaat deze buslijn?",
|
||||
"render": "Deze buslijn gaat via {via}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Buslijn"
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"description": "Een laag die bomen toont",
|
||||
"name": "Boom",
|
||||
|
@ -6866,92 +6959,5 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"1": {
|
||||
"question": "Toon aangemaakte taken"
|
||||
},
|
||||
"8": {
|
||||
"question": "Toon uitgeschakelde taken"
|
||||
},
|
||||
"0": {
|
||||
"question": "Toon taken met alle statussen"
|
||||
},
|
||||
"3": {
|
||||
"question": "Toon vals-positieve taken"
|
||||
},
|
||||
"4": {
|
||||
"question": "Toon overgeslagen taken"
|
||||
},
|
||||
"5": {
|
||||
"question": "Toon verwijderde taken"
|
||||
},
|
||||
"6": {
|
||||
"question": "Toon al opgeloste taken"
|
||||
},
|
||||
"7": {
|
||||
"question": "Toon taken die als te lastig gemarkeerd zijn"
|
||||
},
|
||||
"2": {
|
||||
"question": "Toon opgeloste taken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Naam uitdaging bevat {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "ID uitdaging is {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Laag met alle taken uit MapRoulette",
|
||||
"name": "MapRoulette Taken"
|
||||
},
|
||||
"transit_routes": {
|
||||
"tagRenderings": {
|
||||
"operator": {
|
||||
"question": "Welk bedrijf exploiteert deze buslijn?",
|
||||
"render": "Deze buslijn wordt geëxploiteerd door {operator}"
|
||||
},
|
||||
"from": {
|
||||
"render": "Deze buslijn begint bij {from}",
|
||||
"question": "Wat is het beginpunt van deze buslijn?"
|
||||
},
|
||||
"to": {
|
||||
"render": "Deze buslijn eindigt bij {to}",
|
||||
"question": "Wat is het eindpunt van deze buslijn?"
|
||||
},
|
||||
"colour": {
|
||||
"question": "Wat is de kleur van deze buslijn?",
|
||||
"render": "Deze buslijn heeft de kleur {colour}"
|
||||
},
|
||||
"name": {
|
||||
"question": "Wat is de naam van deze buslijn (bv. Bus XX: Van => Via => Naar)"
|
||||
},
|
||||
"network": {
|
||||
"question": "Bij welk netwerk hoort deze buslijn?",
|
||||
"render": "Deze buslijn is onderdeel van het {network} netwerk"
|
||||
},
|
||||
"via": {
|
||||
"question": "Via welk punt gaat deze buslijn?",
|
||||
"render": "Deze buslijn gaat via {via}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Buslijn"
|
||||
},
|
||||
"description": "Laag met buslijnen",
|
||||
"name": "Buslijnen"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1397,6 +1397,9 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Доступ только членам клуба"
|
||||
},
|
||||
"4": {
|
||||
"then": "Свободный доступ"
|
||||
}
|
||||
},
|
||||
"question": "Есть ли свободный доступ к этой спортивной площадке?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue