From c7f9f30b6ce381580af1dafea641cf99a80a259f Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 9 Sep 2021 00:19:39 +0200 Subject: [PATCH] Fix build, reset languages, more autocleanup --- .../binocular/Line-style-icons-telescope.svg | 22 - assets/layers/binocular/binocular.json | 16 +- assets/layers/binocular/license_info.json | 22 +- assets/layers/cafe_pub/cafe_pub.json | 3 +- assets/themes/binoculars/binoculars.json | 4 +- .../toerisme_vlaanderen.json | 5 +- index.manifest | 130 +- langs/layers/ca.json | 170 +- langs/layers/de.json | 2498 +++---- langs/layers/en.json | 5490 +++++++-------- langs/layers/es.json | 216 +- langs/layers/fi.json | 192 +- langs/layers/fr.json | 3578 +++++----- langs/layers/gl.json | 750 +- langs/layers/hu.json | 376 +- langs/layers/id.json | 266 +- langs/layers/it.json | 3496 ++++----- langs/layers/ja.json | 64 +- langs/layers/nb_NO.json | 228 +- langs/layers/nl.json | 6226 +++++++++-------- langs/layers/pl.json | 370 +- langs/layers/pt_BR.json | 1068 +-- langs/layers/ru.json | 2252 +++--- langs/layers/zh_Hans.json | 384 +- langs/layers/zh_Hant.json | 780 +-- langs/layers/zh_Hanå¨s.json | 12 +- langs/shared-questions/de.json | 58 +- langs/shared-questions/en.json | 118 +- langs/shared-questions/fr.json | 62 +- langs/shared-questions/gl.json | 8 +- langs/shared-questions/id.json | 20 +- langs/shared-questions/it.json | 34 +- langs/shared-questions/nb_NO.json | 34 +- langs/shared-questions/nl.json | 118 +- langs/shared-questions/pl.json | 62 +- langs/shared-questions/pt_BR.json | 62 +- langs/shared-questions/ru.json | 62 +- langs/shared-questions/sv.json | 54 +- langs/shared-questions/zh_Hant.json | 62 +- langs/themes/ca.json | 116 +- langs/themes/de.json | 656 +- langs/themes/en.json | 2595 +++---- langs/themes/es.json | 64 +- langs/themes/fr.json | 2162 +++--- langs/themes/gl.json | 16 +- langs/themes/hu.json | 12 +- langs/themes/id.json | 306 +- langs/themes/it.json | 1036 +-- langs/themes/ja.json | 2004 +++--- langs/themes/nb_NO.json | 566 +- langs/themes/nl.json | 2125 +++--- langs/themes/pl.json | 32 +- langs/themes/pt_BR.json | 336 +- langs/themes/ru.json | 1276 ++-- langs/themes/sv.json | 14 +- langs/themes/zh_Hant.json | 684 +- scripts/generateLayouts.ts | 4 +- test/TestAll.ts | 2 +- 58 files changed, 21719 insertions(+), 21659 deletions(-) delete mode 100644 assets/layers/binocular/Line-style-icons-telescope.svg diff --git a/assets/layers/binocular/Line-style-icons-telescope.svg b/assets/layers/binocular/Line-style-icons-telescope.svg deleted file mode 100644 index 2fea44f0e..000000000 --- a/assets/layers/binocular/Line-style-icons-telescope.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - diff --git a/assets/layers/binocular/binocular.json b/assets/layers/binocular/binocular.json index 2471f4c83..be381841b 100644 --- a/assets/layers/binocular/binocular.json +++ b/assets/layers/binocular/binocular.json @@ -46,10 +46,24 @@ "en": "How much does one have to pay to use these binoculars?", "nl": "Hoeveel moet men betalen om deze verrekijker te gebruiken?" } + }, + { + "question": { + "en": "When looking through this binocular, in what direction does one look?", + "nl": "Welke richting kijkt men uit als men door deze verrekijker kijkt?" + }, + "render": { + "en": "Looks towards {direction}°", + "nl": "Kijkt richting {direction}°" + }, + "freeform": { + "key": "direction", + "type": "direction" + } } ], "icon": { - "render": "circle:white;./assets/layers/binocular/Line-style-icons-telescope.svg" + "render": "circle:white;./assets/layers/binocular/telescope.svg" }, "width": { "render": "8" diff --git a/assets/layers/binocular/license_info.json b/assets/layers/binocular/license_info.json index 7b84ea1ef..287232ae8 100644 --- a/assets/layers/binocular/license_info.json +++ b/assets/layers/binocular/license_info.json @@ -1,15 +1,4 @@ [ - { - "path": "Line-style-icons-telescope.svg", - "license": "GPL", - "authors": [ - "Kenny Sing/Elegant Themes" - ], - "sources": [ - "https://upload.wikimedia.org/wikipedia/commons/b/b1/Line-style-icons-telescope.svg", - "https://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons" - ] - }, { "path": "binoculars_example.jpg", "license": "CC-BY-SA 4.0", @@ -19,5 +8,16 @@ "sources": [ "https://upload.wikimedia.org/wikipedia/commons/a/a0/Coin-operated_binocular_at_Cape_of_Good_Hope_%2801%29.jpg" ] + }, + { + "path": "telescope.svg", + "license": "GPL", + "authors": [ + "Kenny Sing/Elegant Themes" + ], + "sources": [ + "https://upload.wikimedia.org/wikipedia/commons/b/b1/Line-style-icons-telescope.svg", + "https://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons" + ] } ] \ No newline at end of file diff --git a/assets/layers/cafe_pub/cafe_pub.json b/assets/layers/cafe_pub/cafe_pub.json index 51bacbb13..8cc73606c 100644 --- a/assets/layers/cafe_pub/cafe_pub.json +++ b/assets/layers/cafe_pub/cafe_pub.json @@ -39,8 +39,7 @@ } ] }, - "presets": [ - ], + "presets": [], "title": { "render": { "nl": "Café" diff --git a/assets/themes/binoculars/binoculars.json b/assets/themes/binoculars/binoculars.json index fa92021c7..0f9817e46 100644 --- a/assets/themes/binoculars/binoculars.json +++ b/assets/themes/binoculars/binoculars.json @@ -17,7 +17,7 @@ "nl" ], "maintainer": "", - "icon": "./assets/themes/binoculars/Line-style-icons-telescope.svg", + "icon": "./assets/layers/binocular/telescope.svg", "version": "0", "startLat": 0, "startLon": 0, @@ -27,4 +27,4 @@ "layers": [ "binocular" ] -} +} \ No newline at end of file diff --git a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json index a9751fdb7..e96c0e81e 100644 --- a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json +++ b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json @@ -23,7 +23,10 @@ "widenFactor": 0.2, "layers": [ { - "builtin": ["food", "cafe_pub"], + "builtin": [ + "food", + "cafe_pub" + ], "override": { "minzoom": 16 } diff --git a/index.manifest b/index.manifest index 8a99d1fa0..1eb1aec3c 100644 --- a/index.manifest +++ b/index.manifest @@ -1,66 +1,66 @@ { - "name": "index", - "short_name": "MapComplete", - "start_url": "index.html", - "display": "standalone", - "background_color": "#fff", - "description": "A thematic map viewer and editor based on OpenStreetMap", - "orientation": "portrait-primary, landscape-primary", - "icons": [ - { - "src": "assets/generated/svg_mapcomplete_logo72.png", - "sizes": "72x72", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo96.png", - "sizes": "96x96", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo120.png", - "sizes": "120x120", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo128.png", - "sizes": "128x128", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo144.png", - "sizes": "144x144", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo152.png", - "sizes": "152x152", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo180.png", - "sizes": "180x180", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo384.png", - "sizes": "384x384", - "type": "image/png" - }, - { - "src": "assets/generated/svg_mapcomplete_logo512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "./assets/svg/mapcomplete_logo.svg", - "sizes": "513x513", - "type": "image/svg" - } - ] - } \ No newline at end of file + "name": "index", + "short_name": "MapComplete", + "start_url": "index.html", + "display": "standalone", + "background_color": "#fff", + "description": "A thematic map viewer and editor based on OpenStreetMap", + "orientation": "portrait-primary, landscape-primary", + "icons": [ + { + "src": "assets/generated/svg_mapcomplete_logo72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo120.png", + "sizes": "120x120", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo180.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "assets/generated/svg_mapcomplete_logo512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "./assets/svg/mapcomplete_logo.svg", + "sizes": "513x513", + "type": "image/svg" + } + ] +} \ No newline at end of file diff --git a/langs/layers/ca.json b/langs/layers/ca.json index e1108fc5b..25c25dca7 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -1,93 +1,93 @@ { - "defibrillator": { - "name": "Desfibril·ladors", - "title": { - "render": "Desfibril·lador" + "defibrillator": { + "name": "Desfibril·ladors", + "title": { + "render": "Desfibril·lador" + }, + "presets": { + "0": { + "title": "Desfibril·lador" + } + }, + "tagRenderings": { + "1": { + "question": "Està el desfibril·lador a l'interior?", + "mappings": { + "0": { + "then": "Aquest desfibril·lador està a l'interior" + }, + "1": { + "then": "Aquest desfibril·lador està a l'exterior" + } + } + }, + "2": { + "question": "Està el desfibril·lador accessible lliurement?", + "render": "L'accés és {access}", + "mappings": { + "0": { + "then": "Accés lliure" + }, + "1": { + "then": "Publicament accessible" + }, + "2": { + "then": "Només accessible a clients" + }, + "3": { + "then": "No accessible al públic en general (ex. només accesible a treballadors, propietaris, ...)" + } + } + }, + "4": { + "question": "A quina planta està el desfibril·lador localitzat?", + "render": "Aquest desfibril·lador és a la planta {level}" + }, + "5": { + "question": "Dóna detalls d'on es pot trobar el desfibril·lador" + }, + "6": { + "question": "Dóna detalls d'on es pot trobar el desfibril·lador" + }, + "7": { + "question": "Dóna detalls d'on es pot trobar el desfibril·lador" + } + } }, - "presets": { - "0": { - "title": "Desfibril·lador" - } + "ghost_bike": { + "tagRenderings": { + "4": { + "render": "{inscription}" + } + } }, - "tagRenderings": { - "1": { - "question": "Està el desfibril·lador a l'interior?", - "mappings": { - "0": { - "then": "Aquest desfibril·lador està a l'interior" - }, - "1": { - "then": "Aquest desfibril·lador està a l'exterior" - } + "nature_reserve": { + "tagRenderings": { + "8": { + "render": "{email}" + }, + "9": { + "render": "{phone}" + } } - }, - "2": { - "question": "Està el desfibril·lador accessible lliurement?", - "render": "L'accés és {access}", - "mappings": { - "0": { - "then": "Accés lliure" - }, - "1": { - "then": "Publicament accessible" - }, - "2": { - "then": "Només accessible a clients" - }, - "3": { - "then": "No accessible al públic en general (ex. només accesible a treballadors, propietaris, ...)" - } + }, + "playground": { + "tagRenderings": { + "7": { + "render": "{email}" + }, + "8": { + "render": "{phone}" + } } - }, - "4": { - "question": "A quina planta està el desfibril·lador localitzat?", - "render": "Aquest desfibril·lador és a la planta {level}" - }, - "5": { - "question": "Dóna detalls d'on es pot trobar el desfibril·lador" - }, - "6": { - "question": "Dóna detalls d'on es pot trobar el desfibril·lador" - }, - "7": { - "question": "Dóna detalls d'on es pot trobar el desfibril·lador" - } - } - }, - "ghost_bike": { - "tagRenderings": { - "4": { - "render": "{inscription}" - } - } - }, - "nature_reserve": { - "tagRenderings": { - "8": { - "render": "{email}" - }, - "9": { - "render": "{phone}" - } - } - }, - "playground": { - "tagRenderings": { - "7": { - "render": "{email}" - }, - "8": { - "render": "{phone}" - } - } - }, - "tree_node": { - "title": { - "mappings": { - "0": { - "then": "{name}" + }, + "tree_node": { + "title": { + "mappings": { + "0": { + "then": "{name}" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/layers/de.json b/langs/layers/de.json index 144a9c4b8..550fa1233 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -1,1279 +1,1279 @@ { - "bench": { - "name": "Sitzbänke", - "title": { - "render": "Sitzbank" - }, - "tagRenderings": { - "1": { - "render": "Rückenlehne", - "mappings": { - "0": { - "then": "Rückenlehne: Ja" - }, - "1": { - "then": "Rückenlehne: Nein" - } + "bench": { + "name": "Sitzbänke", + "title": { + "render": "Sitzbank" }, - "question": "Hat diese Bank eine Rückenlehne?" - }, - "2": { - "render": "{seats} Sitzplätze", - "question": "Wie viele Sitzplätze hat diese Bank?" - }, - "3": { - "render": "Material: {material}", - "mappings": { - "0": { - "then": "Material: Holz" - }, - "1": { - "then": "Material: Metall" - }, - "2": { - "then": "Material: Stein" - }, - "3": { - "then": "Material: Beton" - }, - "4": { - "then": "Material: Kunststoff" - }, - "5": { - "then": "Material: Stahl" - } + "tagRenderings": { + "1": { + "render": "Rückenlehne", + "mappings": { + "0": { + "then": "Rückenlehne: Ja" + }, + "1": { + "then": "Rückenlehne: Nein" + } + }, + "question": "Hat diese Bank eine Rückenlehne?" + }, + "2": { + "render": "{seats} Sitzplätze", + "question": "Wie viele Sitzplätze hat diese Bank?" + }, + "3": { + "render": "Material: {material}", + "mappings": { + "0": { + "then": "Material: Holz" + }, + "1": { + "then": "Material: Metall" + }, + "2": { + "then": "Material: Stein" + }, + "3": { + "then": "Material: Beton" + }, + "4": { + "then": "Material: Kunststoff" + }, + "5": { + "then": "Material: Stahl" + } + }, + "question": "Aus welchem Material besteht die Sitzbank (Sitzfläche)?" + }, + "4": { + "question": "In welche Richtung schaut man, wenn man auf der Bank sitzt?", + "render": "Wenn man auf der Bank sitzt, schaut man in Richtung {direction}°." + }, + "5": { + "render": "Farbe: {colour}", + "question": "Welche Farbe hat diese Sitzbank?", + "mappings": { + "0": { + "then": "Farbe: braun" + }, + "1": { + "then": "Farbe: grün" + }, + "2": { + "then": "Farbe: grau" + }, + "3": { + "then": "Farbe: weiß" + }, + "4": { + "then": "Farbe: rot" + }, + "5": { + "then": "Farbe: schwarz" + }, + "6": { + "then": "Farbe: blau" + }, + "7": { + "then": "Farbe: gelb" + } + } + }, + "6": { + "question": "Wann wurde diese Bank zuletzt überprüft?", + "render": "Diese Bank wurde zuletzt überprüft am {survey:date}" + } }, - "question": "Aus welchem Material besteht die Sitzbank (Sitzfläche)?" - }, - "4": { - "question": "In welche Richtung schaut man, wenn man auf der Bank sitzt?", - "render": "Wenn man auf der Bank sitzt, schaut man in Richtung {direction}°." - }, - "5": { - "render": "Farbe: {colour}", - "question": "Welche Farbe hat diese Sitzbank?", - "mappings": { - "0": { - "then": "Farbe: braun" - }, - "1": { - "then": "Farbe: grün" - }, - "2": { - "then": "Farbe: grau" - }, - "3": { - "then": "Farbe: weiß" - }, - "4": { - "then": "Farbe: rot" - }, - "5": { - "then": "Farbe: schwarz" - }, - "6": { - "then": "Farbe: blau" - }, - "7": { - "then": "Farbe: gelb" - } + "presets": { + "0": { + "title": "Sitzbank", + "description": "Neue Sitzbank eintragen" + } } - }, - "6": { - "question": "Wann wurde diese Bank zuletzt überprüft?", - "render": "Diese Bank wurde zuletzt überprüft am {survey:date}" - } }, - "presets": { - "0": { - "title": "Sitzbank", - "description": "Neue Sitzbank eintragen" - } - } - }, - "bench_at_pt": { - "name": "Sitzbänke bei Haltestellen", - "title": { - "render": "Sitzbank", - "mappings": { - "0": { - "then": "Sitzbank bei Haltestelle" + "bench_at_pt": { + "name": "Sitzbänke bei Haltestellen", + "title": { + "render": "Sitzbank", + "mappings": { + "0": { + "then": "Sitzbank bei Haltestelle" + }, + "1": { + "then": "Sitzbank in Unterstand" + } + } }, - "1": { - "then": "Sitzbank in Unterstand" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "Stehbank" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "Stehbank" - } - } - }, - "bicycle_library": { - "description": "Eine Einrichtung, in der Fahrräder für längere Zeit geliehen werden können", - "tagRenderings": { - "6": { - "question": "Wie viel kostet das Ausleihen eines Fahrrads?", - "render": "Das Ausleihen eines Fahrrads kostet {charge}", - "mappings": { - "0": { - "then": "Das Ausleihen eines Fahrrads ist kostenlos" - }, - "1": { - "then": "Das Ausleihen eines Fahrrads kostet 20€ pro Jahr und 20€ Gebühr" - } + "bicycle_library": { + "description": "Eine Einrichtung, in der Fahrräder für längere Zeit geliehen werden können", + "tagRenderings": { + "6": { + "question": "Wie viel kostet das Ausleihen eines Fahrrads?", + "render": "Das Ausleihen eines Fahrrads kostet {charge}", + "mappings": { + "0": { + "then": "Das Ausleihen eines Fahrrads ist kostenlos" + }, + "1": { + "then": "Das Ausleihen eines Fahrrads kostet 20€ pro Jahr und 20€ Gebühr" + } + } + }, + "7": { + "question": "Wer kann hier Fahrräder ausleihen?", + "mappings": { + "0": { + "then": "Fahrräder für Kinder verfügbar" + }, + "1": { + "then": "Fahrräder für Erwachsene verfügbar" + }, + "2": { + "then": "Fahrräder für Behinderte verfügbar" + } + } + } } - }, - "7": { - "question": "Wer kann hier Fahrräder ausleihen?", - "mappings": { - "0": { - "then": "Fahrräder für Kinder verfügbar" - }, - "1": { - "then": "Fahrräder für Erwachsene verfügbar" - }, - "2": { - "then": "Fahrräder für Behinderte verfügbar" - } - } - } - } - }, - "bicycle_tube_vending_machine": { - "name": "Fahrradschlauch-Automat", - "title": { - "render": "Fahrradschlauch-Automat" }, - "presets": { - "0": { - "title": "Fahrradschlauch-Automat" - } - }, - "tagRenderings": { - "1": { - "question": "Ist dieser Automat noch in Betrieb?", - "render": "Der Betriebszustand ist {operational_status", - "mappings": { - "0": { - "then": "Dieser Automat funktioniert" - }, - "1": { - "then": "Dieser Automat ist kaputt" - }, - "2": { - "then": "Dieser Automat ist geschlossen" - } - } - } - } - }, - "bike_cafe": { - "name": "Fahrrad-Café", - "title": { - "render": "Fahrrad-Café", - "mappings": { - "0": { - "then": "Fahrrad-Café {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Wie heißt dieses Fahrrad-Café?", - "render": "Dieses Fahrrad-Café heißt {name}" - }, - "2": { - "question": "Bietet dieses Fahrrad-Café eine Fahrradpumpe an, die von jedem benutzt werden kann?", - "mappings": { - "0": { - "then": "Dieses Fahrrad-Café bietet eine Fahrradpumpe an, die von jedem benutzt werden kann" - }, - "1": { - "then": "Dieses Fahrrad-Café bietet keine Fahrradpumpe an, die von jedem benutzt werden kann" - } - } - }, - "3": { - "question": "Gibt es hier Werkzeuge, um das eigene Fahrrad zu reparieren?", - "mappings": { - "0": { - "then": "Dieses Fahrrad-Café bietet Werkzeuge für die selbständige Reparatur an" - }, - "1": { - "then": "Dieses Fahrrad-Café bietet keine Werkzeuge für die selbständige Reparatur an" - } - } - }, - "4": { - "question": "Repariert dieses Fahrrad-Café Fahrräder?", - "mappings": { - "0": { - "then": "Dieses Fahrrad-Café repariert Fahrräder" - }, - "1": { - "then": "Dieses Fahrrad-Café repariert keine Fahrräder" - } - } - }, - "5": { - "question": "Was ist die Webseite von {name}?" - }, - "6": { - "question": "Wie lautet die Telefonnummer von {name}?" - }, - "7": { - "question": "Wie lautet die E-Mail-Adresse von {name}?" - } - }, - "presets": { - "0": { - "title": "Fahrrad-Café" - } - } - }, - "bike_cleaning": { - "name": "Fahrrad-Reinigungsdienst", - "title": { - "render": "Fahrrad-Reinigungsdienst", - "mappings": { - "0": { - "then": "Fahrrad-Reinigungsdienst{name}" - } - } - }, - "presets": { - "0": { - "title": "Fahrrad-Reinigungsdienst" - } - } - }, - "bike_monitoring_station": { - "title": { - "render": "Fahrradzählstation", - "mappings": { - "0": { - "then": "Fahrradzählstation {name}" + "bicycle_tube_vending_machine": { + "name": "Fahrradschlauch-Automat", + "title": { + "render": "Fahrradschlauch-Automat" }, - "1": { - "then": "Fahrradzählstation {ref}" - } - } - } - }, - "bike_parking": { - "name": "Fahrrad-Parkplätze", - "presets": { - "0": { - "title": "Fahrrad-Parkplätze" - } - }, - "title": { - "render": "Fahrrad-Parkplätze" - }, - "tagRenderings": { - "1": { - "question": "Was ist die Art dieses Fahrrad-Parkplatzes?", - "render": "Dies ist ein Fahrrad-Parkplatz der Art: {bicycle_parking}", - "mappings": { - "0": { - "then": "Fahrradbügel " - }, - "1": { - "then": "Metallgestänge " - }, - "2": { - "then": "Halter für Fahrradlenker " - }, - "3": { - "then": "Gestell " - }, - "4": { - "then": "Zweistufig " - }, - "5": { - "then": "Schuppen " - }, - "6": { - "then": "Poller " - }, - "7": { - "then": "Ein Bereich auf dem Boden, der für das Abstellen von Fahrrädern gekennzeichnet ist" - } - } - }, - "2": { - "mappings": { - "0": { - "then": "Tiefgarage" - }, - "1": { - "then": "Tiefgarage" - }, - "2": { - "then": "Ebenerdiges Parken" - }, - "3": { - "then": "Ebenerdiges Parken" - } - } - }, - "3": { - "question": "Ist dieser Parkplatz überdacht? Wählen Sie auch \"überdacht\" für Innenparkplätze.", - "mappings": { - "0": { - "then": "Dieser Parkplatz ist überdacht (er hat ein Dach)" - }, - "1": { - "then": "Dieser Parkplatz ist nicht überdacht" - } - } - }, - "4": { - "question": "Wie viele Fahrräder passen auf diesen Fahrrad-Parkplatz (einschließlich möglicher Lastenfahrräder)?", - "render": "Platz für {capacity} Fahrräder" - }, - "5": { - "question": "Wer kann diesen Fahrradparplatz nutzen?", - "render": "{access}", - "mappings": { - "0": { - "then": "Öffentlich zugänglich" - } - } - }, - "6": { - "question": "Gibt es auf diesem Fahrrad-Parkplatz Plätze für Lastenfahrräder?", - "mappings": { - "0": { - "then": "Dieser Parkplatz bietet Platz für Lastenfahrräder" - }, - "1": { - "then": "Dieser Parkplatz verfügt über ausgewiesene (offizielle) Plätze für Lastenfahrräder." - }, - "2": { - "then": "Es ist nicht erlaubt, Lastenfahrräder zu parken" - } - } - }, - "7": { - "question": "Wie viele Lastenfahrräder passen auf diesen Fahrrad-Parkplatz?", - "render": "Auf diesen Parkplatz passen {capacity:cargo_bike} Lastenfahrräder" - } - } - }, - "bike_repair_station": { - "name": "Fahrradstationen (Reparatur, Pumpe oder beides)", - "title": { - "render": "Fahrradstation (Pumpe & Reparatur)", - "mappings": { - "0": { - "then": "Fahrrad-Reparaturstation" + "presets": { + "0": { + "title": "Fahrradschlauch-Automat" + } }, - "1": { - "then": "Fahrrad-Reparaturstation" + "tagRenderings": { + "1": { + "question": "Ist dieser Automat noch in Betrieb?", + "render": "Der Betriebszustand ist {operational_status", + "mappings": { + "0": { + "then": "Dieser Automat funktioniert" + }, + "1": { + "then": "Dieser Automat ist kaputt" + }, + "2": { + "then": "Dieser Automat ist geschlossen" + } + } + } + } + }, + "bike_cafe": { + "name": "Fahrrad-Café", + "title": { + "render": "Fahrrad-Café", + "mappings": { + "0": { + "then": "Fahrrad-Café {name}" + } + } }, - "2": { - "then": "Kaputte Pumpe" + "tagRenderings": { + "1": { + "question": "Wie heißt dieses Fahrrad-Café?", + "render": "Dieses Fahrrad-Café heißt {name}" + }, + "2": { + "question": "Bietet dieses Fahrrad-Café eine Fahrradpumpe an, die von jedem benutzt werden kann?", + "mappings": { + "0": { + "then": "Dieses Fahrrad-Café bietet eine Fahrradpumpe an, die von jedem benutzt werden kann" + }, + "1": { + "then": "Dieses Fahrrad-Café bietet keine Fahrradpumpe an, die von jedem benutzt werden kann" + } + } + }, + "3": { + "question": "Gibt es hier Werkzeuge, um das eigene Fahrrad zu reparieren?", + "mappings": { + "0": { + "then": "Dieses Fahrrad-Café bietet Werkzeuge für die selbständige Reparatur an" + }, + "1": { + "then": "Dieses Fahrrad-Café bietet keine Werkzeuge für die selbständige Reparatur an" + } + } + }, + "4": { + "question": "Repariert dieses Fahrrad-Café Fahrräder?", + "mappings": { + "0": { + "then": "Dieses Fahrrad-Café repariert Fahrräder" + }, + "1": { + "then": "Dieses Fahrrad-Café repariert keine Fahrräder" + } + } + }, + "5": { + "question": "Was ist die Webseite von {name}?" + }, + "6": { + "question": "Wie lautet die Telefonnummer von {name}?" + }, + "7": { + "question": "Wie lautet die E-Mail-Adresse von {name}?" + } }, - "3": { - "then": "Fahrradpumpe {name}" + "presets": { + "0": { + "title": "Fahrrad-Café" + } + } + }, + "bike_cleaning": { + "name": "Fahrrad-Reinigungsdienst", + "title": { + "render": "Fahrrad-Reinigungsdienst", + "mappings": { + "0": { + "then": "Fahrrad-Reinigungsdienst{name}" + } + } }, - "4": { - "then": "Fahrradpumpe" + "presets": { + "0": { + "title": "Fahrrad-Reinigungsdienst" + } } - } }, - "tagRenderings": { - "1": { - "question": "Welche Einrichtungen stehen an dieser Fahrradstation zur Verfügung?", - "mappings": { - "0": { - "then": "Es ist nur eine Pumpe vorhanden" - }, - "1": { - "then": "Es sind nur Werkzeuge (Schraubenzieher, Zangen...) vorhanden" - }, - "2": { - "then": "Es sind sowohl Werkzeuge als auch eine Pumpe vorhanden" - } + "bike_monitoring_station": { + "title": { + "render": "Fahrradzählstation", + "mappings": { + "0": { + "then": "Fahrradzählstation {name}" + }, + "1": { + "then": "Fahrradzählstation {ref}" + } + } } - }, - "2": { - "question": "Wer wartet diese Fahrradpumpe?", - "render": "Gewartet von {operator}" - }, - "5": { - "question": "Wann ist diese Fahrradreparaturstelle geöffnet?", - "mappings": { - "0": { - "then": "Immer geöffnet" - }, - "1": { - "then": "Immer geöffnet" - } - } - }, - "6": { - "question": "Verfügt diese Fahrrad-Reparaturstation über Spezialwerkzeug zur Reparatur von Fahrradketten?", - "mappings": { - "0": { - "then": "Es gibt ein Kettenwerkzeug" - }, - "1": { - "then": "Es gibt kein Kettenwerkzeug" - } - } - }, - "7": { - "question": "Hat diese Fahrradstation einen Haken, an dem Sie Ihr Fahrrad aufhängen können, oder einen Ständer, um es anzuheben?", - "mappings": { - "0": { - "then": "Es gibt einen Haken oder Ständer" - }, - "1": { - "then": "Es gibt keinen Haken oder Ständer" - } - } - }, - "8": { - "question": "Ist die Fahrradpumpe noch funktionstüchtig?", - "mappings": { - "0": { - "then": "Die Fahrradpumpe ist kaputt" - }, - "1": { - "then": "Die Fahrradpumpe ist betriebsbereit" - } - } - }, - "10": { - "question": "Welche Ventile werden unterstützt?", - "render": "Diese Pumpe unterstützt die folgenden Ventile: {valves}", - "mappings": { - "0": { - "then": "Sklaverand (auch bekannt als Presta)" - }, - "1": { - "then": "Dunlop" - }, - "2": { - "then": "Schrader (Autos)" - } - } - }, - "11": { - "question": "Ist dies eine elektrische Fahrradpumpe?", - "mappings": { - "0": { - "then": "Manuelle Pumpe" - }, - "1": { - "then": "Elektrische Pumpe" - } - } - }, - "12": { - "question": "Verfügt die Pumpe über einen Druckanzeiger oder ein Manometer?", - "mappings": { - "0": { - "then": "Es gibt ein Manometer" - }, - "1": { - "then": "Es gibt kein Manometer" - }, - "2": { - "then": "Es gibt ein Manometer, aber es ist kaputt" - } - } - } }, - "presets": { - "0": { - "title": "Fahrradpumpe", - "description": "Ein Gerät zum Aufpumpen von Reifen an einem festen Standort im öffentlichen Raum.

Beispiele für Fahrradpumpen

" - }, - "1": { - "title": "Fahrrad-Reparaturstation und Pumpe", - "description": "Ein Gerät mit Werkzeugen zur Reparatur von Fahrrädern kombiniert mit einer Pumpe an einem festen Standort. Die Werkzeuge sind oft mit Ketten gegen Diebstahl gesichert.

Beispiel

" - }, - "2": { - "title": "Fahrrad-Reparaturstation ohne Pumpe" - } - } - }, - "bike_shop": { - "name": "Fahrradwerkstatt/geschäft", - "title": { - "render": "Fahrradwerkstatt/geschäft", - "mappings": { - "0": { - "then": "Sportartikelgeschäft {name}" + "bike_parking": { + "name": "Fahrrad-Parkplätze", + "presets": { + "0": { + "title": "Fahrrad-Parkplätze" + } }, - "2": { - "then": "Fahrradverleih{name}" + "title": { + "render": "Fahrrad-Parkplätze" }, - "3": { - "then": "Fahrradwerkstatt {name}" + "tagRenderings": { + "1": { + "question": "Was ist die Art dieses Fahrrad-Parkplatzes?", + "render": "Dies ist ein Fahrrad-Parkplatz der Art: {bicycle_parking}", + "mappings": { + "0": { + "then": "Fahrradbügel " + }, + "1": { + "then": "Metallgestänge " + }, + "2": { + "then": "Halter für Fahrradlenker " + }, + "3": { + "then": "Gestell " + }, + "4": { + "then": "Zweistufig " + }, + "5": { + "then": "Schuppen " + }, + "6": { + "then": "Poller " + }, + "7": { + "then": "Ein Bereich auf dem Boden, der für das Abstellen von Fahrrädern gekennzeichnet ist" + } + } + }, + "2": { + "mappings": { + "0": { + "then": "Tiefgarage" + }, + "1": { + "then": "Tiefgarage" + }, + "2": { + "then": "Ebenerdiges Parken" + }, + "3": { + "then": "Ebenerdiges Parken" + } + } + }, + "3": { + "question": "Ist dieser Parkplatz überdacht? Wählen Sie auch \"überdacht\" für Innenparkplätze.", + "mappings": { + "0": { + "then": "Dieser Parkplatz ist überdacht (er hat ein Dach)" + }, + "1": { + "then": "Dieser Parkplatz ist nicht überdacht" + } + } + }, + "4": { + "question": "Wie viele Fahrräder passen auf diesen Fahrrad-Parkplatz (einschließlich möglicher Lastenfahrräder)?", + "render": "Platz für {capacity} Fahrräder" + }, + "5": { + "question": "Wer kann diesen Fahrradparplatz nutzen?", + "render": "{access}", + "mappings": { + "0": { + "then": "Öffentlich zugänglich" + } + } + }, + "6": { + "question": "Gibt es auf diesem Fahrrad-Parkplatz Plätze für Lastenfahrräder?", + "mappings": { + "0": { + "then": "Dieser Parkplatz bietet Platz für Lastenfahrräder" + }, + "1": { + "then": "Dieser Parkplatz verfügt über ausgewiesene (offizielle) Plätze für Lastenfahrräder." + }, + "2": { + "then": "Es ist nicht erlaubt, Lastenfahrräder zu parken" + } + } + }, + "7": { + "question": "Wie viele Lastenfahrräder passen auf diesen Fahrrad-Parkplatz?", + "render": "Auf diesen Parkplatz passen {capacity:cargo_bike} Lastenfahrräder" + } + } + }, + "bike_repair_station": { + "name": "Fahrradstationen (Reparatur, Pumpe oder beides)", + "title": { + "render": "Fahrradstation (Pumpe & Reparatur)", + "mappings": { + "0": { + "then": "Fahrrad-Reparaturstation" + }, + "1": { + "then": "Fahrrad-Reparaturstation" + }, + "2": { + "then": "Kaputte Pumpe" + }, + "3": { + "then": "Fahrradpumpe {name}" + }, + "4": { + "then": "Fahrradpumpe" + } + } }, - "4": { - "then": "Fahrradgeschäft {name}" + "tagRenderings": { + "1": { + "question": "Welche Einrichtungen stehen an dieser Fahrradstation zur Verfügung?", + "mappings": { + "0": { + "then": "Es ist nur eine Pumpe vorhanden" + }, + "1": { + "then": "Es sind nur Werkzeuge (Schraubenzieher, Zangen...) vorhanden" + }, + "2": { + "then": "Es sind sowohl Werkzeuge als auch eine Pumpe vorhanden" + } + } + }, + "2": { + "question": "Wer wartet diese Fahrradpumpe?", + "render": "Gewartet von {operator}" + }, + "5": { + "question": "Wann ist diese Fahrradreparaturstelle geöffnet?", + "mappings": { + "0": { + "then": "Immer geöffnet" + }, + "1": { + "then": "Immer geöffnet" + } + } + }, + "6": { + "question": "Verfügt diese Fahrrad-Reparaturstation über Spezialwerkzeug zur Reparatur von Fahrradketten?", + "mappings": { + "0": { + "then": "Es gibt ein Kettenwerkzeug" + }, + "1": { + "then": "Es gibt kein Kettenwerkzeug" + } + } + }, + "7": { + "question": "Hat diese Fahrradstation einen Haken, an dem Sie Ihr Fahrrad aufhängen können, oder einen Ständer, um es anzuheben?", + "mappings": { + "0": { + "then": "Es gibt einen Haken oder Ständer" + }, + "1": { + "then": "Es gibt keinen Haken oder Ständer" + } + } + }, + "8": { + "question": "Ist die Fahrradpumpe noch funktionstüchtig?", + "mappings": { + "0": { + "then": "Die Fahrradpumpe ist kaputt" + }, + "1": { + "then": "Die Fahrradpumpe ist betriebsbereit" + } + } + }, + "10": { + "question": "Welche Ventile werden unterstützt?", + "render": "Diese Pumpe unterstützt die folgenden Ventile: {valves}", + "mappings": { + "0": { + "then": "Sklaverand (auch bekannt als Presta)" + }, + "1": { + "then": "Dunlop" + }, + "2": { + "then": "Schrader (Autos)" + } + } + }, + "11": { + "question": "Ist dies eine elektrische Fahrradpumpe?", + "mappings": { + "0": { + "then": "Manuelle Pumpe" + }, + "1": { + "then": "Elektrische Pumpe" + } + } + }, + "12": { + "question": "Verfügt die Pumpe über einen Druckanzeiger oder ein Manometer?", + "mappings": { + "0": { + "then": "Es gibt ein Manometer" + }, + "1": { + "then": "Es gibt kein Manometer" + }, + "2": { + "then": "Es gibt ein Manometer, aber es ist kaputt" + } + } + } }, - "5": { - "then": "Fahrradwerkstatt/geschäft {name}" + "presets": { + "0": { + "title": "Fahrradpumpe", + "description": "Ein Gerät zum Aufpumpen von Reifen an einem festen Standort im öffentlichen Raum.

Beispiele für Fahrradpumpen

" + }, + "1": { + "title": "Fahrrad-Reparaturstation und Pumpe", + "description": "Ein Gerät mit Werkzeugen zur Reparatur von Fahrrädern kombiniert mit einer Pumpe an einem festen Standort. Die Werkzeuge sind oft mit Ketten gegen Diebstahl gesichert.

Beispiel

" + }, + "2": { + "title": "Fahrrad-Reparaturstation ohne Pumpe" + } } - } }, - "tagRenderings": { - "2": { - "question": "Wie heißt dieser Fahrradladen?", - "render": "Dieses Fahrradgeschäft heißt {name}" - }, - "3": { - "question": "Was ist die Webseite von {name}?" - }, - "4": { - "question": "Wie lautet die Telefonnummer von {name}?" - }, - "5": { - "question": "Wie lautet die E-Mail-Adresse von {name}?" - }, - "9": { - "question": "Verkauft dieser Laden Fahrräder?", - "mappings": { - "0": { - "then": "Dieses Geschäft verkauft Fahrräder" - }, - "1": { - "then": "Dieses Geschäft verkauft keine Fahrräder" - } - } - }, - "10": { - "question": "Repariert dieses Geschäft Fahrräder?", - "mappings": { - "0": { - "then": "Dieses Geschäft repariert Fahrräder" - }, - "1": { - "then": "Dieses Geschäft repariert keine Fahrräder" - }, - "2": { - "then": "Dieses Geschäft repariert nur hier gekaufte Fahrräder" - }, - "3": { - "then": "Dieses Geschäft repariert nur Fahrräder einer bestimmten Marke" - } - } - }, - "11": { - "question": "Vermietet dieser Laden Fahrräder?", - "mappings": { - "0": { - "then": "Dieses Geschäft vermietet Fahrräder" - }, - "1": { - "then": "Dieses Geschäft vermietet keine Fahrräder" - } - } - }, - "12": { - "question": "Verkauft dieses Geschäft gebrauchte Fahrräder?", - "mappings": { - "0": { - "then": "Dieses Geschäft verkauft gebrauchte Fahrräder" - }, - "1": { - "then": "Dieses Geschäft verkauft keine gebrauchten Fahrräder" - }, - "2": { - "then": "Dieses Geschäft verkauft nur gebrauchte Fahrräder" - } - } - }, - "13": { - "question": "Bietet dieses Geschäft eine Fahrradpumpe zur Benutzung für alle an?", - "mappings": { - "0": { - "then": "Dieses Geschäft bietet eine Fahrradpumpe für alle an" - }, - "1": { - "then": "Dieses Geschäft bietet für niemanden eine Fahrradpumpe an" - } - } - }, - "14": { - "question": "Gibt es hier Werkzeuge, um das eigene Fahrrad zu reparieren?", - "mappings": { - "0": { - "then": "Dieses Geschäft bietet Werkzeuge für die Heimwerkerreparatur an" - }, - "1": { - "then": "Dieses Geschäft bietet keine Werkzeuge für Heimwerkerreparaturen an" - }, - "2": { - "then": "Werkzeuge für die Selbstreparatur sind nur verfügbar, wenn Sie das Fahrrad im Laden gekauft/gemietet haben" - } - } - }, - "15": { - "question": "Werden hier Fahrräder gewaschen?", - "mappings": { - "0": { - "then": "Dieses Geschäft reinigt Fahrräder" - }, - "1": { - "then": "Dieser Laden hat eine Anlage, in der man Fahrräder selbst reinigen kann" - }, - "2": { - "then": "Dieser Laden bietet keine Fahrradreinigung an" - } - } - } - }, - "presets": { - "0": { - "title": "Fahrradwerkstatt/geschäft" - } - } - }, - "bike_themed_object": { - "name": "Mit Fahrrad zusammenhängendes Objekt", - "title": { - "render": "Mit Fahrrad zusammenhängendes Objekt", - "mappings": { - "1": { - "then": "Radweg" - } - } - } - }, - "defibrillator": { - "name": "Defibrillatoren", - "title": { - "render": "Defibrillator" - }, - "presets": { - "0": { - "title": "Defibrillator" - } - }, - "tagRenderings": { - "1": { - "question": "Befindet sich dieser Defibrillator im Gebäude?", - "mappings": { - "0": { - "then": "Dieser Defibrillator befindet sich im Gebäude" - }, - "1": { - "then": "Dieser Defibrillator befindet sich im Freien" - } - } - }, - "2": { - "question": "Ist dieser Defibrillator frei zugänglich?", - "render": "Zugang ist {access}", - "mappings": { - "0": { - "then": "Öffentlich zugänglich" - }, - "1": { - "then": "Öffentlich zugänglich" - }, - "2": { - "then": "Nur für Kunden zugänglich" - }, - "3": { - "then": "Nicht für die Öffentlichkeit zugänglich (z.B. nur für das Personal, die Eigentümer, ...)" - } - } - }, - "3": { - "render": "Es gibt keine Informationen über den Gerätetyp", - "mappings": { - "0": { - "then": "Dies ist ein manueller Defibrillator für den professionellen Einsatz" - } - } - }, - "4": { - "question": "In welchem Stockwerk befindet sich dieser Defibrillator?", - "render": "Dieser Defibrallator befindet sich im {level}. Stockwerk", - "mappings": { - "0": { - "then": "Dieser Defibrillator befindet sich im Erdgeschoss" - }, - "1": { - "then": "Dieser Defibrillator befindet sich in der ersten Etage" - } - } - }, - "5": { - "render": "Zusätzliche Informationen über den Standort (in der Landessprache):
{defibrillator:location}", - "question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (in der lokalen Sprache)" - }, - "6": { - "render": "Zusätzliche Informationen über den Standort (auf Englisch):
{defibrillator:location}", - "question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (auf Englisch)" - }, - "7": { - "render": "Zusätzliche Informationen zum Standort (auf Französisch):
{defibrillator:Standort:fr}", - "question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (auf Französisch)" - }, - "9": { - "render": "Offizielle Identifikationsnummer des Geräts: {ref}", - "question": "Wie lautet die offizielle Identifikationsnummer des Geräts? (falls am Gerät sichtbar)" - }, - "10": { - "render": "E-Mail für Fragen zu diesem Defibrillator: {email}", - "question": "Wie lautet die E-Mail für Fragen zu diesem Defibrillator?" - }, - "11": { - "render": "Telefonnummer für Fragen zu diesem Defibrillator: {phone}", - "question": "Wie lautet die Telefonnummer für Fragen zu diesem Defibrillator?" - }, - "12": { - "question": "Zu welchen Zeiten ist dieser Defibrillator verfügbar?", - "mappings": { - "0": { - "then": "24/7 geöffnet (auch an Feiertagen)" - } - } - }, - "13": { - "render": "Zusätzliche Informationen: {description}", - "question": "Gibt es nützliche Informationen für Benutzer, die Sie oben nicht beschreiben konnten? (leer lassen, wenn nein)" - }, - "14": { - "question": "Wann wurde dieser Defibrillator zuletzt überprüft?", - "render": "Dieser Defibrillator wurde zuletzt am {survey:date} überprüft", - "mappings": { - "0": { - "then": "Heute überprüft!" - } - } - }, - "15": { - "render": "Zusätzliche Informationen für OpenStreetMap-Experten: {fixme}", - "question": "Gibt es einen Fehler in der Kartierung, den Sie hier nicht beheben konnten? (hinterlasse eine Notiz an OpenStreetMap-Experten)" - } - } - }, - "drinking_water": { - "name": "Trinkwasser", - "title": { - "render": "Trinkwasser" - }, - "presets": { - "0": { - "title": "Trinkwasser" - } - }, - "tagRenderings": { - "1": { - "question": "Ist diese Trinkwasserstelle noch in Betrieb?", - "render": "Der Betriebsstatus ist {operational_status" - }, - "2": { - "question": "Wie einfach ist es, Wasserflaschen zu füllen?", - "mappings": { - "0": { - "then": "Es ist einfach, Wasserflaschen nachzufüllen" - }, - "1": { - "then": "Wasserflaschen passen möglicherweise nicht" - } - } - }, - "3": { - "render": "Ein weiterer Trinkwasserbrunnen befindet sich in {_closest_other_drinking_water_distance} Meter" - } - } - }, - "ghost_bike": { - "name": "Geisterrad", - "title": { - "render": "Geisterrad", - "mappings": { - "0": { - "then": "Geisterrad im Gedenken an {name}" - } - } - }, - "presets": { - "0": { - "title": "Geisterrad" - } - }, - "tagRenderings": { - "0": { - "render": "Ein Geisterrad ist ein Denkmal für einen Radfahrer, der bei einem Verkehrsunfall ums Leben kam, in Form eines weißen Fahrrades, das dauerhaft in der Nähe des Unfallortes aufgestellt wird." - }, - "2": { - "question": "An wen erinnert dieses Geisterrad?
Bitte respektieren Sie die Privatsphäre - geben Sie den Namen nur an, wenn er weit verbreitet oder auf dem Fahrrad markiert ist. Den Familiennamen können Sie weglassen.
", - "render": "Im Gedenken an {name}", - "mappings": { - "0": { - "then": "Auf dem Fahrrad ist kein Name angegeben" - } - } - }, - "3": { - "question": "Auf welcher Webseite kann man mehr Informationen über das Geisterrad oder den Unfall finden?", - "render": "Mehr Informationen" - }, - "4": { - "question": "Wie lautet die Inschrift auf diesem Geisterrad?", - "render": "{inscription}" - } - } - }, - "information_board": { - "name": "Informationstafeln", - "title": { - "render": "Informationstafel" - }, - "presets": { - "0": { - "title": "Informationstafel" - } - } - }, - "map": { - "name": "Karten", - "title": { - "render": "Karte" - }, - "tagRenderings": { - "1": { - "question": "Auf welchen Daten basiert diese Karte?", - "mappings": { - "0": { - "then": "Diese Karte basiert auf OpenStreetMap" - } + "bike_shop": { + "name": "Fahrradwerkstatt/geschäft", + "title": { + "render": "Fahrradwerkstatt/geschäft", + "mappings": { + "0": { + "then": "Sportartikelgeschäft {name}" + }, + "2": { + "then": "Fahrradverleih{name}" + }, + "3": { + "then": "Fahrradwerkstatt {name}" + }, + "4": { + "then": "Fahrradgeschäft {name}" + }, + "5": { + "then": "Fahrradwerkstatt/geschäft {name}" + } + } }, - "render": "Diese Karte basiert auf {map_source}" - }, - "2": { - "question": "Ist die OpenStreetMap-Attribution vorhanden?", - "mappings": { - "0": { - "then": "OpenStreetMap ist eindeutig attributiert, einschließlich der ODBL-Lizenz" - }, - "1": { - "then": "OpenStreetMap ist eindeutig attributiert, aber die Lizenz wird nicht erwähnt" - }, - "2": { - "then": "OpenStreetMap wurde nicht erwähnt, aber jemand hat einen OpenStreetMap-Aufkleber darauf geklebt" - }, - "3": { - "then": "Es gibt überhaupt keine Namensnennung" - }, - "4": { - "then": "Es gibt überhaupt keine Namensnennung" - } + "tagRenderings": { + "2": { + "question": "Wie heißt dieser Fahrradladen?", + "render": "Dieses Fahrradgeschäft heißt {name}" + }, + "3": { + "question": "Was ist die Webseite von {name}?" + }, + "4": { + "question": "Wie lautet die Telefonnummer von {name}?" + }, + "5": { + "question": "Wie lautet die E-Mail-Adresse von {name}?" + }, + "9": { + "question": "Verkauft dieser Laden Fahrräder?", + "mappings": { + "0": { + "then": "Dieses Geschäft verkauft Fahrräder" + }, + "1": { + "then": "Dieses Geschäft verkauft keine Fahrräder" + } + } + }, + "10": { + "question": "Repariert dieses Geschäft Fahrräder?", + "mappings": { + "0": { + "then": "Dieses Geschäft repariert Fahrräder" + }, + "1": { + "then": "Dieses Geschäft repariert keine Fahrräder" + }, + "2": { + "then": "Dieses Geschäft repariert nur hier gekaufte Fahrräder" + }, + "3": { + "then": "Dieses Geschäft repariert nur Fahrräder einer bestimmten Marke" + } + } + }, + "11": { + "question": "Vermietet dieser Laden Fahrräder?", + "mappings": { + "0": { + "then": "Dieses Geschäft vermietet Fahrräder" + }, + "1": { + "then": "Dieses Geschäft vermietet keine Fahrräder" + } + } + }, + "12": { + "question": "Verkauft dieses Geschäft gebrauchte Fahrräder?", + "mappings": { + "0": { + "then": "Dieses Geschäft verkauft gebrauchte Fahrräder" + }, + "1": { + "then": "Dieses Geschäft verkauft keine gebrauchten Fahrräder" + }, + "2": { + "then": "Dieses Geschäft verkauft nur gebrauchte Fahrräder" + } + } + }, + "13": { + "question": "Bietet dieses Geschäft eine Fahrradpumpe zur Benutzung für alle an?", + "mappings": { + "0": { + "then": "Dieses Geschäft bietet eine Fahrradpumpe für alle an" + }, + "1": { + "then": "Dieses Geschäft bietet für niemanden eine Fahrradpumpe an" + } + } + }, + "14": { + "question": "Gibt es hier Werkzeuge, um das eigene Fahrrad zu reparieren?", + "mappings": { + "0": { + "then": "Dieses Geschäft bietet Werkzeuge für die Heimwerkerreparatur an" + }, + "1": { + "then": "Dieses Geschäft bietet keine Werkzeuge für Heimwerkerreparaturen an" + }, + "2": { + "then": "Werkzeuge für die Selbstreparatur sind nur verfügbar, wenn Sie das Fahrrad im Laden gekauft/gemietet haben" + } + } + }, + "15": { + "question": "Werden hier Fahrräder gewaschen?", + "mappings": { + "0": { + "then": "Dieses Geschäft reinigt Fahrräder" + }, + "1": { + "then": "Dieser Laden hat eine Anlage, in der man Fahrräder selbst reinigen kann" + }, + "2": { + "then": "Dieser Laden bietet keine Fahrradreinigung an" + } + } + } + }, + "presets": { + "0": { + "title": "Fahrradwerkstatt/geschäft" + } } - } }, - "presets": { - "0": { - "title": "Karte", - "description": "Fehlende Karte hinzufügen" - } + "bike_themed_object": { + "name": "Mit Fahrrad zusammenhängendes Objekt", + "title": { + "render": "Mit Fahrrad zusammenhängendes Objekt", + "mappings": { + "1": { + "then": "Radweg" + } + } + } + }, + "defibrillator": { + "name": "Defibrillatoren", + "title": { + "render": "Defibrillator" + }, + "presets": { + "0": { + "title": "Defibrillator" + } + }, + "tagRenderings": { + "1": { + "question": "Befindet sich dieser Defibrillator im Gebäude?", + "mappings": { + "0": { + "then": "Dieser Defibrillator befindet sich im Gebäude" + }, + "1": { + "then": "Dieser Defibrillator befindet sich im Freien" + } + } + }, + "2": { + "question": "Ist dieser Defibrillator frei zugänglich?", + "render": "Zugang ist {access}", + "mappings": { + "0": { + "then": "Öffentlich zugänglich" + }, + "1": { + "then": "Öffentlich zugänglich" + }, + "2": { + "then": "Nur für Kunden zugänglich" + }, + "3": { + "then": "Nicht für die Öffentlichkeit zugänglich (z.B. nur für das Personal, die Eigentümer, ...)" + } + } + }, + "3": { + "render": "Es gibt keine Informationen über den Gerätetyp", + "mappings": { + "0": { + "then": "Dies ist ein manueller Defibrillator für den professionellen Einsatz" + } + } + }, + "4": { + "question": "In welchem Stockwerk befindet sich dieser Defibrillator?", + "render": "Dieser Defibrallator befindet sich im {level}. Stockwerk", + "mappings": { + "0": { + "then": "Dieser Defibrillator befindet sich im Erdgeschoss" + }, + "1": { + "then": "Dieser Defibrillator befindet sich in der ersten Etage" + } + } + }, + "5": { + "render": "Zusätzliche Informationen über den Standort (in der Landessprache):
{defibrillator:location}", + "question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (in der lokalen Sprache)" + }, + "6": { + "render": "Zusätzliche Informationen über den Standort (auf Englisch):
{defibrillator:location}", + "question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (auf Englisch)" + }, + "7": { + "render": "Zusätzliche Informationen zum Standort (auf Französisch):
{defibrillator:Standort:fr}", + "question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (auf Französisch)" + }, + "9": { + "render": "Offizielle Identifikationsnummer des Geräts: {ref}", + "question": "Wie lautet die offizielle Identifikationsnummer des Geräts? (falls am Gerät sichtbar)" + }, + "10": { + "render": "E-Mail für Fragen zu diesem Defibrillator: {email}", + "question": "Wie lautet die E-Mail für Fragen zu diesem Defibrillator?" + }, + "11": { + "render": "Telefonnummer für Fragen zu diesem Defibrillator: {phone}", + "question": "Wie lautet die Telefonnummer für Fragen zu diesem Defibrillator?" + }, + "12": { + "question": "Zu welchen Zeiten ist dieser Defibrillator verfügbar?", + "mappings": { + "0": { + "then": "24/7 geöffnet (auch an Feiertagen)" + } + } + }, + "13": { + "render": "Zusätzliche Informationen: {description}", + "question": "Gibt es nützliche Informationen für Benutzer, die Sie oben nicht beschreiben konnten? (leer lassen, wenn nein)" + }, + "14": { + "question": "Wann wurde dieser Defibrillator zuletzt überprüft?", + "render": "Dieser Defibrillator wurde zuletzt am {survey:date} überprüft", + "mappings": { + "0": { + "then": "Heute überprüft!" + } + } + }, + "15": { + "render": "Zusätzliche Informationen für OpenStreetMap-Experten: {fixme}", + "question": "Gibt es einen Fehler in der Kartierung, den Sie hier nicht beheben konnten? (hinterlasse eine Notiz an OpenStreetMap-Experten)" + } + } + }, + "drinking_water": { + "name": "Trinkwasser", + "title": { + "render": "Trinkwasser" + }, + "presets": { + "0": { + "title": "Trinkwasser" + } + }, + "tagRenderings": { + "1": { + "question": "Ist diese Trinkwasserstelle noch in Betrieb?", + "render": "Der Betriebsstatus ist {operational_status" + }, + "2": { + "question": "Wie einfach ist es, Wasserflaschen zu füllen?", + "mappings": { + "0": { + "then": "Es ist einfach, Wasserflaschen nachzufüllen" + }, + "1": { + "then": "Wasserflaschen passen möglicherweise nicht" + } + } + }, + "3": { + "render": "Ein weiterer Trinkwasserbrunnen befindet sich in {_closest_other_drinking_water_distance} Meter" + } + } + }, + "ghost_bike": { + "name": "Geisterrad", + "title": { + "render": "Geisterrad", + "mappings": { + "0": { + "then": "Geisterrad im Gedenken an {name}" + } + } + }, + "presets": { + "0": { + "title": "Geisterrad" + } + }, + "tagRenderings": { + "0": { + "render": "Ein Geisterrad ist ein Denkmal für einen Radfahrer, der bei einem Verkehrsunfall ums Leben kam, in Form eines weißen Fahrrades, das dauerhaft in der Nähe des Unfallortes aufgestellt wird." + }, + "2": { + "question": "An wen erinnert dieses Geisterrad?
Bitte respektieren Sie die Privatsphäre - geben Sie den Namen nur an, wenn er weit verbreitet oder auf dem Fahrrad markiert ist. Den Familiennamen können Sie weglassen.
", + "render": "Im Gedenken an {name}", + "mappings": { + "0": { + "then": "Auf dem Fahrrad ist kein Name angegeben" + } + } + }, + "3": { + "question": "Auf welcher Webseite kann man mehr Informationen über das Geisterrad oder den Unfall finden?", + "render": "Mehr Informationen" + }, + "4": { + "question": "Wie lautet die Inschrift auf diesem Geisterrad?", + "render": "{inscription}" + } + } + }, + "information_board": { + "name": "Informationstafeln", + "title": { + "render": "Informationstafel" + }, + "presets": { + "0": { + "title": "Informationstafel" + } + } + }, + "map": { + "name": "Karten", + "title": { + "render": "Karte" + }, + "tagRenderings": { + "1": { + "question": "Auf welchen Daten basiert diese Karte?", + "mappings": { + "0": { + "then": "Diese Karte basiert auf OpenStreetMap" + } + }, + "render": "Diese Karte basiert auf {map_source}" + }, + "2": { + "question": "Ist die OpenStreetMap-Attribution vorhanden?", + "mappings": { + "0": { + "then": "OpenStreetMap ist eindeutig attributiert, einschließlich der ODBL-Lizenz" + }, + "1": { + "then": "OpenStreetMap ist eindeutig attributiert, aber die Lizenz wird nicht erwähnt" + }, + "2": { + "then": "OpenStreetMap wurde nicht erwähnt, aber jemand hat einen OpenStreetMap-Aufkleber darauf geklebt" + }, + "3": { + "then": "Es gibt überhaupt keine Namensnennung" + }, + "4": { + "then": "Es gibt überhaupt keine Namensnennung" + } + } + } + }, + "presets": { + "0": { + "title": "Karte", + "description": "Fehlende Karte hinzufügen" + } + } + }, + "nature_reserve": { + "tagRenderings": { + "5": { + "question": "Sind Hunde in diesem Naturschutzgebiet erlaubt?", + "mappings": { + "0": { + "then": "Hunde müssen angeleint sein" + }, + "1": { + "then": "Hunde sind nicht erlaubt" + }, + "2": { + "then": "Hunde dürfen frei herumlaufen" + } + } + }, + "6": { + "question": "Auf welcher Webseite kann man mehr Informationen über dieses Naturschutzgebiet finden?" + }, + "8": { + "render": "{email}" + }, + "9": { + "render": "{phone}" + } + } + }, + "picnic_table": { + "name": "Picknick-Tische", + "title": { + "render": "Picknick-Tisch" + }, + "tagRenderings": { + "0": { + "question": "Aus welchem Material besteht dieser Picknicktisch?", + "render": "Dieser Picknicktisch besteht aus {material}", + "mappings": { + "0": { + "then": "Dies ist ein Picknicktisch aus Holz" + }, + "1": { + "then": "Dies ist ein Picknicktisch aus Beton" + } + } + } + }, + "presets": { + "0": { + "title": "Picknicktisch" + } + } + }, + "playground": { + "name": "Spielplätze", + "description": "Spielplätze", + "title": { + "render": "Spielplatz", + "mappings": { + "0": { + "then": "Spielplatz {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "Welche Oberfläche hat dieser Spielplatz?
Wenn es mehrere gibt, wähle die am häufigsten vorkommende aus", + "render": "Die Oberfläche ist {surface}", + "mappings": { + "0": { + "then": "Die Oberfläche ist Gras" + }, + "1": { + "then": "Die Oberfläche ist Sand" + }, + "2": { + "then": "Die Oberfläche besteht aus Holzschnitzeln" + }, + "3": { + "then": "Die Oberfläche ist Pflastersteine" + }, + "4": { + "then": "Die Oberfläche ist Asphalt" + }, + "5": { + "then": "Die Oberfläche ist Beton" + }, + "6": { + "then": "Die Oberfläche ist unbefestigt" + }, + "7": { + "then": "Die Oberfläche ist befestigt" + } + } + }, + "2": { + "question": "Ist dieser Spielplatz nachts beleuchtet?", + "mappings": { + "0": { + "then": "Dieser Spielplatz ist nachts beleuchtet" + }, + "1": { + "then": "Dieser Spielplatz ist nachts nicht beleuchtet" + } + } + }, + "5": { + "question": "Wer betreibt diesen Spielplatz?", + "render": "Betrieben von {operator}" + }, + "6": { + "question": "Ist dieser Spielplatz für die Allgemeinheit zugänglich?", + "mappings": { + "0": { + "then": "Zugänglich für die Allgemeinheit" + }, + "1": { + "then": "Zugänglich für die Allgemeinheit" + }, + "2": { + "then": "Nur für Kunden des Betreibers zugänglich" + }, + "3": { + "then": "Nur für Schüler der Schule zugänglich" + }, + "4": { + "then": "Nicht zugänglich" + } + } + }, + "7": { + "question": "Wie lautet die E-Mail Adresse des Spielplatzbetreuers?", + "render": "{email}" + }, + "8": { + "render": "{phone}" + }, + "9": { + "question": "Ist dieser Spielplatz für Rollstuhlfahrer zugänglich?", + "mappings": { + "0": { + "then": "Vollständig zugänglich für Rollstuhlfahrer" + }, + "1": { + "then": "Eingeschränkte Zugänglichkeit für Rollstuhlfahrer" + }, + "2": { + "then": "Nicht zugänglich für Rollstuhlfahrer" + } + } + } + } + }, + "public_bookcase": { + "name": "Bücherschränke", + "description": "Ein Bücherschrank am Straßenrand mit Büchern, für jedermann zugänglich", + "title": { + "render": "Bücherschrank", + "mappings": { + "0": { + "then": "Öffentlicher Bücherschrank {name}" + } + } + }, + "presets": { + "0": { + "title": "Bücherschrank" + } + }, + "tagRenderings": { + "2": { + "render": "Der Name dieses Bücherschrank lautet {name}", + "question": "Wie heißt dieser öffentliche Bücherschrank?", + "mappings": { + "0": { + "then": "Dieser Bücherschrank hat keinen Namen" + } + } + }, + "3": { + "render": "{capacity} Bücher passen in diesen Bücherschrank", + "question": "Wie viele Bücher passen in diesen öffentlichen Bücherschrank?" + }, + "4": { + "question": "Welche Art von Büchern sind in diesem öffentlichen Bücherschrank zu finden?", + "mappings": { + "0": { + "then": "Vorwiegend Kinderbücher" + }, + "1": { + "then": "Vorwiegend Bücher für Erwachsene" + }, + "2": { + "then": "Sowohl Bücher für Kinder als auch für Erwachsene" + } + } + }, + "5": { + "question": "Befindet sich dieser Bücherschrank im Freien?", + "mappings": { + "0": { + "then": "Dieser Bücherschrank befindet sich im Innenbereich" + }, + "1": { + "then": "Dieser Bücherschrank befindet sich im Freien" + }, + "2": { + "then": "Dieser Bücherschrank befindet sich im Freien" + } + } + }, + "6": { + "question": "Ist dieser öffentliche Bücherschrank frei zugänglich?", + "mappings": { + "0": { + "then": "Öffentlich zugänglich" + }, + "1": { + "then": "Nur für Kunden zugänglich" + } + } + }, + "7": { + "question": "Wer unterhält diesen öffentlichen Bücherschrank?", + "render": "Betrieben von {operator}" + }, + "8": { + "question": "Ist dieser öffentliche Bücherschrank Teil eines größeren Netzwerks?", + "render": "Dieser Bücherschrank ist Teil von {brand}", + "mappings": { + "0": { + "then": "Teil des Netzwerks 'Little Free Library'" + }, + "1": { + "then": "Dieser öffentliche Bücherschrank ist nicht Teil eines größeren Netzwerks" + } + } + }, + "9": { + "render": "Die Referenznummer dieses öffentlichen Bücherschranks innerhalb {brand} lautet {ref}", + "question": "Wie lautet die Referenznummer dieses öffentlichen Bücherschranks?", + "mappings": { + "0": { + "then": "Dieser Bücherschrank ist nicht Teil eines größeren Netzwerks" + } + } + }, + "10": { + "question": "Wann wurde dieser öffentliche Bücherschrank installiert?", + "render": "Installiert am {start_date}" + }, + "11": { + "render": "Weitere Informationen auf der Webseite", + "question": "Gibt es eine Website mit weiteren Informationen über diesen öffentlichen Bücherschrank?" + } + } + }, + "toilet": { + "name": "Toiletten", + "title": { + "render": "Toilette" + }, + "presets": { + "0": { + "title": "Toilette", + "description": "Eine öffentlich zugängliche Toilette" + }, + "1": { + "title": "Toiletten mit rollstuhlgerechter Toilette", + "description": "Eine Toilettenanlage mit mindestens einer rollstuhlgerechten Toilette" + } + }, + "tagRenderings": { + "1": { + "question": "Sind diese Toiletten öffentlich zugänglich?", + "render": "Zugang ist {access}", + "mappings": { + "0": { + "then": "Öffentlicher Zugang" + }, + "1": { + "then": "Nur Zugang für Kunden" + }, + "2": { + "then": "Nicht zugänglich" + }, + "3": { + "then": "Zugänglich, aber man muss einen Schlüssel für die Eingabe verlangen" + } + } + }, + "2": { + "question": "Können diese Toiletten kostenlos benutzt werden?", + "mappings": { + "0": { + "then": "Dies sind bezahlte Toiletten" + }, + "1": { + "then": "Kostenlose Nutzung" + } + } + }, + "3": { + "question": "Wie viel muss man für diese Toiletten bezahlen?", + "render": "Die Gebühr beträgt {charge}" + }, + "4": { + "question": "Gibt es eine Toilette für Rollstuhlfahrer?", + "mappings": { + "0": { + "then": "Es gibt eine Toilette für Rollstuhlfahrer" + }, + "1": { + "then": "Kein Zugang für Rollstuhlfahrer" + } + } + }, + "5": { + "question": "Welche Art von Toiletten sind das?", + "mappings": { + "0": { + "then": "Es gibt nur Sitztoiletten" + }, + "1": { + "then": "Hier gibt es nur Pissoirs" + }, + "2": { + "then": "Es gibt hier nur Hocktoiletten" + }, + "3": { + "then": "Sowohl Sitztoiletten als auch Pissoirs sind hier verfügbar" + } + } + }, + "6": { + "question": "Ist ein Wickeltisch (zum Wechseln der Windeln) vorhanden?", + "mappings": { + "0": { + "then": "Ein Wickeltisch ist verfügbar" + }, + "1": { + "then": "Es ist kein Wickeltisch verfügbar" + } + } + }, + "7": { + "question": "Wo befindet sich der Wickeltisch?", + "render": "Die Wickeltabelle befindet sich in {changing_table:location}", + "mappings": { + "0": { + "then": "Der Wickeltisch befindet sich in der Damentoilette. " + }, + "1": { + "then": "Der Wickeltisch befindet sich in der Herrentoilette. " + }, + "2": { + "then": "Der Wickeltisch befindet sich in der Toilette für Rollstuhlfahrer. " + }, + "3": { + "then": "Der Wickeltisch befindet sich in einem eigenen Raum. " + } + } + } + } + }, + "tree_node": { + "title": { + "mappings": { + "0": { + "then": "{name}" + } + } + } + }, + "viewpoint": { + "name": "Aussichtspunkt", + "description": "Ein schöner Aussichtspunkt oder eine schöne Aussicht. Ideal zum Hinzufügen eines Bildes, wenn keine andere Kategorie passt", + "presets": { + "0": { + "title": "Aussichtspunkt" + } + }, + "title": { + "render": "Aussichtspunkt" + }, + "tagRenderings": { + "1": { + "question": "Möchten Sie eine Beschreibung hinzufügen?" + } + } } - }, - "nature_reserve": { - "tagRenderings": { - "5": { - "question": "Sind Hunde in diesem Naturschutzgebiet erlaubt?", - "mappings": { - "0": { - "then": "Hunde müssen angeleint sein" - }, - "1": { - "then": "Hunde sind nicht erlaubt" - }, - "2": { - "then": "Hunde dürfen frei herumlaufen" - } - } - }, - "6": { - "question": "Auf welcher Webseite kann man mehr Informationen über dieses Naturschutzgebiet finden?" - }, - "8": { - "render": "{email}" - }, - "9": { - "render": "{phone}" - } - } - }, - "picnic_table": { - "name": "Picknick-Tische", - "title": { - "render": "Picknick-Tisch" - }, - "tagRenderings": { - "0": { - "question": "Aus welchem Material besteht dieser Picknicktisch?", - "render": "Dieser Picknicktisch besteht aus {material}", - "mappings": { - "0": { - "then": "Dies ist ein Picknicktisch aus Holz" - }, - "1": { - "then": "Dies ist ein Picknicktisch aus Beton" - } - } - } - }, - "presets": { - "0": { - "title": "Picknicktisch" - } - } - }, - "playground": { - "name": "Spielplätze", - "description": "Spielplätze", - "title": { - "render": "Spielplatz", - "mappings": { - "0": { - "then": "Spielplatz {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Welche Oberfläche hat dieser Spielplatz?
Wenn es mehrere gibt, wähle die am häufigsten vorkommende aus", - "render": "Die Oberfläche ist {surface}", - "mappings": { - "0": { - "then": "Die Oberfläche ist Gras" - }, - "1": { - "then": "Die Oberfläche ist Sand" - }, - "2": { - "then": "Die Oberfläche besteht aus Holzschnitzeln" - }, - "3": { - "then": "Die Oberfläche ist Pflastersteine" - }, - "4": { - "then": "Die Oberfläche ist Asphalt" - }, - "5": { - "then": "Die Oberfläche ist Beton" - }, - "6": { - "then": "Die Oberfläche ist unbefestigt" - }, - "7": { - "then": "Die Oberfläche ist befestigt" - } - } - }, - "2": { - "question": "Ist dieser Spielplatz nachts beleuchtet?", - "mappings": { - "0": { - "then": "Dieser Spielplatz ist nachts beleuchtet" - }, - "1": { - "then": "Dieser Spielplatz ist nachts nicht beleuchtet" - } - } - }, - "5": { - "question": "Wer betreibt diesen Spielplatz?", - "render": "Betrieben von {operator}" - }, - "6": { - "question": "Ist dieser Spielplatz für die Allgemeinheit zugänglich?", - "mappings": { - "0": { - "then": "Zugänglich für die Allgemeinheit" - }, - "1": { - "then": "Zugänglich für die Allgemeinheit" - }, - "2": { - "then": "Nur für Kunden des Betreibers zugänglich" - }, - "3": { - "then": "Nur für Schüler der Schule zugänglich" - }, - "4": { - "then": "Nicht zugänglich" - } - } - }, - "7": { - "question": "Wie lautet die E-Mail Adresse des Spielplatzbetreuers?", - "render": "{email}" - }, - "8": { - "render": "{phone}" - }, - "9": { - "question": "Ist dieser Spielplatz für Rollstuhlfahrer zugänglich?", - "mappings": { - "0": { - "then": "Vollständig zugänglich für Rollstuhlfahrer" - }, - "1": { - "then": "Eingeschränkte Zugänglichkeit für Rollstuhlfahrer" - }, - "2": { - "then": "Nicht zugänglich für Rollstuhlfahrer" - } - } - } - } - }, - "public_bookcase": { - "name": "Bücherschränke", - "description": "Ein Bücherschrank am Straßenrand mit Büchern, für jedermann zugänglich", - "title": { - "render": "Bücherschrank", - "mappings": { - "0": { - "then": "Öffentlicher Bücherschrank {name}" - } - } - }, - "presets": { - "0": { - "title": "Bücherschrank" - } - }, - "tagRenderings": { - "2": { - "render": "Der Name dieses Bücherschrank lautet {name}", - "question": "Wie heißt dieser öffentliche Bücherschrank?", - "mappings": { - "0": { - "then": "Dieser Bücherschrank hat keinen Namen" - } - } - }, - "3": { - "render": "{capacity} Bücher passen in diesen Bücherschrank", - "question": "Wie viele Bücher passen in diesen öffentlichen Bücherschrank?" - }, - "4": { - "question": "Welche Art von Büchern sind in diesem öffentlichen Bücherschrank zu finden?", - "mappings": { - "0": { - "then": "Vorwiegend Kinderbücher" - }, - "1": { - "then": "Vorwiegend Bücher für Erwachsene" - }, - "2": { - "then": "Sowohl Bücher für Kinder als auch für Erwachsene" - } - } - }, - "5": { - "question": "Befindet sich dieser Bücherschrank im Freien?", - "mappings": { - "0": { - "then": "Dieser Bücherschrank befindet sich im Innenbereich" - }, - "1": { - "then": "Dieser Bücherschrank befindet sich im Freien" - }, - "2": { - "then": "Dieser Bücherschrank befindet sich im Freien" - } - } - }, - "6": { - "question": "Ist dieser öffentliche Bücherschrank frei zugänglich?", - "mappings": { - "0": { - "then": "Öffentlich zugänglich" - }, - "1": { - "then": "Nur für Kunden zugänglich" - } - } - }, - "7": { - "question": "Wer unterhält diesen öffentlichen Bücherschrank?", - "render": "Betrieben von {operator}" - }, - "8": { - "question": "Ist dieser öffentliche Bücherschrank Teil eines größeren Netzwerks?", - "render": "Dieser Bücherschrank ist Teil von {brand}", - "mappings": { - "0": { - "then": "Teil des Netzwerks 'Little Free Library'" - }, - "1": { - "then": "Dieser öffentliche Bücherschrank ist nicht Teil eines größeren Netzwerks" - } - } - }, - "9": { - "render": "Die Referenznummer dieses öffentlichen Bücherschranks innerhalb {brand} lautet {ref}", - "question": "Wie lautet die Referenznummer dieses öffentlichen Bücherschranks?", - "mappings": { - "0": { - "then": "Dieser Bücherschrank ist nicht Teil eines größeren Netzwerks" - } - } - }, - "10": { - "question": "Wann wurde dieser öffentliche Bücherschrank installiert?", - "render": "Installiert am {start_date}" - }, - "11": { - "render": "Weitere Informationen auf der Webseite", - "question": "Gibt es eine Website mit weiteren Informationen über diesen öffentlichen Bücherschrank?" - } - } - }, - "toilet": { - "name": "Toiletten", - "title": { - "render": "Toilette" - }, - "presets": { - "0": { - "title": "Toilette", - "description": "Eine öffentlich zugängliche Toilette" - }, - "1": { - "title": "Toiletten mit rollstuhlgerechter Toilette", - "description": "Eine Toilettenanlage mit mindestens einer rollstuhlgerechten Toilette" - } - }, - "tagRenderings": { - "1": { - "question": "Sind diese Toiletten öffentlich zugänglich?", - "render": "Zugang ist {access}", - "mappings": { - "0": { - "then": "Öffentlicher Zugang" - }, - "1": { - "then": "Nur Zugang für Kunden" - }, - "2": { - "then": "Nicht zugänglich" - }, - "3": { - "then": "Zugänglich, aber man muss einen Schlüssel für die Eingabe verlangen" - } - } - }, - "2": { - "question": "Können diese Toiletten kostenlos benutzt werden?", - "mappings": { - "0": { - "then": "Dies sind bezahlte Toiletten" - }, - "1": { - "then": "Kostenlose Nutzung" - } - } - }, - "3": { - "question": "Wie viel muss man für diese Toiletten bezahlen?", - "render": "Die Gebühr beträgt {charge}" - }, - "4": { - "question": "Gibt es eine Toilette für Rollstuhlfahrer?", - "mappings": { - "0": { - "then": "Es gibt eine Toilette für Rollstuhlfahrer" - }, - "1": { - "then": "Kein Zugang für Rollstuhlfahrer" - } - } - }, - "5": { - "question": "Welche Art von Toiletten sind das?", - "mappings": { - "0": { - "then": "Es gibt nur Sitztoiletten" - }, - "1": { - "then": "Hier gibt es nur Pissoirs" - }, - "2": { - "then": "Es gibt hier nur Hocktoiletten" - }, - "3": { - "then": "Sowohl Sitztoiletten als auch Pissoirs sind hier verfügbar" - } - } - }, - "6": { - "question": "Ist ein Wickeltisch (zum Wechseln der Windeln) vorhanden?", - "mappings": { - "0": { - "then": "Ein Wickeltisch ist verfügbar" - }, - "1": { - "then": "Es ist kein Wickeltisch verfügbar" - } - } - }, - "7": { - "question": "Wo befindet sich der Wickeltisch?", - "render": "Die Wickeltabelle befindet sich in {changing_table:location}", - "mappings": { - "0": { - "then": "Der Wickeltisch befindet sich in der Damentoilette. " - }, - "1": { - "then": "Der Wickeltisch befindet sich in der Herrentoilette. " - }, - "2": { - "then": "Der Wickeltisch befindet sich in der Toilette für Rollstuhlfahrer. " - }, - "3": { - "then": "Der Wickeltisch befindet sich in einem eigenen Raum. " - } - } - } - } - }, - "tree_node": { - "title": { - "mappings": { - "0": { - "then": "{name}" - } - } - } - }, - "viewpoint": { - "name": "Aussichtspunkt", - "description": "Ein schöner Aussichtspunkt oder eine schöne Aussicht. Ideal zum Hinzufügen eines Bildes, wenn keine andere Kategorie passt", - "presets": { - "0": { - "title": "Aussichtspunkt" - } - }, - "title": { - "render": "Aussichtspunkt" - }, - "tagRenderings": { - "1": { - "question": "Möchten Sie eine Beschreibung hinzufügen?" - } - } - } } \ No newline at end of file diff --git a/langs/layers/en.json b/langs/layers/en.json index d0430a692..3d102a07b 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -1,2771 +1,2799 @@ { - "barrier": { - "name": "Barriers", - "description": "Obstacles while cycling, such as bollards and cycle barriers", - "title": { - "render": "Barrier", - "mappings": { - "0": { - "then": "Bollard" + "barrier": { + "name": "Barriers", + "description": "Obstacles while cycling, such as bollards and cycle barriers", + "title": { + "render": "Barrier", + "mappings": { + "0": { + "then": "Bollard" + }, + "1": { + "then": "Cycling Barrier" + } + } }, - "1": { - "then": "Cycling Barrier" - } - } - }, - "presets": { - "0": { - "title": "Bollard", - "description": "A bollard in the road" - }, - "1": { - "title": "Cycle barrier", - "description": "Cycle barrier, slowing down cyclists" - } - }, - "tagRenderings": { - "0": { - "question": "Can a bicycle go past this barrier?", - "mappings": { - "0": { - "then": "A cyclist can go past this." - }, - "1": { - "then": "A cyclist can not go past this." - } - } - }, - "1": { - "question": "What kind of bollard is this?", - "mappings": { - "0": { - "then": "Removable bollard" - }, - "1": { - "then": "Fixed bollard" - }, - "2": { - "then": "Bollard that can be folded down" - }, - "3": { - "then": "Flexible bollard, usually plastic" - }, - "4": { - "then": "Rising bollard" - } - } - }, - "2": { - "question": "What kind of cycling barrier is this?", - "mappings": { - "0": { - "then": "Single, just two barriers with a space inbetween " - }, - "1": { - "then": "Double, two barriers behind each other " - }, - "2": { - "then": "Triple, three barriers behind each other " - }, - "3": { - "then": "Squeeze gate, gap is smaller at top, than at the bottom " - } - } - }, - "3": { - "render": "Maximum width: {maxwidth:physical} m", - "question": "How wide is the gap left over besides the barrier?" - }, - "4": { - "render": "Space between barriers (along the length of the road): {width:separation} m", - "question": "How much space is there between the barriers (along the length of the road)?" - }, - "5": { - "render": "Width of opening: {width:opening} m", - "question": "How wide is the smallest opening next to the barriers?" - }, - "6": { - "render": "Overlap: {overlap} m", - "question": "How much overlap do the barriers have?" - } - } - }, - "bench": { - "name": "Benches", - "title": { - "render": "Bench" - }, - "tagRenderings": { - "1": { - "render": "Backrest", - "mappings": { - "0": { - "then": "Backrest: Yes" - }, - "1": { - "then": "Backrest: No" - } + "presets": { + "0": { + "title": "Bollard", + "description": "A bollard in the road" + }, + "1": { + "title": "Cycle barrier", + "description": "Cycle barrier, slowing down cyclists" + } }, - "question": "Does this bench have a backrest?" - }, - "2": { - "render": "{seats} seats", - "question": "How many seats does this bench have?" - }, - "3": { - "render": "Material: {material}", - "mappings": { - "0": { - "then": "Material: wood" - }, - "1": { - "then": "Material: metal" - }, - "2": { - "then": "Material: stone" - }, - "3": { - "then": "Material: concrete" - }, - "4": { - "then": "Material: plastic" - }, - "5": { - "then": "Material: steel" - } + "tagRenderings": { + "0": { + "question": "Can a bicycle go past this barrier?", + "mappings": { + "0": { + "then": "A cyclist can go past this." + }, + "1": { + "then": "A cyclist can not go past this." + } + } + }, + "1": { + "question": "What kind of bollard is this?", + "mappings": { + "0": { + "then": "Removable bollard" + }, + "1": { + "then": "Fixed bollard" + }, + "2": { + "then": "Bollard that can be folded down" + }, + "3": { + "then": "Flexible bollard, usually plastic" + }, + "4": { + "then": "Rising bollard" + } + } + }, + "2": { + "question": "What kind of cycling barrier is this?", + "mappings": { + "0": { + "then": "Single, just two barriers with a space inbetween " + }, + "1": { + "then": "Double, two barriers behind each other " + }, + "2": { + "then": "Triple, three barriers behind each other " + }, + "3": { + "then": "Squeeze gate, gap is smaller at top, than at the bottom " + } + } + }, + "3": { + "render": "Maximum width: {maxwidth:physical} m", + "question": "How wide is the gap left over besides the barrier?" + }, + "4": { + "render": "Space between barriers (along the length of the road): {width:separation} m", + "question": "How much space is there between the barriers (along the length of the road)?" + }, + "5": { + "render": "Width of opening: {width:opening} m", + "question": "How wide is the smallest opening next to the barriers?" + }, + "6": { + "render": "Overlap: {overlap} m", + "question": "How much overlap do the barriers have?" + } + } + }, + "bench": { + "name": "Benches", + "title": { + "render": "Bench" }, - "question": "What is the bench (seating) made from?" - }, - "4": { - "question": "In which direction are you looking when sitting on the bench?", - "render": "When sitting on the bench, one looks towards {direction}°." - }, - "5": { - "render": "Colour: {colour}", - "question": "Which colour does this bench have?", - "mappings": { - "0": { - "then": "Colour: brown" - }, - "1": { - "then": "Colour: green" - }, - "2": { - "then": "Colour: gray" - }, - "3": { - "then": "Colour: white" - }, - "4": { - "then": "Colour: red" - }, - "5": { - "then": "Colour: black" - }, - "6": { - "then": "Colour: blue" - }, - "7": { - "then": "Colour: yellow" - } - } - }, - "6": { - "question": "When was this bench last surveyed?", - "render": "This bench was last surveyed on {survey:date}" - } - }, - "presets": { - "0": { - "title": "Bench", - "description": "Add a new bench" - } - } - }, - "bench_at_pt": { - "name": "Benches at public transport stops", - "title": { - "render": "Bench", - "mappings": { - "0": { - "then": "Bench at public transport stop" + "tagRenderings": { + "1": { + "render": "Backrest", + "mappings": { + "0": { + "then": "Backrest: Yes" + }, + "1": { + "then": "Backrest: No" + } + }, + "question": "Does this bench have a backrest?" + }, + "2": { + "render": "{seats} seats", + "question": "How many seats does this bench have?" + }, + "3": { + "render": "Material: {material}", + "mappings": { + "0": { + "then": "Material: wood" + }, + "1": { + "then": "Material: metal" + }, + "2": { + "then": "Material: stone" + }, + "3": { + "then": "Material: concrete" + }, + "4": { + "then": "Material: plastic" + }, + "5": { + "then": "Material: steel" + } + }, + "question": "What is the bench (seating) made from?" + }, + "4": { + "question": "In which direction are you looking when sitting on the bench?", + "render": "When sitting on the bench, one looks towards {direction}°." + }, + "5": { + "render": "Colour: {colour}", + "question": "Which colour does this bench have?", + "mappings": { + "0": { + "then": "Colour: brown" + }, + "1": { + "then": "Colour: green" + }, + "2": { + "then": "Colour: gray" + }, + "3": { + "then": "Colour: white" + }, + "4": { + "then": "Colour: red" + }, + "5": { + "then": "Colour: black" + }, + "6": { + "then": "Colour: blue" + }, + "7": { + "then": "Colour: yellow" + } + } + }, + "6": { + "question": "When was this bench last surveyed?", + "render": "This bench was last surveyed on {survey:date}" + } }, - "1": { - "then": "Bench in shelter" + "presets": { + "0": { + "title": "Bench", + "description": "Add a new bench" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "Stand up bench" - } - } - }, - "bicycle_library": { - "name": "Bicycle library", - "title": { - "render": "Bicycle library" - }, - "description": "A facility where bicycles can be lent for longer period of times", - "tagRenderings": { - "1": { - "question": "What is the name of this bicycle library?", - "render": "This bicycle library is called {name}" - }, - "6": { - "question": "How much does lending a bicycle cost?", - "render": "Lending a bicycle costs {charge}", - "mappings": { - "0": { - "then": "Lending a bicycle is free" - }, - "1": { - "then": "Lending a bicycle costs €20/year and €20 warranty" - } - } - }, - "7": { - "question": "Who can lend bicycles here?", - "mappings": { - "0": { - "then": "Bikes for children available" - }, - "1": { - "then": "Bikes for adult available" - }, - "2": { - "then": "Bikes for disabled persons available" - } - } - } - }, - "presets": { - "0": { - "title": "Fietsbibliotheek", - "description": "A bicycle library has a collection of bikes which can be lent" - } - } - }, - "bicycle_tube_vending_machine": { - "name": "Bicycle tube vending machine", - "title": { - "render": "Bicycle tube vending machine" - }, - "presets": { - "0": { - "title": "Bicycle tube vending machine" - } - }, - "tagRenderings": { - "1": { - "question": "Is this vending machine still operational?", - "render": "The operational status is {operational_status", - "mappings": { - "0": { - "then": "This vending machine works" - }, - "1": { - "then": "This vending machine is broken" - }, - "2": { - "then": "This vending machine is closed" - } - } - } - } - }, - "bike_cafe": { - "name": "Bike cafe", - "title": { - "render": "Bike cafe", - "mappings": { - "0": { - "then": "Bike cafe {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "What is the name of this bike cafe?", - "render": "This bike cafe is called {name}" - }, - "2": { - "question": "Does this bike cafe offer a bike pump for use by anyone?", - "mappings": { - "0": { - "then": "This bike cafe offers a bike pump for anyone" - }, - "1": { - "then": "This bike cafe doesn't offer a bike pump for anyone" - } - } - }, - "3": { - "question": "Are there tools here to repair your own bike?", - "mappings": { - "0": { - "then": "This bike cafe offers tools for DIY repair" - }, - "1": { - "then": "This bike cafe doesn't offer tools for DIY repair" - } - } - }, - "4": { - "question": "Does this bike cafe repair bikes?", - "mappings": { - "0": { - "then": "This bike cafe repairs bikes" - }, - "1": { - "then": "This bike cafe doesn't repair bikes" - } - } - }, - "5": { - "question": "What is the website of {name}?" - }, - "6": { - "question": "What is the phone number of {name}?" - }, - "7": { - "question": "What is the email address of {name}?" - }, - "8": { - "question": "When it this bike café opened?" - } - }, - "presets": { - "0": { - "title": "Bike cafe" - } - } - }, - "bike_cleaning": { - "name": "Bike cleaning service", - "title": { - "render": "Bike cleaning service", - "mappings": { - "0": { - "then": "Bike cleaning service {name}" - } - } - }, - "presets": { - "0": { - "title": "Bike cleaning service" - } - } - }, - "bike_monitoring_station": { - "name": "Monitoring stations", - "title": { - "render": "Bicycle counting station", - "mappings": { - "0": { - "then": "Bicycle counting station {name}" + "bench_at_pt": { + "name": "Benches at public transport stops", + "title": { + "render": "Bench", + "mappings": { + "0": { + "then": "Bench at public transport stop" + }, + "1": { + "then": "Bench in shelter" + } + } }, - "1": { - "then": "Bicycle counting station {ref}" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "Stand up bench" + } } - } - } - }, - "bike_parking": { - "name": "Bike parking", - "presets": { - "0": { - "title": "Bike parking" - } }, - "title": { - "render": "Bike parking" - }, - "tagRenderings": { - "1": { - "question": "What is the type of this bicycle parking?", - "render": "This is a bicycle parking of the type: {bicycle_parking}", - "mappings": { - "0": { - "then": "Staple racks " - }, - "1": { - "then": "Wheel rack/loops " - }, - "2": { - "then": "Handlebar holder " - }, - "3": { - "then": "Rack " - }, - "4": { - "then": "Two-tiered " - }, - "5": { - "then": "Shed " - }, - "6": { - "then": "Bollard " - }, - "7": { - "then": "An area on the floor which is marked for bicycle parking" - } - } - }, - "2": { - "question": "What is the relative location of this bicycle parking?", - "mappings": { - "0": { - "then": "Underground parking" - }, - "1": { - "then": "Underground parking" - }, - "2": { - "then": "Surface level parking" - }, - "3": { - "then": "Surface level parking" - }, - "4": { - "then": "Rooftop parking" - } - } - }, - "3": { - "question": "Is this parking covered? Also select \"covered\" for indoor parkings.", - "mappings": { - "0": { - "then": "This parking is covered (it has a roof)" - }, - "1": { - "then": "This parking is not covered" - } - } - }, - "4": { - "question": "How many bicycles fit in this bicycle parking (including possible cargo bicycles)?", - "render": "Place for {capacity} bikes" - }, - "5": { - "question": "Who can use this bicycle parking?", - "render": "{access}", - "mappings": { - "0": { - "then": "Publicly accessible" - }, - "1": { - "then": "Access is primarily for visitors to a business" - }, - "2": { - "then": "Access is limited to members of a school, company or organisation" - } - } - }, - "6": { - "question": "Does this bicycle parking have spots for cargo bikes?", - "mappings": { - "0": { - "then": "This parking has room for cargo bikes" - }, - "1": { - "then": "This parking has designated (official) spots for cargo bikes." - }, - "2": { - "then": "You're not allowed to park cargo bikes" - } - } - }, - "7": { - "question": "How many cargo bicycles fit in this bicycle parking?", - "render": "This parking fits {capacity:cargo_bike} cargo bikes" - } - } - }, - "bike_repair_station": { - "name": "Bike stations (repair, pump or both)", - "title": { - "render": "Bike station (pump & repair)", - "mappings": { - "0": { - "then": "Bike repair station" + "bicycle_library": { + "name": "Bicycle library", + "title": { + "render": "Bicycle library" }, - "1": { - "then": "Bike repair station" + "description": "A facility where bicycles can be lent for longer period of times", + "tagRenderings": { + "1": { + "question": "What is the name of this bicycle library?", + "render": "This bicycle library is called {name}" + }, + "6": { + "question": "How much does lending a bicycle cost?", + "render": "Lending a bicycle costs {charge}", + "mappings": { + "0": { + "then": "Lending a bicycle is free" + }, + "1": { + "then": "Lending a bicycle costs €20/year and €20 warranty" + } + } + }, + "7": { + "question": "Who can lend bicycles here?", + "mappings": { + "0": { + "then": "Bikes for children available" + }, + "1": { + "then": "Bikes for adult available" + }, + "2": { + "then": "Bikes for disabled persons available" + } + } + } }, - "2": { - "then": "Broken pump" + "presets": { + "0": { + "title": "Fietsbibliotheek", + "description": "A bicycle library has a collection of bikes which can be lent" + } + } + }, + "bicycle_tube_vending_machine": { + "name": "Bicycle tube vending machine", + "title": { + "render": "Bicycle tube vending machine" }, - "3": { - "then": "Bicycle pump {name}" + "presets": { + "0": { + "title": "Bicycle tube vending machine" + } }, - "4": { - "then": "Bicycle pump" + "tagRenderings": { + "1": { + "question": "Is this vending machine still operational?", + "render": "The operational status is {operational_status", + "mappings": { + "0": { + "then": "This vending machine works" + }, + "1": { + "then": "This vending machine is broken" + }, + "2": { + "then": "This vending machine is closed" + } + } + } } - } }, - "tagRenderings": { - "1": { - "question": "Which services are available at this bike station?", - "mappings": { - "0": { - "then": "There is only a pump present" - }, - "1": { - "then": "There are only tools (screwdrivers, pliers...) present" - }, - "2": { - "then": "There are both tools and a pump present" - } - } - }, - "2": { - "question": "Who maintains this cycle pump?", - "render": "Maintained by {operator}" - }, - "3": { - "question": "What is the email address of the maintainer?" - }, - "4": { - "question": "What is the phone number of the maintainer?" - }, - "5": { - "question": "When is this bicycle repair point open?", - "mappings": { - "0": { - "then": "Always open" - }, - "1": { - "then": "Always open" - } - } - }, - "6": { - "question": "Does this bike repair station have a special tool to repair your bike chain?", - "mappings": { - "0": { - "then": "There is a chain tool" - }, - "1": { - "then": "There is no chain tool" - } - } - }, - "7": { - "question": "Does this bike station have a hook to hang your bike on or a stand to raise it?", - "mappings": { - "0": { - "then": "There is a hook or stand" - }, - "1": { - "then": "There is no hook or stand" - } - } - }, - "8": { - "question": "Is the bike pump still operational?", - "mappings": { - "0": { - "then": "The bike pump is broken" - }, - "1": { - "then": "The bike pump is operational" - } - } - }, - "9": { - "render": "Report this bicycle pump as broken" - }, - "10": { - "question": "What valves are supported?", - "render": "This pump supports the following valves: {valves}", - "mappings": { - "0": { - "then": "Sclaverand (also known as Presta)" - }, - "1": { - "then": "Dunlop" - }, - "2": { - "then": "Schrader (cars)" - } - } - }, - "11": { - "question": "Is this an electric bike pump?", - "mappings": { - "0": { - "then": "Manual pump" - }, - "1": { - "then": "Electrical pump" - } - } - }, - "12": { - "question": "Does the pump have a pressure indicator or manometer?", - "mappings": { - "0": { - "then": "There is a manometer" - }, - "1": { - "then": "There is no manometer" - }, - "2": { - "then": "There is manometer but it is broken" - } - } - } - }, - "icon": { - "render": "./assets/layers/bike_repair_station/repair_station.svg" - }, - "presets": { - "0": { - "title": "Bike pump", - "description": "A device to inflate your tires on a fixed location in the public space.

Examples of bicycle pumps

" - }, - "1": { - "title": "Bike repair station and pump", - "description": "A device with tools to repair your bike combined with a pump at a fixed location. The tools are often secured with chains against theft.

Example

" - }, - "2": { - "title": "Bike repair station without pump" - } - } - }, - "bike_shop": { - "name": "Bike repair/shop", - "title": { - "render": "Bike repair/shop", - "mappings": { - "0": { - "then": "Sport gear shop {name}" + "bike_cafe": { + "name": "Bike cafe", + "title": { + "render": "Bike cafe", + "mappings": { + "0": { + "then": "Bike cafe {name}" + } + } }, - "2": { - "then": "Bicycle rental {name}" + "tagRenderings": { + "1": { + "question": "What is the name of this bike cafe?", + "render": "This bike cafe is called {name}" + }, + "2": { + "question": "Does this bike cafe offer a bike pump for use by anyone?", + "mappings": { + "0": { + "then": "This bike cafe offers a bike pump for anyone" + }, + "1": { + "then": "This bike cafe doesn't offer a bike pump for anyone" + } + } + }, + "3": { + "question": "Are there tools here to repair your own bike?", + "mappings": { + "0": { + "then": "This bike cafe offers tools for DIY repair" + }, + "1": { + "then": "This bike cafe doesn't offer tools for DIY repair" + } + } + }, + "4": { + "question": "Does this bike cafe repair bikes?", + "mappings": { + "0": { + "then": "This bike cafe repairs bikes" + }, + "1": { + "then": "This bike cafe doesn't repair bikes" + } + } + }, + "5": { + "question": "What is the website of {name}?" + }, + "6": { + "question": "What is the phone number of {name}?" + }, + "7": { + "question": "What is the email address of {name}?" + }, + "8": { + "question": "When it this bike café opened?" + } }, - "3": { - "then": "Bike repair {name}" + "presets": { + "0": { + "title": "Bike cafe" + } + } + }, + "bike_cleaning": { + "name": "Bike cleaning service", + "title": { + "render": "Bike cleaning service", + "mappings": { + "0": { + "then": "Bike cleaning service {name}" + } + } }, - "4": { - "then": "Bike shop {name}" + "presets": { + "0": { + "title": "Bike cleaning service" + } + } + }, + "bike_monitoring_station": { + "name": "Monitoring stations", + "title": { + "render": "Bicycle counting station", + "mappings": { + "0": { + "then": "Bicycle counting station {name}" + }, + "1": { + "then": "Bicycle counting station {ref}" + } + } + } + }, + "bike_parking": { + "name": "Bike parking", + "presets": { + "0": { + "title": "Bike parking" + } }, - "5": { - "then": "Bike repair/shop {name}" - } - } - }, - "description": "A shop specifically selling bicycles or related items", - "tagRenderings": { - "1": { - "render": "This shop is specialized in selling {shop} and does bicycle related activities" - }, - "2": { - "question": "What is the name of this bicycle shop?", - "render": "This bicycle shop is called {name}" - }, - "3": { - "question": "What is the website of {name}?" - }, - "4": { - "question": "What is the phone number of {name}?" - }, - "5": { - "question": "What is the email address of {name}?" - }, - "9": { - "question": "Does this shop sell bikes?", - "mappings": { - "0": { - "then": "This shop sells bikes" - }, - "1": { - "then": "This shop doesn't sell bikes" - } - } - }, - "10": { - "question": "Does this shop repair bikes?", - "mappings": { - "0": { - "then": "This shop repairs bikes" - }, - "1": { - "then": "This shop doesn't repair bikes" - }, - "2": { - "then": "This shop only repairs bikes bought here" - }, - "3": { - "then": "This shop only repairs bikes of a certain brand" - } - } - }, - "11": { - "question": "Does this shop rent out bikes?", - "mappings": { - "0": { - "then": "This shop rents out bikes" - }, - "1": { - "then": "This shop doesn't rent out bikes" - } - } - }, - "12": { - "question": "Does this shop sell second-hand bikes?", - "mappings": { - "0": { - "then": "This shop sells second-hand bikes" - }, - "1": { - "then": "This shop doesn't sell second-hand bikes" - }, - "2": { - "then": "This shop only sells second-hand bikes" - } - } - }, - "13": { - "question": "Does this shop offer a bike pump for use by anyone?", - "mappings": { - "0": { - "then": "This shop offers a bike pump for anyone" - }, - "1": { - "then": "This shop doesn't offer a bike pump for anyone" - }, - "2": { - "then": "There is bicycle pump, it is shown as a separate point " - } - } - }, - "14": { - "question": "Are there tools here to repair your own bike?", - "mappings": { - "0": { - "then": "This shop offers tools for DIY repair" - }, - "1": { - "then": "This shop doesn't offer tools for DIY repair" - }, - "2": { - "then": "Tools for DIY repair are only available if you bought/hire the bike in the shop" - } - } - }, - "15": { - "question": "Are bicycles washed here?", - "mappings": { - "0": { - "then": "This shop cleans bicycles" - }, - "1": { - "then": "This shop has an installation where one can clean bicycles themselves" - }, - "2": { - "then": "This shop doesn't offer bicycle cleaning" - } - } - } - }, - "presets": { - "0": { - "title": "Bike repair/shop" - } - } - }, - "bike_themed_object": { - "name": "Bike related object", - "title": { - "render": "Bike related object", - "mappings": { - "1": { - "then": "Cycle track" - } - } - } - }, - "birdhide": { - "filter": { - "0": { - "options": { - "0": { - "question": "Wheelchair accessible" - } - } - } - } - }, - "cafe_pub": { - "name": "Cafés and pubs", - "title": { - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "What is the name of this pub?", - "render": "This pub is named {name}" - }, - "2": { - "question": "What kind of cafe is this" - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "Opened now" - } - } - } - } - }, - "charging_station": { - "name": "Charging stations", - "title": { - "render": "Charging station" - }, - "description": "A charging station", - "tagRenderings": { - "1": { - "question": "Which vehicles are allowed to charge here?", - "mappings": { - "0": { - "then": "bicycles can be charged here" - }, - "1": { - "then": "Cars can be charged here" - }, - "2": { - "then": "Scooters can be charged here" - }, - "3": { - "then": "Heavy good vehicles (such as trucks) can be charged here" - }, - "4": { - "then": "Buses can be charged here" - } - } - }, - "3": { - "render": "{capacity} vehicles can be charged here at the same time", - "question": "How much vehicles can be charged here at the same time?" - }, - "4": { - "question": "Which charging stations are available here?" - }, - "5": { - "question": "How much plugs of type Schuko wall plug without ground pin (CEE7/4 type F) are available here?" - }, - "6": { - "question": "How much plugs of type European wall plug with ground pin (CEE7/4 type E) are available here?" - }, - "7": { - "question": "How much plugs of type Chademo are available here?" - }, - "8": { - "question": "How much plugs of type Type 1 with cable (J1772) are available here?" - }, - "9": { - "question": "How much plugs of type Type 1 without cable (J1772) are available here?" - }, - "10": { - "question": "How much plugs of type Type 1 CCS (aka Type 1 Combo) are available here?" - }, - "11": { - "question": "How much plugs of type Tesla Supercharger are available here?" - }, - "12": { - "question": "How much plugs of type Type 2 (mennekes) are available here?" - }, - "13": { - "question": "How much plugs of type Type 2 CCS (mennekes) are available here?" - }, - "14": { - "question": "What kind of authentication is available at the charging station?", - "mappings": { - "0": { - "then": "Authentication by a membership card" - }, - "1": { - "then": "Authentication by an app" - }, - "2": { - "then": "Authentication via phone call is available" - }, - "3": { - "then": "Authentication via phone call is available" - }, - "4": { - "then": "Authentication via NFC is available" - }, - "5": { - "then": "Authentication via Money Card is available" - }, - "6": { - "then": "Authentication via debit card is available" - }, - "7": { - "then": "No authentication is needed" - } - } - }, - "15": { - "render": "Authenticate by calling or SMS'ing to {authentication:phone_call:number}", - "question": "What's the phone number for authentication call or SMS?" - }, - "16": { - "question": "When is this charging station opened?", - "mappings": { - "0": { - "then": "24/7 opened (including holidays)" - } - } - }, - "17": { - "render": "Part of the network {network}", - "question": "Is this charging station part of a network?", - "mappings": { - "0": { - "then": "Not part of a bigger network" - }, - "1": { - "then": "Not part of a bigger network" - } - } - }, - "19": { - "question": "What number can one call if there is a problem with this charging station?", - "render": "In case of problems, call {phone}" - }, - "20": { - "question": "What is the email address of the operator?", - "render": "In case of problems, send an email to {email}" - }, - "21": { - "question": "What is the website of the operator?", - "render": "More info on {website}" - }, - "23": { - "question": "What is the reference number of this charging station?" - }, - "24": { - "question": "Is this charging point in use?", - "mappings": { - "0": { - "then": "This charging station is broken" - }, - "1": { - "then": "A charging station is planned here" - }, - "2": { - "then": "A charging station is constructed here" - }, - "3": { - "then": "This charging station has beed permanently disabled and is not in use anymore but is still visible" - }, - "4": { - "then": "This charging station works" - } - } - } - }, - "presets": { - "0": { - "title": "Charging station" - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "All vehicle types" - }, - "1": { - "question": "Charging station for bicycles" - }, - "2": { - "question": "Charging station for cars" - } - } - }, - "1": { - "options": { - "0": { - "question": "Only working charging stations" - } - } - } - } - }, - "crossings": { - "name": "Crossings", - "description": "Crossings for pedestrians and cyclists", - "title": { - "render": "Crossing", - "mappings": { - "0": { - "then": "Traffic signal" + "title": { + "render": "Bike parking" }, - "1": { - "then": "Crossing with traffic signals" + "tagRenderings": { + "1": { + "question": "What is the type of this bicycle parking?", + "render": "This is a bicycle parking of the type: {bicycle_parking}", + "mappings": { + "0": { + "then": "Staple racks " + }, + "1": { + "then": "Wheel rack/loops " + }, + "2": { + "then": "Handlebar holder " + }, + "3": { + "then": "Rack " + }, + "4": { + "then": "Two-tiered " + }, + "5": { + "then": "Shed " + }, + "6": { + "then": "Bollard " + }, + "7": { + "then": "An area on the floor which is marked for bicycle parking" + } + } + }, + "2": { + "question": "What is the relative location of this bicycle parking?", + "mappings": { + "0": { + "then": "Underground parking" + }, + "1": { + "then": "Underground parking" + }, + "2": { + "then": "Surface level parking" + }, + "3": { + "then": "Surface level parking" + }, + "4": { + "then": "Rooftop parking" + } + } + }, + "3": { + "question": "Is this parking covered? Also select \"covered\" for indoor parkings.", + "mappings": { + "0": { + "then": "This parking is covered (it has a roof)" + }, + "1": { + "then": "This parking is not covered" + } + } + }, + "4": { + "question": "How many bicycles fit in this bicycle parking (including possible cargo bicycles)?", + "render": "Place for {capacity} bikes" + }, + "5": { + "question": "Who can use this bicycle parking?", + "render": "{access}", + "mappings": { + "0": { + "then": "Publicly accessible" + }, + "1": { + "then": "Access is primarily for visitors to a business" + }, + "2": { + "then": "Access is limited to members of a school, company or organisation" + } + } + }, + "6": { + "question": "Does this bicycle parking have spots for cargo bikes?", + "mappings": { + "0": { + "then": "This parking has room for cargo bikes" + }, + "1": { + "then": "This parking has designated (official) spots for cargo bikes." + }, + "2": { + "then": "You're not allowed to park cargo bikes" + } + } + }, + "7": { + "question": "How many cargo bicycles fit in this bicycle parking?", + "render": "This parking fits {capacity:cargo_bike} cargo bikes" + } } - } }, - "presets": { - "0": { - "title": "Crossing", - "description": "Crossing for pedestrians and/or cyclists" - }, - "1": { - "title": "Traffic signal", - "description": "Traffic signal on a road" - } - }, - "tagRenderings": { - "0": { - "question": "What kind of crossing is this?", - "mappings": { - "0": { - "then": "Crossing, without traffic lights" - }, - "1": { - "then": "Crossing with traffic signals" - }, - "2": { - "then": "Zebra crossing" - } - } - }, - "1": { - "question": "Is this is a zebra crossing?", - "mappings": { - "0": { - "then": "This is a zebra crossing" - }, - "1": { - "then": "This is not a zebra crossing" - } - } - }, - "2": { - "question": "Is this crossing also for bicycles?", - "mappings": { - "0": { - "then": "A cyclist can use this crossing" - }, - "1": { - "then": "A cyclist can not use this crossing" - } - } - }, - "3": { - "question": "Does this crossing have an island in the middle?", - "mappings": { - "0": { - "then": "This crossing has an island in the middle" - }, - "1": { - "then": "This crossing does not have an island in the middle" - } - } - }, - "4": { - "question": "Does this crossing have tactile paving?", - "mappings": { - "0": { - "then": "This crossing has tactile paving" - }, - "1": { - "then": "This crossing does not have tactile paving" - }, - "2": { - "then": "This crossing has tactile paving, but is not correct" - } - } - }, - "5": { - "question": "Does this traffic light have a button to request green light?", - "mappings": { - "0": { - "then": "This traffic light has a button to request green light" - }, - "1": { - "then": "This traffic light does not have a button to request green light" - } - } - }, - "6": { - "question": "Can a cyclist turn right when the light is red?", - "mappings": { - "0": { - "then": "A cyclist can turn right if the light is red " - }, - "1": { - "then": "A cyclist can turn right if the light is red" - }, - "2": { - "then": "A cyclist can not turn right if the light is red" - } - } - }, - "7": { - "question": "Can a cyclist go straight on when the light is red?", - "mappings": { - "0": { - "then": "A cyclist can go straight on if the light is red " - }, - "1": { - "then": "A cyclist can go straight on if the light is red" - }, - "2": { - "then": "A cyclist can not go straight on if the light is red" - } - } - } - } - }, - "cycleways_and_roads": { - "name": "Cycleways and roads", - "title": { - "render": "Cycleways", - "mappings": { - "0": { - "then": "Cycleway" + "bike_repair_station": { + "name": "Bike stations (repair, pump or both)", + "title": { + "render": "Bike station (pump & repair)", + "mappings": { + "0": { + "then": "Bike repair station" + }, + "1": { + "then": "Bike repair station" + }, + "2": { + "then": "Broken pump" + }, + "3": { + "then": "Bicycle pump {name}" + }, + "4": { + "then": "Bicycle pump" + } + } }, - "1": { - "then": "Shared lane" + "tagRenderings": { + "1": { + "question": "Which services are available at this bike station?", + "mappings": { + "0": { + "then": "There is only a pump present" + }, + "1": { + "then": "There are only tools (screwdrivers, pliers...) present" + }, + "2": { + "then": "There are both tools and a pump present" + } + } + }, + "2": { + "question": "Who maintains this cycle pump?", + "render": "Maintained by {operator}" + }, + "3": { + "question": "What is the email address of the maintainer?" + }, + "4": { + "question": "What is the phone number of the maintainer?" + }, + "5": { + "question": "When is this bicycle repair point open?", + "mappings": { + "0": { + "then": "Always open" + }, + "1": { + "then": "Always open" + } + } + }, + "6": { + "question": "Does this bike repair station have a special tool to repair your bike chain?", + "mappings": { + "0": { + "then": "There is a chain tool" + }, + "1": { + "then": "There is no chain tool" + } + } + }, + "7": { + "question": "Does this bike station have a hook to hang your bike on or a stand to raise it?", + "mappings": { + "0": { + "then": "There is a hook or stand" + }, + "1": { + "then": "There is no hook or stand" + } + } + }, + "8": { + "question": "Is the bike pump still operational?", + "mappings": { + "0": { + "then": "The bike pump is broken" + }, + "1": { + "then": "The bike pump is operational" + } + } + }, + "9": { + "render": "Report this bicycle pump as broken" + }, + "10": { + "question": "What valves are supported?", + "render": "This pump supports the following valves: {valves}", + "mappings": { + "0": { + "then": "Sclaverand (also known as Presta)" + }, + "1": { + "then": "Dunlop" + }, + "2": { + "then": "Schrader (cars)" + } + } + }, + "11": { + "question": "Is this an electric bike pump?", + "mappings": { + "0": { + "then": "Manual pump" + }, + "1": { + "then": "Electrical pump" + } + } + }, + "12": { + "question": "Does the pump have a pressure indicator or manometer?", + "mappings": { + "0": { + "then": "There is a manometer" + }, + "1": { + "then": "There is no manometer" + }, + "2": { + "then": "There is manometer but it is broken" + } + } + } }, - "2": { - "then": "Bike lane" + "icon": { + "render": "./assets/layers/bike_repair_station/repair_station.svg" }, - "3": { - "then": "Cycleway next to the road" + "presets": { + "0": { + "title": "Bike pump", + "description": "A device to inflate your tires on a fixed location in the public space.

Examples of bicycle pumps

" + }, + "1": { + "title": "Bike repair station and pump", + "description": "A device with tools to repair your bike combined with a pump at a fixed location. The tools are often secured with chains against theft.

Example

" + }, + "2": { + "title": "Bike repair station without pump" + } + } + }, + "bike_shop": { + "name": "Bike repair/shop", + "title": { + "render": "Bike repair/shop", + "mappings": { + "0": { + "then": "Sport gear shop {name}" + }, + "2": { + "then": "Bicycle rental {name}" + }, + "3": { + "then": "Bike repair {name}" + }, + "4": { + "then": "Bike shop {name}" + }, + "5": { + "then": "Bike repair/shop {name}" + } + } }, - "4": { - "then": "Cyclestreet" - } - } - }, - "tagRenderings": { - "0": { - "question": "What kind of cycleway is here?", - "mappings": { - "0": { - "then": "There is a shared lane" - }, - "1": { - "then": "There is a lane next to the road (separated with paint)" - }, - "2": { - "then": "There is a track, but no cycleway drawn separately from this road on the map." - }, - "3": { - "then": "There is a separately drawn cycleway" - }, - "4": { - "then": "There is no cycleway" - }, - "5": { - "then": "There is no cycleway" - } - } - }, - "1": { - "question": "Is this street lit?", - "mappings": { - "0": { - "then": "This street is lit" - }, - "1": { - "then": "This road is not lit" - }, - "2": { - "then": "This road is lit at night" - }, - "3": { - "then": "This road is lit 24/7" - } - } - }, - "2": { - "question": "Is this a cyclestreet?", - "mappings": { - "0": { - "then": "This is a cyclestreet, and a 30km/h zone." - }, - "1": { - "then": "This is a cyclestreet" - }, - "2": { - "then": "This is not a cyclestreet." - } - } - }, - "3": { - "render": "The maximum speed on this road is {maxspeed} km/h", - "mappings": { - "0": { - "then": "The maximum speed is 20 km/h" - }, - "1": { - "then": "The maximum speed is 30 km/h" - }, - "2": { - "then": "The maximum speed is 50 km/h" - }, - "3": { - "then": "The maximum speed is 70 km/h" - }, - "4": { - "then": "The maximum speed is 90 km/h" - } + "description": "A shop specifically selling bicycles or related items", + "tagRenderings": { + "1": { + "render": "This shop is specialized in selling {shop} and does bicycle related activities" + }, + "2": { + "question": "What is the name of this bicycle shop?", + "render": "This bicycle shop is called {name}" + }, + "3": { + "question": "What is the website of {name}?" + }, + "4": { + "question": "What is the phone number of {name}?" + }, + "5": { + "question": "What is the email address of {name}?" + }, + "9": { + "question": "Does this shop sell bikes?", + "mappings": { + "0": { + "then": "This shop sells bikes" + }, + "1": { + "then": "This shop doesn't sell bikes" + } + } + }, + "10": { + "question": "Does this shop repair bikes?", + "mappings": { + "0": { + "then": "This shop repairs bikes" + }, + "1": { + "then": "This shop doesn't repair bikes" + }, + "2": { + "then": "This shop only repairs bikes bought here" + }, + "3": { + "then": "This shop only repairs bikes of a certain brand" + } + } + }, + "11": { + "question": "Does this shop rent out bikes?", + "mappings": { + "0": { + "then": "This shop rents out bikes" + }, + "1": { + "then": "This shop doesn't rent out bikes" + } + } + }, + "12": { + "question": "Does this shop sell second-hand bikes?", + "mappings": { + "0": { + "then": "This shop sells second-hand bikes" + }, + "1": { + "then": "This shop doesn't sell second-hand bikes" + }, + "2": { + "then": "This shop only sells second-hand bikes" + } + } + }, + "13": { + "question": "Does this shop offer a bike pump for use by anyone?", + "mappings": { + "0": { + "then": "This shop offers a bike pump for anyone" + }, + "1": { + "then": "This shop doesn't offer a bike pump for anyone" + }, + "2": { + "then": "There is bicycle pump, it is shown as a separate point " + } + } + }, + "14": { + "question": "Are there tools here to repair your own bike?", + "mappings": { + "0": { + "then": "This shop offers tools for DIY repair" + }, + "1": { + "then": "This shop doesn't offer tools for DIY repair" + }, + "2": { + "then": "Tools for DIY repair are only available if you bought/hire the bike in the shop" + } + } + }, + "15": { + "question": "Are bicycles washed here?", + "mappings": { + "0": { + "then": "This shop cleans bicycles" + }, + "1": { + "then": "This shop has an installation where one can clean bicycles themselves" + }, + "2": { + "then": "This shop doesn't offer bicycle cleaning" + } + } + } }, - "question": "What is the maximum speed in this street?" - }, - "4": { - "render": "This cyleway is made of {cycleway:surface}", - "mappings": { - "0": { - "then": "This cycleway is unpaved" - }, - "1": { - "then": "This cycleway is paved" - }, - "2": { - "then": "This cycleway is made of asphalt" - }, - "3": { - "then": "This cycleway is made of smooth paving stones" - }, - "4": { - "then": "This cycleway is made of concrete" - }, - "5": { - "then": "This cycleway is made of cobblestone (unhewn or sett)" - }, - "6": { - "then": "This cycleway is made of raw, natural cobblestone" - }, - "7": { - "then": "This cycleway is made of flat, square cobblestone" - }, - "8": { - "then": "This cycleway is made of wood" - }, - "9": { - "then": "This cycleway is made of gravel" - }, - "10": { - "then": "This cycleway is made of fine gravel" - }, - "11": { - "then": "This cycleway is made of pebblestone" - }, - "12": { - "then": "This cycleway is made from raw ground" - } + "presets": { + "0": { + "title": "Bike repair/shop" + } + } + }, + "bike_themed_object": { + "name": "Bike related object", + "title": { + "render": "Bike related object", + "mappings": { + "1": { + "then": "Cycle track" + } + } + } + }, + "binocular": { + "name": "Binoculars", + "title": { + "render": "Binoculars" }, - "question": "What is the surface of the cycleway made from?" - }, - "5": { - "question": "What is the smoothness of this cycleway?", - "mappings": { - "0": { - "then": "Usable for thin rollers: rollerblade, skateboard" - }, - "1": { - "then": "Usable for thin wheels: racing bike" - }, - "2": { - "then": "Usable for normal wheels: city bike, wheelchair, scooter" - }, - "3": { - "then": "Usable for robust wheels: trekking bike, car, rickshaw" - }, - "4": { - "then": "Usable for vehicles with high clearance: light duty off-road vehicle" - }, - "5": { - "then": "Usable for off-road vehicles: heavy duty off-road vehicle" - }, - "6": { - "then": "Usable for specialized off-road vehicles: tractor, ATV" - }, - "7": { - "then": "Impassable / No wheeled vehicle" - } - } - }, - "6": { - "render": "This road is made of {surface}", - "mappings": { - "0": { - "then": "This cycleway is unhardened" - }, - "1": { - "then": "This cycleway is paved" - }, - "2": { - "then": "This cycleway is made of asphalt" - }, - "3": { - "then": "This cycleway is made of smooth paving stones" - }, - "4": { - "then": "This cycleway is made of concrete" - }, - "5": { - "then": "This cycleway is made of cobblestone (unhewn or sett)" - }, - "6": { - "then": "This cycleway is made of raw, natural cobblestone" - }, - "7": { - "then": "This cycleway is made of flat, square cobblestone" - }, - "8": { - "then": "This cycleway is made of wood" - }, - "9": { - "then": "This cycleway is made of gravel" - }, - "10": { - "then": "This cycleway is made of fine gravel" - }, - "11": { - "then": "This cycleway is made of pebblestone" - }, - "12": { - "then": "This cycleway is made from raw ground" - } + "description": "Binoculas", + "tagRenderings": { + "1": { + "mappings": { + "0": { + "then": "Free to use" + } + }, + "render": "Using these binoculars costs {charge}", + "question": "How much does one have to pay to use these binoculars?" + }, + "2": { + "question": "When looking through this binocular, in what direction does one look?", + "render": "Looks towards {direction}°" + } }, - "question": "What is the surface of the street made from?" - }, - "7": { - "question": "What is the smoothness of this street?", - "mappings": { - "0": { - "then": "Usable for thin rollers: rollerblade, skateboard" - }, - "1": { - "then": "Usable for thin wheels: racing bike" - }, - "2": { - "then": "Usable for normal wheels: city bike, wheelchair, scooter" - }, - "3": { - "then": "Usable for robust wheels: trekking bike, car, rickshaw" - }, - "4": { - "then": "Usable for vehicles with high clearance: light duty off-road vehicle" - }, - "5": { - "then": "Usable for off-road vehicles: heavy duty off-road vehicle" - }, - "6": { - "then": "Usable for specialized off-road vehicles: tractor, ATV" - }, - "7": { - "then": "Impassable / No wheeled vehicle" - } + "presets": { + "0": { + "title": "Binoculars", + "description": "A telescope or pair of binoculars mounted on a pole, available to the public to look around. " + } } - }, - "8": { - "render": "The carriage width of this road is {width:carriageway}m", - "question": "What is the carriage width of this road (in meters)?" - }, - "9": { - "question": "What traffic sign does this cycleway have?", - "mappings": { - "0": { - "then": "Compulsory cycleway " - }, - "1": { - "then": "Compulsory cycleway (with supplementary sign)
" - }, - "2": { - "then": "Segregated foot/cycleway " - }, - "3": { - "then": "Unsegregated foot/cycleway " - }, - "4": { - "then": "No traffic sign present" - } - } - }, - "10": { - "question": "What traffic sign does this cycleway have?", - "mappings": { - "0": { - "then": "Compulsory cycleway " - }, - "1": { - "then": "Compulsory cycleway (with supplementary sign)
" - }, - "2": { - "then": "Segregated foot/cycleway " - }, - "3": { - "then": "Unsegregated foot/cycleway " - }, - "4": { - "then": "No traffic sign present" - } - } - }, - "11": { - "question": "Does the traffic sign D7 () have a supplementary sign?", - "mappings": { - "0": { - "then": "" - }, - "1": { - "then": "" - }, - "2": { - "then": "" - }, - "3": { - "then": "" - }, - "4": { - "then": "" - }, - "5": { - "then": "" - }, - "6": { - "then": "No supplementary traffic sign present" - } - } - }, - "12": { - "question": "Does the traffic sign D7 () have a supplementary sign?", - "mappings": { - "0": { - "then": "" - }, - "1": { - "then": "" - }, - "2": { - "then": "" - }, - "3": { - "then": "" - }, - "4": { - "then": "" - }, - "5": { - "then": "" - }, - "6": { - "then": "No supplementary traffic sign present" - } - } - }, - "13": { - "render": "The buffer besides this cycleway is {cycleway:buffer} m", - "question": "How wide is the gap between the cycleway and the road?" - }, - "14": { - "question": "How is this cycleway separated from the road?", - "mappings": { - "0": { - "then": "This cycleway is separated by a dashed line" - }, - "1": { - "then": "This cycleway is separated by a solid line" - }, - "2": { - "then": "This cycleway is separated by a parking lane" - }, - "3": { - "then": "This cycleway is separated by a kerb" - } - } - }, - "15": { - "question": "How is this cycleway separated from the road?", - "mappings": { - "0": { - "then": "This cycleway is separated by a dashed line" - }, - "1": { - "then": "This cycleway is separated by a solid line" - }, - "2": { - "then": "This cycleway is separated by a parking lane" - }, - "3": { - "then": "This cycleway is separated by a kerb" - } - } - } - } - }, - "defibrillator": { - "name": "Defibrillators", - "title": { - "render": "Defibrillator" }, - "icon": { - "mappings": { - "0": { - "then": "./assets/layers/defibrillator/aed_checked.svg" + "birdhide": { + "filter": { + "0": { + "options": { + "0": { + "question": "Wheelchair accessible" + } + } + } } - } }, - "presets": { - "0": { - "title": "Defibrillator" - } - }, - "tagRenderings": { - "1": { - "question": "Is this defibrillator located indoors?", - "mappings": { - "0": { - "then": "This defibrillator is located indoors" - }, - "1": { - "then": "This defibrillator is located outdoors" - } - } - }, - "2": { - "question": "Is this defibrillator freely accessible?", - "render": "Access is {access}", - "mappings": { - "0": { - "then": "Publicly accessible" - }, - "1": { - "then": "Publicly accessible" - }, - "2": { - "then": "Only accessible to customers" - }, - "3": { - "then": "Not accessible to the general public (e.g. only accesible to staff, the owners, ...)" - }, - "4": { - "then": "Not accessible, possibly only for professional use" - } - } - }, - "3": { - "render": "There is no info about the type of device", - "question": "Is this a a regular automatic defibrillator or a manual defibrillator for professionals only?", - "mappings": { - "0": { - "then": "This is a manual defibrillator for professionals" - }, - "1": { - "then": "This is a normal automatic defibrillator" - } - } - }, - "4": { - "question": "On which floor is this defibrillator located?", - "render": "This defibrillator is on floor {level}", - "mappings": { - "0": { - "then": "This defibrillator is on the ground floor" - }, - "1": { - "then": "This defibrillator is on the first floor" - } - } - }, - "5": { - "render": "Extra information about the location (in the local languagel):
{defibrillator:location}", - "question": "Please give some explanation on where the defibrillator can be found (in the local language)" - }, - "6": { - "render": "Extra information about the location (in English):
{defibrillator:location:en}", - "question": "Please give some explanation on where the defibrillator can be found (in English)" - }, - "7": { - "render": "Extra information about the location (in French):
{defibrillator:location:fr}", - "question": "Please give some explanation on where the defibrillator can be found (in French)" - }, - "9": { - "render": "Official identification number of the device: {ref}", - "question": "What is the official identification number of the device? (if visible on device)" - }, - "10": { - "render": "Email for questions about this defibrillator: {email}", - "question": "What is the email for questions about this defibrillator?" - }, - "11": { - "render": "Telephone for questions about this defibrillator: {phone}", - "question": "What is the phone number for questions about this defibrillator?" - }, - "12": { - "render": "{opening_hours_table(opening_hours)}", - "question": "At what times is this defibrillator available?", - "mappings": { - "0": { - "then": "24/7 opened (including holidays)" - } - } - }, - "13": { - "render": "Additional information: {description}", - "question": "Is there any useful information for users that you haven't been able to describe above? (leave blank if no)" - }, - "14": { - "question": "When was this defibrillator last surveyed?", - "render": "This defibrillator was last surveyed on {survey:date}", - "mappings": { - "0": { - "then": "Checked today!" - } - } - }, - "15": { - "render": "Extra information for OpenStreetMap experts: {fixme}", - "question": "Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)" - } - } - }, - "direction": { - "name": "Direction visualization", - "description": "This layer visualizes directions" - }, - "drinking_water": { - "name": "Drinking water", - "title": { - "render": "Drinking water" - }, - "presets": { - "0": { - "title": "Drinking water" - } - }, - "tagRenderings": { - "1": { - "question": "Is this drinking water spot still operational?", - "render": "The operational status is {operational_status", - "mappings": { - "0": { - "then": "This drinking water works" - }, - "1": { - "then": "This drinking water is broken" - }, - "2": { - "then": "This drinking water is closed" - } - } - }, - "2": { - "question": "How easy is it to fill water bottles?", - "mappings": { - "0": { - "then": "It is easy to refill water bottles" - }, - "1": { - "then": "Water bottles may not fit" - } - } - }, - "3": { - "render": "There is another drinking water fountain at {_closest_other_drinking_water_distance} meter" - } - } - }, - "food": { - "name": "Restaurants and fast food", - "presets": { - "0": { - "title": "restaurant", - "description": "A formal eating place with sit-down facilities selling full meals served by waiters" - }, - "1": { - "title": "fastfood", - "description": "A food business concentrating on fast counter-only service and take-away food" - }, - "2": { - "title": "fries shop" - } - }, - "title": { - "mappings": { - "0": { - "then": "Restaurant {name}" + "cafe_pub": { + "name": "Cafés and pubs", + "title": { + "mappings": { + "0": { + "then": "{name}" + } + } }, - "1": { - "then": "Fastfood {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "What is the name of this restaurant?", - "render": "The name of this restaurant is {name}" - }, - "2": { - "question": "What type of business is this?" - }, - "9": { - "question": "Which food is served here?", - "render": "This place mostly serves {cuisine}", - "mappings": { - "0": { - "then": "This is a pizzeria" - }, - "1": { - "then": "This is a friture" - }, - "2": { - "then": "Mainly serves pasta" - } - } - }, - "10": { - "question": "Does this place offer takea-way?", - "mappings": { - "0": { - "then": "This is a take-away only business" - }, - "1": { - "then": "Take-away is possible here" - }, - "2": { - "then": "Take-away is not possible here" - } - } - }, - "11": { - "question": "Does this restaurant have a vegetarian option?" - }, - "13": { - "question": "Does this restaurant offer a halal menu?", - "mappings": { - "0": { - "then": "There are no halal options available" - }, - "1": { - "then": "There is a small halal menu" - }, - "2": { - "then": "There is a halal menu" - }, - "3": { - "then": "Only halal options are available" - } - } - }, - "17": { - "question": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?
", - "mappings": { - "0": { - "then": "You can bring your own containers to get your order, saving on single-use packaging material and thus waste" - }, - "1": { - "then": "Bringing your own container is not allowed" - }, - "2": { - "then": "You must bring your own container to order here." - } - } - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "Opened now" - } - } - }, - "1": { - "options": { - "0": { - "question": "Has a vegetarian menu" - } - } - }, - "2": { - "options": { - "0": { - "question": "Has a vegan menu" - } - } - }, - "3": { - "options": { - "0": { - "question": "Has a halal menu" - } - } - } - } - }, - "ghost_bike": { - "name": "Ghost bikes", - "title": { - "render": "Ghost bike", - "mappings": { - "0": { - "then": "Ghost bike in the remembrance of {name}" - } - } - }, - "presets": { - "0": { - "title": "Ghost bike" - } - }, - "tagRenderings": { - "0": { - "render": "A ghost bike is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location." - }, - "2": { - "question": "Whom is remembered by this ghost bike?
Please respect privacy - only fill out the name if it is widely published or marked on the cycle. Opt to leave out the family name.
", - "render": "In remembrance of {name}", - "mappings": { - "0": { - "then": "No name is marked on the bike" - } - } - }, - "3": { - "question": "On what webpage can one find more information about the Ghost bike or the accident?", - "render": "More information is available" - }, - "4": { - "question": "What is the inscription on this Ghost bike?", - "render": "{inscription}" - }, - "5": { - "question": "When was this Ghost bike installed?", - "render": "Placed on {start_date}" - } - } - }, - "information_board": { - "name": "Information boards", - "title": { - "render": "Information board" - }, - "presets": { - "0": { - "title": "Information board" - } - } - }, - "map": { - "name": "Maps", - "title": { - "render": "Map" - }, - "description": "A map, meant for tourists which is permanently installed in the public space", - "tagRenderings": { - "1": { - "question": "On which data is this map based?", - "mappings": { - "0": { - "then": "This map is based on OpenStreetMap" - } + "tagRenderings": { + "1": { + "question": "What is the name of this pub?", + "render": "This pub is named {name}" + }, + "2": { + "question": "What kind of cafe is this" + } }, - "render": "This map is based on {map_source}" - }, - "2": { - "question": "Is the OpenStreetMap-attribution given?", - "mappings": { - "0": { - "then": "OpenStreetMap is clearly attributed, including the ODBL-license" - }, - "1": { - "then": "OpenStreetMap is clearly attributed, but the license is not mentioned" - }, - "2": { - "then": "OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it" - }, - "3": { - "then": "There is no attribution at all" - }, - "4": { - "then": "There is no attribution at all" - } + "filter": { + "0": { + "options": { + "0": { + "question": "Opened now" + } + } + } } - } }, - "presets": { - "0": { - "title": "Map", - "description": "Add a missing map" - } + "charging_station": { + "name": "Charging stations", + "title": { + "render": "Charging station" + }, + "description": "A charging station", + "tagRenderings": { + "1": { + "question": "Which vehicles are allowed to charge here?", + "mappings": { + "0": { + "then": "bicycles can be charged here" + }, + "1": { + "then": "Cars can be charged here" + }, + "2": { + "then": "Scooters can be charged here" + }, + "3": { + "then": "Heavy good vehicles (such as trucks) can be charged here" + }, + "4": { + "then": "Buses can be charged here" + } + } + }, + "3": { + "render": "{capacity} vehicles can be charged here at the same time", + "question": "How much vehicles can be charged here at the same time?" + }, + "4": { + "question": "Which charging stations are available here?" + }, + "5": { + "question": "How much plugs of type Schuko wall plug without ground pin (CEE7/4 type F) are available here?" + }, + "6": { + "question": "How much plugs of type European wall plug with ground pin (CEE7/4 type E) are available here?" + }, + "7": { + "question": "How much plugs of type Chademo are available here?" + }, + "8": { + "question": "How much plugs of type Type 1 with cable (J1772) are available here?" + }, + "9": { + "question": "How much plugs of type Type 1 without cable (J1772) are available here?" + }, + "10": { + "question": "How much plugs of type Type 1 CCS (aka Type 1 Combo) are available here?" + }, + "11": { + "question": "How much plugs of type Tesla Supercharger are available here?" + }, + "12": { + "question": "How much plugs of type Type 2 (mennekes) are available here?" + }, + "13": { + "question": "How much plugs of type Type 2 CCS (mennekes) are available here?" + }, + "14": { + "question": "What kind of authentication is available at the charging station?", + "mappings": { + "0": { + "then": "Authentication by a membership card" + }, + "1": { + "then": "Authentication by an app" + }, + "2": { + "then": "Authentication via phone call is available" + }, + "3": { + "then": "Authentication via phone call is available" + }, + "4": { + "then": "Authentication via NFC is available" + }, + "5": { + "then": "Authentication via Money Card is available" + }, + "6": { + "then": "Authentication via debit card is available" + }, + "7": { + "then": "No authentication is needed" + } + } + }, + "15": { + "render": "Authenticate by calling or SMS'ing to {authentication:phone_call:number}", + "question": "What's the phone number for authentication call or SMS?" + }, + "16": { + "question": "When is this charging station opened?", + "mappings": { + "0": { + "then": "24/7 opened (including holidays)" + } + } + }, + "17": { + "render": "Part of the network {network}", + "question": "Is this charging station part of a network?", + "mappings": { + "0": { + "then": "Not part of a bigger network" + }, + "1": { + "then": "Not part of a bigger network" + } + } + }, + "19": { + "question": "What number can one call if there is a problem with this charging station?", + "render": "In case of problems, call {phone}" + }, + "20": { + "question": "What is the email address of the operator?", + "render": "In case of problems, send an email to {email}" + }, + "21": { + "question": "What is the website of the operator?", + "render": "More info on {website}" + }, + "23": { + "question": "What is the reference number of this charging station?" + }, + "24": { + "question": "Is this charging point in use?", + "mappings": { + "0": { + "then": "This charging station is broken" + }, + "1": { + "then": "A charging station is planned here" + }, + "2": { + "then": "A charging station is constructed here" + }, + "3": { + "then": "This charging station has beed permanently disabled and is not in use anymore but is still visible" + }, + "4": { + "then": "This charging station works" + } + } + } + }, + "presets": { + "0": { + "title": "Charging station" + } + }, + "filter": { + "0": { + "options": { + "0": { + "question": "All vehicle types" + }, + "1": { + "question": "Charging station for bicycles" + }, + "2": { + "question": "Charging station for cars" + } + } + }, + "1": { + "options": { + "0": { + "question": "Only working charging stations" + } + } + } + } + }, + "crossings": { + "name": "Crossings", + "description": "Crossings for pedestrians and cyclists", + "title": { + "render": "Crossing", + "mappings": { + "0": { + "then": "Traffic signal" + }, + "1": { + "then": "Crossing with traffic signals" + } + } + }, + "presets": { + "0": { + "title": "Crossing", + "description": "Crossing for pedestrians and/or cyclists" + }, + "1": { + "title": "Traffic signal", + "description": "Traffic signal on a road" + } + }, + "tagRenderings": { + "0": { + "question": "What kind of crossing is this?", + "mappings": { + "0": { + "then": "Crossing, without traffic lights" + }, + "1": { + "then": "Crossing with traffic signals" + }, + "2": { + "then": "Zebra crossing" + } + } + }, + "1": { + "question": "Is this is a zebra crossing?", + "mappings": { + "0": { + "then": "This is a zebra crossing" + }, + "1": { + "then": "This is not a zebra crossing" + } + } + }, + "2": { + "question": "Is this crossing also for bicycles?", + "mappings": { + "0": { + "then": "A cyclist can use this crossing" + }, + "1": { + "then": "A cyclist can not use this crossing" + } + } + }, + "3": { + "question": "Does this crossing have an island in the middle?", + "mappings": { + "0": { + "then": "This crossing has an island in the middle" + }, + "1": { + "then": "This crossing does not have an island in the middle" + } + } + }, + "4": { + "question": "Does this crossing have tactile paving?", + "mappings": { + "0": { + "then": "This crossing has tactile paving" + }, + "1": { + "then": "This crossing does not have tactile paving" + }, + "2": { + "then": "This crossing has tactile paving, but is not correct" + } + } + }, + "5": { + "question": "Does this traffic light have a button to request green light?", + "mappings": { + "0": { + "then": "This traffic light has a button to request green light" + }, + "1": { + "then": "This traffic light does not have a button to request green light" + } + } + }, + "6": { + "question": "Can a cyclist turn right when the light is red?", + "mappings": { + "0": { + "then": "A cyclist can turn right if the light is red " + }, + "1": { + "then": "A cyclist can turn right if the light is red" + }, + "2": { + "then": "A cyclist can not turn right if the light is red" + } + } + }, + "7": { + "question": "Can a cyclist go straight on when the light is red?", + "mappings": { + "0": { + "then": "A cyclist can go straight on if the light is red " + }, + "1": { + "then": "A cyclist can go straight on if the light is red" + }, + "2": { + "then": "A cyclist can not go straight on if the light is red" + } + } + } + } + }, + "cycleways_and_roads": { + "name": "Cycleways and roads", + "title": { + "render": "Cycleways", + "mappings": { + "0": { + "then": "Cycleway" + }, + "1": { + "then": "Shared lane" + }, + "2": { + "then": "Bike lane" + }, + "3": { + "then": "Cycleway next to the road" + }, + "4": { + "then": "Cyclestreet" + } + } + }, + "tagRenderings": { + "0": { + "question": "What kind of cycleway is here?", + "mappings": { + "0": { + "then": "There is a shared lane" + }, + "1": { + "then": "There is a lane next to the road (separated with paint)" + }, + "2": { + "then": "There is a track, but no cycleway drawn separately from this road on the map." + }, + "3": { + "then": "There is a separately drawn cycleway" + }, + "4": { + "then": "There is no cycleway" + }, + "5": { + "then": "There is no cycleway" + } + } + }, + "1": { + "question": "Is this street lit?", + "mappings": { + "0": { + "then": "This street is lit" + }, + "1": { + "then": "This road is not lit" + }, + "2": { + "then": "This road is lit at night" + }, + "3": { + "then": "This road is lit 24/7" + } + } + }, + "2": { + "question": "Is this a cyclestreet?", + "mappings": { + "0": { + "then": "This is a cyclestreet, and a 30km/h zone." + }, + "1": { + "then": "This is a cyclestreet" + }, + "2": { + "then": "This is not a cyclestreet." + } + } + }, + "3": { + "render": "The maximum speed on this road is {maxspeed} km/h", + "mappings": { + "0": { + "then": "The maximum speed is 20 km/h" + }, + "1": { + "then": "The maximum speed is 30 km/h" + }, + "2": { + "then": "The maximum speed is 50 km/h" + }, + "3": { + "then": "The maximum speed is 70 km/h" + }, + "4": { + "then": "The maximum speed is 90 km/h" + } + }, + "question": "What is the maximum speed in this street?" + }, + "4": { + "render": "This cyleway is made of {cycleway:surface}", + "mappings": { + "0": { + "then": "This cycleway is unpaved" + }, + "1": { + "then": "This cycleway is paved" + }, + "2": { + "then": "This cycleway is made of asphalt" + }, + "3": { + "then": "This cycleway is made of smooth paving stones" + }, + "4": { + "then": "This cycleway is made of concrete" + }, + "5": { + "then": "This cycleway is made of cobblestone (unhewn or sett)" + }, + "6": { + "then": "This cycleway is made of raw, natural cobblestone" + }, + "7": { + "then": "This cycleway is made of flat, square cobblestone" + }, + "8": { + "then": "This cycleway is made of wood" + }, + "9": { + "then": "This cycleway is made of gravel" + }, + "10": { + "then": "This cycleway is made of fine gravel" + }, + "11": { + "then": "This cycleway is made of pebblestone" + }, + "12": { + "then": "This cycleway is made from raw ground" + } + }, + "question": "What is the surface of the cycleway made from?" + }, + "5": { + "question": "What is the smoothness of this cycleway?", + "mappings": { + "0": { + "then": "Usable for thin rollers: rollerblade, skateboard" + }, + "1": { + "then": "Usable for thin wheels: racing bike" + }, + "2": { + "then": "Usable for normal wheels: city bike, wheelchair, scooter" + }, + "3": { + "then": "Usable for robust wheels: trekking bike, car, rickshaw" + }, + "4": { + "then": "Usable for vehicles with high clearance: light duty off-road vehicle" + }, + "5": { + "then": "Usable for off-road vehicles: heavy duty off-road vehicle" + }, + "6": { + "then": "Usable for specialized off-road vehicles: tractor, ATV" + }, + "7": { + "then": "Impassable / No wheeled vehicle" + } + } + }, + "6": { + "render": "This road is made of {surface}", + "mappings": { + "0": { + "then": "This cycleway is unhardened" + }, + "1": { + "then": "This cycleway is paved" + }, + "2": { + "then": "This cycleway is made of asphalt" + }, + "3": { + "then": "This cycleway is made of smooth paving stones" + }, + "4": { + "then": "This cycleway is made of concrete" + }, + "5": { + "then": "This cycleway is made of cobblestone (unhewn or sett)" + }, + "6": { + "then": "This cycleway is made of raw, natural cobblestone" + }, + "7": { + "then": "This cycleway is made of flat, square cobblestone" + }, + "8": { + "then": "This cycleway is made of wood" + }, + "9": { + "then": "This cycleway is made of gravel" + }, + "10": { + "then": "This cycleway is made of fine gravel" + }, + "11": { + "then": "This cycleway is made of pebblestone" + }, + "12": { + "then": "This cycleway is made from raw ground" + } + }, + "question": "What is the surface of the street made from?" + }, + "7": { + "question": "What is the smoothness of this street?", + "mappings": { + "0": { + "then": "Usable for thin rollers: rollerblade, skateboard" + }, + "1": { + "then": "Usable for thin wheels: racing bike" + }, + "2": { + "then": "Usable for normal wheels: city bike, wheelchair, scooter" + }, + "3": { + "then": "Usable for robust wheels: trekking bike, car, rickshaw" + }, + "4": { + "then": "Usable for vehicles with high clearance: light duty off-road vehicle" + }, + "5": { + "then": "Usable for off-road vehicles: heavy duty off-road vehicle" + }, + "6": { + "then": "Usable for specialized off-road vehicles: tractor, ATV" + }, + "7": { + "then": "Impassable / No wheeled vehicle" + } + } + }, + "8": { + "render": "The carriage width of this road is {width:carriageway}m", + "question": "What is the carriage width of this road (in meters)?" + }, + "9": { + "question": "What traffic sign does this cycleway have?", + "mappings": { + "0": { + "then": "Compulsory cycleway " + }, + "1": { + "then": "Compulsory cycleway (with supplementary sign)
" + }, + "2": { + "then": "Segregated foot/cycleway " + }, + "3": { + "then": "Unsegregated foot/cycleway " + }, + "4": { + "then": "No traffic sign present" + } + } + }, + "10": { + "question": "What traffic sign does this cycleway have?", + "mappings": { + "0": { + "then": "Compulsory cycleway " + }, + "1": { + "then": "Compulsory cycleway (with supplementary sign)
" + }, + "2": { + "then": "Segregated foot/cycleway " + }, + "3": { + "then": "Unsegregated foot/cycleway " + }, + "4": { + "then": "No traffic sign present" + } + } + }, + "11": { + "question": "Does the traffic sign D7 () have a supplementary sign?", + "mappings": { + "0": { + "then": "" + }, + "1": { + "then": "" + }, + "2": { + "then": "" + }, + "3": { + "then": "" + }, + "4": { + "then": "" + }, + "5": { + "then": "" + }, + "6": { + "then": "No supplementary traffic sign present" + } + } + }, + "12": { + "question": "Does the traffic sign D7 () have a supplementary sign?", + "mappings": { + "0": { + "then": "" + }, + "1": { + "then": "" + }, + "2": { + "then": "" + }, + "3": { + "then": "" + }, + "4": { + "then": "" + }, + "5": { + "then": "" + }, + "6": { + "then": "No supplementary traffic sign present" + } + } + }, + "13": { + "render": "The buffer besides this cycleway is {cycleway:buffer} m", + "question": "How wide is the gap between the cycleway and the road?" + }, + "14": { + "question": "How is this cycleway separated from the road?", + "mappings": { + "0": { + "then": "This cycleway is separated by a dashed line" + }, + "1": { + "then": "This cycleway is separated by a solid line" + }, + "2": { + "then": "This cycleway is separated by a parking lane" + }, + "3": { + "then": "This cycleway is separated by a kerb" + } + } + }, + "15": { + "question": "How is this cycleway separated from the road?", + "mappings": { + "0": { + "then": "This cycleway is separated by a dashed line" + }, + "1": { + "then": "This cycleway is separated by a solid line" + }, + "2": { + "then": "This cycleway is separated by a parking lane" + }, + "3": { + "then": "This cycleway is separated by a kerb" + } + } + } + } + }, + "defibrillator": { + "name": "Defibrillators", + "title": { + "render": "Defibrillator" + }, + "icon": { + "mappings": { + "0": { + "then": "./assets/layers/defibrillator/aed_checked.svg" + } + } + }, + "presets": { + "0": { + "title": "Defibrillator" + } + }, + "tagRenderings": { + "1": { + "question": "Is this defibrillator located indoors?", + "mappings": { + "0": { + "then": "This defibrillator is located indoors" + }, + "1": { + "then": "This defibrillator is located outdoors" + } + } + }, + "2": { + "question": "Is this defibrillator freely accessible?", + "render": "Access is {access}", + "mappings": { + "0": { + "then": "Publicly accessible" + }, + "1": { + "then": "Publicly accessible" + }, + "2": { + "then": "Only accessible to customers" + }, + "3": { + "then": "Not accessible to the general public (e.g. only accesible to staff, the owners, ...)" + }, + "4": { + "then": "Not accessible, possibly only for professional use" + } + } + }, + "3": { + "render": "There is no info about the type of device", + "question": "Is this a a regular automatic defibrillator or a manual defibrillator for professionals only?", + "mappings": { + "0": { + "then": "This is a manual defibrillator for professionals" + }, + "1": { + "then": "This is a normal automatic defibrillator" + } + } + }, + "4": { + "question": "On which floor is this defibrillator located?", + "render": "This defibrillator is on floor {level}", + "mappings": { + "0": { + "then": "This defibrillator is on the ground floor" + }, + "1": { + "then": "This defibrillator is on the first floor" + } + } + }, + "5": { + "render": "Extra information about the location (in the local languagel):
{defibrillator:location}", + "question": "Please give some explanation on where the defibrillator can be found (in the local language)" + }, + "6": { + "render": "Extra information about the location (in English):
{defibrillator:location:en}", + "question": "Please give some explanation on where the defibrillator can be found (in English)" + }, + "7": { + "render": "Extra information about the location (in French):
{defibrillator:location:fr}", + "question": "Please give some explanation on where the defibrillator can be found (in French)" + }, + "9": { + "render": "Official identification number of the device: {ref}", + "question": "What is the official identification number of the device? (if visible on device)" + }, + "10": { + "render": "Email for questions about this defibrillator: {email}", + "question": "What is the email for questions about this defibrillator?" + }, + "11": { + "render": "Telephone for questions about this defibrillator: {phone}", + "question": "What is the phone number for questions about this defibrillator?" + }, + "12": { + "render": "{opening_hours_table(opening_hours)}", + "question": "At what times is this defibrillator available?", + "mappings": { + "0": { + "then": "24/7 opened (including holidays)" + } + } + }, + "13": { + "render": "Additional information: {description}", + "question": "Is there any useful information for users that you haven't been able to describe above? (leave blank if no)" + }, + "14": { + "question": "When was this defibrillator last surveyed?", + "render": "This defibrillator was last surveyed on {survey:date}", + "mappings": { + "0": { + "then": "Checked today!" + } + } + }, + "15": { + "render": "Extra information for OpenStreetMap experts: {fixme}", + "question": "Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)" + } + } + }, + "direction": { + "name": "Direction visualization", + "description": "This layer visualizes directions" + }, + "drinking_water": { + "name": "Drinking water", + "title": { + "render": "Drinking water" + }, + "presets": { + "0": { + "title": "Drinking water" + } + }, + "tagRenderings": { + "1": { + "question": "Is this drinking water spot still operational?", + "render": "The operational status is {operational_status", + "mappings": { + "0": { + "then": "This drinking water works" + }, + "1": { + "then": "This drinking water is broken" + }, + "2": { + "then": "This drinking water is closed" + } + } + }, + "2": { + "question": "How easy is it to fill water bottles?", + "mappings": { + "0": { + "then": "It is easy to refill water bottles" + }, + "1": { + "then": "Water bottles may not fit" + } + } + }, + "3": { + "render": "There is another drinking water fountain at {_closest_other_drinking_water_distance} meter" + } + } + }, + "food": { + "name": "Restaurants and fast food", + "presets": { + "0": { + "title": "restaurant", + "description": "A formal eating place with sit-down facilities selling full meals served by waiters" + }, + "1": { + "title": "fastfood", + "description": "A food business concentrating on fast counter-only service and take-away food" + }, + "2": { + "title": "fries shop" + } + }, + "title": { + "mappings": { + "0": { + "then": "Restaurant {name}" + }, + "1": { + "then": "Fastfood {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "What is the name of this restaurant?", + "render": "The name of this restaurant is {name}" + }, + "2": { + "question": "What type of business is this?" + }, + "9": { + "question": "Which food is served here?", + "render": "This place mostly serves {cuisine}", + "mappings": { + "0": { + "then": "This is a pizzeria" + }, + "1": { + "then": "This is a friture" + }, + "2": { + "then": "Mainly serves pasta" + } + } + }, + "10": { + "question": "Does this place offer takea-way?", + "mappings": { + "0": { + "then": "This is a take-away only business" + }, + "1": { + "then": "Take-away is possible here" + }, + "2": { + "then": "Take-away is not possible here" + } + } + }, + "11": { + "question": "Does this restaurant have a vegetarian option?" + }, + "13": { + "question": "Does this restaurant offer a halal menu?", + "mappings": { + "0": { + "then": "There are no halal options available" + }, + "1": { + "then": "There is a small halal menu" + }, + "2": { + "then": "There is a halal menu" + }, + "3": { + "then": "Only halal options are available" + } + } + }, + "17": { + "question": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?
", + "mappings": { + "0": { + "then": "You can bring your own containers to get your order, saving on single-use packaging material and thus waste" + }, + "1": { + "then": "Bringing your own container is not allowed" + }, + "2": { + "then": "You must bring your own container to order here." + } + } + } + }, + "filter": { + "0": { + "options": { + "0": { + "question": "Opened now" + } + } + }, + "1": { + "options": { + "0": { + "question": "Has a vegetarian menu" + } + } + }, + "2": { + "options": { + "0": { + "question": "Has a vegan menu" + } + } + }, + "3": { + "options": { + "0": { + "question": "Has a halal menu" + } + } + } + } + }, + "ghost_bike": { + "name": "Ghost bikes", + "title": { + "render": "Ghost bike", + "mappings": { + "0": { + "then": "Ghost bike in the remembrance of {name}" + } + } + }, + "presets": { + "0": { + "title": "Ghost bike" + } + }, + "tagRenderings": { + "0": { + "render": "A ghost bike is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location." + }, + "2": { + "question": "Whom is remembered by this ghost bike?
Please respect privacy - only fill out the name if it is widely published or marked on the cycle. Opt to leave out the family name.
", + "render": "In remembrance of {name}", + "mappings": { + "0": { + "then": "No name is marked on the bike" + } + } + }, + "3": { + "question": "On what webpage can one find more information about the Ghost bike or the accident?", + "render": "More information is available" + }, + "4": { + "question": "What is the inscription on this Ghost bike?", + "render": "{inscription}" + }, + "5": { + "question": "When was this Ghost bike installed?", + "render": "Placed on {start_date}" + } + } + }, + "information_board": { + "name": "Information boards", + "title": { + "render": "Information board" + }, + "presets": { + "0": { + "title": "Information board" + } + } + }, + "map": { + "name": "Maps", + "title": { + "render": "Map" + }, + "description": "A map, meant for tourists which is permanently installed in the public space", + "tagRenderings": { + "1": { + "question": "On which data is this map based?", + "mappings": { + "0": { + "then": "This map is based on OpenStreetMap" + } + }, + "render": "This map is based on {map_source}" + }, + "2": { + "question": "Is the OpenStreetMap-attribution given?", + "mappings": { + "0": { + "then": "OpenStreetMap is clearly attributed, including the ODBL-license" + }, + "1": { + "then": "OpenStreetMap is clearly attributed, but the license is not mentioned" + }, + "2": { + "then": "OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it" + }, + "3": { + "then": "There is no attribution at all" + }, + "4": { + "then": "There is no attribution at all" + } + } + } + }, + "presets": { + "0": { + "title": "Map", + "description": "Add a missing map" + } + } + }, + "nature_reserve": { + "tagRenderings": { + "5": { + "question": "Are dogs allowed in this nature reserve?", + "mappings": { + "0": { + "then": "Dogs have to be leashed" + }, + "1": { + "then": "No dogs allowed" + }, + "2": { + "then": "Dogs are allowed to roam freely" + } + } + }, + "6": { + "question": "On which webpage can one find more information about this nature reserve?" + }, + "7": { + "question": "Whom is the curator of this nature reserve?
Respect privacy - only fill out a name if this is widely published", + "render": "{curator} is the curator of this nature reserve" + }, + "8": { + "question": "What email adress can one send to with questions and problems with this nature reserve?
Respect privacy - only fill out a personal email address if this is widely published", + "render": "{email}" + }, + "9": { + "question": "What phone number can one call to with questions and problems with this nature reserve?
Respect privacy - only fill out a personal phone number address if this is widely published", + "render": "{phone}" + }, + "12": { + "render": "Surface area: {_surface:ha}Ha" + } + } + }, + "picnic_table": { + "name": "Picnic tables", + "title": { + "render": "Picnic table" + }, + "description": "The layer showing picnic tables", + "tagRenderings": { + "0": { + "question": "What material is this picnic table made of?", + "render": "This picnic table is made of {material}", + "mappings": { + "0": { + "then": "This is a wooden picnic table" + }, + "1": { + "then": "This is a concrete picnic table" + } + } + } + }, + "presets": { + "0": { + "title": "Picnic table" + } + } + }, + "playground": { + "name": "Playgrounds", + "description": "Playgrounds", + "title": { + "render": "Playground", + "mappings": { + "0": { + "then": "Playground {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "Which is the surface of this playground?
If there are multiple, select the most occuring one", + "render": "The surface is {surface}", + "mappings": { + "0": { + "then": "The surface is grass" + }, + "1": { + "then": "The surface is sand" + }, + "2": { + "then": "The surface consist of woodchips" + }, + "3": { + "then": "The surface is paving stones" + }, + "4": { + "then": "The surface is asphalt" + }, + "5": { + "then": "The surface is concrete" + }, + "6": { + "then": "The surface is unpaved" + }, + "7": { + "then": "The surface is paved" + } + } + }, + "2": { + "question": "Is this playground lit at night?", + "mappings": { + "0": { + "then": "This playground is lit at night" + }, + "1": { + "then": "This playground is not lit at night" + } + } + }, + "3": { + "render": "Accessible to kids older than {min_age} years", + "question": "What is the minimum age required to access this playground?" + }, + "4": { + "render": "Accessible to kids of at most {max_age}", + "question": "What is the maximum age allowed to access this playground?" + }, + "5": { + "question": "Who operates this playground?", + "render": "Operated by {operator}" + }, + "6": { + "question": "Is this playground accessible to the general public?", + "mappings": { + "0": { + "then": "Accessible to the general public" + }, + "1": { + "then": "Accessible to the general public" + }, + "2": { + "then": "Only accessible for clients of the operating business" + }, + "3": { + "then": "Only accessible to students of the school" + }, + "4": { + "then": "Not accessible" + } + } + }, + "7": { + "question": "What is the email address of the playground maintainer?", + "render": "{email}" + }, + "8": { + "question": "What is the phone number of the playground maintainer?", + "render": "{phone}" + }, + "9": { + "question": "Is this playground accessible to wheelchair users?", + "mappings": { + "0": { + "then": "Completely accessible for wheelchair users" + }, + "1": { + "then": "Limited accessibility for wheelchair users" + }, + "2": { + "then": "Not accessible for wheelchair users" + } + } + }, + "10": { + "question": "When is this playground accessible?", + "mappings": { + "0": { + "then": "Accessible from sunrise till sunset" + }, + "1": { + "then": "Always accessible" + }, + "2": { + "then": "Always accessible" + } + } + } + }, + "presets": { + "0": { + "title": "Playground" + } + } + }, + "public_bookcase": { + "name": "Bookcases", + "description": "A streetside cabinet with books, accessible to anyone", + "title": { + "render": "Bookcase", + "mappings": { + "0": { + "then": "Public bookcase {name}" + } + } + }, + "presets": { + "0": { + "title": "Bookcase" + } + }, + "tagRenderings": { + "2": { + "render": "The name of this bookcase is {name}", + "question": "What is the name of this public bookcase?", + "mappings": { + "0": { + "then": "This bookcase doesn't have a name" + } + } + }, + "3": { + "render": "{capacity} books fit in this bookcase", + "question": "How many books fit into this public bookcase?" + }, + "4": { + "question": "What kind of books can be found in this public bookcase?", + "mappings": { + "0": { + "then": "Mostly children books" + }, + "1": { + "then": "Mostly books for adults" + }, + "2": { + "then": "Both books for kids and adults" + } + } + }, + "5": { + "question": "Is this bookcase located outdoors?", + "mappings": { + "0": { + "then": "This bookcase is located indoors" + }, + "1": { + "then": "This bookcase is located outdoors" + }, + "2": { + "then": "This bookcase is located outdoors" + } + } + }, + "6": { + "question": "Is this public bookcase freely accessible?", + "mappings": { + "0": { + "then": "Publicly accessible" + }, + "1": { + "then": "Only accessible to customers" + } + } + }, + "7": { + "question": "Who maintains this public bookcase?", + "render": "Operated by {operator}" + }, + "8": { + "question": "Is this public bookcase part of a bigger network?", + "render": "This public bookcase is part of {brand}", + "mappings": { + "0": { + "then": "Part of the network 'Little Free Library'" + }, + "1": { + "then": "This public bookcase is not part of a bigger network" + } + } + }, + "9": { + "render": "The reference number of this public bookcase within {brand} is {ref}", + "question": "What is the reference number of this public bookcase?", + "mappings": { + "0": { + "then": "This bookcase is not part of a bigger network" + } + } + }, + "10": { + "question": "When was this public bookcase installed?", + "render": "Installed on {start_date}" + }, + "11": { + "render": "More info on the website", + "question": "Is there a website with more information about this public bookcase?" + } + } + }, + "slow_roads": { + "tagRenderings": { + "2": { + "render": "The surface is {surface}", + "mappings": { + "0": { + "then": "The surface is grass" + }, + "1": { + "then": "The surface is ground" + }, + "2": { + "then": "The surface is unpaved" + }, + "3": { + "then": "The surface is sand" + }, + "4": { + "then": "The surface is paving stones" + }, + "5": { + "then": "The surface is asphalt" + }, + "6": { + "then": "The surface is concrete" + }, + "7": { + "then": "The surface is paved" + } + } + } + } + }, + "sport_pitch": { + "name": "Sport pitches", + "title": { + "render": "Sport pitch" + }, + "description": "A sport pitch", + "tagRenderings": { + "1": { + "render": "{sport} is played here", + "question": "Which sport can be played here?", + "mappings": { + "0": { + "then": "Basketball is played here" + }, + "1": { + "then": "Soccer is played here" + }, + "2": { + "then": "This is a pingpong table" + }, + "3": { + "then": "Tennis is played here" + }, + "4": { + "then": "Korfball is played here" + }, + "5": { + "then": "Basketball is played here" + } + } + }, + "2": { + "question": "Which is the surface of this sport pitch?", + "render": "The surface is {surface}", + "mappings": { + "0": { + "then": "The surface is grass" + }, + "1": { + "then": "The surface is sand" + }, + "2": { + "then": "The surface is paving stones" + }, + "3": { + "then": "The surface is asphalt" + }, + "4": { + "then": "The surface is concrete" + } + } + }, + "3": { + "question": "Is this sport pitch publicly accessible?", + "mappings": { + "0": { + "then": "Public access" + }, + "1": { + "then": "Limited access (e.g. only with an appointment, during certain hours, ...)" + }, + "2": { + "then": "Only accessible for members of the club" + }, + "3": { + "then": "Private - not accessible to the public" + } + } + }, + "4": { + "question": "Does one have to make an appointment to use this sport pitch?", + "mappings": { + "0": { + "then": "Making an appointment is obligatory to use this sport pitch" + }, + "1": { + "then": "Making an appointment is recommended when using this sport pitch" + }, + "2": { + "then": "Making an appointment is possible, but not necessary to use this sport pitch" + }, + "3": { + "then": "Making an appointment is not possible" + } + } + }, + "5": { + "question": "What is the phone number of the operator?" + }, + "6": { + "question": "What is the email address of the operator?" + }, + "7": { + "question": "When is this pitch accessible?", + "mappings": { + "1": { + "then": "Always accessible" + } + } + } + }, + "presets": { + "0": { + "title": "Tabletennis table" + }, + "1": { + "title": "Sport pitch" + } + } + }, + "surveillance_camera": { + "name": "Surveillance camera's", + "title": { + "render": "Surveillance Camera" + }, + "tagRenderings": { + "1": { + "question": "What kind of camera is this?", + "mappings": { + "0": { + "then": "A fixed (non-moving) camera" + }, + "1": { + "then": "A dome camera (which can turn)" + }, + "2": { + "then": "A panning camera" + } + } + }, + "2": { + "question": "In which geographical direction does this camera film?", + "render": "Films to a compass heading of {camera:direction}", + "mappings": { + "0": { + "then": "Films to a compass heading of {direction}" + } + } + }, + "3": { + "question": "Who operates this CCTV?", + "render": "Operated by {operator}" + }, + "4": { + "question": "What kind of surveillance is this camera", + "mappings": { + "0": { + "then": "A public area is surveilled, such as a street, a bridge, a square, a park, a train station, a public corridor or tunnel,..." + }, + "1": { + "then": "An outdoor, yet private area is surveilled (e.g. a parking lot, a fuel station, courtyard, entrance, private driveway, ...)" + }, + "2": { + "then": "A private indoor area is surveilled, e.g. a shop, a private underground parking, ..." + } + } + }, + "5": { + "question": "Is the public space surveilled by this camera an indoor or outdoor space?", + "mappings": { + "0": { + "then": "This camera is located indoors" + }, + "1": { + "then": "This camera is located outdoors" + }, + "2": { + "then": "This camera is probably located outdoors" + } + } + }, + "6": { + "question": "On which level is this camera located?", + "render": "Located on level {level}" + }, + "7": { + "question": "What exactly is surveilled here?", + "render": " Surveills a {surveillance:zone}", + "mappings": { + "0": { + "then": "Surveills a parking" + }, + "1": { + "then": "Surveills the traffic" + }, + "2": { + "then": "Surveills an entrance" + }, + "3": { + "then": "Surveills a corridor" + }, + "4": { + "then": "Surveills a public tranport platform" + }, + "5": { + "then": "Surveills a shop" + } + } + }, + "8": { + "question": "How is this camera placed?", + "render": "Mounting method: {mount}", + "mappings": { + "0": { + "then": "This camera is placed against a wall" + }, + "1": { + "then": "This camera is placed one a pole" + }, + "2": { + "then": "This camera is placed on the ceiling" + } + } + } + } + }, + "toilet": { + "name": "Toilets", + "title": { + "render": "Toilet" + }, + "presets": { + "0": { + "title": "Toilet", + "description": "A publicly accessible toilet or restroom" + }, + "1": { + "title": "Toilets with wheelchair accessible toilet", + "description": "A restroom which has at least one wheelchair-accessible toilet" + } + }, + "tagRenderings": { + "1": { + "question": "Are these toilets publicly accessible?", + "render": "Access is {access}", + "mappings": { + "0": { + "then": "Public access" + }, + "1": { + "then": "Only access to customers" + }, + "2": { + "then": "Not accessible" + }, + "3": { + "then": "Accessible, but one has to ask a key to enter" + } + } + }, + "2": { + "question": "Are these toilets free to use?", + "mappings": { + "0": { + "then": "These are paid toilets" + }, + "1": { + "then": "Free to use" + } + } + }, + "3": { + "question": "How much does one have to pay for these toilets?", + "render": "The fee is {charge}" + }, + "4": { + "question": "Is there a dedicated toilet for wheelchair users", + "mappings": { + "0": { + "then": "There is a dedicated toilet for wheelchair users" + }, + "1": { + "then": "No wheelchair access" + } + } + }, + "5": { + "question": "Which kind of toilets are this?", + "mappings": { + "0": { + "then": "There are only seated toilets" + }, + "1": { + "then": "There are only urinals here" + }, + "2": { + "then": "There are only squat toilets here" + }, + "3": { + "then": "Both seated toilets and urinals are available here" + } + } + }, + "6": { + "question": "Is a changing table (to change diapers) available?", + "mappings": { + "0": { + "then": "A changing table is available" + }, + "1": { + "then": "No changing table is available" + } + } + }, + "7": { + "question": "Where is the changing table located?", + "render": "The changing table is located at {changing_table:location}", + "mappings": { + "0": { + "then": "The changing table is in the toilet for women. " + }, + "1": { + "then": "The changing table is in the toilet for men. " + }, + "2": { + "then": "The changing table is in the toilet for wheelchair users. " + }, + "3": { + "then": "The changing table is in a dedicated room. " + } + } + } + } + }, + "trail": { + "name": "Trails", + "title": { + "render": "Trail" + }, + "tagRenderings": { + "1": { + "render": "The trail is {_length:km} kilometers long" + }, + "4": { + "mappings": { + "0": { + "then": "Blue trail" + }, + "1": { + "then": "Red trail" + }, + "2": { + "then": "Green trail" + }, + "3": { + "then": "Yellow trail" + } + } + } + } + }, + "tree_node": { + "name": "Tree", + "title": { + "render": "Tree", + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "1": { + "render": "Height: {height}", + "mappings": { + "0": { + "then": "Height: {height} m" + } + } + }, + "2": { + "question": "Is this a broadleaved or needleleaved tree?", + "mappings": { + "0": { + "then": "\"\"/ Broadleaved" + }, + "1": { + "then": "\"\"/ Needleleaved" + }, + "2": { + "then": "\"\"/ Permanently leafless" + } + } + }, + "3": { + "question": "How significant is this tree? Choose the first answer that applies.", + "mappings": { + "0": { + "then": "The tree is remarkable due to its size or prominent location. It is useful for navigation." + }, + "1": { + "then": "The tree is a natural monument, e.g. because it is especially old, or of a valuable species." + }, + "2": { + "then": "The tree is used for agricultural purposes, e.g. in an orchard." + }, + "3": { + "then": "The tree is in a park or similar (cemetery, school grounds, …)." + }, + "4": { + "then": "The tree is a residential garden." + }, + "5": { + "then": "This is a tree along an avenue." + }, + "6": { + "then": "The tree is an urban area." + }, + "7": { + "then": "The tree is outside of an urban area." + } + } + }, + "4": { + "question": "Is this tree evergreen or deciduous?", + "mappings": { + "0": { + "then": "Deciduous: the tree loses its leaves for some time of the year." + }, + "1": { + "then": "Evergreen." + } + } + }, + "5": { + "render": "Name: {name}", + "question": "Does the tree have a name?", + "mappings": { + "0": { + "then": "The tree does not have a name." + } + } + }, + "6": { + "question": "Is this tree registered heritage?", + "mappings": { + "0": { + "then": "\"\"/ Registered as heritage by Onroerend Erfgoed Flanders" + }, + "1": { + "then": "Registered as heritage by Direction du Patrimoine culturel Brussels" + }, + "2": { + "then": "Registered as heritage by a different organisation" + }, + "3": { + "then": "Not registered as heritage" + }, + "4": { + "then": "Registered as heritage by a different organisation" + } + } + }, + "7": { + "render": "\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}", + "question": "What is the ID issued by Onroerend Erfgoed Flanders?" + }, + "8": { + "render": "\"\"/ Wikidata: {wikidata}", + "question": "What is the Wikidata ID for this tree?" + } + }, + "presets": { + "0": { + "title": "Broadleaved tree", + "description": "A tree of a species with leaves, such as oak or populus." + }, + "1": { + "title": "Needleleaved tree", + "description": "A tree of a species with needles, such as pine or spruce." + }, + "2": { + "title": "Tree", + "description": "If you're not sure whether it's a broadleaved or needleleaved tree." + } + } + }, + "viewpoint": { + "name": "Viewpoint", + "description": "A nice viewpoint or nice view. Ideal to add an image if no other category fits", + "presets": { + "0": { + "title": "Viewpoint" + } + }, + "title": { + "render": "Viewpoint" + }, + "tagRenderings": { + "1": { + "question": "Do you want to add a description?" + } + } + }, + "visitor_information_centre": { + "name": "Visitor Information Centre", + "title": { + "render": "{name}", + "mappings": { + "1": { + "then": "{name}" + } + } + }, + "description": "A visitor center offers information about a specific attraction or place of interest where it is located." + }, + "waste_basket": { + "name": "Waste Basket", + "title": { + "render": "Waste Basket" + }, + "description": "This is a public waste basket, thrash can, where you can throw away your thrash.", + "iconSize": { + "mappings": { + "0": { + "then": "Waste Basket" + } + } + }, + "presets": { + "0": { + "title": "Waste Basket" + } + } + }, + "watermill": { + "name": "Watermill" } - }, - "nature_reserve": { - "tagRenderings": { - "5": { - "question": "Are dogs allowed in this nature reserve?", - "mappings": { - "0": { - "then": "Dogs have to be leashed" - }, - "1": { - "then": "No dogs allowed" - }, - "2": { - "then": "Dogs are allowed to roam freely" - } - } - }, - "6": { - "question": "On which webpage can one find more information about this nature reserve?" - }, - "7": { - "question": "Whom is the curator of this nature reserve?
Respect privacy - only fill out a name if this is widely published", - "render": "{curator} is the curator of this nature reserve" - }, - "8": { - "question": "What email adress can one send to with questions and problems with this nature reserve?
Respect privacy - only fill out a personal email address if this is widely published", - "render": "{email}" - }, - "9": { - "question": "What phone number can one call to with questions and problems with this nature reserve?
Respect privacy - only fill out a personal phone number address if this is widely published", - "render": "{phone}" - }, - "12": { - "render": "Surface area: {_surface:ha}Ha" - } - } - }, - "picnic_table": { - "name": "Picnic tables", - "title": { - "render": "Picnic table" - }, - "description": "The layer showing picnic tables", - "tagRenderings": { - "0": { - "question": "What material is this picnic table made of?", - "render": "This picnic table is made of {material}", - "mappings": { - "0": { - "then": "This is a wooden picnic table" - }, - "1": { - "then": "This is a concrete picnic table" - } - } - } - }, - "presets": { - "0": { - "title": "Picnic table" - } - } - }, - "playground": { - "name": "Playgrounds", - "description": "Playgrounds", - "title": { - "render": "Playground", - "mappings": { - "0": { - "then": "Playground {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Which is the surface of this playground?
If there are multiple, select the most occuring one", - "render": "The surface is {surface}", - "mappings": { - "0": { - "then": "The surface is grass" - }, - "1": { - "then": "The surface is sand" - }, - "2": { - "then": "The surface consist of woodchips" - }, - "3": { - "then": "The surface is paving stones" - }, - "4": { - "then": "The surface is asphalt" - }, - "5": { - "then": "The surface is concrete" - }, - "6": { - "then": "The surface is unpaved" - }, - "7": { - "then": "The surface is paved" - } - } - }, - "2": { - "question": "Is this playground lit at night?", - "mappings": { - "0": { - "then": "This playground is lit at night" - }, - "1": { - "then": "This playground is not lit at night" - } - } - }, - "3": { - "render": "Accessible to kids older than {min_age} years", - "question": "What is the minimum age required to access this playground?" - }, - "4": { - "render": "Accessible to kids of at most {max_age}", - "question": "What is the maximum age allowed to access this playground?" - }, - "5": { - "question": "Who operates this playground?", - "render": "Operated by {operator}" - }, - "6": { - "question": "Is this playground accessible to the general public?", - "mappings": { - "0": { - "then": "Accessible to the general public" - }, - "1": { - "then": "Accessible to the general public" - }, - "2": { - "then": "Only accessible for clients of the operating business" - }, - "3": { - "then": "Only accessible to students of the school" - }, - "4": { - "then": "Not accessible" - } - } - }, - "7": { - "question": "What is the email address of the playground maintainer?", - "render": "{email}" - }, - "8": { - "question": "What is the phone number of the playground maintainer?", - "render": "{phone}" - }, - "9": { - "question": "Is this playground accessible to wheelchair users?", - "mappings": { - "0": { - "then": "Completely accessible for wheelchair users" - }, - "1": { - "then": "Limited accessibility for wheelchair users" - }, - "2": { - "then": "Not accessible for wheelchair users" - } - } - }, - "10": { - "question": "When is this playground accessible?", - "mappings": { - "0": { - "then": "Accessible from sunrise till sunset" - }, - "1": { - "then": "Always accessible" - }, - "2": { - "then": "Always accessible" - } - } - } - }, - "presets": { - "0": { - "title": "Playground" - } - } - }, - "public_bookcase": { - "name": "Bookcases", - "description": "A streetside cabinet with books, accessible to anyone", - "title": { - "render": "Bookcase", - "mappings": { - "0": { - "then": "Public bookcase {name}" - } - } - }, - "presets": { - "0": { - "title": "Bookcase" - } - }, - "tagRenderings": { - "2": { - "render": "The name of this bookcase is {name}", - "question": "What is the name of this public bookcase?", - "mappings": { - "0": { - "then": "This bookcase doesn't have a name" - } - } - }, - "3": { - "render": "{capacity} books fit in this bookcase", - "question": "How many books fit into this public bookcase?" - }, - "4": { - "question": "What kind of books can be found in this public bookcase?", - "mappings": { - "0": { - "then": "Mostly children books" - }, - "1": { - "then": "Mostly books for adults" - }, - "2": { - "then": "Both books for kids and adults" - } - } - }, - "5": { - "question": "Is this bookcase located outdoors?", - "mappings": { - "0": { - "then": "This bookcase is located indoors" - }, - "1": { - "then": "This bookcase is located outdoors" - }, - "2": { - "then": "This bookcase is located outdoors" - } - } - }, - "6": { - "question": "Is this public bookcase freely accessible?", - "mappings": { - "0": { - "then": "Publicly accessible" - }, - "1": { - "then": "Only accessible to customers" - } - } - }, - "7": { - "question": "Who maintains this public bookcase?", - "render": "Operated by {operator}" - }, - "8": { - "question": "Is this public bookcase part of a bigger network?", - "render": "This public bookcase is part of {brand}", - "mappings": { - "0": { - "then": "Part of the network 'Little Free Library'" - }, - "1": { - "then": "This public bookcase is not part of a bigger network" - } - } - }, - "9": { - "render": "The reference number of this public bookcase within {brand} is {ref}", - "question": "What is the reference number of this public bookcase?", - "mappings": { - "0": { - "then": "This bookcase is not part of a bigger network" - } - } - }, - "10": { - "question": "When was this public bookcase installed?", - "render": "Installed on {start_date}" - }, - "11": { - "render": "More info on the website", - "question": "Is there a website with more information about this public bookcase?" - } - } - }, - "slow_roads": { - "tagRenderings": { - "2": { - "render": "The surface is {surface}", - "mappings": { - "0": { - "then": "The surface is grass" - }, - "1": { - "then": "The surface is ground" - }, - "2": { - "then": "The surface is unpaved" - }, - "3": { - "then": "The surface is sand" - }, - "4": { - "then": "The surface is paving stones" - }, - "5": { - "then": "The surface is asphalt" - }, - "6": { - "then": "The surface is concrete" - }, - "7": { - "then": "The surface is paved" - } - } - } - } - }, - "sport_pitch": { - "name": "Sport pitches", - "title": { - "render": "Sport pitch" - }, - "description": "A sport pitch", - "tagRenderings": { - "1": { - "render": "{sport} is played here", - "question": "Which sport can be played here?", - "mappings": { - "0": { - "then": "Basketball is played here" - }, - "1": { - "then": "Soccer is played here" - }, - "2": { - "then": "This is a pingpong table" - }, - "3": { - "then": "Tennis is played here" - }, - "4": { - "then": "Korfball is played here" - }, - "5": { - "then": "Basketball is played here" - } - } - }, - "2": { - "question": "Which is the surface of this sport pitch?", - "render": "The surface is {surface}", - "mappings": { - "0": { - "then": "The surface is grass" - }, - "1": { - "then": "The surface is sand" - }, - "2": { - "then": "The surface is paving stones" - }, - "3": { - "then": "The surface is asphalt" - }, - "4": { - "then": "The surface is concrete" - } - } - }, - "3": { - "question": "Is this sport pitch publicly accessible?", - "mappings": { - "0": { - "then": "Public access" - }, - "1": { - "then": "Limited access (e.g. only with an appointment, during certain hours, ...)" - }, - "2": { - "then": "Only accessible for members of the club" - }, - "3": { - "then": "Private - not accessible to the public" - } - } - }, - "4": { - "question": "Does one have to make an appointment to use this sport pitch?", - "mappings": { - "0": { - "then": "Making an appointment is obligatory to use this sport pitch" - }, - "1": { - "then": "Making an appointment is recommended when using this sport pitch" - }, - "2": { - "then": "Making an appointment is possible, but not necessary to use this sport pitch" - }, - "3": { - "then": "Making an appointment is not possible" - } - } - }, - "5": { - "question": "What is the phone number of the operator?" - }, - "6": { - "question": "What is the email address of the operator?" - }, - "7": { - "question": "When is this pitch accessible?", - "mappings": { - "1": { - "then": "Always accessible" - } - } - } - }, - "presets": { - "0": { - "title": "Tabletennis table" - }, - "1": { - "title": "Sport pitch" - } - } - }, - "surveillance_camera": { - "name": "Surveillance camera's", - "title": { - "render": "Surveillance Camera" - }, - "tagRenderings": { - "1": { - "question": "What kind of camera is this?", - "mappings": { - "0": { - "then": "A fixed (non-moving) camera" - }, - "1": { - "then": "A dome camera (which can turn)" - }, - "2": { - "then": "A panning camera" - } - } - }, - "2": { - "question": "In which geographical direction does this camera film?", - "render": "Films to a compass heading of {camera:direction}", - "mappings": { - "0": { - "then": "Films to a compass heading of {direction}" - } - } - }, - "3": { - "question": "Who operates this CCTV?", - "render": "Operated by {operator}" - }, - "4": { - "question": "What kind of surveillance is this camera", - "mappings": { - "0": { - "then": "A public area is surveilled, such as a street, a bridge, a square, a park, a train station, a public corridor or tunnel,..." - }, - "1": { - "then": "An outdoor, yet private area is surveilled (e.g. a parking lot, a fuel station, courtyard, entrance, private driveway, ...)" - }, - "2": { - "then": "A private indoor area is surveilled, e.g. a shop, a private underground parking, ..." - } - } - }, - "5": { - "question": "Is the public space surveilled by this camera an indoor or outdoor space?", - "mappings": { - "0": { - "then": "This camera is located indoors" - }, - "1": { - "then": "This camera is located outdoors" - }, - "2": { - "then": "This camera is probably located outdoors" - } - } - }, - "6": { - "question": "On which level is this camera located?", - "render": "Located on level {level}" - }, - "7": { - "question": "What exactly is surveilled here?", - "render": " Surveills a {surveillance:zone}", - "mappings": { - "0": { - "then": "Surveills a parking" - }, - "1": { - "then": "Surveills the traffic" - }, - "2": { - "then": "Surveills an entrance" - }, - "3": { - "then": "Surveills a corridor" - }, - "4": { - "then": "Surveills a public tranport platform" - }, - "5": { - "then": "Surveills a shop" - } - } - }, - "8": { - "question": "How is this camera placed?", - "render": "Mounting method: {mount}", - "mappings": { - "0": { - "then": "This camera is placed against a wall" - }, - "1": { - "then": "This camera is placed one a pole" - }, - "2": { - "then": "This camera is placed on the ceiling" - } - } - } - } - }, - "toilet": { - "name": "Toilets", - "title": { - "render": "Toilet" - }, - "presets": { - "0": { - "title": "Toilet", - "description": "A publicly accessible toilet or restroom" - }, - "1": { - "title": "Toilets with wheelchair accessible toilet", - "description": "A restroom which has at least one wheelchair-accessible toilet" - } - }, - "tagRenderings": { - "1": { - "question": "Are these toilets publicly accessible?", - "render": "Access is {access}", - "mappings": { - "0": { - "then": "Public access" - }, - "1": { - "then": "Only access to customers" - }, - "2": { - "then": "Not accessible" - }, - "3": { - "then": "Accessible, but one has to ask a key to enter" - } - } - }, - "2": { - "question": "Are these toilets free to use?", - "mappings": { - "0": { - "then": "These are paid toilets" - }, - "1": { - "then": "Free to use" - } - } - }, - "3": { - "question": "How much does one have to pay for these toilets?", - "render": "The fee is {charge}" - }, - "4": { - "question": "Is there a dedicated toilet for wheelchair users", - "mappings": { - "0": { - "then": "There is a dedicated toilet for wheelchair users" - }, - "1": { - "then": "No wheelchair access" - } - } - }, - "5": { - "question": "Which kind of toilets are this?", - "mappings": { - "0": { - "then": "There are only seated toilets" - }, - "1": { - "then": "There are only urinals here" - }, - "2": { - "then": "There are only squat toilets here" - }, - "3": { - "then": "Both seated toilets and urinals are available here" - } - } - }, - "6": { - "question": "Is a changing table (to change diapers) available?", - "mappings": { - "0": { - "then": "A changing table is available" - }, - "1": { - "then": "No changing table is available" - } - } - }, - "7": { - "question": "Where is the changing table located?", - "render": "The changing table is located at {changing_table:location}", - "mappings": { - "0": { - "then": "The changing table is in the toilet for women. " - }, - "1": { - "then": "The changing table is in the toilet for men. " - }, - "2": { - "then": "The changing table is in the toilet for wheelchair users. " - }, - "3": { - "then": "The changing table is in a dedicated room. " - } - } - } - } - }, - "trail": { - "name": "Trails", - "title": { - "render": "Trail" - }, - "tagRenderings": { - "1": { - "render": "The trail is {_length:km} kilometers long" - }, - "4": { - "mappings": { - "0": { - "then": "Blue trail" - }, - "1": { - "then": "Red trail" - }, - "2": { - "then": "Green trail" - }, - "3": { - "then": "Yellow trail" - } - } - } - } - }, - "tree_node": { - "name": "Tree", - "title": { - "render": "Tree", - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "1": { - "render": "Height: {height}", - "mappings": { - "0": { - "then": "Height: {height} m" - } - } - }, - "2": { - "question": "Is this a broadleaved or needleleaved tree?", - "mappings": { - "0": { - "then": "\"\"/ Broadleaved" - }, - "1": { - "then": "\"\"/ Needleleaved" - }, - "2": { - "then": "\"\"/ Permanently leafless" - } - } - }, - "3": { - "question": "How significant is this tree? Choose the first answer that applies.", - "mappings": { - "0": { - "then": "The tree is remarkable due to its size or prominent location. It is useful for navigation." - }, - "1": { - "then": "The tree is a natural monument, e.g. because it is especially old, or of a valuable species." - }, - "2": { - "then": "The tree is used for agricultural purposes, e.g. in an orchard." - }, - "3": { - "then": "The tree is in a park or similar (cemetery, school grounds, …)." - }, - "4": { - "then": "The tree is a residential garden." - }, - "5": { - "then": "This is a tree along an avenue." - }, - "6": { - "then": "The tree is an urban area." - }, - "7": { - "then": "The tree is outside of an urban area." - } - } - }, - "4": { - "question": "Is this tree evergreen or deciduous?", - "mappings": { - "0": { - "then": "Deciduous: the tree loses its leaves for some time of the year." - }, - "1": { - "then": "Evergreen." - } - } - }, - "5": { - "render": "Name: {name}", - "question": "Does the tree have a name?", - "mappings": { - "0": { - "then": "The tree does not have a name." - } - } - }, - "6": { - "question": "Is this tree registered heritage?", - "mappings": { - "0": { - "then": "\"\"/ Registered as heritage by Onroerend Erfgoed Flanders" - }, - "1": { - "then": "Registered as heritage by Direction du Patrimoine culturel Brussels" - }, - "2": { - "then": "Registered as heritage by a different organisation" - }, - "3": { - "then": "Not registered as heritage" - }, - "4": { - "then": "Registered as heritage by a different organisation" - } - } - }, - "7": { - "render": "\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}", - "question": "What is the ID issued by Onroerend Erfgoed Flanders?" - }, - "8": { - "render": "\"\"/ Wikidata: {wikidata}", - "question": "What is the Wikidata ID for this tree?" - } - }, - "presets": { - "0": { - "title": "Broadleaved tree", - "description": "A tree of a species with leaves, such as oak or populus." - }, - "1": { - "title": "Needleleaved tree", - "description": "A tree of a species with needles, such as pine or spruce." - }, - "2": { - "title": "Tree", - "description": "If you're not sure whether it's a broadleaved or needleleaved tree." - } - } - }, - "viewpoint": { - "name": "Viewpoint", - "description": "A nice viewpoint or nice view. Ideal to add an image if no other category fits", - "presets": { - "0": { - "title": "Viewpoint" - } - }, - "title": { - "render": "Viewpoint" - }, - "tagRenderings": { - "1": { - "question": "Do you want to add a description?" - } - } - }, - "visitor_information_centre": { - "name": "Visitor Information Centre", - "title": { - "render": "{name}", - "mappings": { - "1": { - "then": "{name}" - } - } - }, - "description": "A visitor center offers information about a specific attraction or place of interest where it is located." - }, - "waste_basket": { - "name": "Waste Basket", - "title": { - "render": "Waste Basket" - }, - "description": "This is a public waste basket, thrash can, where you can throw away your thrash.", - "iconSize": { - "mappings": { - "0": { - "then": "Waste Basket" - } - } - }, - "presets": { - "0": { - "title": "Waste Basket" - } - } - }, - "watermill": { - "name": "Watermill" - } } \ No newline at end of file diff --git a/langs/layers/es.json b/langs/layers/es.json index 1246d855d..62896c8e8 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -1,116 +1,116 @@ { - "bench": { - "name": "Bancos", - "title": { - "render": "Banco" - }, - "tagRenderings": { - "1": { - "render": "Respaldo", - "mappings": { - "0": { - "then": "Respaldo: Si" - }, - "1": { - "then": "Respaldo: No" - } + "bench": { + "name": "Bancos", + "title": { + "render": "Banco" }, - "question": "¿Este banco tiene un respaldo?" - }, - "2": { - "render": "{seats} asientos", - "question": "¿Cuántos asientos tiene este banco?" - }, - "3": { - "render": "Material: {material}", - "mappings": { - "0": { - "then": "Material: madera" - }, - "1": { - "then": "Material: metal" - }, - "2": { - "then": "Material: piedra" - }, - "3": { - "then": "Material: concreto" - }, - "4": { - "then": "Material: plastico" - }, - "5": { - "then": "Material: acero" - } + "tagRenderings": { + "1": { + "render": "Respaldo", + "mappings": { + "0": { + "then": "Respaldo: Si" + }, + "1": { + "then": "Respaldo: No" + } + }, + "question": "¿Este banco tiene un respaldo?" + }, + "2": { + "render": "{seats} asientos", + "question": "¿Cuántos asientos tiene este banco?" + }, + "3": { + "render": "Material: {material}", + "mappings": { + "0": { + "then": "Material: madera" + }, + "1": { + "then": "Material: metal" + }, + "2": { + "then": "Material: piedra" + }, + "3": { + "then": "Material: concreto" + }, + "4": { + "then": "Material: plastico" + }, + "5": { + "then": "Material: acero" + } + } + } + }, + "presets": { + "0": { + "title": "Banco", + "description": "Añadir un nuevo banco" + } } - } }, - "presets": { - "0": { - "title": "Banco", - "description": "Añadir un nuevo banco" - } - } - }, - "bench_at_pt": { - "name": "Bancos en una parada de transporte público", - "title": { - "render": "Banco" - } - }, - "defibrillator": { - "name": "Desfibriladores", - "title": { - "render": "Desfibrilador" - }, - "presets": { - "0": { - "title": "Desfibrilador" - } - }, - "tagRenderings": { - "1": { - "question": "¿Esté el desfibrilador en interior?", - "mappings": { - "0": { - "then": "Este desfibrilador está en interior" - }, - "1": { - "then": "Este desfibrilador está en exterior" - } + "bench_at_pt": { + "name": "Bancos en una parada de transporte público", + "title": { + "render": "Banco" } - }, - "2": { - "question": "¿Está el desfibrilador accesible libremente?", - "render": "El acceso es {access}", - "mappings": { - "0": { - "then": "Acceso libre" - }, - "1": { - "then": "Publicament accesible" - }, - "2": { - "then": "Sólo accesible a clientes" - }, - "3": { - "then": "No accesible al público en general (ex. sólo accesible a trabajadores, propietarios, ...)" - } + }, + "defibrillator": { + "name": "Desfibriladores", + "title": { + "render": "Desfibrilador" + }, + "presets": { + "0": { + "title": "Desfibrilador" + } + }, + "tagRenderings": { + "1": { + "question": "¿Esté el desfibrilador en interior?", + "mappings": { + "0": { + "then": "Este desfibrilador está en interior" + }, + "1": { + "then": "Este desfibrilador está en exterior" + } + } + }, + "2": { + "question": "¿Está el desfibrilador accesible libremente?", + "render": "El acceso es {access}", + "mappings": { + "0": { + "then": "Acceso libre" + }, + "1": { + "then": "Publicament accesible" + }, + "2": { + "then": "Sólo accesible a clientes" + }, + "3": { + "then": "No accesible al público en general (ex. sólo accesible a trabajadores, propietarios, ...)" + } + } + }, + "4": { + "question": "¿En qué planta se encuentra el defibrilador localizado?", + "render": "El desfibrilador se encuentra en la planta {level}" + }, + "5": { + "question": "Da detalles de dónde se puede encontrar el desfibrilador (en el idioma local)" + }, + "6": { + "question": "Da detalles de dónde se puede encontrar el desfibrilador (en ingles)" + }, + "7": { + "question": "Da detalles de dónde se puede encontrar el desfibrilador (en frances)" + } } - }, - "4": { - "question": "¿En qué planta se encuentra el defibrilador localizado?", - "render": "El desfibrilador se encuentra en la planta {level}" - }, - "5": { - "question": "Da detalles de dónde se puede encontrar el desfibrilador (en el idioma local)" - }, - "6": { - "question": "Da detalles de dónde se puede encontrar el desfibrilador (en ingles)" - }, - "7": { - "question": "Da detalles de dónde se puede encontrar el desfibrilador (en frances)" - } } - } } \ No newline at end of file diff --git a/langs/layers/fi.json b/langs/layers/fi.json index 1db7f8e39..71e6a3ca1 100644 --- a/langs/layers/fi.json +++ b/langs/layers/fi.json @@ -1,103 +1,103 @@ { - "bench": { - "name": "Penkit", - "title": { - "render": "Penkki" - }, - "tagRenderings": { - "1": { - "render": "Selkänoja", - "mappings": { - "0": { - "then": "Selkänoja: kyllä" - }, - "1": { - "then": "Selkänoja: ei" - } + "bench": { + "name": "Penkit", + "title": { + "render": "Penkki" + }, + "tagRenderings": { + "1": { + "render": "Selkänoja", + "mappings": { + "0": { + "then": "Selkänoja: kyllä" + }, + "1": { + "then": "Selkänoja: ei" + } + } + }, + "3": { + "render": "Materiaali: {material}", + "mappings": { + "0": { + "then": "Materiaali: puu" + }, + "2": { + "then": "Materiaali: kivi" + }, + "3": { + "then": "Materiaali: betoni" + }, + "4": { + "then": "Materiaali: muovi" + }, + "5": { + "then": "Materiaali: teräs" + } + } + }, + "5": { + "render": "Väri: {colour}", + "mappings": { + "0": { + "then": "Väri: ruskea" + }, + "1": { + "then": "Väri: vihreä" + }, + "2": { + "then": "Väri: harmaa" + }, + "3": { + "then": "Väri: valkoinen" + }, + "4": { + "then": "Väri: punainen" + }, + "5": { + "then": "Väri: musta" + }, + "6": { + "then": "Väri: sininen" + }, + "7": { + "then": "Väri: keltainen" + } + } + } + }, + "presets": { + "0": { + "title": "Penkki", + "description": "Lisää uusi penkki" + } } - }, - "3": { - "render": "Materiaali: {material}", - "mappings": { - "0": { - "then": "Materiaali: puu" - }, - "2": { - "then": "Materiaali: kivi" - }, - "3": { - "then": "Materiaali: betoni" - }, - "4": { - "then": "Materiaali: muovi" - }, - "5": { - "then": "Materiaali: teräs" - } + }, + "bench_at_pt": { + "title": { + "render": "Penkki" + }, + "tagRenderings": { + "1": { + "render": "{name}" + } } - }, - "5": { - "render": "Väri: {colour}", - "mappings": { - "0": { - "then": "Väri: ruskea" - }, - "1": { - "then": "Väri: vihreä" - }, - "2": { - "then": "Väri: harmaa" - }, - "3": { - "then": "Väri: valkoinen" - }, - "4": { - "then": "Väri: punainen" - }, - "5": { - "then": "Väri: musta" - }, - "6": { - "then": "Väri: sininen" - }, - "7": { - "then": "Väri: keltainen" - } + }, + "bike_parking": { + "tagRenderings": { + "5": { + "render": "{access}" + } } - } }, - "presets": { - "0": { - "title": "Penkki", - "description": "Lisää uusi penkki" - } + "bike_repair_station": { + "icon": { + "render": "./assets/layers/bike_repair_station/repair_station.svg" + }, + "presets": { + "0": { + "title": "Pyöräpumppu" + } + } } - }, - "bench_at_pt": { - "title": { - "render": "Penkki" - }, - "tagRenderings": { - "1": { - "render": "{name}" - } - } - }, - "bike_parking": { - "tagRenderings": { - "5": { - "render": "{access}" - } - } - }, - "bike_repair_station": { - "icon": { - "render": "./assets/layers/bike_repair_station/repair_station.svg" - }, - "presets": { - "0": { - "title": "Pyöräpumppu" - } - } - } } \ No newline at end of file diff --git a/langs/layers/fr.json b/langs/layers/fr.json index 8550afbcd..c38efb7b9 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -1,1813 +1,1813 @@ { - "bench": { - "name": "Bancs", - "title": { - "render": "Banc" - }, - "tagRenderings": { - "1": { - "render": "Dossier", - "mappings": { - "0": { - "then": "Dossier : Oui" - }, - "1": { - "then": "Dossier : Non" - } + "bench": { + "name": "Bancs", + "title": { + "render": "Banc" }, - "question": "Ce banc dispose-t-il d'un dossier ?" - }, - "2": { - "render": "{seats} places", - "question": "De combien de places dispose ce banc ?" - }, - "3": { - "render": "Matériau : {material}", - "mappings": { - "0": { - "then": "Matériau : bois" - }, - "1": { - "then": "Matériau : métal" - }, - "2": { - "then": "Matériau : pierre" - }, - "3": { - "then": "Matériau : béton" - }, - "4": { - "then": "Matériau : plastique" - }, - "5": { - "then": "Matériau : acier" - } + "tagRenderings": { + "1": { + "render": "Dossier", + "mappings": { + "0": { + "then": "Dossier : Oui" + }, + "1": { + "then": "Dossier : Non" + } + }, + "question": "Ce banc dispose-t-il d'un dossier ?" + }, + "2": { + "render": "{seats} places", + "question": "De combien de places dispose ce banc ?" + }, + "3": { + "render": "Matériau : {material}", + "mappings": { + "0": { + "then": "Matériau : bois" + }, + "1": { + "then": "Matériau : métal" + }, + "2": { + "then": "Matériau : pierre" + }, + "3": { + "then": "Matériau : béton" + }, + "4": { + "then": "Matériau : plastique" + }, + "5": { + "then": "Matériau : acier" + } + }, + "question": "De quel matériau ce banc est-il fait ?" + }, + "4": { + "question": "Dans quelle direction regardez-vous quand vous êtes assis sur le banc ?", + "render": "Assis sur le banc, on regarde vers {direction}°." + }, + "5": { + "render": "Couleur : {colour}", + "question": "Quelle est la couleur de ce banc ?", + "mappings": { + "0": { + "then": "Couleur : marron" + }, + "1": { + "then": "Couleur : verte" + }, + "2": { + "then": "Couleur : gris" + }, + "3": { + "then": "Couleur : blanc" + }, + "4": { + "then": "Couleur : rouge" + }, + "5": { + "then": "Couleur : noire" + }, + "6": { + "then": "Couleur : bleu" + }, + "7": { + "then": "Couleur : jaune" + } + } + }, + "6": { + "question": "Quand ce banc a-t-il été contrôlé pour la dernière fois ?", + "render": "Ce banc a été contrôlé pour la dernière fois le {survey:date}" + } }, - "question": "De quel matériau ce banc est-il fait ?" - }, - "4": { - "question": "Dans quelle direction regardez-vous quand vous êtes assis sur le banc ?", - "render": "Assis sur le banc, on regarde vers {direction}°." - }, - "5": { - "render": "Couleur : {colour}", - "question": "Quelle est la couleur de ce banc ?", - "mappings": { - "0": { - "then": "Couleur : marron" - }, - "1": { - "then": "Couleur : verte" - }, - "2": { - "then": "Couleur : gris" - }, - "3": { - "then": "Couleur : blanc" - }, - "4": { - "then": "Couleur : rouge" - }, - "5": { - "then": "Couleur : noire" - }, - "6": { - "then": "Couleur : bleu" - }, - "7": { - "then": "Couleur : jaune" - } + "presets": { + "0": { + "title": "Banc", + "description": "Ajouter un nouveau banc" + } } - }, - "6": { - "question": "Quand ce banc a-t-il été contrôlé pour la dernière fois ?", - "render": "Ce banc a été contrôlé pour la dernière fois le {survey:date}" - } }, - "presets": { - "0": { - "title": "Banc", - "description": "Ajouter un nouveau banc" - } - } - }, - "bench_at_pt": { - "name": "Bancs des arrêts de transport en commun", - "title": { - "render": "Banc", - "mappings": { - "0": { - "then": "Banc d'un arrêt de transport en commun" + "bench_at_pt": { + "name": "Bancs des arrêts de transport en commun", + "title": { + "render": "Banc", + "mappings": { + "0": { + "then": "Banc d'un arrêt de transport en commun" + }, + "1": { + "then": "Banc dans un abri" + } + } }, - "1": { - "then": "Banc dans un abri" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "Banc assis debout" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "Banc assis debout" - } - } - }, - "bicycle_library": { - "name": "Vélothèque", - "title": { - "render": "Vélothèque" - }, - "description": "Un lieu où des vélos peuvent être empruntés pour un temps plus long", - "tagRenderings": { - "1": { - "question": "Quel est le nom de cette vélothèque ?", - "render": "Cette vélothèque s'appelle {name}" - }, - "6": { - "question": "Combien coûte l'emprunt d'un vélo ?", - "render": "Emprunter un vélo coûte {charge}", - "mappings": { - "0": { - "then": "L'emprunt de vélo est gratuit" - }, - "1": { - "then": "Emprunter un vélo coûte 20 €/an et 20 € de garantie" - } - } - }, - "7": { - "question": "Qui peut emprunter des vélos ici ?", - "mappings": { - "0": { - "then": "Vélos pour enfants disponibles" - }, - "1": { - "then": "Vélos pour adultes disponibles" - }, - "2": { - "then": "Vélos pour personnes handicapées disponibles" - } - } - } - }, - "presets": { - "0": { - "title": "Vélothèque", - "description": "Une vélothèque a une flotte de vélos qui peuvent être empruntés" - } - } - }, - "bicycle_tube_vending_machine": { - "name": "Distributeur automatique de chambre à air de vélo", - "title": { - "render": "Distributeur automatique de chambre à air de vélo" - }, - "presets": { - "0": { - "title": "Distributeur automatique de chambre à air de vélo" - } - }, - "tagRenderings": { - "1": { - "question": "Cette machine est-elle encore opérationelle ?", - "render": "L'état opérationnel est {operational_status}", - "mappings": { - "0": { - "then": "Le distributeur automatique fonctionne" - }, - "1": { - "then": "Le distributeur automatique est en panne" - }, - "2": { - "then": "Le distributeur automatique est fermé" - } - } - } - } - }, - "bike_cafe": { - "name": "Café vélo", - "title": { - "render": "Café Vélo", - "mappings": { - "0": { - "then": "Café Vélo {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Quel est le nom de ce Café vélo ?", - "render": "Ce Café vélo s'appelle {name}" - }, - "2": { - "question": "Est-ce que ce Café vélo propose une pompe en libre accès ?", - "mappings": { - "0": { - "then": "Ce Café vélo offre une pompe en libre accès" - }, - "1": { - "then": "Ce Café vélo n'offre pas de pompe en libre accès" - } - } - }, - "3": { - "question": "Est-ce qu'il y a des outils pour réparer soi-même son vélo ?", - "mappings": { - "0": { - "then": "Ce Café vélo propose des outils pour réparer son vélo soi-même" - }, - "1": { - "then": "Ce Café vélo ne propose pas d'outils pour réparer son vélo soi-même" - } - } - }, - "4": { - "question": "Est-ce que ce Café vélo répare les vélos ?", - "mappings": { - "0": { - "then": "Ce Café vélo répare les vélos" - }, - "1": { - "then": "Ce Café vélo ne répare pas les vélos" - } - } - }, - "5": { - "question": "Quel est le site web de {name} ?" - }, - "6": { - "question": "Quel est le numéro de téléphone de {name} ?" - }, - "7": { - "question": "Quelle est l'adresse électronique de {name} ?" - }, - "8": { - "question": "Quand ce Café vélo est-t-il ouvert ?" - } - }, - "presets": { - "0": { - "title": "Café Vélo" - } - } - }, - "bike_cleaning": { - "name": "Service de nettoyage de vélo", - "title": { - "render": "Service de nettoyage de vélo", - "mappings": { - "0": { - "then": "Service de nettoyage de vélo {name}" - } - } - }, - "presets": { - "0": { - "title": "Service de nettoyage de vélo" - } - } - }, - "bike_monitoring_station": { - "name": "Stations de contrôle", - "title": { - "render": "Station de comptage de vélo", - "mappings": { - "0": { - "then": "Station de comptage de vélo {name}" + "bicycle_library": { + "name": "Vélothèque", + "title": { + "render": "Vélothèque" }, - "1": { - "then": "Station de comptage de vélo {ref}" - } - } - } - }, - "bike_parking": { - "name": "Parking à vélo", - "presets": { - "0": { - "title": "Parking à vélo" - } - }, - "title": { - "render": "Parking à vélo" - }, - "tagRenderings": { - "1": { - "question": "Quel type de parking à vélos est-ce ?", - "render": "Ceci est un parking à vélo de type {bicycle_parking}", - "mappings": { - "0": { - "then": "Arceaux " - }, - "1": { - "then": "Pinces-roues " - }, - "2": { - "then": "Support guidon " - }, - "3": { - "then": "Râtelier " - }, - "4": { - "then": "Superposé " - }, - "5": { - "then": "Abri " - }, - "6": { - "then": "Potelet " - }, - "7": { - "then": "Zone au sol qui est marquée pour le stationnement des vélos" - } - } - }, - "2": { - "question": "Quelle est la position relative de ce parking à vélo ?", - "mappings": { - "0": { - "then": "Parking souterrain" - }, - "1": { - "then": "Parking souterrain" - }, - "2": { - "then": "Parking en surface" - }, - "3": { - "then": "Parking en surface" - }, - "4": { - "then": "Parking sur un toit" - } - } - }, - "3": { - "question": "Ce parking est-il couvert ? Sélectionnez aussi \"couvert\" pour les parkings en intérieur.", - "mappings": { - "0": { - "then": "Ce parking est couvert (il a un toit)" - }, - "1": { - "then": "Ce parking n'est pas couvert" - } - } - }, - "4": { - "question": "Combien de vélos entrent dans ce parking à vélos (y compris les éventuels vélos de transport) ?", - "render": "Place pour {capacity} vélos" - }, - "5": { - "question": "Qui peut utiliser ce parking à vélo ?", - "render": "{access}", - "mappings": { - "0": { - "then": "Accessible publiquement" - }, - "1": { - "then": "Accès destiné principalement aux visiteurs d'un lieu" - }, - "2": { - "then": "Accès limité aux membres d'une école, entreprise ou organisation" - } - } - }, - "6": { - "question": "Est-ce que ce parking à vélo a des emplacements pour des vélos cargo ?", - "mappings": { - "0": { - "then": "Ce parking a de la place pour les vélos cargo" - }, - "1": { - "then": "Ce parking a des emplacements (officiellement) destinés aux vélos cargo." - }, - "2": { - "then": "Il est interdit de garer des vélos cargo" - } - } - }, - "7": { - "question": "Combien de vélos de transport entrent dans ce parking à vélos ?", - "render": "Ce parking a de la place pour {capacity:cargo_bike} vélos de transport" - } - } - }, - "bike_repair_station": { - "name": "Station velo (réparation, pompe à vélo)", - "title": { - "render": "Point station velo avec pompe", - "mappings": { - "0": { - "then": "Point de réparation velo" + "description": "Un lieu où des vélos peuvent être empruntés pour un temps plus long", + "tagRenderings": { + "1": { + "question": "Quel est le nom de cette vélothèque ?", + "render": "Cette vélothèque s'appelle {name}" + }, + "6": { + "question": "Combien coûte l'emprunt d'un vélo ?", + "render": "Emprunter un vélo coûte {charge}", + "mappings": { + "0": { + "then": "L'emprunt de vélo est gratuit" + }, + "1": { + "then": "Emprunter un vélo coûte 20 €/an et 20 € de garantie" + } + } + }, + "7": { + "question": "Qui peut emprunter des vélos ici ?", + "mappings": { + "0": { + "then": "Vélos pour enfants disponibles" + }, + "1": { + "then": "Vélos pour adultes disponibles" + }, + "2": { + "then": "Vélos pour personnes handicapées disponibles" + } + } + } }, - "1": { - "then": "Point de réparation" + "presets": { + "0": { + "title": "Vélothèque", + "description": "Une vélothèque a une flotte de vélos qui peuvent être empruntés" + } + } + }, + "bicycle_tube_vending_machine": { + "name": "Distributeur automatique de chambre à air de vélo", + "title": { + "render": "Distributeur automatique de chambre à air de vélo" }, - "2": { - "then": "Pompe cassée" + "presets": { + "0": { + "title": "Distributeur automatique de chambre à air de vélo" + } }, - "3": { - "then": "Pompe de vélo {name}" + "tagRenderings": { + "1": { + "question": "Cette machine est-elle encore opérationelle ?", + "render": "L'état opérationnel est {operational_status}", + "mappings": { + "0": { + "then": "Le distributeur automatique fonctionne" + }, + "1": { + "then": "Le distributeur automatique est en panne" + }, + "2": { + "then": "Le distributeur automatique est fermé" + } + } + } + } + }, + "bike_cafe": { + "name": "Café vélo", + "title": { + "render": "Café Vélo", + "mappings": { + "0": { + "then": "Café Vélo {name}" + } + } }, - "4": { - "then": "Pompe de vélo" - } - } - }, - "tagRenderings": { - "1": { - "question": "Quels services sont valables à cette station vélo ?", - "mappings": { - "0": { - "then": "Il y a seulement une pompe" - }, - "1": { - "then": "Il y a seulement des outils (tournevis, pinces...)" - }, - "2": { - "then": "Il y a des outils et une pompe" - } - } - }, - "2": { - "question": "Qui maintient cette pompe à vélo ?", - "render": "Mantenue par {operator}" - }, - "5": { - "question": "Quand ce point de réparation de vélo est-il ouvert ?", - "mappings": { - "0": { - "then": "Ouvert en permanence" - }, - "1": { - "then": "Ouvert en permanence" - } - } - }, - "6": { - "question": "Est-ce que cette station vélo a un outil specifique pour réparer la chaîne du vélo ?", - "mappings": { - "0": { - "then": "Il y a un outil pour réparer la chaine" - }, - "1": { - "then": "Il n'y a pas d'outil pour réparer la chaine" - } - } - }, - "7": { - "question": "Est-ce que cette station vélo à un crochet pour suspendre son vélo ou une accroche pour l'élevé ?", - "mappings": { - "0": { - "then": "Il y a un crochet ou une accroche" - }, - "1": { - "then": "Il n'y pas de crochet ou d'accroche" - } - } - }, - "8": { - "question": "La pompe à vélo fonctionne-t-elle toujours ?", - "mappings": { - "0": { - "then": "La pompe à vélo est cassée" - }, - "1": { - "then": "La pompe est opérationnelle" - } - } - }, - "10": { - "question": "Quelles valves sont compatibles ?", - "render": "Cette pompe est compatible avec les valves suivantes : {valves}", - "mappings": { - "0": { - "then": "Sclaverand (aussi appelé Presta)" - }, - "1": { - "then": "Dunlop" - }, - "2": { - "then": "Schrader (les valves de voitures)" - } - } - }, - "11": { - "question": "Est-ce que cette pompe est électrique ?", - "mappings": { - "0": { - "then": "Pompe manuelle" - }, - "1": { - "then": "Pompe électrique" - } - } - }, - "12": { - "question": "Est-ce que la pompe à un manomètre integré ?", - "mappings": { - "0": { - "then": "Il y a un manomètre" - }, - "1": { - "then": "Il n'y a pas de manomètre" - }, - "2": { - "then": "Il y a un manomètre mais il est cassé" - } - } - } - }, - "icon": { - "render": "./assets/layers/bike_repair_station/repair_station.svg" - }, - "presets": { - "0": { - "title": "Pompe à vélo", - "description": "Un dispositif pour gonfler vos pneus sur un emplacement fixe dans l'espace public.

Exemples de pompes à vélo

" - }, - "1": { - "title": "Point de réparation vélo avec pompe", - "description": "Un dispositif avec des outils pour réparer votre vélo combiné à une pompe a un emplacement fixe. Les outils sont souvent attachés par une chaîne pour empêcher le vol.

Exemple

" - }, - "2": { - "title": "Point de réparation vélo sans pompe" - } - } - }, - "bike_shop": { - "name": "Magasin ou réparateur de vélo", - "title": { - "render": "Magasin ou réparateur de vélo", - "mappings": { - "0": { - "then": "Magasin de sport {name}" + "tagRenderings": { + "1": { + "question": "Quel est le nom de ce Café vélo ?", + "render": "Ce Café vélo s'appelle {name}" + }, + "2": { + "question": "Est-ce que ce Café vélo propose une pompe en libre accès ?", + "mappings": { + "0": { + "then": "Ce Café vélo offre une pompe en libre accès" + }, + "1": { + "then": "Ce Café vélo n'offre pas de pompe en libre accès" + } + } + }, + "3": { + "question": "Est-ce qu'il y a des outils pour réparer soi-même son vélo ?", + "mappings": { + "0": { + "then": "Ce Café vélo propose des outils pour réparer son vélo soi-même" + }, + "1": { + "then": "Ce Café vélo ne propose pas d'outils pour réparer son vélo soi-même" + } + } + }, + "4": { + "question": "Est-ce que ce Café vélo répare les vélos ?", + "mappings": { + "0": { + "then": "Ce Café vélo répare les vélos" + }, + "1": { + "then": "Ce Café vélo ne répare pas les vélos" + } + } + }, + "5": { + "question": "Quel est le site web de {name} ?" + }, + "6": { + "question": "Quel est le numéro de téléphone de {name} ?" + }, + "7": { + "question": "Quelle est l'adresse électronique de {name} ?" + }, + "8": { + "question": "Quand ce Café vélo est-t-il ouvert ?" + } }, - "2": { - "then": "Location de vélo {name}" + "presets": { + "0": { + "title": "Café Vélo" + } + } + }, + "bike_cleaning": { + "name": "Service de nettoyage de vélo", + "title": { + "render": "Service de nettoyage de vélo", + "mappings": { + "0": { + "then": "Service de nettoyage de vélo {name}" + } + } }, - "3": { - "then": "Réparateur de vélo {name}" + "presets": { + "0": { + "title": "Service de nettoyage de vélo" + } + } + }, + "bike_monitoring_station": { + "name": "Stations de contrôle", + "title": { + "render": "Station de comptage de vélo", + "mappings": { + "0": { + "then": "Station de comptage de vélo {name}" + }, + "1": { + "then": "Station de comptage de vélo {ref}" + } + } + } + }, + "bike_parking": { + "name": "Parking à vélo", + "presets": { + "0": { + "title": "Parking à vélo" + } }, - "4": { - "then": "Magasin de vélo {name}" + "title": { + "render": "Parking à vélo" }, - "5": { - "then": "Magasin ou réparateur de vélo {name}" + "tagRenderings": { + "1": { + "question": "Quel type de parking à vélos est-ce ?", + "render": "Ceci est un parking à vélo de type {bicycle_parking}", + "mappings": { + "0": { + "then": "Arceaux " + }, + "1": { + "then": "Pinces-roues " + }, + "2": { + "then": "Support guidon " + }, + "3": { + "then": "Râtelier " + }, + "4": { + "then": "Superposé " + }, + "5": { + "then": "Abri " + }, + "6": { + "then": "Potelet " + }, + "7": { + "then": "Zone au sol qui est marquée pour le stationnement des vélos" + } + } + }, + "2": { + "question": "Quelle est la position relative de ce parking à vélo ?", + "mappings": { + "0": { + "then": "Parking souterrain" + }, + "1": { + "then": "Parking souterrain" + }, + "2": { + "then": "Parking en surface" + }, + "3": { + "then": "Parking en surface" + }, + "4": { + "then": "Parking sur un toit" + } + } + }, + "3": { + "question": "Ce parking est-il couvert ? Sélectionnez aussi \"couvert\" pour les parkings en intérieur.", + "mappings": { + "0": { + "then": "Ce parking est couvert (il a un toit)" + }, + "1": { + "then": "Ce parking n'est pas couvert" + } + } + }, + "4": { + "question": "Combien de vélos entrent dans ce parking à vélos (y compris les éventuels vélos de transport) ?", + "render": "Place pour {capacity} vélos" + }, + "5": { + "question": "Qui peut utiliser ce parking à vélo ?", + "render": "{access}", + "mappings": { + "0": { + "then": "Accessible publiquement" + }, + "1": { + "then": "Accès destiné principalement aux visiteurs d'un lieu" + }, + "2": { + "then": "Accès limité aux membres d'une école, entreprise ou organisation" + } + } + }, + "6": { + "question": "Est-ce que ce parking à vélo a des emplacements pour des vélos cargo ?", + "mappings": { + "0": { + "then": "Ce parking a de la place pour les vélos cargo" + }, + "1": { + "then": "Ce parking a des emplacements (officiellement) destinés aux vélos cargo." + }, + "2": { + "then": "Il est interdit de garer des vélos cargo" + } + } + }, + "7": { + "question": "Combien de vélos de transport entrent dans ce parking à vélos ?", + "render": "Ce parking a de la place pour {capacity:cargo_bike} vélos de transport" + } } - } }, - "description": "Un magasin vendant spécifiquement des vélos ou des objets en lien", - "tagRenderings": { - "1": { - "render": "Ce magasin est spécialisé dans la vente de {shop} et a des activités liées au vélo" - }, - "2": { - "question": "Quel est le nom du magasin de vélos ?", - "render": "Ce magasin s'appelle {name}" - }, - "3": { - "question": "Quel est le site web de {name} ?" - }, - "4": { - "question": "Quel est le numéro de téléphone de {name} ?" - }, - "5": { - "question": "Quelle est l'adresse électronique de {name} ?" - }, - "9": { - "question": "Est-ce que ce magasin vend des vélos ?", - "mappings": { - "0": { - "then": "Ce magasin vend des vélos" - }, - "1": { - "then": "Ce magasin ne vend pas de vélo" - } - } - }, - "10": { - "question": "Est-ce que ce magasin répare des vélos ?", - "mappings": { - "0": { - "then": "Ce magasin répare des vélos" - }, - "1": { - "then": "Ce magasin ne répare pas les vélos" - }, - "2": { - "then": "Ce magasin ne répare seulement les vélos achetés là-bas" - }, - "3": { - "then": "Ce magasin ne répare seulement des marques spécifiques" - } - } - }, - "11": { - "question": "Est-ce ce magasin loue des vélos ?", - "mappings": { - "0": { - "then": "Ce magasin loue des vélos" - }, - "1": { - "then": "Ce magasin ne loue pas de vélos" - } - } - }, - "12": { - "question": "Est-ce ce magasin vend des vélos d'occasion ?", - "mappings": { - "0": { - "then": "Ce magasin vend des vélos d'occasion" - }, - "1": { - "then": "Ce magasin ne vend pas de vélos d'occasion" - }, - "2": { - "then": "Ce magasin vend seulement des vélos d'occasion" - } - } - }, - "13": { - "question": "Est-ce que ce magasin offre une pompe en accès libre ?", - "mappings": { - "0": { - "then": "Ce magasin offre une pompe en acces libre" - }, - "1": { - "then": "Ce magasin n'offre pas de pompe en libre accès" - }, - "2": { - "then": "Il y a une pompe à vélo, c'est indiqué comme un point séparé " - } - } - }, - "14": { - "question": "Est-ce qu'il y a des outils pour réparer son vélo dans ce magasin ?", - "mappings": { - "0": { - "then": "Ce magasin offre des outils pour réparer son vélo soi-même" - }, - "1": { - "then": "Ce magasin n'offre pas des outils pour réparer son vélo soi-même" - }, - "2": { - "then": "Des outils d'auto-réparation sont disponibles uniquement si vous avez acheté ou loué le vélo dans ce magasin" - } - } - }, - "15": { - "question": "Lave-t-on les vélos ici ?", - "mappings": { - "0": { - "then": "Ce magasin lave les vélos" - }, - "1": { - "then": "Ce magasin a une installation pour laver soi même des vélos" - }, - "2": { - "then": "Ce magasin ne fait pas le nettoyage de vélo" - } - } - } - }, - "presets": { - "0": { - "title": "Magasin et réparateur de vélo" - } - } - }, - "bike_themed_object": { - "name": "Objet cycliste", - "title": { - "render": "Objet cycliste", - "mappings": { - "1": { - "then": "Piste cyclable" - } - } - } - }, - "defibrillator": { - "name": "Défibrillateurs", - "title": { - "render": "Défibrillateur" - }, - "icon": { - "mappings": { - "0": { - "then": "./assets/layers/defibrillator/aed_checked.svg" - } - } - }, - "presets": { - "0": { - "title": "Défibrillateur" - } - }, - "tagRenderings": { - "1": { - "question": "Ce défibrillateur est-il disposé en intérieur ?", - "mappings": { - "0": { - "then": "Ce défibrillateur est en intérieur (dans un batiment)" - }, - "1": { - "then": "Ce défibrillateur est situé en extérieur" - } - } - }, - "2": { - "question": "Ce défibrillateur est-il librement accessible ?", - "render": "{access} accessible", - "mappings": { - "0": { - "then": "Librement accessible" - }, - "1": { - "then": "Librement accessible" - }, - "2": { - "then": "Réservé aux clients du lieu" - }, - "3": { - "then": "Non accessible au public (par exemple réservé au personnel, au propriétaire, ...)" - }, - "4": { - "then": "Pas accessible, peut-être uniquement à usage professionnel" - } - } - }, - "3": { - "render": "Il n'y a pas d'information sur le type de dispositif", - "question": "Est-ce un défibrillateur automatique normal ou un défibrillateur manuel à usage professionnel uniquement ?", - "mappings": { - "0": { - "then": "C'est un défibrillateur manuel pour professionnel" - }, - "1": { - "then": "C'est un défibrillateur automatique manuel" - } - } - }, - "4": { - "question": "À quel étage est situé ce défibrillateur ?", - "render": "Ce défibrillateur est à l'étage {level}", - "mappings": { - "0": { - "then": "Ce défibrillateur est au rez-de-chaussée" - }, - "1": { - "then": "Ce défibrillateur est au premier étage" - } - } - }, - "5": { - "render": "Informations supplémentaires à propos de l'emplacement (dans la langue locale) :
{defibrillator:location}", - "question": "Veuillez indiquez plus précisément où se situe le défibrillateur (dans la langue local)" - }, - "6": { - "render": "Informations supplémentaires à propos de l'emplacement (en anglais) :
{defibrillator:location}", - "question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en englais)" - }, - "7": { - "render": "Informations supplémentaires à propos de l'emplacement (en Français) :
{defibrillator:location}", - "question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en français)" - }, - "9": { - "render": "Numéro d'identification officiel de ce dispositif : {ref}", - "question": "Quel est le numéro d'identification officiel de ce dispositif ? (si il est visible sur le dispositif)" - }, - "10": { - "render": "Adresse électronique pour des questions à propos de ce défibrillateur : {email}", - "question": "Quelle est l'adresse électronique pour des questions à propos de ce défibrillateur ?" - }, - "11": { - "render": "Numéro de téléphone pour questions sur le défibrillateur : {phone}", - "question": "Quel est le numéro de téléphone pour questions sur le défibrillateur ?" - }, - "12": { - "render": "{opening_hours_table(opening_hours)}", - "question": "À quels horaires ce défibrillateur est-il accessible ?", - "mappings": { - "0": { - "then": "Ouvert 24/7 (jours feriés inclus)" - } - } - }, - "13": { - "render": "Informations supplémentaires : {description}", - "question": "Y a-t-il des informations utiles pour les utilisateurs que vous n'avez pas pu décrire ci-dessus ? (laisser vide sinon)" - }, - "14": { - "question": "Quand le défibrillateur a-t-il été vérifié pour la dernière fois ?", - "render": "Ce défibrillateur a été vérifié pour la dernière fois le {survey:date}", - "mappings": { - "0": { - "then": "Vérifié aujourd'hui !" - } - } - }, - "15": { - "render": "Informations supplémentaires pour les experts d'OpenStreetMap : {fixme}", - "question": "Y a-t-il quelque chose qui ne va pas dans la manière dont ça a été cartographié, et que vous n'avez pas pu réparer ici ? (laisser une note pour les experts d'OpenStreetMap)" - } - } - }, - "direction": { - "name": "Visualisation de la direction", - "description": "Cette couche visualise les directions" - }, - "drinking_water": { - "name": "Eau potable", - "title": { - "render": "Eau potable" - }, - "presets": { - "0": { - "title": "Eau potable" - } - }, - "tagRenderings": { - "1": { - "question": "Ce point d'eau potable est-il toujours opérationnel ?", - "render": "L'état opérationnel est {operational_status", - "mappings": { - "0": { - "then": "Cette fontaine fonctionne" - }, - "1": { - "then": "Cette fontaine est cassée" - }, - "2": { - "then": "Cette fontaine est fermée" - } - } - }, - "2": { - "question": "Est-il facile de remplir des bouteilles d'eau ?", - "mappings": { - "0": { - "then": "Il est facile de remplir les bouteilles d'eau" - }, - "1": { - "then": "Les bouteilles d'eau peuvent ne pas passer" - } - } - }, - "3": { - "render": "Une autre source d’eau potable est à {_closest_other_drinking_water_distance} mètres a>" - } - } - }, - "food": { - "tagRenderings": { - "14": { - "question": "Cette friterie est-elle équipée de snacks végétariens ?", - "mappings": { - "0": { - "then": "Des collations végétariens sont disponibles" - }, - "1": { - "then": "Quelques snacks végétariens seulement" - }, - "2": { - "then": "Pas d'en-cas végétariens disponibles" - } - } - }, - "15": { - "question": "Cette friterie est-elle équipée de snacks végétaliens ?", - "mappings": { - "0": { - "then": "Des collations végétaliens sont disponibles" - }, - "1": { - "then": "Quelques snacks végétaliens seulement" - }, - "2": { - "then": "Pas d'en-cas végétaliens disponibles" - } - } - }, - "16": { - "question": "Cette friteuse fonctionne-t-elle avec de la graisse animale ou végétale ?", - "mappings": { - "0": { - "then": "Huile végétale" - }, - "1": { - "then": "Graisse animale" - } - } - }, - "17": { - "question": "Est-il proposé d’utiliser ses propres contenants pour sa commande ?
", - "mappings": { - "0": { - "then": "Vous pouvez apporter vos contenants pour votre commande, limitant l’usage de matériaux à usage unique et les déchets" - }, - "1": { - "then": "Apporter ses propres contenants n’est pas permis" - }, - "2": { - "then": "Il est obligatoire d’apporter ses propres contenants" - } - } - } - } - }, - "ghost_bike": { - "name": "Vélos fantômes", - "title": { - "render": "Vélo fantôme", - "mappings": { - "0": { - "then": "Vélo fantôme en souvenir de {name}" - } - } - }, - "presets": { - "0": { - "title": "Vélo fantôme" - } - }, - "tagRenderings": { - "0": { - "render": "Un vélo fantôme est un monument commémoratif pour un cycliste décédé dans un accident de la route, sous la forme d'un vélo blanc placé en permanence près du lieu de l'accident." - }, - "2": { - "question": "À qui est dédié ce vélo fantôme ?
Veuillez respecter la vie privée – ajoutez le nom seulement s'il est largement publié ou marqué sur le vélo. Choisissez de ne pas indiquer le nom de famille
", - "render": "En souvenir de {name}", - "mappings": { - "0": { - "then": "Aucun nom n'est marqué sur le vélo" - } - } - }, - "3": { - "question": "Sur quelle page web peut-on trouver plus d'informations sur le Vélo fantôme ou l'accident ?", - "render": "
Plus d'informations sont disponibles" - }, - "4": { - "question": "Quelle est l'inscription sur ce vélo fantôme ?", - "render": "{inscription}" - }, - "5": { - "question": "Quand ce vélo fantôme a-t-il été installée ?", - "render": "Placé le {start_date}" - } - } - }, - "information_board": { - "name": "Panneaux d'informations", - "title": { - "render": "Panneau d'informations" - }, - "presets": { - "0": { - "title": "Panneau d'informations" - } - } - }, - "map": { - "name": "Cartes", - "title": { - "render": "Carte" - }, - "description": "Une carte, destinée aux touristes, installée en permanence dans l'espace public", - "tagRenderings": { - "1": { - "question": "Sur quelles données cette carte est-elle basée ?", - "mappings": { - "0": { - "then": "Cette carte est basée sur OpenStreetMap" - } + "bike_repair_station": { + "name": "Station velo (réparation, pompe à vélo)", + "title": { + "render": "Point station velo avec pompe", + "mappings": { + "0": { + "then": "Point de réparation velo" + }, + "1": { + "then": "Point de réparation" + }, + "2": { + "then": "Pompe cassée" + }, + "3": { + "then": "Pompe de vélo {name}" + }, + "4": { + "then": "Pompe de vélo" + } + } }, - "render": "Cette carte est basée sur {map_source}" - }, - "2": { - "question": "L’attribution à OpenStreetMap est elle-présente ?", - "mappings": { - "0": { - "then": "L’attribution est clairement inscrite ainsi que la licence ODBL" - }, - "1": { - "then": "L’attribution est clairement inscrite mais la licence est absente" - }, - "2": { - "then": "OpenStreetMap n’est pas mentionné, un sticker OpenStreetMap a été collé" - }, - "3": { - "then": "Il n'y a aucune attribution" - }, - "4": { - "then": "Il n'y a aucune attribution" - } + "tagRenderings": { + "1": { + "question": "Quels services sont valables à cette station vélo ?", + "mappings": { + "0": { + "then": "Il y a seulement une pompe" + }, + "1": { + "then": "Il y a seulement des outils (tournevis, pinces...)" + }, + "2": { + "then": "Il y a des outils et une pompe" + } + } + }, + "2": { + "question": "Qui maintient cette pompe à vélo ?", + "render": "Mantenue par {operator}" + }, + "5": { + "question": "Quand ce point de réparation de vélo est-il ouvert ?", + "mappings": { + "0": { + "then": "Ouvert en permanence" + }, + "1": { + "then": "Ouvert en permanence" + } + } + }, + "6": { + "question": "Est-ce que cette station vélo a un outil specifique pour réparer la chaîne du vélo ?", + "mappings": { + "0": { + "then": "Il y a un outil pour réparer la chaine" + }, + "1": { + "then": "Il n'y a pas d'outil pour réparer la chaine" + } + } + }, + "7": { + "question": "Est-ce que cette station vélo à un crochet pour suspendre son vélo ou une accroche pour l'élevé ?", + "mappings": { + "0": { + "then": "Il y a un crochet ou une accroche" + }, + "1": { + "then": "Il n'y pas de crochet ou d'accroche" + } + } + }, + "8": { + "question": "La pompe à vélo fonctionne-t-elle toujours ?", + "mappings": { + "0": { + "then": "La pompe à vélo est cassée" + }, + "1": { + "then": "La pompe est opérationnelle" + } + } + }, + "10": { + "question": "Quelles valves sont compatibles ?", + "render": "Cette pompe est compatible avec les valves suivantes : {valves}", + "mappings": { + "0": { + "then": "Sclaverand (aussi appelé Presta)" + }, + "1": { + "then": "Dunlop" + }, + "2": { + "then": "Schrader (les valves de voitures)" + } + } + }, + "11": { + "question": "Est-ce que cette pompe est électrique ?", + "mappings": { + "0": { + "then": "Pompe manuelle" + }, + "1": { + "then": "Pompe électrique" + } + } + }, + "12": { + "question": "Est-ce que la pompe à un manomètre integré ?", + "mappings": { + "0": { + "then": "Il y a un manomètre" + }, + "1": { + "then": "Il n'y a pas de manomètre" + }, + "2": { + "then": "Il y a un manomètre mais il est cassé" + } + } + } + }, + "icon": { + "render": "./assets/layers/bike_repair_station/repair_station.svg" + }, + "presets": { + "0": { + "title": "Pompe à vélo", + "description": "Un dispositif pour gonfler vos pneus sur un emplacement fixe dans l'espace public.

Exemples de pompes à vélo

" + }, + "1": { + "title": "Point de réparation vélo avec pompe", + "description": "Un dispositif avec des outils pour réparer votre vélo combiné à une pompe a un emplacement fixe. Les outils sont souvent attachés par une chaîne pour empêcher le vol.

Exemple

" + }, + "2": { + "title": "Point de réparation vélo sans pompe" + } } - } }, - "presets": { - "0": { - "title": "Carte", - "description": "Ajouter une carte manquante" - } + "bike_shop": { + "name": "Magasin ou réparateur de vélo", + "title": { + "render": "Magasin ou réparateur de vélo", + "mappings": { + "0": { + "then": "Magasin de sport {name}" + }, + "2": { + "then": "Location de vélo {name}" + }, + "3": { + "then": "Réparateur de vélo {name}" + }, + "4": { + "then": "Magasin de vélo {name}" + }, + "5": { + "then": "Magasin ou réparateur de vélo {name}" + } + } + }, + "description": "Un magasin vendant spécifiquement des vélos ou des objets en lien", + "tagRenderings": { + "1": { + "render": "Ce magasin est spécialisé dans la vente de {shop} et a des activités liées au vélo" + }, + "2": { + "question": "Quel est le nom du magasin de vélos ?", + "render": "Ce magasin s'appelle {name}" + }, + "3": { + "question": "Quel est le site web de {name} ?" + }, + "4": { + "question": "Quel est le numéro de téléphone de {name} ?" + }, + "5": { + "question": "Quelle est l'adresse électronique de {name} ?" + }, + "9": { + "question": "Est-ce que ce magasin vend des vélos ?", + "mappings": { + "0": { + "then": "Ce magasin vend des vélos" + }, + "1": { + "then": "Ce magasin ne vend pas de vélo" + } + } + }, + "10": { + "question": "Est-ce que ce magasin répare des vélos ?", + "mappings": { + "0": { + "then": "Ce magasin répare des vélos" + }, + "1": { + "then": "Ce magasin ne répare pas les vélos" + }, + "2": { + "then": "Ce magasin ne répare seulement les vélos achetés là-bas" + }, + "3": { + "then": "Ce magasin ne répare seulement des marques spécifiques" + } + } + }, + "11": { + "question": "Est-ce ce magasin loue des vélos ?", + "mappings": { + "0": { + "then": "Ce magasin loue des vélos" + }, + "1": { + "then": "Ce magasin ne loue pas de vélos" + } + } + }, + "12": { + "question": "Est-ce ce magasin vend des vélos d'occasion ?", + "mappings": { + "0": { + "then": "Ce magasin vend des vélos d'occasion" + }, + "1": { + "then": "Ce magasin ne vend pas de vélos d'occasion" + }, + "2": { + "then": "Ce magasin vend seulement des vélos d'occasion" + } + } + }, + "13": { + "question": "Est-ce que ce magasin offre une pompe en accès libre ?", + "mappings": { + "0": { + "then": "Ce magasin offre une pompe en acces libre" + }, + "1": { + "then": "Ce magasin n'offre pas de pompe en libre accès" + }, + "2": { + "then": "Il y a une pompe à vélo, c'est indiqué comme un point séparé " + } + } + }, + "14": { + "question": "Est-ce qu'il y a des outils pour réparer son vélo dans ce magasin ?", + "mappings": { + "0": { + "then": "Ce magasin offre des outils pour réparer son vélo soi-même" + }, + "1": { + "then": "Ce magasin n'offre pas des outils pour réparer son vélo soi-même" + }, + "2": { + "then": "Des outils d'auto-réparation sont disponibles uniquement si vous avez acheté ou loué le vélo dans ce magasin" + } + } + }, + "15": { + "question": "Lave-t-on les vélos ici ?", + "mappings": { + "0": { + "then": "Ce magasin lave les vélos" + }, + "1": { + "then": "Ce magasin a une installation pour laver soi même des vélos" + }, + "2": { + "then": "Ce magasin ne fait pas le nettoyage de vélo" + } + } + } + }, + "presets": { + "0": { + "title": "Magasin et réparateur de vélo" + } + } + }, + "bike_themed_object": { + "name": "Objet cycliste", + "title": { + "render": "Objet cycliste", + "mappings": { + "1": { + "then": "Piste cyclable" + } + } + } + }, + "defibrillator": { + "name": "Défibrillateurs", + "title": { + "render": "Défibrillateur" + }, + "icon": { + "mappings": { + "0": { + "then": "./assets/layers/defibrillator/aed_checked.svg" + } + } + }, + "presets": { + "0": { + "title": "Défibrillateur" + } + }, + "tagRenderings": { + "1": { + "question": "Ce défibrillateur est-il disposé en intérieur ?", + "mappings": { + "0": { + "then": "Ce défibrillateur est en intérieur (dans un batiment)" + }, + "1": { + "then": "Ce défibrillateur est situé en extérieur" + } + } + }, + "2": { + "question": "Ce défibrillateur est-il librement accessible ?", + "render": "{access} accessible", + "mappings": { + "0": { + "then": "Librement accessible" + }, + "1": { + "then": "Librement accessible" + }, + "2": { + "then": "Réservé aux clients du lieu" + }, + "3": { + "then": "Non accessible au public (par exemple réservé au personnel, au propriétaire, ...)" + }, + "4": { + "then": "Pas accessible, peut-être uniquement à usage professionnel" + } + } + }, + "3": { + "render": "Il n'y a pas d'information sur le type de dispositif", + "question": "Est-ce un défibrillateur automatique normal ou un défibrillateur manuel à usage professionnel uniquement ?", + "mappings": { + "0": { + "then": "C'est un défibrillateur manuel pour professionnel" + }, + "1": { + "then": "C'est un défibrillateur automatique manuel" + } + } + }, + "4": { + "question": "À quel étage est situé ce défibrillateur ?", + "render": "Ce défibrillateur est à l'étage {level}", + "mappings": { + "0": { + "then": "Ce défibrillateur est au rez-de-chaussée" + }, + "1": { + "then": "Ce défibrillateur est au premier étage" + } + } + }, + "5": { + "render": "Informations supplémentaires à propos de l'emplacement (dans la langue locale) :
{defibrillator:location}", + "question": "Veuillez indiquez plus précisément où se situe le défibrillateur (dans la langue local)" + }, + "6": { + "render": "Informations supplémentaires à propos de l'emplacement (en anglais) :
{defibrillator:location}", + "question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en englais)" + }, + "7": { + "render": "Informations supplémentaires à propos de l'emplacement (en Français) :
{defibrillator:location}", + "question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en français)" + }, + "9": { + "render": "Numéro d'identification officiel de ce dispositif : {ref}", + "question": "Quel est le numéro d'identification officiel de ce dispositif ? (si il est visible sur le dispositif)" + }, + "10": { + "render": "Adresse électronique pour des questions à propos de ce défibrillateur : {email}", + "question": "Quelle est l'adresse électronique pour des questions à propos de ce défibrillateur ?" + }, + "11": { + "render": "Numéro de téléphone pour questions sur le défibrillateur : {phone}", + "question": "Quel est le numéro de téléphone pour questions sur le défibrillateur ?" + }, + "12": { + "render": "{opening_hours_table(opening_hours)}", + "question": "À quels horaires ce défibrillateur est-il accessible ?", + "mappings": { + "0": { + "then": "Ouvert 24/7 (jours feriés inclus)" + } + } + }, + "13": { + "render": "Informations supplémentaires : {description}", + "question": "Y a-t-il des informations utiles pour les utilisateurs que vous n'avez pas pu décrire ci-dessus ? (laisser vide sinon)" + }, + "14": { + "question": "Quand le défibrillateur a-t-il été vérifié pour la dernière fois ?", + "render": "Ce défibrillateur a été vérifié pour la dernière fois le {survey:date}", + "mappings": { + "0": { + "then": "Vérifié aujourd'hui !" + } + } + }, + "15": { + "render": "Informations supplémentaires pour les experts d'OpenStreetMap : {fixme}", + "question": "Y a-t-il quelque chose qui ne va pas dans la manière dont ça a été cartographié, et que vous n'avez pas pu réparer ici ? (laisser une note pour les experts d'OpenStreetMap)" + } + } + }, + "direction": { + "name": "Visualisation de la direction", + "description": "Cette couche visualise les directions" + }, + "drinking_water": { + "name": "Eau potable", + "title": { + "render": "Eau potable" + }, + "presets": { + "0": { + "title": "Eau potable" + } + }, + "tagRenderings": { + "1": { + "question": "Ce point d'eau potable est-il toujours opérationnel ?", + "render": "L'état opérationnel est {operational_status", + "mappings": { + "0": { + "then": "Cette fontaine fonctionne" + }, + "1": { + "then": "Cette fontaine est cassée" + }, + "2": { + "then": "Cette fontaine est fermée" + } + } + }, + "2": { + "question": "Est-il facile de remplir des bouteilles d'eau ?", + "mappings": { + "0": { + "then": "Il est facile de remplir les bouteilles d'eau" + }, + "1": { + "then": "Les bouteilles d'eau peuvent ne pas passer" + } + } + }, + "3": { + "render": "Une autre source d’eau potable est à {_closest_other_drinking_water_distance} mètres a>" + } + } + }, + "food": { + "tagRenderings": { + "14": { + "question": "Cette friterie est-elle équipée de snacks végétariens ?", + "mappings": { + "0": { + "then": "Des collations végétariens sont disponibles" + }, + "1": { + "then": "Quelques snacks végétariens seulement" + }, + "2": { + "then": "Pas d'en-cas végétariens disponibles" + } + } + }, + "15": { + "question": "Cette friterie est-elle équipée de snacks végétaliens ?", + "mappings": { + "0": { + "then": "Des collations végétaliens sont disponibles" + }, + "1": { + "then": "Quelques snacks végétaliens seulement" + }, + "2": { + "then": "Pas d'en-cas végétaliens disponibles" + } + } + }, + "16": { + "question": "Cette friteuse fonctionne-t-elle avec de la graisse animale ou végétale ?", + "mappings": { + "0": { + "then": "Huile végétale" + }, + "1": { + "then": "Graisse animale" + } + } + }, + "17": { + "question": "Est-il proposé d’utiliser ses propres contenants pour sa commande ?
", + "mappings": { + "0": { + "then": "Vous pouvez apporter vos contenants pour votre commande, limitant l’usage de matériaux à usage unique et les déchets" + }, + "1": { + "then": "Apporter ses propres contenants n’est pas permis" + }, + "2": { + "then": "Il est obligatoire d’apporter ses propres contenants" + } + } + } + } + }, + "ghost_bike": { + "name": "Vélos fantômes", + "title": { + "render": "Vélo fantôme", + "mappings": { + "0": { + "then": "Vélo fantôme en souvenir de {name}" + } + } + }, + "presets": { + "0": { + "title": "Vélo fantôme" + } + }, + "tagRenderings": { + "0": { + "render": "Un vélo fantôme est un monument commémoratif pour un cycliste décédé dans un accident de la route, sous la forme d'un vélo blanc placé en permanence près du lieu de l'accident." + }, + "2": { + "question": "À qui est dédié ce vélo fantôme ?
Veuillez respecter la vie privée – ajoutez le nom seulement s'il est largement publié ou marqué sur le vélo. Choisissez de ne pas indiquer le nom de famille
", + "render": "En souvenir de {name}", + "mappings": { + "0": { + "then": "Aucun nom n'est marqué sur le vélo" + } + } + }, + "3": { + "question": "Sur quelle page web peut-on trouver plus d'informations sur le Vélo fantôme ou l'accident ?", + "render": "
Plus d'informations sont disponibles" + }, + "4": { + "question": "Quelle est l'inscription sur ce vélo fantôme ?", + "render": "{inscription}" + }, + "5": { + "question": "Quand ce vélo fantôme a-t-il été installée ?", + "render": "Placé le {start_date}" + } + } + }, + "information_board": { + "name": "Panneaux d'informations", + "title": { + "render": "Panneau d'informations" + }, + "presets": { + "0": { + "title": "Panneau d'informations" + } + } + }, + "map": { + "name": "Cartes", + "title": { + "render": "Carte" + }, + "description": "Une carte, destinée aux touristes, installée en permanence dans l'espace public", + "tagRenderings": { + "1": { + "question": "Sur quelles données cette carte est-elle basée ?", + "mappings": { + "0": { + "then": "Cette carte est basée sur OpenStreetMap" + } + }, + "render": "Cette carte est basée sur {map_source}" + }, + "2": { + "question": "L’attribution à OpenStreetMap est elle-présente ?", + "mappings": { + "0": { + "then": "L’attribution est clairement inscrite ainsi que la licence ODBL" + }, + "1": { + "then": "L’attribution est clairement inscrite mais la licence est absente" + }, + "2": { + "then": "OpenStreetMap n’est pas mentionné, un sticker OpenStreetMap a été collé" + }, + "3": { + "then": "Il n'y a aucune attribution" + }, + "4": { + "then": "Il n'y a aucune attribution" + } + } + } + }, + "presets": { + "0": { + "title": "Carte", + "description": "Ajouter une carte manquante" + } + } + }, + "nature_reserve": { + "tagRenderings": { + "5": { + "question": "Les chiens sont-ils autorisés dans cette réserve naturelle ?", + "mappings": { + "0": { + "then": "Les chiens doivent être tenus en laisse" + }, + "1": { + "then": "Chiens interdits" + }, + "2": { + "then": "Les chiens sont autorisés à se promener librement" + } + } + }, + "6": { + "question": "Sur quelle page web peut-on trouver plus d'informations sur cette réserve naturelle ?" + }, + "7": { + "question": "Qui est en charge de la conservation de la réserve ?
À ne remplir seulement que si le nom est diffusé au public", + "render": "{curator} est en charge de la conservation de la réserve" + }, + "8": { + "question": "À quelle adresse courriel peut-on envoyer des questions et des problèmes concernant cette réserve naturelle ?
Respecter la vie privée – renseignez une adresse électronique personnelle seulement si celle-ci est largement publiée", + "render": "{email}" + }, + "9": { + "question": "Quel numéro de téléphone peut-on appeler pour poser des questions et résoudre des problèmes concernant cette réserve naturelle ?
Respecter la vie privée – renseignez un numéro de téléphone personnel seulement si celui-ci est largement publié", + "render": "{phone}" + }, + "12": { + "render": "Superficie : {_surface:ha} ha" + } + } + }, + "picnic_table": { + "name": "Tables de pique-nique", + "title": { + "render": "Table de pique-nique" + }, + "description": "La couche montrant les tables de pique-nique", + "tagRenderings": { + "0": { + "question": "En quel matériau est faite la table de pique-nique ?", + "render": "La table est faite en {material}", + "mappings": { + "0": { + "then": "C’est une table en bois" + }, + "1": { + "then": "C’est une table en béton" + } + } + } + }, + "presets": { + "0": { + "title": "Table de pique-nique" + } + } + }, + "playground": { + "name": "Aire de jeu", + "description": "Aire de jeu", + "title": { + "render": "Aire de jeu", + "mappings": { + "0": { + "then": "Aire de jeu {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "De quelle matière est la surface de l’aire de jeu ?
Pour plusieurs matières, sélectionner la principale", + "render": "La surface est en {surface}", + "mappings": { + "0": { + "then": "La surface est en gazon" + }, + "1": { + "then": "La surface est en sable" + }, + "2": { + "then": "La surface est en copeaux de bois" + }, + "3": { + "then": "La surface est en pavés" + }, + "4": { + "then": "La surface est en bitume" + }, + "5": { + "then": "La surface est en béton" + }, + "6": { + "then": "La surface n’a pas de revêtement" + }, + "7": { + "then": "La surface a un revêtement" + } + } + }, + "2": { + "question": "Ce terrain de jeux est-il éclairé la nuit ?", + "mappings": { + "0": { + "then": "L’aire de jeu est éclairée de nuit" + }, + "1": { + "then": "L’aire de jeu n’est pas éclairée de nuit" + } + } + }, + "3": { + "render": "Accessible aux enfants de plus de {min_age} ans", + "question": "Quel est l'âge minimal requis pour accéder à ce terrain de jeux ?" + }, + "4": { + "render": "Accessible aux enfants de {max_age} au maximum", + "question": "Quel est l’âge maximum autorisé pour utiliser l’aire de jeu ?" + }, + "5": { + "question": "Qui est en charge de l’exploitation de l’aire de jeu ?", + "render": "Exploité par {operator}" + }, + "6": { + "question": "L’aire de jeu est-elle accessible au public ?", + "mappings": { + "0": { + "then": "Accessible au public" + }, + "1": { + "then": "Accessible au public" + }, + "2": { + "then": "Réservée aux clients" + }, + "3": { + "then": "Réservée aux élèves de l’école" + }, + "4": { + "then": "Non accessible" + } + } + }, + "7": { + "question": "Quelle est l'adresse électronique du responsable de l'aire de jeux ?", + "render": "{email}" + }, + "8": { + "question": "Quel est le numéro de téléphone du responsable du terrain de jeux ?", + "render": "{phone}" + }, + "9": { + "question": "Ce terrain de jeux est-il accessible aux personnes en fauteuil roulant ?", + "mappings": { + "0": { + "then": "Entièrement accessible aux personnes en fauteuil roulant" + }, + "1": { + "then": "Accessibilité limitée pour les personnes en fauteuil roulant" + }, + "2": { + "then": "Non accessible aux personnes en fauteuil roulant" + } + } + }, + "10": { + "question": "Quand ce terrain de jeux est-il accessible ?", + "mappings": { + "0": { + "then": "Accessible du lever au coucher du soleil" + }, + "1": { + "then": "Toujours accessible" + }, + "2": { + "then": "Toujours accessible" + } + } + } + }, + "presets": { + "0": { + "title": "Terrain de jeux" + } + } + }, + "public_bookcase": { + "name": "Microbibliothèque", + "description": "Une armoire ou une boite contenant des livres en libre accès", + "title": { + "render": "Microbibliothèque", + "mappings": { + "0": { + "then": "Microbibliothèque {name}" + } + } + }, + "presets": { + "0": { + "title": "Microbibliothèque" + } + }, + "tagRenderings": { + "2": { + "render": "Le nom de cette microbibliothèque est {name}", + "question": "Quel est le nom de cette microbibliothèque ?", + "mappings": { + "0": { + "then": "Cette microbibliothèque n'a pas de nom" + } + } + }, + "3": { + "render": "{capacity} livres peuvent entrer dans cette microbibliothèque", + "question": "Combien de livres peuvent entrer dans cette microbibliothèque ?" + }, + "4": { + "question": "Quel type de livres peut-on dans cette microbibliothèque ?", + "mappings": { + "0": { + "then": "Livres pour enfants" + }, + "1": { + "then": "Livres pour les adultes" + }, + "2": { + "then": "Livres pour enfants et adultes également" + } + } + }, + "5": { + "question": "Cette microbiliothèque est-elle en extérieur ?", + "mappings": { + "0": { + "then": "Cette microbibliothèque est en intérieur" + }, + "1": { + "then": "Cette microbibliothèque est en extérieur" + }, + "2": { + "then": "Cette microbibliothèque est en extérieur" + } + } + }, + "6": { + "question": "Cette microbibliothèque est-elle librement accèssible ?", + "mappings": { + "0": { + "then": "Accèssible au public" + }, + "1": { + "then": "Accèssible aux clients" + } + } + }, + "7": { + "question": "Qui entretien cette microbibliothèque ?", + "render": "Entretenue par {operator}" + }, + "8": { + "question": "Cette microbibliothèque fait-elle partie d'un réseau/groupe ?", + "render": "Cette microbibliothèque fait partie du groupe {brand}", + "mappings": { + "0": { + "then": "Fait partie du réseau Little Free Library" + }, + "1": { + "then": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe" + } + } + }, + "9": { + "render": "Cette microbibliothèque du réseau {brand} possède le numéro {ref}", + "question": "Quelle est le numéro de référence de cette microbibliothèque ?", + "mappings": { + "0": { + "then": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe" + } + } + }, + "10": { + "question": "Quand a été installée cette microbibliothèque ?", + "render": "Installée le {start_date}" + }, + "11": { + "render": "Plus d'infos sur le site web", + "question": "Y a-t-il un site web avec plus d'informations sur cette microbibliothèque ?" + } + } + }, + "slow_roads": { + "tagRenderings": { + "2": { + "render": "La surface en {surface}", + "mappings": { + "0": { + "then": "La surface est en herbe" + }, + "1": { + "then": "La surface est en terre" + }, + "2": { + "then": "La surface est non pavée" + }, + "3": { + "then": "La surface est en sable" + }, + "4": { + "then": "La surface est en pierres pavées" + }, + "5": { + "then": "La surface est en bitume" + }, + "6": { + "then": "La surface est en béton" + }, + "7": { + "then": "La surface est pavée" + } + } + } + } + }, + "sport_pitch": { + "name": "Terrains de sport", + "title": { + "render": "Terrain de sport" + }, + "description": "Un terrain de sport", + "tagRenderings": { + "1": { + "render": "Ici on joue au {sport}", + "question": "À quel sport peut-on jouer ici ?", + "mappings": { + "0": { + "then": "Ici, on joue au basketball" + }, + "1": { + "then": "Ici, on joue au football" + }, + "2": { + "then": "C'est une table de ping-pong" + }, + "3": { + "then": "Ici, on joue au tennis" + }, + "4": { + "then": "Ici, on joue au korfball" + }, + "5": { + "then": "Ici, on joue au basketball" + } + } + }, + "2": { + "question": "De quelle surface est fait ce terrain de sport ?", + "render": "La surface est {surface}", + "mappings": { + "0": { + "then": "La surface est de l'herbe" + }, + "1": { + "then": "La surface est du sable" + }, + "2": { + "then": "La surface est des pavés" + }, + "3": { + "then": "La surface est de l'asphalte" + }, + "4": { + "then": "La surface est du béton" + } + } + }, + "3": { + "question": "Est-ce que ce terrain de sport est accessible au public ?", + "mappings": { + "0": { + "then": "Accessible au public" + }, + "1": { + "then": "Accès limité (par exemple uniquement sur réservation, à certains horaires…)" + }, + "2": { + "then": "Accessible uniquement aux membres du club" + }, + "3": { + "then": "Privé - Pas accessible au public" + } + } + }, + "4": { + "question": "Doit-on réserver pour utiliser ce terrain de sport ?", + "mappings": { + "0": { + "then": "Il est obligatoire de réserver pour utiliser ce terrain de sport" + }, + "1": { + "then": "Il est recommendé de réserver pour utiliser ce terrain de sport" + }, + "2": { + "then": "Il est possible de réserver, mais ce n'est pas nécéssaire pour utiliser ce terrain de sport" + }, + "3": { + "then": "On ne peut pas réserver" + } + } + }, + "5": { + "question": "Quel est le numéro de téléphone du gérant ?" + }, + "6": { + "question": "Quelle est l'adresse courriel du gérant ?" + }, + "7": { + "question": "Quand ce terrain est-il accessible ?", + "mappings": { + "1": { + "then": "Accessible en permanence" + } + } + } + }, + "presets": { + "0": { + "title": "Table de ping-pong" + }, + "1": { + "title": "Terrain de sport" + } + } + }, + "surveillance_camera": { + "name": "Caméras de surveillance", + "title": { + "render": "Caméra de surveillance" + }, + "tagRenderings": { + "1": { + "question": "Quel genre de caméra est-ce ?", + "mappings": { + "0": { + "then": "Une caméra fixe (non mobile)" + }, + "1": { + "then": "Une caméra dôme (qui peut tourner)" + }, + "2": { + "then": "Une caméra panoramique" + } + } + }, + "2": { + "question": "Dans quelle direction géographique cette caméra filme-t-elle ?", + "render": "Filme dans une direction {camera:direction}", + "mappings": { + "0": { + "then": "Filme dans une direction {direction}" + } + } + }, + "3": { + "question": "Qui exploite ce système de vidéosurveillance ?", + "render": "Exploité par {operator}" + }, + "4": { + "question": "Quel genre de surveillance est cette caméra", + "mappings": { + "0": { + "then": "Une zone publique est surveillée, telle qu'une rue, un pont, une place, un parc, une gare, un couloir ou un tunnel public…" + }, + "1": { + "then": "Une zone extérieure, mais privée, est surveillée (par exemple, un parking, une station-service, une cour, une entrée, une allée privée, etc.)" + }, + "2": { + "then": "Une zone intérieure privée est surveillée, par exemple un magasin, un parking souterrain privé…" + } + } + }, + "5": { + "question": "L'espace public surveillé par cette caméra est-il un espace intérieur ou extérieur ?", + "mappings": { + "0": { + "then": "Cette caméra est située à l'intérieur" + }, + "1": { + "then": "Cette caméra est située à l'extérieur" + }, + "2": { + "then": "Cette caméra est probablement située à l'extérieur" + } + } + }, + "6": { + "question": "À quel niveau se trouve cette caméra ?", + "render": "Situé au niveau {level}" + }, + "7": { + "question": "Qu'est-ce qui est surveillé ici ?", + "render": " Surveille un(e) {surveillance:zone}", + "mappings": { + "0": { + "then": "Surveille un parking" + }, + "1": { + "then": "Surveille la circulation" + }, + "2": { + "then": "Surveille une entrée" + }, + "3": { + "then": "Surveille un couloir" + }, + "4": { + "then": "Surveille un quai de transport public" + }, + "5": { + "then": "Surveille un magasin" + } + } + }, + "8": { + "question": "Comment cette caméra est-elle placée ?", + "render": "Méthode de montage : {mount}", + "mappings": { + "0": { + "then": "Cette caméra est placée contre un mur" + }, + "1": { + "then": "Cette caméra est placée sur un poteau" + }, + "2": { + "then": "Cette caméra est placée au plafond" + } + } + } + } + }, + "toilet": { + "name": "Toilettes", + "title": { + "render": "Toilettes" + }, + "presets": { + "0": { + "title": "Toilettes", + "description": "Des toilettes" + }, + "1": { + "title": "Toilettes accessible aux personnes à mobilité réduite", + "description": "Toilettes avec au moins un WC accessible aux personnes à mobilité réduite" + } + }, + "tagRenderings": { + "1": { + "question": "Ces toilettes sont-elles accessibles au public ?", + "render": "L'accès est {access}", + "mappings": { + "0": { + "then": "Accès publique" + }, + "1": { + "then": "Accès réservé aux clients" + }, + "2": { + "then": "Toilettes privées" + }, + "3": { + "then": "Accessible, mais vous devez demander la clé" + } + } + }, + "2": { + "question": "Ces toilettes sont-elles payantes ?", + "mappings": { + "0": { + "then": "Toilettes payantes" + }, + "1": { + "then": "Toilettes gratuites" + } + } + }, + "3": { + "question": "Quel est le prix d'accès de ces toilettes ?", + "render": "Le prix est {charge}" + }, + "4": { + "question": "Y a-t-il des toilettes réservées aux personnes en fauteuil roulant ?", + "mappings": { + "0": { + "then": "Il y a des toilettes réservées pour les personnes à mobilité réduite" + }, + "1": { + "then": "Non accessible aux personnes à mobilité réduite" + } + } + }, + "5": { + "question": "De quel type sont ces toilettes ?", + "mappings": { + "0": { + "then": "Il y a uniquement des sièges de toilettes" + }, + "1": { + "then": "Il y a uniquement des urinoirs" + }, + "2": { + "then": "Il y a uniquement des toilettes turques" + }, + "3": { + "then": "Il y a des sièges de toilettes et des urinoirs" + } + } + }, + "6": { + "question": "Ces toilettes disposent-elles d'une table à langer ?", + "mappings": { + "0": { + "then": "Une table à langer est disponible" + }, + "1": { + "then": "Aucune table à langer" + } + } + }, + "7": { + "question": "Où se situe la table à langer ?", + "render": "Emplacement de la table à langer : {changing_table:location}", + "mappings": { + "0": { + "then": "La table à langer est dans les toilettes pour femmes. " + }, + "1": { + "then": "La table à langer est dans les toilettes pour hommes. " + }, + "2": { + "then": "La table à langer est dans les toilettes pour personnes à mobilité réduite. " + }, + "3": { + "then": "La table à langer est dans un espace dédié. " + } + } + } + } + }, + "tree_node": { + "name": "Arbre", + "title": { + "render": "Arbre", + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "1": { + "render": "Hauteur : {height}", + "mappings": { + "0": { + "then": "Hauteur : {height} m" + } + } + }, + "2": { + "question": "Cet arbre est-il un feuillu ou un résineux ?", + "mappings": { + "0": { + "then": "\"\"/ Feuillu" + }, + "1": { + "then": "\"\"/ Résineux" + }, + "2": { + "then": "\"\"/ Sans feuilles (Permanent)" + } + } + }, + "3": { + "question": "Quelle est l'importance de cet arbre ? Choisissez la première réponse qui s'applique.", + "mappings": { + "0": { + "then": "L'arbre est remarquable en raison de sa taille ou de son emplacement proéminent. Il est utile pour la navigation." + }, + "1": { + "then": "Cet arbre est un monument naturel (ex : âge, espèce, etc…)" + }, + "2": { + "then": "Cet arbre est utilisé à but d’agriculture (ex : dans un verger)" + }, + "3": { + "then": "Cet arbre est dans un parc ou une aire similaire (ex : cimetière, cour d’école, …)." + }, + "4": { + "then": "Cet arbre est dans une cour résidentielle." + }, + "5": { + "then": "C'est un arbre le long d'une avenue." + }, + "6": { + "then": "L'arbre est une zone urbaine." + }, + "7": { + "then": "Cet arbre est en zone rurale." + } + } + }, + "4": { + "question": "L’arbre est-il à feuillage persistant ou caduc ?", + "mappings": { + "0": { + "then": "Caduc : l’arbre perd son feuillage une partie de l’année." + }, + "1": { + "then": "À feuilles persistantes." + } + } + }, + "5": { + "render": "Nom : {name}", + "question": "L'arbre a-t-il un nom ?", + "mappings": { + "0": { + "then": "L'arbre n'a pas de nom." + } + } + }, + "6": { + "question": "Cet arbre est-il inscrit au patrimoine ?", + "mappings": { + "0": { + "then": "\"\"/ Fait partie du patrimoine par Onroerend Erfgoed" + }, + "1": { + "then": "Enregistré comme patrimoine par la Direction du Patrimoine culturel Bruxelles" + }, + "2": { + "then": "Enregistré comme patrimoine par une autre organisation" + }, + "3": { + "then": "Non enregistré comme patrimoine" + }, + "4": { + "then": "Enregistré comme patrimoine par une autre organisation" + } + } + }, + "7": { + "render": "\"\"/ Identifiant Onroerend Erfgoed : {ref:OnroerendErfgoed}", + "question": "Quel est son identifiant donné par Onroerend Erfgoed ?" + }, + "8": { + "render": "\"\"/ Wikidata : {wikidata}", + "question": "Quel est l'identifiant Wikidata de cet arbre ?" + } + }, + "presets": { + "0": { + "title": "Arbre feuillu", + "description": "Un arbre d'une espèce avec de larges feuilles, comme le chêne ou le peuplier." + }, + "1": { + "title": "Arbre résineux", + "description": "Une espèce d’arbre avec des épines comme le pin ou l’épicéa." + }, + "2": { + "title": "Arbre", + "description": "Si vous n'êtes pas sûr(e) de savoir s'il s'agit d'un arbre à feuilles larges ou à aiguilles." + } + } + }, + "viewpoint": { + "name": "Point de vue", + "description": "Un beau point de vue ou une belle vue. Idéal pour ajouter une image si aucune autre catégorie ne convient", + "presets": { + "0": { + "title": "Point de vue" + } + }, + "title": { + "render": "Point de vue" + }, + "tagRenderings": { + "1": { + "question": "Voulez-vous ajouter une description ?" + } + } } - }, - "nature_reserve": { - "tagRenderings": { - "5": { - "question": "Les chiens sont-ils autorisés dans cette réserve naturelle ?", - "mappings": { - "0": { - "then": "Les chiens doivent être tenus en laisse" - }, - "1": { - "then": "Chiens interdits" - }, - "2": { - "then": "Les chiens sont autorisés à se promener librement" - } - } - }, - "6": { - "question": "Sur quelle page web peut-on trouver plus d'informations sur cette réserve naturelle ?" - }, - "7": { - "question": "Qui est en charge de la conservation de la réserve ?
À ne remplir seulement que si le nom est diffusé au public", - "render": "{curator} est en charge de la conservation de la réserve" - }, - "8": { - "question": "À quelle adresse courriel peut-on envoyer des questions et des problèmes concernant cette réserve naturelle ?
Respecter la vie privée – renseignez une adresse électronique personnelle seulement si celle-ci est largement publiée", - "render": "{email}" - }, - "9": { - "question": "Quel numéro de téléphone peut-on appeler pour poser des questions et résoudre des problèmes concernant cette réserve naturelle ?
Respecter la vie privée – renseignez un numéro de téléphone personnel seulement si celui-ci est largement publié", - "render": "{phone}" - }, - "12": { - "render": "Superficie : {_surface:ha} ha" - } - } - }, - "picnic_table": { - "name": "Tables de pique-nique", - "title": { - "render": "Table de pique-nique" - }, - "description": "La couche montrant les tables de pique-nique", - "tagRenderings": { - "0": { - "question": "En quel matériau est faite la table de pique-nique ?", - "render": "La table est faite en {material}", - "mappings": { - "0": { - "then": "C’est une table en bois" - }, - "1": { - "then": "C’est une table en béton" - } - } - } - }, - "presets": { - "0": { - "title": "Table de pique-nique" - } - } - }, - "playground": { - "name": "Aire de jeu", - "description": "Aire de jeu", - "title": { - "render": "Aire de jeu", - "mappings": { - "0": { - "then": "Aire de jeu {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "De quelle matière est la surface de l’aire de jeu ?
Pour plusieurs matières, sélectionner la principale", - "render": "La surface est en {surface}", - "mappings": { - "0": { - "then": "La surface est en gazon" - }, - "1": { - "then": "La surface est en sable" - }, - "2": { - "then": "La surface est en copeaux de bois" - }, - "3": { - "then": "La surface est en pavés" - }, - "4": { - "then": "La surface est en bitume" - }, - "5": { - "then": "La surface est en béton" - }, - "6": { - "then": "La surface n’a pas de revêtement" - }, - "7": { - "then": "La surface a un revêtement" - } - } - }, - "2": { - "question": "Ce terrain de jeux est-il éclairé la nuit ?", - "mappings": { - "0": { - "then": "L’aire de jeu est éclairée de nuit" - }, - "1": { - "then": "L’aire de jeu n’est pas éclairée de nuit" - } - } - }, - "3": { - "render": "Accessible aux enfants de plus de {min_age} ans", - "question": "Quel est l'âge minimal requis pour accéder à ce terrain de jeux ?" - }, - "4": { - "render": "Accessible aux enfants de {max_age} au maximum", - "question": "Quel est l’âge maximum autorisé pour utiliser l’aire de jeu ?" - }, - "5": { - "question": "Qui est en charge de l’exploitation de l’aire de jeu ?", - "render": "Exploité par {operator}" - }, - "6": { - "question": "L’aire de jeu est-elle accessible au public ?", - "mappings": { - "0": { - "then": "Accessible au public" - }, - "1": { - "then": "Accessible au public" - }, - "2": { - "then": "Réservée aux clients" - }, - "3": { - "then": "Réservée aux élèves de l’école" - }, - "4": { - "then": "Non accessible" - } - } - }, - "7": { - "question": "Quelle est l'adresse électronique du responsable de l'aire de jeux ?", - "render": "{email}" - }, - "8": { - "question": "Quel est le numéro de téléphone du responsable du terrain de jeux ?", - "render": "{phone}" - }, - "9": { - "question": "Ce terrain de jeux est-il accessible aux personnes en fauteuil roulant ?", - "mappings": { - "0": { - "then": "Entièrement accessible aux personnes en fauteuil roulant" - }, - "1": { - "then": "Accessibilité limitée pour les personnes en fauteuil roulant" - }, - "2": { - "then": "Non accessible aux personnes en fauteuil roulant" - } - } - }, - "10": { - "question": "Quand ce terrain de jeux est-il accessible ?", - "mappings": { - "0": { - "then": "Accessible du lever au coucher du soleil" - }, - "1": { - "then": "Toujours accessible" - }, - "2": { - "then": "Toujours accessible" - } - } - } - }, - "presets": { - "0": { - "title": "Terrain de jeux" - } - } - }, - "public_bookcase": { - "name": "Microbibliothèque", - "description": "Une armoire ou une boite contenant des livres en libre accès", - "title": { - "render": "Microbibliothèque", - "mappings": { - "0": { - "then": "Microbibliothèque {name}" - } - } - }, - "presets": { - "0": { - "title": "Microbibliothèque" - } - }, - "tagRenderings": { - "2": { - "render": "Le nom de cette microbibliothèque est {name}", - "question": "Quel est le nom de cette microbibliothèque ?", - "mappings": { - "0": { - "then": "Cette microbibliothèque n'a pas de nom" - } - } - }, - "3": { - "render": "{capacity} livres peuvent entrer dans cette microbibliothèque", - "question": "Combien de livres peuvent entrer dans cette microbibliothèque ?" - }, - "4": { - "question": "Quel type de livres peut-on dans cette microbibliothèque ?", - "mappings": { - "0": { - "then": "Livres pour enfants" - }, - "1": { - "then": "Livres pour les adultes" - }, - "2": { - "then": "Livres pour enfants et adultes également" - } - } - }, - "5": { - "question": "Cette microbiliothèque est-elle en extérieur ?", - "mappings": { - "0": { - "then": "Cette microbibliothèque est en intérieur" - }, - "1": { - "then": "Cette microbibliothèque est en extérieur" - }, - "2": { - "then": "Cette microbibliothèque est en extérieur" - } - } - }, - "6": { - "question": "Cette microbibliothèque est-elle librement accèssible ?", - "mappings": { - "0": { - "then": "Accèssible au public" - }, - "1": { - "then": "Accèssible aux clients" - } - } - }, - "7": { - "question": "Qui entretien cette microbibliothèque ?", - "render": "Entretenue par {operator}" - }, - "8": { - "question": "Cette microbibliothèque fait-elle partie d'un réseau/groupe ?", - "render": "Cette microbibliothèque fait partie du groupe {brand}", - "mappings": { - "0": { - "then": "Fait partie du réseau Little Free Library" - }, - "1": { - "then": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe" - } - } - }, - "9": { - "render": "Cette microbibliothèque du réseau {brand} possède le numéro {ref}", - "question": "Quelle est le numéro de référence de cette microbibliothèque ?", - "mappings": { - "0": { - "then": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe" - } - } - }, - "10": { - "question": "Quand a été installée cette microbibliothèque ?", - "render": "Installée le {start_date}" - }, - "11": { - "render": "Plus d'infos sur le site web", - "question": "Y a-t-il un site web avec plus d'informations sur cette microbibliothèque ?" - } - } - }, - "slow_roads": { - "tagRenderings": { - "2": { - "render": "La surface en {surface}", - "mappings": { - "0": { - "then": "La surface est en herbe" - }, - "1": { - "then": "La surface est en terre" - }, - "2": { - "then": "La surface est non pavée" - }, - "3": { - "then": "La surface est en sable" - }, - "4": { - "then": "La surface est en pierres pavées" - }, - "5": { - "then": "La surface est en bitume" - }, - "6": { - "then": "La surface est en béton" - }, - "7": { - "then": "La surface est pavée" - } - } - } - } - }, - "sport_pitch": { - "name": "Terrains de sport", - "title": { - "render": "Terrain de sport" - }, - "description": "Un terrain de sport", - "tagRenderings": { - "1": { - "render": "Ici on joue au {sport}", - "question": "À quel sport peut-on jouer ici ?", - "mappings": { - "0": { - "then": "Ici, on joue au basketball" - }, - "1": { - "then": "Ici, on joue au football" - }, - "2": { - "then": "C'est une table de ping-pong" - }, - "3": { - "then": "Ici, on joue au tennis" - }, - "4": { - "then": "Ici, on joue au korfball" - }, - "5": { - "then": "Ici, on joue au basketball" - } - } - }, - "2": { - "question": "De quelle surface est fait ce terrain de sport ?", - "render": "La surface est {surface}", - "mappings": { - "0": { - "then": "La surface est de l'herbe" - }, - "1": { - "then": "La surface est du sable" - }, - "2": { - "then": "La surface est des pavés" - }, - "3": { - "then": "La surface est de l'asphalte" - }, - "4": { - "then": "La surface est du béton" - } - } - }, - "3": { - "question": "Est-ce que ce terrain de sport est accessible au public ?", - "mappings": { - "0": { - "then": "Accessible au public" - }, - "1": { - "then": "Accès limité (par exemple uniquement sur réservation, à certains horaires…)" - }, - "2": { - "then": "Accessible uniquement aux membres du club" - }, - "3": { - "then": "Privé - Pas accessible au public" - } - } - }, - "4": { - "question": "Doit-on réserver pour utiliser ce terrain de sport ?", - "mappings": { - "0": { - "then": "Il est obligatoire de réserver pour utiliser ce terrain de sport" - }, - "1": { - "then": "Il est recommendé de réserver pour utiliser ce terrain de sport" - }, - "2": { - "then": "Il est possible de réserver, mais ce n'est pas nécéssaire pour utiliser ce terrain de sport" - }, - "3": { - "then": "On ne peut pas réserver" - } - } - }, - "5": { - "question": "Quel est le numéro de téléphone du gérant ?" - }, - "6": { - "question": "Quelle est l'adresse courriel du gérant ?" - }, - "7": { - "question": "Quand ce terrain est-il accessible ?", - "mappings": { - "1": { - "then": "Accessible en permanence" - } - } - } - }, - "presets": { - "0": { - "title": "Table de ping-pong" - }, - "1": { - "title": "Terrain de sport" - } - } - }, - "surveillance_camera": { - "name": "Caméras de surveillance", - "title": { - "render": "Caméra de surveillance" - }, - "tagRenderings": { - "1": { - "question": "Quel genre de caméra est-ce ?", - "mappings": { - "0": { - "then": "Une caméra fixe (non mobile)" - }, - "1": { - "then": "Une caméra dôme (qui peut tourner)" - }, - "2": { - "then": "Une caméra panoramique" - } - } - }, - "2": { - "question": "Dans quelle direction géographique cette caméra filme-t-elle ?", - "render": "Filme dans une direction {camera:direction}", - "mappings": { - "0": { - "then": "Filme dans une direction {direction}" - } - } - }, - "3": { - "question": "Qui exploite ce système de vidéosurveillance ?", - "render": "Exploité par {operator}" - }, - "4": { - "question": "Quel genre de surveillance est cette caméra", - "mappings": { - "0": { - "then": "Une zone publique est surveillée, telle qu'une rue, un pont, une place, un parc, une gare, un couloir ou un tunnel public…" - }, - "1": { - "then": "Une zone extérieure, mais privée, est surveillée (par exemple, un parking, une station-service, une cour, une entrée, une allée privée, etc.)" - }, - "2": { - "then": "Une zone intérieure privée est surveillée, par exemple un magasin, un parking souterrain privé…" - } - } - }, - "5": { - "question": "L'espace public surveillé par cette caméra est-il un espace intérieur ou extérieur ?", - "mappings": { - "0": { - "then": "Cette caméra est située à l'intérieur" - }, - "1": { - "then": "Cette caméra est située à l'extérieur" - }, - "2": { - "then": "Cette caméra est probablement située à l'extérieur" - } - } - }, - "6": { - "question": "À quel niveau se trouve cette caméra ?", - "render": "Situé au niveau {level}" - }, - "7": { - "question": "Qu'est-ce qui est surveillé ici ?", - "render": " Surveille un(e) {surveillance:zone}", - "mappings": { - "0": { - "then": "Surveille un parking" - }, - "1": { - "then": "Surveille la circulation" - }, - "2": { - "then": "Surveille une entrée" - }, - "3": { - "then": "Surveille un couloir" - }, - "4": { - "then": "Surveille un quai de transport public" - }, - "5": { - "then": "Surveille un magasin" - } - } - }, - "8": { - "question": "Comment cette caméra est-elle placée ?", - "render": "Méthode de montage : {mount}", - "mappings": { - "0": { - "then": "Cette caméra est placée contre un mur" - }, - "1": { - "then": "Cette caméra est placée sur un poteau" - }, - "2": { - "then": "Cette caméra est placée au plafond" - } - } - } - } - }, - "toilet": { - "name": "Toilettes", - "title": { - "render": "Toilettes" - }, - "presets": { - "0": { - "title": "Toilettes", - "description": "Des toilettes" - }, - "1": { - "title": "Toilettes accessible aux personnes à mobilité réduite", - "description": "Toilettes avec au moins un WC accessible aux personnes à mobilité réduite" - } - }, - "tagRenderings": { - "1": { - "question": "Ces toilettes sont-elles accessibles au public ?", - "render": "L'accès est {access}", - "mappings": { - "0": { - "then": "Accès publique" - }, - "1": { - "then": "Accès réservé aux clients" - }, - "2": { - "then": "Toilettes privées" - }, - "3": { - "then": "Accessible, mais vous devez demander la clé" - } - } - }, - "2": { - "question": "Ces toilettes sont-elles payantes ?", - "mappings": { - "0": { - "then": "Toilettes payantes" - }, - "1": { - "then": "Toilettes gratuites" - } - } - }, - "3": { - "question": "Quel est le prix d'accès de ces toilettes ?", - "render": "Le prix est {charge}" - }, - "4": { - "question": "Y a-t-il des toilettes réservées aux personnes en fauteuil roulant ?", - "mappings": { - "0": { - "then": "Il y a des toilettes réservées pour les personnes à mobilité réduite" - }, - "1": { - "then": "Non accessible aux personnes à mobilité réduite" - } - } - }, - "5": { - "question": "De quel type sont ces toilettes ?", - "mappings": { - "0": { - "then": "Il y a uniquement des sièges de toilettes" - }, - "1": { - "then": "Il y a uniquement des urinoirs" - }, - "2": { - "then": "Il y a uniquement des toilettes turques" - }, - "3": { - "then": "Il y a des sièges de toilettes et des urinoirs" - } - } - }, - "6": { - "question": "Ces toilettes disposent-elles d'une table à langer ?", - "mappings": { - "0": { - "then": "Une table à langer est disponible" - }, - "1": { - "then": "Aucune table à langer" - } - } - }, - "7": { - "question": "Où se situe la table à langer ?", - "render": "Emplacement de la table à langer : {changing_table:location}", - "mappings": { - "0": { - "then": "La table à langer est dans les toilettes pour femmes. " - }, - "1": { - "then": "La table à langer est dans les toilettes pour hommes. " - }, - "2": { - "then": "La table à langer est dans les toilettes pour personnes à mobilité réduite. " - }, - "3": { - "then": "La table à langer est dans un espace dédié. " - } - } - } - } - }, - "tree_node": { - "name": "Arbre", - "title": { - "render": "Arbre", - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "1": { - "render": "Hauteur : {height}", - "mappings": { - "0": { - "then": "Hauteur : {height} m" - } - } - }, - "2": { - "question": "Cet arbre est-il un feuillu ou un résineux ?", - "mappings": { - "0": { - "then": "\"\"/ Feuillu" - }, - "1": { - "then": "\"\"/ Résineux" - }, - "2": { - "then": "\"\"/ Sans feuilles (Permanent)" - } - } - }, - "3": { - "question": "Quelle est l'importance de cet arbre ? Choisissez la première réponse qui s'applique.", - "mappings": { - "0": { - "then": "L'arbre est remarquable en raison de sa taille ou de son emplacement proéminent. Il est utile pour la navigation." - }, - "1": { - "then": "Cet arbre est un monument naturel (ex : âge, espèce, etc…)" - }, - "2": { - "then": "Cet arbre est utilisé à but d’agriculture (ex : dans un verger)" - }, - "3": { - "then": "Cet arbre est dans un parc ou une aire similaire (ex : cimetière, cour d’école, …)." - }, - "4": { - "then": "Cet arbre est dans une cour résidentielle." - }, - "5": { - "then": "C'est un arbre le long d'une avenue." - }, - "6": { - "then": "L'arbre est une zone urbaine." - }, - "7": { - "then": "Cet arbre est en zone rurale." - } - } - }, - "4": { - "question": "L’arbre est-il à feuillage persistant ou caduc ?", - "mappings": { - "0": { - "then": "Caduc : l’arbre perd son feuillage une partie de l’année." - }, - "1": { - "then": "À feuilles persistantes." - } - } - }, - "5": { - "render": "Nom : {name}", - "question": "L'arbre a-t-il un nom ?", - "mappings": { - "0": { - "then": "L'arbre n'a pas de nom." - } - } - }, - "6": { - "question": "Cet arbre est-il inscrit au patrimoine ?", - "mappings": { - "0": { - "then": "\"\"/ Fait partie du patrimoine par Onroerend Erfgoed" - }, - "1": { - "then": "Enregistré comme patrimoine par la Direction du Patrimoine culturel Bruxelles" - }, - "2": { - "then": "Enregistré comme patrimoine par une autre organisation" - }, - "3": { - "then": "Non enregistré comme patrimoine" - }, - "4": { - "then": "Enregistré comme patrimoine par une autre organisation" - } - } - }, - "7": { - "render": "\"\"/ Identifiant Onroerend Erfgoed : {ref:OnroerendErfgoed}", - "question": "Quel est son identifiant donné par Onroerend Erfgoed ?" - }, - "8": { - "render": "\"\"/ Wikidata : {wikidata}", - "question": "Quel est l'identifiant Wikidata de cet arbre ?" - } - }, - "presets": { - "0": { - "title": "Arbre feuillu", - "description": "Un arbre d'une espèce avec de larges feuilles, comme le chêne ou le peuplier." - }, - "1": { - "title": "Arbre résineux", - "description": "Une espèce d’arbre avec des épines comme le pin ou l’épicéa." - }, - "2": { - "title": "Arbre", - "description": "Si vous n'êtes pas sûr(e) de savoir s'il s'agit d'un arbre à feuilles larges ou à aiguilles." - } - } - }, - "viewpoint": { - "name": "Point de vue", - "description": "Un beau point de vue ou une belle vue. Idéal pour ajouter une image si aucune autre catégorie ne convient", - "presets": { - "0": { - "title": "Point de vue" - } - }, - "title": { - "render": "Point de vue" - }, - "tagRenderings": { - "1": { - "question": "Voulez-vous ajouter une description ?" - } - } - } } \ No newline at end of file diff --git a/langs/layers/gl.json b/langs/layers/gl.json index 7a9749cdb..d0ff3955f 100644 --- a/langs/layers/gl.json +++ b/langs/layers/gl.json @@ -1,382 +1,382 @@ { - "bike_cafe": { - "name": "Café de ciclistas", - "title": { - "render": "Café de ciclistas", - "mappings": { - "0": { - "then": "Café de ciclistas {name}" + "bike_cafe": { + "name": "Café de ciclistas", + "title": { + "render": "Café de ciclistas", + "mappings": { + "0": { + "then": "Café de ciclistas {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "Cal é o nome deste café de ciclistas?", + "render": "Este café de ciclistas chámase {name}" + }, + "2": { + "question": "Este café de ciclistas ofrece unha bomba de ar para que calquera persoa poida usala?", + "mappings": { + "0": { + "then": "Este café de ciclistas ofrece unha bomba de ar" + }, + "1": { + "then": "Este café de ciclistas non ofrece unha bomba de ar" + } + } + }, + "3": { + "question": "Hai ferramentas aquí para arranxar a túa propia bicicleta?", + "mappings": { + "0": { + "then": "Hai ferramentas aquí para arranxar a túa propia bicicleta" + }, + "1": { + "then": "Non hai ferramentas aquí para arranxar a túa propia bicicleta" + } + } + }, + "4": { + "question": "Este café de ciclistas arranxa bicicletas?", + "mappings": { + "0": { + "then": "Este café de ciclistas arranxa bicicletas" + }, + "1": { + "then": "Este café de ciclistas non arranxa bicicletas" + } + } + }, + "5": { + "question": "Cal é a páxina web de {name}?" + }, + "6": { + "question": "Cal é o número de teléfono de {name}?" + }, + "7": { + "question": "Cal é o enderezo de correo electrónico de {name}?" + } + }, + "presets": { + "0": { + "title": "Café de ciclistas" + } } - } }, - "tagRenderings": { - "1": { - "question": "Cal é o nome deste café de ciclistas?", - "render": "Este café de ciclistas chámase {name}" - }, - "2": { - "question": "Este café de ciclistas ofrece unha bomba de ar para que calquera persoa poida usala?", - "mappings": { - "0": { - "then": "Este café de ciclistas ofrece unha bomba de ar" - }, - "1": { - "then": "Este café de ciclistas non ofrece unha bomba de ar" - } + "bike_parking": { + "name": "Aparcadoiro de bicicletas", + "presets": { + "0": { + "title": "Aparcadoiro de bicicletas" + } + }, + "title": { + "render": "Aparcadoiro de bicicletas" + }, + "tagRenderings": { + "1": { + "question": "Que tipo de aparcadoiro de bicicletas é?", + "render": "Este é un aparcadoiro de bicicletas do tipo: {bicycle_parking}", + "mappings": { + "0": { + "then": "De roda (Stands) " + }, + "1": { + "then": "Aros " + }, + "2": { + "then": "Cadeado para guiador " + }, + "3": { + "then": "Cremalleira " + }, + "4": { + "then": "Dobre cremalleira " + }, + "5": { + "then": "Abeiro " + } + } + }, + "3": { + "question": "Este aparcadoiro está cuberto? Tamén escolle \"cuberto\" para aparcadoiros interiores.", + "mappings": { + "0": { + "then": "Este aparcadoiro está cuberto (ten un teito)" + }, + "1": { + "then": "Este aparcadoiro non está cuberto" + } + } + }, + "4": { + "question": "Cantas bicicletas caben neste aparcadoiro de bicicletas (incluídas as posíbeis bicicletas de carga)?", + "render": "Lugar para {capacity} bicicletas" + }, + "6": { + "question": "Este aparcadoiro de bicicletas ten espazo para bicicletas de carga?", + "mappings": { + "0": { + "then": "Este aparcadoiro ten espazo para bicicletas de carga." + }, + "1": { + "then": "Este aparcadoiro ten espazos designados (oficiais) para bicicletas de carga." + }, + "2": { + "then": "Non está permitido aparcar bicicletas de carga" + } + } + }, + "7": { + "question": "Cantas bicicletas de carga caben neste aparcadoiro de bicicletas?", + "render": "Neste aparcadoiro caben {capacity:cargo_bike} bicicletas de carga" + } } - }, - "3": { - "question": "Hai ferramentas aquí para arranxar a túa propia bicicleta?", - "mappings": { - "0": { - "then": "Hai ferramentas aquí para arranxar a túa propia bicicleta" - }, - "1": { - "then": "Non hai ferramentas aquí para arranxar a túa propia bicicleta" - } - } - }, - "4": { - "question": "Este café de ciclistas arranxa bicicletas?", - "mappings": { - "0": { - "then": "Este café de ciclistas arranxa bicicletas" - }, - "1": { - "then": "Este café de ciclistas non arranxa bicicletas" - } - } - }, - "5": { - "question": "Cal é a páxina web de {name}?" - }, - "6": { - "question": "Cal é o número de teléfono de {name}?" - }, - "7": { - "question": "Cal é o enderezo de correo electrónico de {name}?" - } }, - "presets": { - "0": { - "title": "Café de ciclistas" - } + "bike_repair_station": { + "name": "Estación de bicicletas (arranxo, bomba de ar ou ambos)", + "title": { + "render": "Estación de bicicletas (arranxo e bomba de ar)", + "mappings": { + "0": { + "then": "Estación de arranxo de bicicletas" + }, + "1": { + "then": "Estación de arranxo de bicicletas" + }, + "2": { + "then": "Bomba de ar estragada" + }, + "3": { + "then": "Bomba de ar {name}" + }, + "4": { + "then": "Bomba de ar" + } + } + }, + "tagRenderings": { + "1": { + "question": "Que servizos están dispoñíbeis nesta estación de bicicletas?", + "mappings": { + "0": { + "then": "Só hai unha bomba de ar presente" + }, + "1": { + "then": "Só hai ferramentas (desaparafusadores, alicates...) presentes" + }, + "2": { + "then": "Hai ferramentas e unha bomba de ar presentes" + } + } + }, + "6": { + "question": "Esta estación de arranxo de bicicletas ten unha ferramenta especial para arranxar a cadea da túa bicicleta?", + "mappings": { + "0": { + "then": "Hai unha ferramenta para a cadea" + }, + "1": { + "then": "Non hai unha ferramenta para a cadea" + } + } + }, + "7": { + "question": "Esta estación de bicicletas ten un guindastre para pendurar a túa bicicleta ou un soporte para elevala?", + "mappings": { + "0": { + "then": "Hai un guindastre ou soporte" + }, + "1": { + "then": "Non hai un guindastre ou soporte" + } + } + }, + "8": { + "question": "Segue a funcionar a bomba de ar?", + "mappings": { + "0": { + "then": "A bomba de ar está estragada" + }, + "1": { + "then": "A bomba de ar está operativa" + } + } + }, + "10": { + "question": "Que válvulas son compatíbeis?", + "render": "Esta bomba de ar admite as seguintes válvulas: {valves}", + "mappings": { + "0": { + "then": "Sclaverand (tamén coñecido como Presta)" + }, + "1": { + "then": "Dunlop" + }, + "2": { + "then": "Schrader (para automóbiles)" + } + } + }, + "11": { + "question": "Esta é unha bomba de ar eléctrica?", + "mappings": { + "0": { + "then": "Bomba de ar manual" + }, + "1": { + "then": "Bomba de ar eléctrica" + } + } + }, + "12": { + "question": "Ten a bomba de ar un indicador de presión ou un manómetro?", + "mappings": { + "0": { + "then": "Hai manómetro" + }, + "1": { + "then": "Non hai manómetro" + }, + "2": { + "then": "Hai manómetro pero está estragado" + } + } + } + }, + "presets": { + "0": { + "title": "Bomba de ar" + }, + "1": { + "title": "Estación de arranxo de bicicletas con bomba de ar" + }, + "2": { + "title": "Estación de arranxo de bicicletas sin bomba de ar" + } + } + }, + "bike_shop": { + "name": "Tenda/arranxo de bicicletas", + "title": { + "render": "Tenda/arranxo de bicicletas", + "mappings": { + "3": { + "then": "Arranxo de bicicletas {name}" + }, + "4": { + "then": "Tenda de bicicletas {name}" + }, + "5": { + "then": "Tenda/arranxo de bicicletas {name}" + } + } + }, + "tagRenderings": { + "2": { + "question": "Cal é o nome desta tenda de bicicletas?", + "render": "Esta tenda de bicicletas chámase {name}" + }, + "3": { + "question": "Cal é a páxina web de {name}?" + }, + "4": { + "question": "Cal é o número de teléfono de {name}?" + }, + "5": { + "question": "Cal é o enderezo de correo electrónico de {name}?" + }, + "9": { + "question": "Esta tenda vende bicicletas?", + "mappings": { + "0": { + "then": "Esta tenda vende bicicletas" + }, + "1": { + "then": "Esta tenda non vende bicicletas" + } + } + }, + "10": { + "question": "Esta tenda arranxa bicicletas?", + "mappings": { + "0": { + "then": "Esta tenda arranxa bicicletas" + }, + "1": { + "then": "Esta tenda non arranxa bicicletas" + }, + "2": { + "then": "Esta tenda só arranxa bicicletas mercadas aquí" + }, + "3": { + "then": "Esta tenda só arranxa bicicletas dunha certa marca" + } + } + }, + "11": { + "question": "Esta tenda aluga bicicletas?", + "mappings": { + "0": { + "then": "Esta tenda aluga bicicletas" + }, + "1": { + "then": "Esta tenda non aluga bicicletas" + } + } + }, + "12": { + "question": "Esta tenda vende bicicletas de segunda man?", + "mappings": { + "0": { + "then": "Esta tenda vende bicicletas de segunda man" + }, + "1": { + "then": "Esta tenda non vende bicicletas de segunda man" + }, + "2": { + "then": "Esta tenda só vende bicicletas de segunda man" + } + } + }, + "13": { + "question": "Esta tenda ofrece unha bomba de ar para uso de calquera persoa?", + "mappings": { + "0": { + "then": "Esta tenda ofrece unha bomba de ar para uso de calquera persoa" + }, + "1": { + "then": "Esta tenda non ofrece unha bomba de ar para uso de calquera persoa" + } + } + }, + "14": { + "question": "Hai ferramentas aquí para arranxar a túa propia bicicleta?", + "mappings": { + "0": { + "then": "Hai ferramentas aquí para arranxar a túa propia bicicleta" + }, + "1": { + "then": "Non hai ferramentas aquí para arranxar a túa propia bicicleta" + } + } + } + }, + "presets": { + "0": { + "title": "Tenda/arranxo de bicicletas" + } + } + }, + "drinking_water": { + "name": "Auga potábel", + "title": { + "render": "Auga potábel" + }, + "presets": { + "0": { + "title": "Auga potábel" + } + } } - }, - "bike_parking": { - "name": "Aparcadoiro de bicicletas", - "presets": { - "0": { - "title": "Aparcadoiro de bicicletas" - } - }, - "title": { - "render": "Aparcadoiro de bicicletas" - }, - "tagRenderings": { - "1": { - "question": "Que tipo de aparcadoiro de bicicletas é?", - "render": "Este é un aparcadoiro de bicicletas do tipo: {bicycle_parking}", - "mappings": { - "0": { - "then": "De roda (Stands) " - }, - "1": { - "then": "Aros " - }, - "2": { - "then": "Cadeado para guiador " - }, - "3": { - "then": "Cremalleira " - }, - "4": { - "then": "Dobre cremalleira " - }, - "5": { - "then": "Abeiro " - } - } - }, - "3": { - "question": "Este aparcadoiro está cuberto? Tamén escolle \"cuberto\" para aparcadoiros interiores.", - "mappings": { - "0": { - "then": "Este aparcadoiro está cuberto (ten un teito)" - }, - "1": { - "then": "Este aparcadoiro non está cuberto" - } - } - }, - "4": { - "question": "Cantas bicicletas caben neste aparcadoiro de bicicletas (incluídas as posíbeis bicicletas de carga)?", - "render": "Lugar para {capacity} bicicletas" - }, - "6": { - "question": "Este aparcadoiro de bicicletas ten espazo para bicicletas de carga?", - "mappings": { - "0": { - "then": "Este aparcadoiro ten espazo para bicicletas de carga." - }, - "1": { - "then": "Este aparcadoiro ten espazos designados (oficiais) para bicicletas de carga." - }, - "2": { - "then": "Non está permitido aparcar bicicletas de carga" - } - } - }, - "7": { - "question": "Cantas bicicletas de carga caben neste aparcadoiro de bicicletas?", - "render": "Neste aparcadoiro caben {capacity:cargo_bike} bicicletas de carga" - } - } - }, - "bike_repair_station": { - "name": "Estación de bicicletas (arranxo, bomba de ar ou ambos)", - "title": { - "render": "Estación de bicicletas (arranxo e bomba de ar)", - "mappings": { - "0": { - "then": "Estación de arranxo de bicicletas" - }, - "1": { - "then": "Estación de arranxo de bicicletas" - }, - "2": { - "then": "Bomba de ar estragada" - }, - "3": { - "then": "Bomba de ar {name}" - }, - "4": { - "then": "Bomba de ar" - } - } - }, - "tagRenderings": { - "1": { - "question": "Que servizos están dispoñíbeis nesta estación de bicicletas?", - "mappings": { - "0": { - "then": "Só hai unha bomba de ar presente" - }, - "1": { - "then": "Só hai ferramentas (desaparafusadores, alicates...) presentes" - }, - "2": { - "then": "Hai ferramentas e unha bomba de ar presentes" - } - } - }, - "6": { - "question": "Esta estación de arranxo de bicicletas ten unha ferramenta especial para arranxar a cadea da túa bicicleta?", - "mappings": { - "0": { - "then": "Hai unha ferramenta para a cadea" - }, - "1": { - "then": "Non hai unha ferramenta para a cadea" - } - } - }, - "7": { - "question": "Esta estación de bicicletas ten un guindastre para pendurar a túa bicicleta ou un soporte para elevala?", - "mappings": { - "0": { - "then": "Hai un guindastre ou soporte" - }, - "1": { - "then": "Non hai un guindastre ou soporte" - } - } - }, - "8": { - "question": "Segue a funcionar a bomba de ar?", - "mappings": { - "0": { - "then": "A bomba de ar está estragada" - }, - "1": { - "then": "A bomba de ar está operativa" - } - } - }, - "10": { - "question": "Que válvulas son compatíbeis?", - "render": "Esta bomba de ar admite as seguintes válvulas: {valves}", - "mappings": { - "0": { - "then": "Sclaverand (tamén coñecido como Presta)" - }, - "1": { - "then": "Dunlop" - }, - "2": { - "then": "Schrader (para automóbiles)" - } - } - }, - "11": { - "question": "Esta é unha bomba de ar eléctrica?", - "mappings": { - "0": { - "then": "Bomba de ar manual" - }, - "1": { - "then": "Bomba de ar eléctrica" - } - } - }, - "12": { - "question": "Ten a bomba de ar un indicador de presión ou un manómetro?", - "mappings": { - "0": { - "then": "Hai manómetro" - }, - "1": { - "then": "Non hai manómetro" - }, - "2": { - "then": "Hai manómetro pero está estragado" - } - } - } - }, - "presets": { - "0": { - "title": "Bomba de ar" - }, - "1": { - "title": "Estación de arranxo de bicicletas con bomba de ar" - }, - "2": { - "title": "Estación de arranxo de bicicletas sin bomba de ar" - } - } - }, - "bike_shop": { - "name": "Tenda/arranxo de bicicletas", - "title": { - "render": "Tenda/arranxo de bicicletas", - "mappings": { - "3": { - "then": "Arranxo de bicicletas {name}" - }, - "4": { - "then": "Tenda de bicicletas {name}" - }, - "5": { - "then": "Tenda/arranxo de bicicletas {name}" - } - } - }, - "tagRenderings": { - "2": { - "question": "Cal é o nome desta tenda de bicicletas?", - "render": "Esta tenda de bicicletas chámase {name}" - }, - "3": { - "question": "Cal é a páxina web de {name}?" - }, - "4": { - "question": "Cal é o número de teléfono de {name}?" - }, - "5": { - "question": "Cal é o enderezo de correo electrónico de {name}?" - }, - "9": { - "question": "Esta tenda vende bicicletas?", - "mappings": { - "0": { - "then": "Esta tenda vende bicicletas" - }, - "1": { - "then": "Esta tenda non vende bicicletas" - } - } - }, - "10": { - "question": "Esta tenda arranxa bicicletas?", - "mappings": { - "0": { - "then": "Esta tenda arranxa bicicletas" - }, - "1": { - "then": "Esta tenda non arranxa bicicletas" - }, - "2": { - "then": "Esta tenda só arranxa bicicletas mercadas aquí" - }, - "3": { - "then": "Esta tenda só arranxa bicicletas dunha certa marca" - } - } - }, - "11": { - "question": "Esta tenda aluga bicicletas?", - "mappings": { - "0": { - "then": "Esta tenda aluga bicicletas" - }, - "1": { - "then": "Esta tenda non aluga bicicletas" - } - } - }, - "12": { - "question": "Esta tenda vende bicicletas de segunda man?", - "mappings": { - "0": { - "then": "Esta tenda vende bicicletas de segunda man" - }, - "1": { - "then": "Esta tenda non vende bicicletas de segunda man" - }, - "2": { - "then": "Esta tenda só vende bicicletas de segunda man" - } - } - }, - "13": { - "question": "Esta tenda ofrece unha bomba de ar para uso de calquera persoa?", - "mappings": { - "0": { - "then": "Esta tenda ofrece unha bomba de ar para uso de calquera persoa" - }, - "1": { - "then": "Esta tenda non ofrece unha bomba de ar para uso de calquera persoa" - } - } - }, - "14": { - "question": "Hai ferramentas aquí para arranxar a túa propia bicicleta?", - "mappings": { - "0": { - "then": "Hai ferramentas aquí para arranxar a túa propia bicicleta" - }, - "1": { - "then": "Non hai ferramentas aquí para arranxar a túa propia bicicleta" - } - } - } - }, - "presets": { - "0": { - "title": "Tenda/arranxo de bicicletas" - } - } - }, - "drinking_water": { - "name": "Auga potábel", - "title": { - "render": "Auga potábel" - }, - "presets": { - "0": { - "title": "Auga potábel" - } - } - } } \ No newline at end of file diff --git a/langs/layers/hu.json b/langs/layers/hu.json index 4aa0ec3de..6c313c911 100644 --- a/langs/layers/hu.json +++ b/langs/layers/hu.json @@ -1,202 +1,202 @@ { - "bench": { - "name": "Padok", - "title": { - "render": "Pad" - }, - "tagRenderings": { - "1": { - "render": "Háttámla", - "mappings": { - "0": { - "then": "Háttámla: Igen" - }, - "1": { - "then": "Háttámla: Nem" - } + "bench": { + "name": "Padok", + "title": { + "render": "Pad" }, - "question": "Van háttámlája ennek a padnak?" - }, - "2": { - "render": "{seats} ülőhely", - "question": "Hány ülőhely van ezen a padon?" - }, - "3": { - "render": "Anyag: {material}", - "mappings": { - "0": { - "then": "Anyag: fa" - }, - "1": { - "then": "Anyag: fém" - }, - "2": { - "then": "Anyag: kő" - }, - "3": { - "then": "Anyag: beton" - }, - "4": { - "then": "Anyag: műanyag" - }, - "5": { - "then": "Anyag: acél" - } + "tagRenderings": { + "1": { + "render": "Háttámla", + "mappings": { + "0": { + "then": "Háttámla: Igen" + }, + "1": { + "then": "Háttámla: Nem" + } + }, + "question": "Van háttámlája ennek a padnak?" + }, + "2": { + "render": "{seats} ülőhely", + "question": "Hány ülőhely van ezen a padon?" + }, + "3": { + "render": "Anyag: {material}", + "mappings": { + "0": { + "then": "Anyag: fa" + }, + "1": { + "then": "Anyag: fém" + }, + "2": { + "then": "Anyag: kő" + }, + "3": { + "then": "Anyag: beton" + }, + "4": { + "then": "Anyag: műanyag" + }, + "5": { + "then": "Anyag: acél" + } + }, + "question": "Miből van a pad (ülő része)?" + }, + "4": { + "question": "Milyen irányba néz a pad?", + "render": "A pad {direction}° felé néz." + }, + "5": { + "render": "Szín: {colour}", + "question": "Milyen színű a pad?", + "mappings": { + "0": { + "then": "Szín: barna" + }, + "1": { + "then": "Szín: zöld" + }, + "2": { + "then": "Szín: szürke" + }, + "3": { + "then": "Szín: fehér" + }, + "4": { + "then": "Szín: piros" + }, + "5": { + "then": "Szín: fekete" + }, + "6": { + "then": "Szín: kék" + }, + "7": { + "then": "Szín: sárga" + } + } + } }, - "question": "Miből van a pad (ülő része)?" - }, - "4": { - "question": "Milyen irányba néz a pad?", - "render": "A pad {direction}° felé néz." - }, - "5": { - "render": "Szín: {colour}", - "question": "Milyen színű a pad?", - "mappings": { - "0": { - "then": "Szín: barna" - }, - "1": { - "then": "Szín: zöld" - }, - "2": { - "then": "Szín: szürke" - }, - "3": { - "then": "Szín: fehér" - }, - "4": { - "then": "Szín: piros" - }, - "5": { - "then": "Szín: fekete" - }, - "6": { - "then": "Szín: kék" - }, - "7": { - "then": "Szín: sárga" - } + "presets": { + "0": { + "description": "Pad hozzáadása" + } } - } }, - "presets": { - "0": { - "description": "Pad hozzáadása" - } - } - }, - "bench_at_pt": { - "name": "Padok megállókban", - "title": { - "render": "Pad", - "mappings": { - "0": { - "then": "Pad megállóban" + "bench_at_pt": { + "name": "Padok megállókban", + "title": { + "render": "Pad", + "mappings": { + "0": { + "then": "Pad megállóban" + }, + "1": { + "then": "Pad fedett helyen" + } + } }, - "1": { - "then": "Pad fedett helyen" + "tagRenderings": { + "1": { + "render": "{name}" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - } - } - }, - "bicycle_library": { - "description": "Létesítmény, ahonnan kerékpár kölcsönözhető hosszabb időre", - "tagRenderings": { - "6": { - "question": "Mennyibe kerül egy kerékpár kölcsönzése?", - "render": "Egy kerékpár kölcsönzése {charge}", - "mappings": { - "0": { - "then": "A kerékpárkölcsönzés ingyenes" - } + "bicycle_library": { + "description": "Létesítmény, ahonnan kerékpár kölcsönözhető hosszabb időre", + "tagRenderings": { + "6": { + "question": "Mennyibe kerül egy kerékpár kölcsönzése?", + "render": "Egy kerékpár kölcsönzése {charge}", + "mappings": { + "0": { + "then": "A kerékpárkölcsönzés ingyenes" + } + } + }, + "7": { + "question": "Ki kölcsönözhet itt kerékpárt?", + "mappings": { + "0": { + "then": "" + } + } + } } - }, - "7": { - "question": "Ki kölcsönözhet itt kerékpárt?", - "mappings": { - "0": { - "then": "" - } - } - } - } - }, - "bicycle_tube_vending_machine": { - "tagRenderings": { - "1": { - "mappings": { - "0": { - "then": "Az automata működik" - }, - "1": { - "then": "Az automata elromlott" - }, - "2": { - "then": "Az automata zárva van" - } - } - } - } - }, - "bike_parking": { - "name": "Kerékpáros parkoló", - "presets": { - "0": { - "title": "Kerékpáros parkoló" - } }, - "title": { - "render": "Kerékpáros parkoló" + "bicycle_tube_vending_machine": { + "tagRenderings": { + "1": { + "mappings": { + "0": { + "then": "Az automata működik" + }, + "1": { + "then": "Az automata elromlott" + }, + "2": { + "then": "Az automata zárva van" + } + } + } + } }, - "tagRenderings": { - "1": { - "question": "Milyen típusú ez a kerékpáros parkoló?", - "render": "Ez egy {bicycle_parking} típusú kerékpáros parkoló", - "mappings": { - "0": { - "then": "\"U\" " - }, - "1": { - "then": "Kengyeles " - }, - "4": { - "then": "Kétszintű " - }, - "5": { - "then": "Fészer " - } + "bike_parking": { + "name": "Kerékpáros parkoló", + "presets": { + "0": { + "title": "Kerékpáros parkoló" + } + }, + "title": { + "render": "Kerékpáros parkoló" + }, + "tagRenderings": { + "1": { + "question": "Milyen típusú ez a kerékpáros parkoló?", + "render": "Ez egy {bicycle_parking} típusú kerékpáros parkoló", + "mappings": { + "0": { + "then": "\"U\" " + }, + "1": { + "then": "Kengyeles " + }, + "4": { + "then": "Kétszintű " + }, + "5": { + "then": "Fészer " + } + } + }, + "2": { + "mappings": { + "2": { + "then": "Felszíni parkoló" + }, + "3": { + "then": "Felszíni parkoló" + }, + "4": { + "then": "Tetőparkoló" + } + } + }, + "3": { + "question": "Fedett ez a parkoló? (Beltéri parkoló esetén is válaszd a \"fedett\" opciót.)", + "mappings": { + "0": { + "then": "A parkoló fedett" + }, + "1": { + "then": "A parkoló nem fedett" + } + } + } } - }, - "2": { - "mappings": { - "2": { - "then": "Felszíni parkoló" - }, - "3": { - "then": "Felszíni parkoló" - }, - "4": { - "then": "Tetőparkoló" - } - } - }, - "3": { - "question": "Fedett ez a parkoló? (Beltéri parkoló esetén is válaszd a \"fedett\" opciót.)", - "mappings": { - "0": { - "then": "A parkoló fedett" - }, - "1": { - "then": "A parkoló nem fedett" - } - } - } } - } } \ No newline at end of file diff --git a/langs/layers/id.json b/langs/layers/id.json index b66764cfe..324f24de4 100644 --- a/langs/layers/id.json +++ b/langs/layers/id.json @@ -1,140 +1,140 @@ { - "bench": { - "name": "Bangku", - "title": { - "render": "Bangku" - }, - "tagRenderings": { - "1": { - "render": "Sandaran", - "mappings": { - "0": { - "then": "Sandaran: Ya" - }, - "1": { - "then": "Sandaran: Tidak" - } + "bench": { + "name": "Bangku", + "title": { + "render": "Bangku" }, - "question": "Apakah bangku ini memiliki sandaran?" - }, - "2": { - "render": "{seats} kursi" - }, - "5": { - "render": "Warna: {colour}" - } - }, - "presets": { - "0": { - "title": "Bangku" - } - } - }, - "bench_at_pt": { - "title": { - "render": "Bangku" - }, - "tagRenderings": { - "1": { - "render": "{name}" - } - } - }, - "bike_parking": { - "tagRenderings": { - "5": { - "render": "{access}" - } - } - }, - "bike_shop": { - "tagRenderings": { - "3": { - "question": "URL {name} apa?" - } - } - }, - "defibrillator": { - "tagRenderings": { - "13": { - "render": "Informasi tambahan: {description}" - } - } - }, - "drinking_water": { - "name": "Air minum", - "title": { - "render": "Air minum" - }, - "presets": { - "0": { - "title": "Air minum" - } - } - }, - "ghost_bike": { - "tagRenderings": { - "3": { - "render": "Informasi lanjut tersedia" - }, - "4": { - "render": "{inscription}" - } - } - }, - "nature_reserve": { - "tagRenderings": { - "8": { - "render": "{email}" - }, - "9": { - "render": "{phone}" - } - } - }, - "playground": { - "tagRenderings": { - "7": { - "render": "{email}" - }, - "8": { - "render": "{phone}" - } - } - }, - "tree_node": { - "title": { - "mappings": { - "0": { - "then": "{name}" + "tagRenderings": { + "1": { + "render": "Sandaran", + "mappings": { + "0": { + "then": "Sandaran: Ya" + }, + "1": { + "then": "Sandaran: Tidak" + } + }, + "question": "Apakah bangku ini memiliki sandaran?" + }, + "2": { + "render": "{seats} kursi" + }, + "5": { + "render": "Warna: {colour}" + } + }, + "presets": { + "0": { + "title": "Bangku" + } } - } }, - "tagRenderings": { - "5": { - "render": "Nama: {name}" - } + "bench_at_pt": { + "title": { + "render": "Bangku" + }, + "tagRenderings": { + "1": { + "render": "{name}" + } + } }, - "presets": { - "2": { - "title": "Pohon" - } + "bike_parking": { + "tagRenderings": { + "5": { + "render": "{access}" + } + } + }, + "bike_shop": { + "tagRenderings": { + "3": { + "question": "URL {name} apa?" + } + } + }, + "defibrillator": { + "tagRenderings": { + "13": { + "render": "Informasi tambahan: {description}" + } + } + }, + "drinking_water": { + "name": "Air minum", + "title": { + "render": "Air minum" + }, + "presets": { + "0": { + "title": "Air minum" + } + } + }, + "ghost_bike": { + "tagRenderings": { + "3": { + "render": "Informasi lanjut tersedia" + }, + "4": { + "render": "{inscription}" + } + } + }, + "nature_reserve": { + "tagRenderings": { + "8": { + "render": "{email}" + }, + "9": { + "render": "{phone}" + } + } + }, + "playground": { + "tagRenderings": { + "7": { + "render": "{email}" + }, + "8": { + "render": "{phone}" + } + } + }, + "tree_node": { + "title": { + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "5": { + "render": "Nama: {name}" + } + }, + "presets": { + "2": { + "title": "Pohon" + } + } + }, + "viewpoint": { + "name": "Sudut pandang", + "presets": { + "0": { + "title": "Sudut pandang" + } + }, + "title": { + "render": "Sudut pandang" + }, + "tagRenderings": { + "1": { + "question": "Apakah Anda ingin menambahkan deskripsi?" + } + } } - }, - "viewpoint": { - "name": "Sudut pandang", - "presets": { - "0": { - "title": "Sudut pandang" - } - }, - "title": { - "render": "Sudut pandang" - }, - "tagRenderings": { - "1": { - "question": "Apakah Anda ingin menambahkan deskripsi?" - } - } - } } \ No newline at end of file diff --git a/langs/layers/it.json b/langs/layers/it.json index b3295e8d1..d99e8384c 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -1,1772 +1,1772 @@ { - "bench": { - "name": "Panchine", - "title": { - "render": "Panchina" - }, - "tagRenderings": { - "1": { - "render": "Schienale", - "mappings": { - "0": { - "then": "Schienale: Sì" - }, - "1": { - "then": "Schienale: No" - } + "bench": { + "name": "Panchine", + "title": { + "render": "Panchina" }, - "question": "Questa panchina ha lo schienale?" - }, - "2": { - "render": "{seats} posti", - "question": "Quanti posti ha questa panchina?" - }, - "3": { - "render": "Materiale: {material}", - "mappings": { - "0": { - "then": "Materiale: legno" - }, - "1": { - "then": "Materiale: metallo" - }, - "2": { - "then": "Materiale: pietra" - }, - "3": { - "then": "Materiale: cemento" - }, - "4": { - "then": "Materiale: plastica" - }, - "5": { - "then": "Materiale: acciaio" - } + "tagRenderings": { + "1": { + "render": "Schienale", + "mappings": { + "0": { + "then": "Schienale: Sì" + }, + "1": { + "then": "Schienale: No" + } + }, + "question": "Questa panchina ha lo schienale?" + }, + "2": { + "render": "{seats} posti", + "question": "Quanti posti ha questa panchina?" + }, + "3": { + "render": "Materiale: {material}", + "mappings": { + "0": { + "then": "Materiale: legno" + }, + "1": { + "then": "Materiale: metallo" + }, + "2": { + "then": "Materiale: pietra" + }, + "3": { + "then": "Materiale: cemento" + }, + "4": { + "then": "Materiale: plastica" + }, + "5": { + "then": "Materiale: acciaio" + } + }, + "question": "Di che materiale è fatta questa panchina?" + }, + "4": { + "question": "In che direzione si guarda quando si è seduti su questa panchina?", + "render": "Quando si è seduti su questa panchina, si guarda verso {direction}°." + }, + "5": { + "render": "Colore: {colour}", + "question": "Di che colore è questa panchina?", + "mappings": { + "0": { + "then": "Colore: marrone" + }, + "1": { + "then": "Colore: verde" + }, + "2": { + "then": "Colore: grigio" + }, + "3": { + "then": "Colore: bianco" + }, + "4": { + "then": "Colore: rosso" + }, + "5": { + "then": "Colore: nero" + }, + "6": { + "then": "Colore: blu" + }, + "7": { + "then": "Colore: giallo" + } + } + }, + "6": { + "question": "Quando è stata verificata l’ultima volta questa panchina?", + "render": "Questa panchina è stata controllata l’ultima volta in data {survey:date}" + } }, - "question": "Di che materiale è fatta questa panchina?" - }, - "4": { - "question": "In che direzione si guarda quando si è seduti su questa panchina?", - "render": "Quando si è seduti su questa panchina, si guarda verso {direction}°." - }, - "5": { - "render": "Colore: {colour}", - "question": "Di che colore è questa panchina?", - "mappings": { - "0": { - "then": "Colore: marrone" - }, - "1": { - "then": "Colore: verde" - }, - "2": { - "then": "Colore: grigio" - }, - "3": { - "then": "Colore: bianco" - }, - "4": { - "then": "Colore: rosso" - }, - "5": { - "then": "Colore: nero" - }, - "6": { - "then": "Colore: blu" - }, - "7": { - "then": "Colore: giallo" - } + "presets": { + "0": { + "title": "Panchina", + "description": "Aggiungi una nuova panchina" + } } - }, - "6": { - "question": "Quando è stata verificata l’ultima volta questa panchina?", - "render": "Questa panchina è stata controllata l’ultima volta in data {survey:date}" - } }, - "presets": { - "0": { - "title": "Panchina", - "description": "Aggiungi una nuova panchina" - } - } - }, - "bench_at_pt": { - "name": "Panchine alle fermate del trasporto pubblico", - "title": { - "render": "Panchina", - "mappings": { - "0": { - "then": "Panchina alla fermata del trasporto pubblico" + "bench_at_pt": { + "name": "Panchine alle fermate del trasporto pubblico", + "title": { + "render": "Panchina", + "mappings": { + "0": { + "then": "Panchina alla fermata del trasporto pubblico" + }, + "1": { + "then": "Panchina in un riparo" + } + } }, - "1": { - "then": "Panchina in un riparo" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "Panca in piedi" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "Panca in piedi" - } - } - }, - "bicycle_library": { - "name": "Bici in prestito", - "title": { - "render": "Bici in prestito" - }, - "description": "Una struttura dove le biciclette possono essere prestate per periodi di tempo più lunghi", - "tagRenderings": { - "1": { - "question": "Qual è il nome di questo “bici in prestito”?", - "render": "Il “bici in prestito” è chiamato {name}" - }, - "6": { - "question": "Quanto costa il prestito di una bicicletta?", - "render": "Il prestito di una bicicletta costa {charge}", - "mappings": { - "0": { - "then": "Il prestito di una bicicletta è gratuito" - }, - "1": { - "then": "Il prestito di una bicicletta costa 20 €/anno più 20 € di garanzia" - } - } - }, - "7": { - "question": "Chi può prendere in prestito le biciclette qua?", - "mappings": { - "0": { - "then": "Sono disponibili biciclette per bambini" - }, - "1": { - "then": "Sono disponibili biciclette per adulti" - }, - "2": { - "then": "Sono disponibili biciclette per disabili" - } - } - } - }, - "presets": { - "0": { - "title": "Bici in prestito", - "description": "Una ciclo-teca o «bici in prestito» ha una collezione di bici che possno essere prestate" - } - } - }, - "bicycle_tube_vending_machine": { - "name": "Distributore automatico di camere d’aria per bici", - "title": { - "render": "Distributore automatico di camere d’aria per bici" - }, - "presets": { - "0": { - "title": "Distributore automatico di camere d’aria per bici" - } - }, - "tagRenderings": { - "1": { - "question": "Questo distributore automatico funziona ancora?", - "render": "Lo stato operativo è {operational_status}", - "mappings": { - "0": { - "then": "Il distributore automatico funziona" - }, - "1": { - "then": "Il distributore automatico è guasto" - }, - "2": { - "then": "Il distributore automatico è spento" - } - } - } - } - }, - "bike_cafe": { - "name": "Caffè in bici", - "title": { - "render": "Caffè in bici", - "mappings": { - "0": { - "then": "Caffè in bici {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Qual è il nome di questo caffè in bici?", - "render": "Questo caffè in bici è chiamato {name}" - }, - "2": { - "question": "Questo caffè in bici offre una pompa per bici che chiunque può utilizzare?", - "mappings": { - "0": { - "then": "Questo caffè in bici offre una pompa per bici liberamente utilizzabile" - }, - "1": { - "then": "Questo caffè in bici non offre una pompa per bici liberamente utilizzabile" - } - } - }, - "3": { - "question": "Ci sono degli strumenti per riparare la propria bicicletta?", - "mappings": { - "0": { - "then": "Questo caffè in bici fornisce degli attrezzi per la riparazione fai-da-te" - }, - "1": { - "then": "Questo caffè in bici non fornisce degli attrezzi per la riparazione fai-da-te" - } - } - }, - "4": { - "question": "Questo caffè in bici ripara le bici?", - "mappings": { - "0": { - "then": "Questo caffè in bici ripara le bici" - }, - "1": { - "then": "Questo caffè in bici non ripara le bici" - } - } - }, - "5": { - "question": "Qual è il sito web di {name}?" - }, - "6": { - "question": "Qual è il numero di telefono di {name}?" - }, - "7": { - "question": "Qual è l’indirizzo email di {name}?" - }, - "8": { - "question": "Quando è aperto questo caffè in bici?" - } - }, - "presets": { - "0": { - "title": "Caffè in bici" - } - } - }, - "bike_cleaning": { - "name": "Servizio lavaggio bici", - "title": { - "render": "Servizio lavaggio bici", - "mappings": { - "0": { - "then": "Servizio lavaggio bici {name}" - } - } - }, - "presets": { - "0": { - "title": "Servizio lavaggio bici" - } - } - }, - "bike_monitoring_station": { - "name": "Stazioni di monitoraggio", - "title": { - "render": "Contabiciclette", - "mappings": { - "0": { - "then": "Contabiciclette {name}" + "bicycle_library": { + "name": "Bici in prestito", + "title": { + "render": "Bici in prestito" }, - "1": { - "then": "Contabiciclette {ref}" - } - } - } - }, - "bike_parking": { - "name": "Parcheggio bici", - "presets": { - "0": { - "title": "Parcheggio bici" - } - }, - "title": { - "render": "Parcheggio bici" - }, - "tagRenderings": { - "1": { - "question": "Di che tipo di parcheggio bici si tratta?", - "render": "È un parcheggio bici del tipo: {bicycle_parking}", - "mappings": { - "0": { - "then": "Archetti " - }, - "1": { - "then": "Scolapiatti " - }, - "2": { - "then": "Blocca manubrio " - }, - "3": { - "then": "Rastrelliera " - }, - "4": { - "then": "A due piani " - }, - "5": { - "then": "Rimessa " - }, - "6": { - "then": "Colonnina " - }, - "7": { - "then": "Una zona del pavimento che è marcata per il parcheggio delle bici" - } - } - }, - "2": { - "question": "Qual è la posizione relativa di questo parcheggio bici?", - "mappings": { - "0": { - "then": "Parcheggio sotterraneo" - }, - "1": { - "then": "Parcheggio sotterraneo" - }, - "2": { - "then": "Parcheggio in superficie" - }, - "3": { - "then": "Parcheggio in superficie" - }, - "4": { - "then": "Parcheggio sul tetto" - } - } - }, - "3": { - "question": "È un parcheggio coperto? Indicare “coperto” per parcheggi all’interno.", - "mappings": { - "0": { - "then": "È un parcheggio coperto (ha un tetto)" - }, - "1": { - "then": "Non è un parcheggio coperto" - } - } - }, - "4": { - "question": "Quante biciclette entrano in questo parcheggio per bici (incluse le eventuali bici da trasporto)?", - "render": "Posti per {capacity} bici" - }, - "5": { - "question": "Chi può usare questo parcheggio bici?", - "render": "{access}", - "mappings": { - "0": { - "then": "Accessibile pubblicamente" - }, - "1": { - "then": "Accesso destinato principalmente ai visitatori di un’attività" - }, - "2": { - "then": "Accesso limitato ai membri di una scuola, una compagnia o un’organizzazione" - } - } - }, - "6": { - "question": "Questo parcheggio dispone di posti specifici per le bici da trasporto?", - "mappings": { - "0": { - "then": "Questo parcheggio ha posto per bici da trasporto" - }, - "1": { - "then": "Questo parcheggio ha posti destinati (ufficialmente) alle bici da trasporto." - }, - "2": { - "then": "Il parcheggio delle bici da trasporto è proibito" - } - } - }, - "7": { - "question": "Quante bici da trasporto entrano in questo parcheggio per bici?", - "render": "Questo parcheggio può contenere {capacity:cargo_bike} bici da trasporto" - } - } - }, - "bike_repair_station": { - "name": "Stazioni bici (riparazione, gonfiaggio o entrambi)", - "title": { - "render": "Stazione bici (gonfiaggio & riparazione)", - "mappings": { - "0": { - "then": "Stazione riparazione bici" + "description": "Una struttura dove le biciclette possono essere prestate per periodi di tempo più lunghi", + "tagRenderings": { + "1": { + "question": "Qual è il nome di questo “bici in prestito”?", + "render": "Il “bici in prestito” è chiamato {name}" + }, + "6": { + "question": "Quanto costa il prestito di una bicicletta?", + "render": "Il prestito di una bicicletta costa {charge}", + "mappings": { + "0": { + "then": "Il prestito di una bicicletta è gratuito" + }, + "1": { + "then": "Il prestito di una bicicletta costa 20 €/anno più 20 € di garanzia" + } + } + }, + "7": { + "question": "Chi può prendere in prestito le biciclette qua?", + "mappings": { + "0": { + "then": "Sono disponibili biciclette per bambini" + }, + "1": { + "then": "Sono disponibili biciclette per adulti" + }, + "2": { + "then": "Sono disponibili biciclette per disabili" + } + } + } }, - "1": { - "then": "Stazione riparazione bici" + "presets": { + "0": { + "title": "Bici in prestito", + "description": "Una ciclo-teca o «bici in prestito» ha una collezione di bici che possno essere prestate" + } + } + }, + "bicycle_tube_vending_machine": { + "name": "Distributore automatico di camere d’aria per bici", + "title": { + "render": "Distributore automatico di camere d’aria per bici" }, - "2": { - "then": "Pompa rotta" + "presets": { + "0": { + "title": "Distributore automatico di camere d’aria per bici" + } }, - "3": { - "then": "Pompa per bici {name}" + "tagRenderings": { + "1": { + "question": "Questo distributore automatico funziona ancora?", + "render": "Lo stato operativo è {operational_status}", + "mappings": { + "0": { + "then": "Il distributore automatico funziona" + }, + "1": { + "then": "Il distributore automatico è guasto" + }, + "2": { + "then": "Il distributore automatico è spento" + } + } + } + } + }, + "bike_cafe": { + "name": "Caffè in bici", + "title": { + "render": "Caffè in bici", + "mappings": { + "0": { + "then": "Caffè in bici {name}" + } + } }, - "4": { - "then": "Pompa per bici" - } - } - }, - "tagRenderings": { - "1": { - "question": "Quali servizi sono disponibili in questa stazione per bici?", - "mappings": { - "0": { - "then": "C’è solamente una pompa presente" - }, - "1": { - "then": "Ci sono solo degli attrezzi (cacciaviti, pinze…) presenti" - }, - "2": { - "then": "Ci sono sia attrezzi che pompa presenti" - } - } - }, - "2": { - "question": "Chi gestisce questa pompa per bici?", - "render": "Manutenuta da {operator}" - }, - "5": { - "question": "Quando è aperto questo punto riparazione bici?", - "mappings": { - "0": { - "then": "Sempre aperto" - }, - "1": { - "then": "Sempre aperto" - } - } - }, - "6": { - "question": "Questa stazione di riparazione bici ha un attrezzo speciale per riparare la catena della bici?", - "mappings": { - "0": { - "then": "È presente un utensile per riparare la catena" - }, - "1": { - "then": "Non è presente un utensile per riparare la catena" - } - } - }, - "7": { - "question": "Questa stazione bici ha un gancio per tenere sospesa la bici o un supporto per alzarla?", - "mappings": { - "0": { - "then": "C’è un gancio o un supporto" - }, - "1": { - "then": "Non c’è né un gancio né un supporto" - } - } - }, - "8": { - "question": "La pompa per bici è sempre funzionante?", - "mappings": { - "0": { - "then": "La pompa per bici è guasta" - }, - "1": { - "then": "La pompa per bici funziona" - } - } - }, - "10": { - "question": "Quali valvole sono supportate?", - "render": "Questa pompa è compatibile con le seguenti valvole: {valves}", - "mappings": { - "0": { - "then": "Sclaverand (detta anche Presta)" - }, - "1": { - "then": "Dunlop" - }, - "2": { - "then": "Schrader (valvola delle auto)" - } - } - }, - "11": { - "question": "Questa pompa per bici è elettrica?", - "mappings": { - "0": { - "then": "Pompa manuale" - }, - "1": { - "then": "Pompa elettrica" - } - } - }, - "12": { - "question": "Questa pompa ha l’indicatore della pressione o il manometro?", - "mappings": { - "0": { - "then": "C’è un manometro" - }, - "1": { - "then": "Non c’è un manometro" - }, - "2": { - "then": "C’è un manometro ma è rotto" - } - } - } - }, - "icon": { - "render": "./assets/layers/bike_repair_station/repair_station.svg" - }, - "presets": { - "0": { - "title": "Pompa per bici", - "description": "Un dispositivo per gonfiare le proprie gomme in un luogo fisso pubblicamente accessibile.

Esempi di pompe per biciclette

" - }, - "1": { - "title": "Stazione di riparazione bici e pompa", - "description": "Un dispositivo con attrezzi per riparare la tua bici e una pompa in un luogo fisso. Gli attrezzi sono spesso attaccati ad una catena per prevenire il furto.

Esempio

" - }, - "2": { - "title": "Stazione di riparazione bici senza pompa" - } - } - }, - "bike_shop": { - "name": "Venditore/riparatore bici", - "title": { - "render": "Venditore/riparatore bici", - "mappings": { - "0": { - "then": "Negozio di articoli sportivi {name}" + "tagRenderings": { + "1": { + "question": "Qual è il nome di questo caffè in bici?", + "render": "Questo caffè in bici è chiamato {name}" + }, + "2": { + "question": "Questo caffè in bici offre una pompa per bici che chiunque può utilizzare?", + "mappings": { + "0": { + "then": "Questo caffè in bici offre una pompa per bici liberamente utilizzabile" + }, + "1": { + "then": "Questo caffè in bici non offre una pompa per bici liberamente utilizzabile" + } + } + }, + "3": { + "question": "Ci sono degli strumenti per riparare la propria bicicletta?", + "mappings": { + "0": { + "then": "Questo caffè in bici fornisce degli attrezzi per la riparazione fai-da-te" + }, + "1": { + "then": "Questo caffè in bici non fornisce degli attrezzi per la riparazione fai-da-te" + } + } + }, + "4": { + "question": "Questo caffè in bici ripara le bici?", + "mappings": { + "0": { + "then": "Questo caffè in bici ripara le bici" + }, + "1": { + "then": "Questo caffè in bici non ripara le bici" + } + } + }, + "5": { + "question": "Qual è il sito web di {name}?" + }, + "6": { + "question": "Qual è il numero di telefono di {name}?" + }, + "7": { + "question": "Qual è l’indirizzo email di {name}?" + }, + "8": { + "question": "Quando è aperto questo caffè in bici?" + } }, - "2": { - "then": "Noleggio di biciclette {name}" + "presets": { + "0": { + "title": "Caffè in bici" + } + } + }, + "bike_cleaning": { + "name": "Servizio lavaggio bici", + "title": { + "render": "Servizio lavaggio bici", + "mappings": { + "0": { + "then": "Servizio lavaggio bici {name}" + } + } }, - "3": { - "then": "Riparazione biciclette {name" + "presets": { + "0": { + "title": "Servizio lavaggio bici" + } + } + }, + "bike_monitoring_station": { + "name": "Stazioni di monitoraggio", + "title": { + "render": "Contabiciclette", + "mappings": { + "0": { + "then": "Contabiciclette {name}" + }, + "1": { + "then": "Contabiciclette {ref}" + } + } + } + }, + "bike_parking": { + "name": "Parcheggio bici", + "presets": { + "0": { + "title": "Parcheggio bici" + } }, - "4": { - "then": "Negozio di biciclette {name}" + "title": { + "render": "Parcheggio bici" }, - "5": { - "then": "Venditore/riparatore bici {name}" + "tagRenderings": { + "1": { + "question": "Di che tipo di parcheggio bici si tratta?", + "render": "È un parcheggio bici del tipo: {bicycle_parking}", + "mappings": { + "0": { + "then": "Archetti " + }, + "1": { + "then": "Scolapiatti " + }, + "2": { + "then": "Blocca manubrio " + }, + "3": { + "then": "Rastrelliera " + }, + "4": { + "then": "A due piani " + }, + "5": { + "then": "Rimessa " + }, + "6": { + "then": "Colonnina " + }, + "7": { + "then": "Una zona del pavimento che è marcata per il parcheggio delle bici" + } + } + }, + "2": { + "question": "Qual è la posizione relativa di questo parcheggio bici?", + "mappings": { + "0": { + "then": "Parcheggio sotterraneo" + }, + "1": { + "then": "Parcheggio sotterraneo" + }, + "2": { + "then": "Parcheggio in superficie" + }, + "3": { + "then": "Parcheggio in superficie" + }, + "4": { + "then": "Parcheggio sul tetto" + } + } + }, + "3": { + "question": "È un parcheggio coperto? Indicare “coperto” per parcheggi all’interno.", + "mappings": { + "0": { + "then": "È un parcheggio coperto (ha un tetto)" + }, + "1": { + "then": "Non è un parcheggio coperto" + } + } + }, + "4": { + "question": "Quante biciclette entrano in questo parcheggio per bici (incluse le eventuali bici da trasporto)?", + "render": "Posti per {capacity} bici" + }, + "5": { + "question": "Chi può usare questo parcheggio bici?", + "render": "{access}", + "mappings": { + "0": { + "then": "Accessibile pubblicamente" + }, + "1": { + "then": "Accesso destinato principalmente ai visitatori di un’attività" + }, + "2": { + "then": "Accesso limitato ai membri di una scuola, una compagnia o un’organizzazione" + } + } + }, + "6": { + "question": "Questo parcheggio dispone di posti specifici per le bici da trasporto?", + "mappings": { + "0": { + "then": "Questo parcheggio ha posto per bici da trasporto" + }, + "1": { + "then": "Questo parcheggio ha posti destinati (ufficialmente) alle bici da trasporto." + }, + "2": { + "then": "Il parcheggio delle bici da trasporto è proibito" + } + } + }, + "7": { + "question": "Quante bici da trasporto entrano in questo parcheggio per bici?", + "render": "Questo parcheggio può contenere {capacity:cargo_bike} bici da trasporto" + } } - } }, - "description": "Un negozio che vende specificatamente biciclette o articoli similari", - "tagRenderings": { - "1": { - "render": "Questo negozio è specializzato nella vendita di {shop} ed effettua attività relative alle biciclette" - }, - "2": { - "question": "Qual è il nome di questo negozio di biciclette?", - "render": "Questo negozio di biciclette è chiamato {name}" - }, - "3": { - "question": "Qual è il sito web di {name}?" - }, - "4": { - "question": "Qual è il numero di telefono di {name}?" - }, - "5": { - "question": "Qual è l’indirizzo email di {name}?" - }, - "9": { - "question": "Questo negozio vende bici?", - "mappings": { - "0": { - "then": "Questo negozio vende bici" - }, - "1": { - "then": "Questo negozio non vende bici" - } - } - }, - "10": { - "question": "Questo negozio ripara bici?", - "mappings": { - "0": { - "then": "Questo negozio ripara bici" - }, - "1": { - "then": "Questo negozio non ripara bici" - }, - "2": { - "then": "Questo negozio ripara solo le bici che sono state acquistate qua" - }, - "3": { - "then": "Questo negozio ripara solo le biciclette di una certa marca" - } - } - }, - "11": { - "question": "Questo negozio noleggia le bici?", - "mappings": { - "0": { - "then": "Questo negozio noleggia le bici" - }, - "1": { - "then": "Questo negozio non noleggia le bici" - } - } - }, - "12": { - "question": "Questo negozio vende bici usate?", - "mappings": { - "0": { - "then": "Questo negozio vende bici usate" - }, - "1": { - "then": "Questo negozio non vende bici usate" - }, - "2": { - "then": "Questo negozio vende solamente bici usate" - } - } - }, - "13": { - "question": "Questo negozio offre l’uso a chiunque di una pompa per bici?", - "mappings": { - "0": { - "then": "Questo negozio offre l’uso pubblico di una pompa per bici" - }, - "1": { - "then": "Questo negozio non offre l’uso pubblico di una pompa per bici" - }, - "2": { - "then": "C’è una pompa per bici, è mostrata come punto separato " - } - } - }, - "14": { - "question": "Sono presenti degli attrezzi per riparare la propria bici?", - "mappings": { - "0": { - "then": "Questo negozio offre degli attrezzi per la riparazione fai-da-te" - }, - "1": { - "then": "Questo negozio non offre degli attrezzi per la riparazione fai-da-te" - }, - "2": { - "then": "Gli attrezzi per la riparazione fai-da-te sono disponibili solamente se hai acquistato/noleggiato la bici nel negozio" - } - } - }, - "15": { - "question": "Vengono lavate le bici qua?", - "mappings": { - "0": { - "then": "Questo negozio lava le biciclette" - }, - "1": { - "then": "Questo negozio ha una struttura dove è possibile pulire la propria bici" - }, - "2": { - "then": "Questo negozio non offre la pulizia della bicicletta" - } - } - } - }, - "presets": { - "0": { - "title": "Negozio/riparatore di bici" - } - } - }, - "bike_themed_object": { - "name": "Oggetto relativo alle bici", - "title": { - "render": "Oggetto relativo alle bici", - "mappings": { - "1": { - "then": "Pista ciclabile" - } - } - } - }, - "charging_station": { - "name": "Stazioni di ricarica", - "title": { - "render": "Stazione di ricarica" - }, - "description": "Una stazione di ricarica", - "tagRenderings": { - "14": { - "question": "Quali sono gli orari di apertura di questa stazione di ricarica?" - }, - "15": { - "render": "{network}", - "question": "A quale rete appartiene questa stazione di ricarica?" - } - } - }, - "defibrillator": { - "name": "Defibrillatori", - "title": { - "render": "Defibrillatore" - }, - "icon": { - "mappings": { - "0": { - "then": "./assets/layers/defibrillator/aed_checked.svg" - } - } - }, - "presets": { - "0": { - "title": "Defibrillatore" - } - }, - "tagRenderings": { - "1": { - "question": "Questo defibrillatore si trova all’interno?", - "mappings": { - "0": { - "then": "Questo defibrillatore si trova all’interno" - }, - "1": { - "then": "Questo defibrillatore si trova all’esterno" - } - } - }, - "2": { - "question": "Questo defibrillatore è liberamente accessibile?", - "render": "Accesso è {access}", - "mappings": { - "0": { - "then": "Pubblicamente accessibile" - }, - "1": { - "then": "Pubblicamente accessibile" - }, - "2": { - "then": "Accessibile solo ai clienti" - }, - "3": { - "then": "Non accessibile al pubblico (ad esempio riservato al personale, ai proprietari, etc.)" - }, - "4": { - "then": "Non accessibile, potrebbe essere solo per uso professionale" - } - } - }, - "3": { - "render": "Non vi sono informazioni riguardanti il tipo di questo dispositivo", - "question": "Si tratta di un normale defibrillatore automatico o un defibrillatore manuale riservato ai professionisti?", - "mappings": { - "0": { - "then": "Questo è un defibrillatore manuale per professionisti" - }, - "1": { - "then": "È un normale defibrillatore automatico" - } - } - }, - "4": { - "question": "A che piano si trova questo defibrillatore?", - "render": "Questo defibrillatore è al piano {level}", - "mappings": { - "0": { - "then": "Questo defibrillatore è al pian terreno" - }, - "1": { - "then": "Questo defibrillatore è al primo piano" - } - } - }, - "5": { - "render": "Informazioni supplementari circa la posizione (in lingua locale):
{defibrillator:location}", - "question": "Indica più precisamente dove si trova il defibrillatore (in lingua locale)" - }, - "6": { - "render": "Informazioni supplementari circa la posizione (in inglese):
{defibrillator:location:en}", - "question": "Indica più precisamente dove si trova il defibrillatore (in inglese)" - }, - "7": { - "render": "Informazioni supplementari circa la posizione (in francese):
{defibrillator:location:fr}", - "question": "Indica più precisamente dove si trova il defibrillatore (in francese)" - }, - "9": { - "render": "Numero identificativo ufficiale di questo dispositivo:{ref}", - "question": "Qual è il numero identificativo ufficiale di questo dispositivo? (se visibile sul dispositivo)" - }, - "10": { - "render": "Indirizzo email per le domande su questo defibrillatore:{email}", - "question": "Qual è l’indirizzo email per le domande riguardanti questo defibrillatore?" - }, - "11": { - "render": "Numero di telefono per le domande su questo defibrillatore:{phone}", - "question": "Qual è il numero di telefono per le domande riguardanti questo defibrillatore?" - }, - "12": { - "render": "{opening_hours_table(opening_hours)}", - "question": "In quali orari è disponibile questo defibrillatore?", - "mappings": { - "0": { - "then": "Aperto 24/7 (festivi inclusi)" - } - } - }, - "13": { - "render": "Informazioni supplementari: {description}", - "question": "Vi sono altre informazioni utili agli utenti che non è stato possibile aggiungere prima? (lasciare vuoto in caso negativo)" - }, - "14": { - "question": "Quando è stato verificato per l’ultima volta questo defibrillatore?", - "render": "Questo defibrillatore è stato verificato per l‘ultima volta in data {survey:date}", - "mappings": { - "0": { - "then": "Verificato oggi!" - } - } - }, - "15": { - "render": "Informazioni supplementari per gli esperti di OpenStreetMap: {fixme}", - "question": "C’è qualcosa di sbagliato riguardante come è stato mappato, che non si è potuto correggere qua? (lascia una nota agli esperti di OpenStreetMap)" - } - } - }, - "direction": { - "name": "Visualizzazione della direzione", - "description": "Questo livello visualizza le direzioni" - }, - "drinking_water": { - "name": "Acqua potabile", - "title": { - "render": "Acqua potabile" - }, - "presets": { - "0": { - "title": "Acqua potabile" - } - }, - "tagRenderings": { - "1": { - "question": "Questo punto di acqua potabile è sempre funzionante?", - "render": "Lo stato operativo è {operational_status}", - "mappings": { - "0": { - "then": "La fontanella funziona" - }, - "1": { - "then": "La fontanella è guasta" - }, - "2": { - "then": "La fontanella è chiusa" - } - } - }, - "2": { - "question": "Quanto è facile riempire d’acqua le bottiglie?", - "mappings": { - "0": { - "then": "È facile riempire d’acqua le bottiglie" - }, - "1": { - "then": "Le bottiglie d’acqua potrebbero non entrare" - } - } - }, - "3": { - "render": "C’è un’altra fontanella a {_closest_other_drinking_water_distance} metri" - } - } - }, - "ghost_bike": { - "name": "Bici fantasma", - "title": { - "render": "Bici fantasma", - "mappings": { - "0": { - "then": "Bici fantasma in ricordo di {name}" - } - } - }, - "presets": { - "0": { - "title": "Bici fantasma" - } - }, - "tagRenderings": { - "0": { - "render": "Una bici fantasma è il memoriale di un ciclista che è morto in un incidente stradale e che ha la forma di una bicicletta bianca piazzata in maniera stabile vicino al luogo dell’incidente." - }, - "2": { - "question": "A chi è dedicata questa bici fantasma?
Rispetta la privacy (compila solo il nome se questo è stato ampiamente pubblicato o se è scritto sulla bici). Decidi se è il caso di non inserire il cognome.
", - "render": "In ricordo di {name}", - "mappings": { - "0": { - "then": "Nessun nome scritto sulla bici" - } - } - }, - "3": { - "question": "In quale pagina web si possono trovare informazioni sulla bici fantasma o l’incidente?", - "render": "Sono disponibili ulteriori informazioni" - }, - "4": { - "question": "Che cosa è scritto sulla bici fantasma?", - "render": "{inscription}" - }, - "5": { - "question": "Quando è stata installata questa bici fantasma?", - "render": "Piazzata in data {start_date}" - } - } - }, - "information_board": { - "name": "Pannelli informativi", - "title": { - "render": "Pannello informativo" - }, - "presets": { - "0": { - "title": "Pannello informativo" - } - } - }, - "map": { - "name": "Mappe", - "title": { - "render": "Mappa" - }, - "description": "Una mappa, destinata ai turisti e che è sistemata in maniera permanente in uno spazio pubblico", - "tagRenderings": { - "1": { - "question": "Su quali dati si basa questa mappa?", - "mappings": { - "0": { - "then": "Questa mappa si basa su OpenStreetMap" - } + "bike_repair_station": { + "name": "Stazioni bici (riparazione, gonfiaggio o entrambi)", + "title": { + "render": "Stazione bici (gonfiaggio & riparazione)", + "mappings": { + "0": { + "then": "Stazione riparazione bici" + }, + "1": { + "then": "Stazione riparazione bici" + }, + "2": { + "then": "Pompa rotta" + }, + "3": { + "then": "Pompa per bici {name}" + }, + "4": { + "then": "Pompa per bici" + } + } }, - "render": "Questa mappa si basa su {map_source}" - }, - "2": { - "question": "L’attribuzione a OpenStreetMap è presente?", - "mappings": { - "0": { - "then": "L’attribuzione a OpenStreetMap è chiaramente specificata, inclusa la licenza ODBL" - }, - "1": { - "then": "L’attribuzione a OpenStreetMap è chiaramente specificata ma la licenza non compare" - }, - "2": { - "then": "Non era presente alcun cenno a OpenStreetMap ma qualcuno vi ha attaccato un adesivo di OpenStreetMap" - }, - "3": { - "then": "Non c’è alcuna attribuzione" - }, - "4": { - "then": "Non c’è alcuna attribuzione" - } + "tagRenderings": { + "1": { + "question": "Quali servizi sono disponibili in questa stazione per bici?", + "mappings": { + "0": { + "then": "C’è solamente una pompa presente" + }, + "1": { + "then": "Ci sono solo degli attrezzi (cacciaviti, pinze…) presenti" + }, + "2": { + "then": "Ci sono sia attrezzi che pompa presenti" + } + } + }, + "2": { + "question": "Chi gestisce questa pompa per bici?", + "render": "Manutenuta da {operator}" + }, + "5": { + "question": "Quando è aperto questo punto riparazione bici?", + "mappings": { + "0": { + "then": "Sempre aperto" + }, + "1": { + "then": "Sempre aperto" + } + } + }, + "6": { + "question": "Questa stazione di riparazione bici ha un attrezzo speciale per riparare la catena della bici?", + "mappings": { + "0": { + "then": "È presente un utensile per riparare la catena" + }, + "1": { + "then": "Non è presente un utensile per riparare la catena" + } + } + }, + "7": { + "question": "Questa stazione bici ha un gancio per tenere sospesa la bici o un supporto per alzarla?", + "mappings": { + "0": { + "then": "C’è un gancio o un supporto" + }, + "1": { + "then": "Non c’è né un gancio né un supporto" + } + } + }, + "8": { + "question": "La pompa per bici è sempre funzionante?", + "mappings": { + "0": { + "then": "La pompa per bici è guasta" + }, + "1": { + "then": "La pompa per bici funziona" + } + } + }, + "10": { + "question": "Quali valvole sono supportate?", + "render": "Questa pompa è compatibile con le seguenti valvole: {valves}", + "mappings": { + "0": { + "then": "Sclaverand (detta anche Presta)" + }, + "1": { + "then": "Dunlop" + }, + "2": { + "then": "Schrader (valvola delle auto)" + } + } + }, + "11": { + "question": "Questa pompa per bici è elettrica?", + "mappings": { + "0": { + "then": "Pompa manuale" + }, + "1": { + "then": "Pompa elettrica" + } + } + }, + "12": { + "question": "Questa pompa ha l’indicatore della pressione o il manometro?", + "mappings": { + "0": { + "then": "C’è un manometro" + }, + "1": { + "then": "Non c’è un manometro" + }, + "2": { + "then": "C’è un manometro ma è rotto" + } + } + } + }, + "icon": { + "render": "./assets/layers/bike_repair_station/repair_station.svg" + }, + "presets": { + "0": { + "title": "Pompa per bici", + "description": "Un dispositivo per gonfiare le proprie gomme in un luogo fisso pubblicamente accessibile.

Esempi di pompe per biciclette

" + }, + "1": { + "title": "Stazione di riparazione bici e pompa", + "description": "Un dispositivo con attrezzi per riparare la tua bici e una pompa in un luogo fisso. Gli attrezzi sono spesso attaccati ad una catena per prevenire il furto.

Esempio

" + }, + "2": { + "title": "Stazione di riparazione bici senza pompa" + } } - } }, - "presets": { - "0": { - "title": "Mappa", - "description": "Aggiungi una mappa mancante" - } + "bike_shop": { + "name": "Venditore/riparatore bici", + "title": { + "render": "Venditore/riparatore bici", + "mappings": { + "0": { + "then": "Negozio di articoli sportivi {name}" + }, + "2": { + "then": "Noleggio di biciclette {name}" + }, + "3": { + "then": "Riparazione biciclette {name" + }, + "4": { + "then": "Negozio di biciclette {name}" + }, + "5": { + "then": "Venditore/riparatore bici {name}" + } + } + }, + "description": "Un negozio che vende specificatamente biciclette o articoli similari", + "tagRenderings": { + "1": { + "render": "Questo negozio è specializzato nella vendita di {shop} ed effettua attività relative alle biciclette" + }, + "2": { + "question": "Qual è il nome di questo negozio di biciclette?", + "render": "Questo negozio di biciclette è chiamato {name}" + }, + "3": { + "question": "Qual è il sito web di {name}?" + }, + "4": { + "question": "Qual è il numero di telefono di {name}?" + }, + "5": { + "question": "Qual è l’indirizzo email di {name}?" + }, + "9": { + "question": "Questo negozio vende bici?", + "mappings": { + "0": { + "then": "Questo negozio vende bici" + }, + "1": { + "then": "Questo negozio non vende bici" + } + } + }, + "10": { + "question": "Questo negozio ripara bici?", + "mappings": { + "0": { + "then": "Questo negozio ripara bici" + }, + "1": { + "then": "Questo negozio non ripara bici" + }, + "2": { + "then": "Questo negozio ripara solo le bici che sono state acquistate qua" + }, + "3": { + "then": "Questo negozio ripara solo le biciclette di una certa marca" + } + } + }, + "11": { + "question": "Questo negozio noleggia le bici?", + "mappings": { + "0": { + "then": "Questo negozio noleggia le bici" + }, + "1": { + "then": "Questo negozio non noleggia le bici" + } + } + }, + "12": { + "question": "Questo negozio vende bici usate?", + "mappings": { + "0": { + "then": "Questo negozio vende bici usate" + }, + "1": { + "then": "Questo negozio non vende bici usate" + }, + "2": { + "then": "Questo negozio vende solamente bici usate" + } + } + }, + "13": { + "question": "Questo negozio offre l’uso a chiunque di una pompa per bici?", + "mappings": { + "0": { + "then": "Questo negozio offre l’uso pubblico di una pompa per bici" + }, + "1": { + "then": "Questo negozio non offre l’uso pubblico di una pompa per bici" + }, + "2": { + "then": "C’è una pompa per bici, è mostrata come punto separato " + } + } + }, + "14": { + "question": "Sono presenti degli attrezzi per riparare la propria bici?", + "mappings": { + "0": { + "then": "Questo negozio offre degli attrezzi per la riparazione fai-da-te" + }, + "1": { + "then": "Questo negozio non offre degli attrezzi per la riparazione fai-da-te" + }, + "2": { + "then": "Gli attrezzi per la riparazione fai-da-te sono disponibili solamente se hai acquistato/noleggiato la bici nel negozio" + } + } + }, + "15": { + "question": "Vengono lavate le bici qua?", + "mappings": { + "0": { + "then": "Questo negozio lava le biciclette" + }, + "1": { + "then": "Questo negozio ha una struttura dove è possibile pulire la propria bici" + }, + "2": { + "then": "Questo negozio non offre la pulizia della bicicletta" + } + } + } + }, + "presets": { + "0": { + "title": "Negozio/riparatore di bici" + } + } + }, + "bike_themed_object": { + "name": "Oggetto relativo alle bici", + "title": { + "render": "Oggetto relativo alle bici", + "mappings": { + "1": { + "then": "Pista ciclabile" + } + } + } + }, + "charging_station": { + "name": "Stazioni di ricarica", + "title": { + "render": "Stazione di ricarica" + }, + "description": "Una stazione di ricarica", + "tagRenderings": { + "14": { + "question": "Quali sono gli orari di apertura di questa stazione di ricarica?" + }, + "15": { + "render": "{network}", + "question": "A quale rete appartiene questa stazione di ricarica?" + } + } + }, + "defibrillator": { + "name": "Defibrillatori", + "title": { + "render": "Defibrillatore" + }, + "icon": { + "mappings": { + "0": { + "then": "./assets/layers/defibrillator/aed_checked.svg" + } + } + }, + "presets": { + "0": { + "title": "Defibrillatore" + } + }, + "tagRenderings": { + "1": { + "question": "Questo defibrillatore si trova all’interno?", + "mappings": { + "0": { + "then": "Questo defibrillatore si trova all’interno" + }, + "1": { + "then": "Questo defibrillatore si trova all’esterno" + } + } + }, + "2": { + "question": "Questo defibrillatore è liberamente accessibile?", + "render": "Accesso è {access}", + "mappings": { + "0": { + "then": "Pubblicamente accessibile" + }, + "1": { + "then": "Pubblicamente accessibile" + }, + "2": { + "then": "Accessibile solo ai clienti" + }, + "3": { + "then": "Non accessibile al pubblico (ad esempio riservato al personale, ai proprietari, etc.)" + }, + "4": { + "then": "Non accessibile, potrebbe essere solo per uso professionale" + } + } + }, + "3": { + "render": "Non vi sono informazioni riguardanti il tipo di questo dispositivo", + "question": "Si tratta di un normale defibrillatore automatico o un defibrillatore manuale riservato ai professionisti?", + "mappings": { + "0": { + "then": "Questo è un defibrillatore manuale per professionisti" + }, + "1": { + "then": "È un normale defibrillatore automatico" + } + } + }, + "4": { + "question": "A che piano si trova questo defibrillatore?", + "render": "Questo defibrillatore è al piano {level}", + "mappings": { + "0": { + "then": "Questo defibrillatore è al pian terreno" + }, + "1": { + "then": "Questo defibrillatore è al primo piano" + } + } + }, + "5": { + "render": "Informazioni supplementari circa la posizione (in lingua locale):
{defibrillator:location}", + "question": "Indica più precisamente dove si trova il defibrillatore (in lingua locale)" + }, + "6": { + "render": "Informazioni supplementari circa la posizione (in inglese):
{defibrillator:location:en}", + "question": "Indica più precisamente dove si trova il defibrillatore (in inglese)" + }, + "7": { + "render": "Informazioni supplementari circa la posizione (in francese):
{defibrillator:location:fr}", + "question": "Indica più precisamente dove si trova il defibrillatore (in francese)" + }, + "9": { + "render": "Numero identificativo ufficiale di questo dispositivo:{ref}", + "question": "Qual è il numero identificativo ufficiale di questo dispositivo? (se visibile sul dispositivo)" + }, + "10": { + "render": "Indirizzo email per le domande su questo defibrillatore:{email}", + "question": "Qual è l’indirizzo email per le domande riguardanti questo defibrillatore?" + }, + "11": { + "render": "Numero di telefono per le domande su questo defibrillatore:{phone}", + "question": "Qual è il numero di telefono per le domande riguardanti questo defibrillatore?" + }, + "12": { + "render": "{opening_hours_table(opening_hours)}", + "question": "In quali orari è disponibile questo defibrillatore?", + "mappings": { + "0": { + "then": "Aperto 24/7 (festivi inclusi)" + } + } + }, + "13": { + "render": "Informazioni supplementari: {description}", + "question": "Vi sono altre informazioni utili agli utenti che non è stato possibile aggiungere prima? (lasciare vuoto in caso negativo)" + }, + "14": { + "question": "Quando è stato verificato per l’ultima volta questo defibrillatore?", + "render": "Questo defibrillatore è stato verificato per l‘ultima volta in data {survey:date}", + "mappings": { + "0": { + "then": "Verificato oggi!" + } + } + }, + "15": { + "render": "Informazioni supplementari per gli esperti di OpenStreetMap: {fixme}", + "question": "C’è qualcosa di sbagliato riguardante come è stato mappato, che non si è potuto correggere qua? (lascia una nota agli esperti di OpenStreetMap)" + } + } + }, + "direction": { + "name": "Visualizzazione della direzione", + "description": "Questo livello visualizza le direzioni" + }, + "drinking_water": { + "name": "Acqua potabile", + "title": { + "render": "Acqua potabile" + }, + "presets": { + "0": { + "title": "Acqua potabile" + } + }, + "tagRenderings": { + "1": { + "question": "Questo punto di acqua potabile è sempre funzionante?", + "render": "Lo stato operativo è {operational_status}", + "mappings": { + "0": { + "then": "La fontanella funziona" + }, + "1": { + "then": "La fontanella è guasta" + }, + "2": { + "then": "La fontanella è chiusa" + } + } + }, + "2": { + "question": "Quanto è facile riempire d’acqua le bottiglie?", + "mappings": { + "0": { + "then": "È facile riempire d’acqua le bottiglie" + }, + "1": { + "then": "Le bottiglie d’acqua potrebbero non entrare" + } + } + }, + "3": { + "render": "C’è un’altra fontanella a {_closest_other_drinking_water_distance} metri" + } + } + }, + "ghost_bike": { + "name": "Bici fantasma", + "title": { + "render": "Bici fantasma", + "mappings": { + "0": { + "then": "Bici fantasma in ricordo di {name}" + } + } + }, + "presets": { + "0": { + "title": "Bici fantasma" + } + }, + "tagRenderings": { + "0": { + "render": "Una bici fantasma è il memoriale di un ciclista che è morto in un incidente stradale e che ha la forma di una bicicletta bianca piazzata in maniera stabile vicino al luogo dell’incidente." + }, + "2": { + "question": "A chi è dedicata questa bici fantasma?
Rispetta la privacy (compila solo il nome se questo è stato ampiamente pubblicato o se è scritto sulla bici). Decidi se è il caso di non inserire il cognome.
", + "render": "In ricordo di {name}", + "mappings": { + "0": { + "then": "Nessun nome scritto sulla bici" + } + } + }, + "3": { + "question": "In quale pagina web si possono trovare informazioni sulla bici fantasma o l’incidente?", + "render": "Sono disponibili ulteriori informazioni" + }, + "4": { + "question": "Che cosa è scritto sulla bici fantasma?", + "render": "{inscription}" + }, + "5": { + "question": "Quando è stata installata questa bici fantasma?", + "render": "Piazzata in data {start_date}" + } + } + }, + "information_board": { + "name": "Pannelli informativi", + "title": { + "render": "Pannello informativo" + }, + "presets": { + "0": { + "title": "Pannello informativo" + } + } + }, + "map": { + "name": "Mappe", + "title": { + "render": "Mappa" + }, + "description": "Una mappa, destinata ai turisti e che è sistemata in maniera permanente in uno spazio pubblico", + "tagRenderings": { + "1": { + "question": "Su quali dati si basa questa mappa?", + "mappings": { + "0": { + "then": "Questa mappa si basa su OpenStreetMap" + } + }, + "render": "Questa mappa si basa su {map_source}" + }, + "2": { + "question": "L’attribuzione a OpenStreetMap è presente?", + "mappings": { + "0": { + "then": "L’attribuzione a OpenStreetMap è chiaramente specificata, inclusa la licenza ODBL" + }, + "1": { + "then": "L’attribuzione a OpenStreetMap è chiaramente specificata ma la licenza non compare" + }, + "2": { + "then": "Non era presente alcun cenno a OpenStreetMap ma qualcuno vi ha attaccato un adesivo di OpenStreetMap" + }, + "3": { + "then": "Non c’è alcuna attribuzione" + }, + "4": { + "then": "Non c’è alcuna attribuzione" + } + } + } + }, + "presets": { + "0": { + "title": "Mappa", + "description": "Aggiungi una mappa mancante" + } + } + }, + "nature_reserve": { + "tagRenderings": { + "5": { + "question": "I cani sono ammessi in questa riserva naturale?", + "mappings": { + "0": { + "then": "I cani devono essere tenuti al guinzaglio" + }, + "1": { + "then": "I cani non sono ammessi" + }, + "2": { + "then": "I cani sono liberi di girare liberi" + } + } + }, + "6": { + "question": "In quale pagina web si possono trovare altre informazioni riguardanti questa riserva naturale?" + }, + "7": { + "question": "Chi è il curatore di questa riserva naturale?
Rispetta la privacy (scrivi il nome solo se questo è noto pubblicamente)", + "render": "{curator} è il curatore di questa riserva naturale" + }, + "8": { + "question": "Qual è l’indirizzo email a cui scrivere per fare domande o segnalare problemi su questa riserva naturale?
Rispetta la privacy (compila l’indirizzo email personale solo se è stato reso pubblico)", + "render": "{email}" + }, + "9": { + "question": "Quale numero di telefono comporre per fare domande o segnalare problemi riguardanti questa riserva naturale?br/>Rispetta la privacy (inserisci il numero di telefono privato solo se questo è noto pubblicamente)", + "render": "{phone}" + }, + "12": { + "render": "Area: {_surface:ha} ha" + } + } + }, + "picnic_table": { + "name": "Tavoli da picnic", + "title": { + "render": "Tavolo da picnic" + }, + "description": "Il livello che mostra i tavoli da picnic", + "tagRenderings": { + "0": { + "question": "Di che materiale è fatto questo tavolo da picnic?", + "render": "Questo tavolo da picnic è fatto di {material}", + "mappings": { + "0": { + "then": "È un tavolo da picnic in legno" + }, + "1": { + "then": "È un tavolo da picnic in cemento" + } + } + } + }, + "presets": { + "0": { + "title": "Tavolo da picnic" + } + } + }, + "playground": { + "name": "Campi da gioco", + "description": "Parchi giochi", + "title": { + "render": "Parco giochi", + "mappings": { + "0": { + "then": "Parco giochi {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "Qual è la superficie di questo parco giochi?
Se ve ne è più di una, seleziona quella predominante", + "render": "La superficie è {surface}", + "mappings": { + "0": { + "then": "La superficie è prato" + }, + "1": { + "then": "La superficie è sabbia" + }, + "2": { + "then": "La superficie consiste di trucioli di legno" + }, + "3": { + "then": "La superficie è mattonelle regolari" + }, + "4": { + "then": "La superficie è asfalto" + }, + "5": { + "then": "La superficie è cemento" + }, + "6": { + "then": "La superficie è non pavimentato" + }, + "7": { + "then": "La superficie è pavimentato" + } + } + }, + "2": { + "question": "È illuminato di notte questo parco giochi?", + "mappings": { + "0": { + "then": "Questo parco giochi è illuminato di notte" + }, + "1": { + "then": "Questo parco giochi non è illuminato di notte" + } + } + }, + "3": { + "render": "Accessibile ai bambini di almeno {min_age} anni", + "question": "Qual è l’età minima per accedere a questo parco giochi?" + }, + "4": { + "render": "Accessibile ai bambini di età inferiore a {max_age}", + "question": "Qual è l’età massima per accedere a questo parco giochi?" + }, + "5": { + "question": "Chi è il responsabile di questo parco giochi?", + "render": "Gestito da {operator}" + }, + "6": { + "question": "Questo parco giochi è pubblicamente accessibile?", + "mappings": { + "0": { + "then": "Accessibile pubblicamente" + }, + "1": { + "then": "Accessibile pubblicamente" + }, + "2": { + "then": "Accessibile solamente ai clienti dell’attività che lo gestisce" + }, + "3": { + "then": "Accessibile solamente agli studenti della scuola" + }, + "4": { + "then": "Non accessibile" + } + } + }, + "7": { + "question": "Qual è l’indirizzo email del gestore di questo parco giochi?", + "render": "{email}" + }, + "8": { + "question": "Qual è il numero di telefono del gestore del campetto?", + "render": "{phone}" + }, + "9": { + "question": "Il campetto è accessibile a persone in sedia a rotelle?", + "mappings": { + "0": { + "then": "Completamente accessibile in sedia a rotelle" + }, + "1": { + "then": "Accesso limitato in sedia a rotelle" + }, + "2": { + "then": "Non accessibile in sedia a rotelle" + } + } + }, + "10": { + "question": "Quando si può accedere a questo campetto?", + "mappings": { + "0": { + "then": "Si può accedere dall'alba al tramonto" + }, + "1": { + "then": "Si può sempre accedere" + }, + "2": { + "then": "Si può sempre accedere" + } + } + } + }, + "presets": { + "0": { + "title": "Campetto" + } + } + }, + "public_bookcase": { + "name": "Microbiblioteche", + "description": "Una vetrinetta ai bordi della strada contenente libri, aperta al pubblico", + "title": { + "render": "Microbiblioteca", + "mappings": { + "0": { + "then": "Microbiblioteca pubblica {name}" + } + } + }, + "presets": { + "0": { + "title": "Microbiblioteca" + } + }, + "tagRenderings": { + "2": { + "render": "Questa microbiblioteca si chiama {name}", + "question": "Come si chiama questa microbiblioteca pubblica?", + "mappings": { + "0": { + "then": "Questa microbiblioteca non ha un nome proprio" + } + } + }, + "3": { + "render": "Questa microbiblioteca può contenere fino a {capacity} libri", + "question": "Quanti libri può contenere questa microbiblioteca?" + }, + "4": { + "question": "Che tipo di libri si possono trovare in questa microbiblioteca?", + "mappings": { + "0": { + "then": "Principalmente libri per l'infanzia" + }, + "1": { + "then": "Principalmente libri per persone in età adulta" + }, + "2": { + "then": "Sia libri per l'infanzia, sia per l'età adulta" + } + } + }, + "5": { + "question": "Questa microbiblioteca si trova all'aperto?", + "mappings": { + "0": { + "then": "Questa microbiblioteca si trova al chiuso" + }, + "1": { + "then": "Questa microbiblioteca si trova all'aperto" + }, + "2": { + "then": "Questa microbiblioteca si trova all'aperto" + } + } + }, + "6": { + "question": "Questa microbiblioteca è ad accesso libero?", + "mappings": { + "0": { + "then": "È ad accesso libero" + }, + "1": { + "then": "L'accesso è riservato ai clienti" + } + } + }, + "7": { + "question": "Chi mantiene questa microbiblioteca?", + "render": "È gestita da {operator}" + }, + "8": { + "question": "Questa microbiblioteca fa parte di una rete?", + "render": "Questa microbiblioteca fa parte di {brand}", + "mappings": { + "0": { + "then": "Fa parte della rete 'Little Free Library'" + }, + "1": { + "then": "Questa microbiblioteca non fa parte di una rete" + } + } + }, + "9": { + "render": "Il numero identificativo di questa microbiblioteca nella rete {brand} è {ref}", + "question": "Qual è il numero identificativo di questa microbiblioteca?", + "mappings": { + "0": { + "then": "Questa microbiblioteca non fa parte di una rete" + } + } + }, + "10": { + "question": "Quando è stata inaugurata questa microbiblioteca?", + "render": "È stata inaugurata il {start_date}" + }, + "11": { + "render": "Maggiori informazioni sul sito web", + "question": "C'è un sito web con maggiori informazioni su questa microbiblioteca?" + } + } + }, + "slow_roads": { + "tagRenderings": { + "2": { + "render": "La superficie è {surface}", + "mappings": { + "0": { + "then": "La superficie è erba" + }, + "1": { + "then": "La superficie è terreno" + }, + "2": { + "then": "La superficie è non pavimentata" + }, + "3": { + "then": "La superficie è sabbia" + }, + "4": { + "then": "La superficie è pietre irregolari" + }, + "5": { + "then": "La superficie è asfalto" + }, + "6": { + "then": "La superficie è calcestruzzo" + }, + "7": { + "then": "La superficie è pavimentata" + } + } + } + } + }, + "sport_pitch": { + "name": "Campi sportivi", + "title": { + "render": "Campo sportivo" + }, + "description": "Un campo sportivo", + "tagRenderings": { + "1": { + "render": "Qui si gioca a {sport}", + "question": "Quale sport si gioca qui?", + "mappings": { + "0": { + "then": "Qui si gioca a basket" + }, + "1": { + "then": "Qui si gioca a calcio" + }, + "2": { + "then": "Questo è un tavolo da ping pong" + }, + "3": { + "then": "Qui si gioca a tennis" + }, + "4": { + "then": "Qui si gioca a korfball" + }, + "5": { + "then": "Qui si gioca a basket" + } + } + }, + "2": { + "question": "Qual è la superficie di questo campo sportivo?", + "render": "La superficie è {surface}", + "mappings": { + "0": { + "then": "La superficie è erba" + }, + "1": { + "then": "La superficie è sabbia" + }, + "2": { + "then": "La superficie è pietre irregolari" + }, + "3": { + "then": "La superficie è asfalto" + }, + "4": { + "then": "La superficie è calcestruzzo" + } + } + }, + "3": { + "question": "Questo campo sportivo è aperto al pubblico?", + "mappings": { + "0": { + "then": "Aperto al pubblico" + }, + "1": { + "then": "Accesso limitato (p.es. solo con prenotazione, in certi orari, ...)" + }, + "2": { + "then": "Accesso limitato ai membri dell'associazione" + }, + "3": { + "then": "Privato - non aperto al pubblico" + } + } + }, + "4": { + "question": "È necessario prenotarsi per usare questo campo sportivo?", + "mappings": { + "0": { + "then": "La prenotazione è obbligatoria per usare questo campo sportivo" + }, + "1": { + "then": "La prenotazione è consigliata per usare questo campo sportivo" + }, + "2": { + "then": "La prenotazione è consentita, ma non è obbligatoria per usare questo campo sportivo" + }, + "3": { + "then": "Non è possibile prenotare" + } + } + }, + "5": { + "question": "Qual è il numero di telefono del gestore?" + }, + "6": { + "question": "Qual è l'indirizzo email del gestore?" + }, + "7": { + "question": "Quando è aperto questo campo sportivo?", + "mappings": { + "1": { + "then": "Sempre aperto" + } + } + } + }, + "presets": { + "0": { + "title": "Tavolo da tennistavolo" + }, + "1": { + "title": "Campo sportivo" + } + } + }, + "surveillance_camera": { + "name": "Videocamere di sorveglianza", + "title": { + "render": "Videocamera di sorveglianza" + }, + "tagRenderings": { + "1": { + "question": "Di che tipo di videocamera si tratta?", + "mappings": { + "0": { + "then": "Una videocamera fissa (non semovente)" + }, + "1": { + "then": "Una videocamera a cupola (che può ruotare)" + }, + "2": { + "then": "Una videocamera panoramica" + } + } + }, + "2": { + "question": "In quale direzione geografica punta questa videocamera?", + "render": "Punta in direzione {camera:direction}", + "mappings": { + "0": { + "then": "Punta in direzione {direction}" + } + } + }, + "3": { + "question": "Chi gestisce questa videocamera a circuito chiuso?", + "render": "È gestita da {operator}" + }, + "4": { + "question": "Che cosa sorveglia questa videocamera", + "mappings": { + "0": { + "then": "Sorveglia un'area pubblica, come una strada, un ponte, una piazza, un parco, una stazione, un passaggio o un sottopasso pubblico, ..." + }, + "1": { + "then": "Sorveglia un'area esterna di proprietà privata (un parcheggio, una stazione di servizio, un cortile, un ingresso, un vialetto privato, ...)" + }, + "2": { + "then": "Sorveglia un ambiente interno di proprietà privata, per esempio un negozio, un parcheggio sotterraneo privato, ..." + } + } + }, + "5": { + "question": "Lo spazio pubblico sorvegliato da questa videocamera è all'aperto o al chiuso?", + "mappings": { + "0": { + "then": "Questa videocamera si trova al chiuso" + }, + "1": { + "then": "Questa videocamera si trova all'aperto" + }, + "2": { + "then": "Questa videocamera si trova probabilmente all'esterno" + } + } + }, + "6": { + "question": "A che piano si trova questa videocamera?", + "render": "Si trova al piano {level}" + }, + "7": { + "question": "Che cosa è sorvegliato qui?", + "render": " Sorveglia una {surveillance:zone}", + "mappings": { + "0": { + "then": "Sorveglia un parcheggio" + }, + "1": { + "then": "Sorveglia il traffico" + }, + "2": { + "then": "Sorveglia un ingresso" + }, + "3": { + "then": "Sorveglia un corridoio" + }, + "4": { + "then": "Sorveglia una pensilina del trasporto pubblico" + }, + "5": { + "then": "Sorveglia un negozio" + } + } + }, + "8": { + "question": "Com'è posizionata questa telecamera?", + "render": "Metodo di montaggio: {mount}", + "mappings": { + "0": { + "then": "Questa telecamera è posizionata contro un muro" + }, + "1": { + "then": "Questa telecamera è posizionata su un palo" + }, + "2": { + "then": "Questa telecamera è posizionata sul soffitto" + } + } + } + } + }, + "toilet": { + "name": "Servizi igienici", + "title": { + "render": "Servizi igienici" + }, + "presets": { + "0": { + "title": "Servizi igienici", + "description": "Servizi igienici aperti al pubblico" + }, + "1": { + "title": "Servizi igienici accessibili per persone in sedia a rotelle", + "description": "Servizi igienici che hanno almeno una toilette accessibile a persone in sedia a rotelle" + } + }, + "tagRenderings": { + "1": { + "question": "Questi servizi igienici sono aperti al pubblico?", + "render": "L'accesso è {access}", + "mappings": { + "0": { + "then": "Accesso pubblico" + }, + "1": { + "then": "Accesso riservato ai clienti e alle clienti" + }, + "2": { + "then": "Non accessibile" + }, + "3": { + "then": "Accessibile, ma occorre chiedere una chiave per accedere" + } + } + }, + "2": { + "question": "Questi servizi igienici sono gratuiti?", + "mappings": { + "0": { + "then": "Questi servizi igienici sono a pagamento" + }, + "1": { + "then": "Gratis" + } + } + }, + "3": { + "question": "Quanto costa l'accesso a questi servizi igienici?", + "render": "La tariffa è {charge}" + }, + "4": { + "question": "C'è un WC riservato alle persone in sedia a rotelle", + "mappings": { + "0": { + "then": "C'è un WC riservato alle persone in sedia a rotelle" + }, + "1": { + "then": "Non accessibile in sedia a rotelle" + } + } + }, + "5": { + "question": "Di che tipo di servizi igienici si tratta?", + "mappings": { + "0": { + "then": "Ci sono solo WC con sedile" + }, + "1": { + "then": "Ci sono solo urinali" + }, + "2": { + "then": "Ci sono solo turche" + }, + "3": { + "then": "Ci sono sia sedili, sia urinali" + } + } + }, + "6": { + "question": "È disponibile un fasciatoio (per cambiare i pannolini)?", + "mappings": { + "0": { + "then": "È disponibile un fasciatoio" + }, + "1": { + "then": "Non è disponibile un fasciatoio" + } + } + }, + "7": { + "question": "Dove si trova il fasciatoio?", + "render": "Il fasciatoio si trova presso {changing_table:location}", + "mappings": { + "0": { + "then": "Il fasciatoio è nei servizi igienici femminili. " + }, + "1": { + "then": "Il fasciatoio è nei servizi igienici maschili. " + }, + "2": { + "then": "Il fasciatoio è nei servizi igienici per persone in sedia a rotelle. " + }, + "3": { + "then": "Il fasciatoio è in una stanza dedicata. " + } + } + } + } + }, + "tree_node": { + "name": "Albero", + "title": { + "render": "Albero", + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "1": { + "render": "Altezza: {height}", + "mappings": { + "0": { + "then": "Altezza: {height} m" + } + } + }, + "2": { + "question": "Si tratta di un albero latifoglia o aghifoglia?", + "mappings": { + "0": { + "then": "\"\"/ Latifoglia" + }, + "1": { + "then": "\"\"/ Aghifoglia" + }, + "2": { + "then": "\"\"/ Privo di foglie (permanente)" + } + } + }, + "3": { + "question": "Quanto significativo è questo albero? Scegli la prima risposta che corrisponde.", + "mappings": { + "0": { + "then": "È un albero notevole per le sue dimensioni o per la posizione prominente. È utile alla navigazione." + }, + "1": { + "then": "L’albero è un monumento naturale, ad esempio perché specialmente antico o appartenente a specie importanti." + }, + "2": { + "then": "L’albero è usato per scopi agricoli, ad esempio in un frutteto." + }, + "3": { + "then": "L’albero è in un parco o qualcosa di simile (cimitero, aree didattiche, etc.)." + }, + "4": { + "then": "L’albero è un giardino residenziale." + }, + "5": { + "then": "Fa parte di un viale alberato." + }, + "6": { + "then": "L’albero si trova in un’area urbana." + }, + "7": { + "then": "L’albero si trova fuori dall’area urbana." + } + } + }, + "4": { + "question": "È un sempreverde o caduco?", + "mappings": { + "0": { + "then": "Caduco: l’albero perde le sue foglie per un periodo dell’anno." + }, + "1": { + "then": "Sempreverde." + } + } + }, + "5": { + "render": "Nome: {name}", + "question": "L’albero ha un nome?", + "mappings": { + "0": { + "then": "L’albero non ha un nome." + } + } + }, + "6": { + "question": "Quest’albero è registrato come patrimonio?", + "mappings": { + "0": { + "then": "\"\"/Registrato come patrimonio da Onroerend Erfgoed Flanders" + }, + "1": { + "then": "Registrato come patrimonio da Direction du Patrimoine culturel di Bruxelles" + }, + "2": { + "then": "Registrato come patrimonio da un’organizzazione differente" + }, + "3": { + "then": "Non è registrato come patrimonio" + }, + "4": { + "then": "Registrato come patrimonio da un’organizzazione differente" + } + } + }, + "7": { + "render": "\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}", + "question": "Qual è l’ID rilasciato da Onroerend Erfgoed Flanders?" + }, + "8": { + "render": "\"\"/ Wikidata: {wikidata}", + "question": "Qual è l’ID Wikidata per questo albero?" + } + }, + "presets": { + "0": { + "title": "Albero latifoglia", + "description": "Un albero di una specie con foglie larghe come la quercia o il pioppo." + }, + "1": { + "title": "Albero aghifoglia", + "description": "Un albero di una specie con aghi come il pino o l’abete." + }, + "2": { + "title": "Albero", + "description": "Qualora non si sia sicuri se si tratta di un albero latifoglia o aghifoglia." + } + } + }, + "viewpoint": { + "name": "Punto panoramico", + "description": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata", + "presets": { + "0": { + "title": "Punto panoramico" + } + }, + "title": { + "render": "Punto panoramico" + }, + "tagRenderings": { + "1": { + "question": "Vuoi aggiungere una descrizione?" + } + } } - }, - "nature_reserve": { - "tagRenderings": { - "5": { - "question": "I cani sono ammessi in questa riserva naturale?", - "mappings": { - "0": { - "then": "I cani devono essere tenuti al guinzaglio" - }, - "1": { - "then": "I cani non sono ammessi" - }, - "2": { - "then": "I cani sono liberi di girare liberi" - } - } - }, - "6": { - "question": "In quale pagina web si possono trovare altre informazioni riguardanti questa riserva naturale?" - }, - "7": { - "question": "Chi è il curatore di questa riserva naturale?
Rispetta la privacy (scrivi il nome solo se questo è noto pubblicamente)", - "render": "{curator} è il curatore di questa riserva naturale" - }, - "8": { - "question": "Qual è l’indirizzo email a cui scrivere per fare domande o segnalare problemi su questa riserva naturale?
Rispetta la privacy (compila l’indirizzo email personale solo se è stato reso pubblico)", - "render": "{email}" - }, - "9": { - "question": "Quale numero di telefono comporre per fare domande o segnalare problemi riguardanti questa riserva naturale?br/>Rispetta la privacy (inserisci il numero di telefono privato solo se questo è noto pubblicamente)", - "render": "{phone}" - }, - "12": { - "render": "Area: {_surface:ha} ha" - } - } - }, - "picnic_table": { - "name": "Tavoli da picnic", - "title": { - "render": "Tavolo da picnic" - }, - "description": "Il livello che mostra i tavoli da picnic", - "tagRenderings": { - "0": { - "question": "Di che materiale è fatto questo tavolo da picnic?", - "render": "Questo tavolo da picnic è fatto di {material}", - "mappings": { - "0": { - "then": "È un tavolo da picnic in legno" - }, - "1": { - "then": "È un tavolo da picnic in cemento" - } - } - } - }, - "presets": { - "0": { - "title": "Tavolo da picnic" - } - } - }, - "playground": { - "name": "Campi da gioco", - "description": "Parchi giochi", - "title": { - "render": "Parco giochi", - "mappings": { - "0": { - "then": "Parco giochi {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Qual è la superficie di questo parco giochi?
Se ve ne è più di una, seleziona quella predominante", - "render": "La superficie è {surface}", - "mappings": { - "0": { - "then": "La superficie è prato" - }, - "1": { - "then": "La superficie è sabbia" - }, - "2": { - "then": "La superficie consiste di trucioli di legno" - }, - "3": { - "then": "La superficie è mattonelle regolari" - }, - "4": { - "then": "La superficie è asfalto" - }, - "5": { - "then": "La superficie è cemento" - }, - "6": { - "then": "La superficie è non pavimentato" - }, - "7": { - "then": "La superficie è pavimentato" - } - } - }, - "2": { - "question": "È illuminato di notte questo parco giochi?", - "mappings": { - "0": { - "then": "Questo parco giochi è illuminato di notte" - }, - "1": { - "then": "Questo parco giochi non è illuminato di notte" - } - } - }, - "3": { - "render": "Accessibile ai bambini di almeno {min_age} anni", - "question": "Qual è l’età minima per accedere a questo parco giochi?" - }, - "4": { - "render": "Accessibile ai bambini di età inferiore a {max_age}", - "question": "Qual è l’età massima per accedere a questo parco giochi?" - }, - "5": { - "question": "Chi è il responsabile di questo parco giochi?", - "render": "Gestito da {operator}" - }, - "6": { - "question": "Questo parco giochi è pubblicamente accessibile?", - "mappings": { - "0": { - "then": "Accessibile pubblicamente" - }, - "1": { - "then": "Accessibile pubblicamente" - }, - "2": { - "then": "Accessibile solamente ai clienti dell’attività che lo gestisce" - }, - "3": { - "then": "Accessibile solamente agli studenti della scuola" - }, - "4": { - "then": "Non accessibile" - } - } - }, - "7": { - "question": "Qual è l’indirizzo email del gestore di questo parco giochi?", - "render": "{email}" - }, - "8": { - "question": "Qual è il numero di telefono del gestore del campetto?", - "render": "{phone}" - }, - "9": { - "question": "Il campetto è accessibile a persone in sedia a rotelle?", - "mappings": { - "0": { - "then": "Completamente accessibile in sedia a rotelle" - }, - "1": { - "then": "Accesso limitato in sedia a rotelle" - }, - "2": { - "then": "Non accessibile in sedia a rotelle" - } - } - }, - "10": { - "question": "Quando si può accedere a questo campetto?", - "mappings": { - "0": { - "then": "Si può accedere dall'alba al tramonto" - }, - "1": { - "then": "Si può sempre accedere" - }, - "2": { - "then": "Si può sempre accedere" - } - } - } - }, - "presets": { - "0": { - "title": "Campetto" - } - } - }, - "public_bookcase": { - "name": "Microbiblioteche", - "description": "Una vetrinetta ai bordi della strada contenente libri, aperta al pubblico", - "title": { - "render": "Microbiblioteca", - "mappings": { - "0": { - "then": "Microbiblioteca pubblica {name}" - } - } - }, - "presets": { - "0": { - "title": "Microbiblioteca" - } - }, - "tagRenderings": { - "2": { - "render": "Questa microbiblioteca si chiama {name}", - "question": "Come si chiama questa microbiblioteca pubblica?", - "mappings": { - "0": { - "then": "Questa microbiblioteca non ha un nome proprio" - } - } - }, - "3": { - "render": "Questa microbiblioteca può contenere fino a {capacity} libri", - "question": "Quanti libri può contenere questa microbiblioteca?" - }, - "4": { - "question": "Che tipo di libri si possono trovare in questa microbiblioteca?", - "mappings": { - "0": { - "then": "Principalmente libri per l'infanzia" - }, - "1": { - "then": "Principalmente libri per persone in età adulta" - }, - "2": { - "then": "Sia libri per l'infanzia, sia per l'età adulta" - } - } - }, - "5": { - "question": "Questa microbiblioteca si trova all'aperto?", - "mappings": { - "0": { - "then": "Questa microbiblioteca si trova al chiuso" - }, - "1": { - "then": "Questa microbiblioteca si trova all'aperto" - }, - "2": { - "then": "Questa microbiblioteca si trova all'aperto" - } - } - }, - "6": { - "question": "Questa microbiblioteca è ad accesso libero?", - "mappings": { - "0": { - "then": "È ad accesso libero" - }, - "1": { - "then": "L'accesso è riservato ai clienti" - } - } - }, - "7": { - "question": "Chi mantiene questa microbiblioteca?", - "render": "È gestita da {operator}" - }, - "8": { - "question": "Questa microbiblioteca fa parte di una rete?", - "render": "Questa microbiblioteca fa parte di {brand}", - "mappings": { - "0": { - "then": "Fa parte della rete 'Little Free Library'" - }, - "1": { - "then": "Questa microbiblioteca non fa parte di una rete" - } - } - }, - "9": { - "render": "Il numero identificativo di questa microbiblioteca nella rete {brand} è {ref}", - "question": "Qual è il numero identificativo di questa microbiblioteca?", - "mappings": { - "0": { - "then": "Questa microbiblioteca non fa parte di una rete" - } - } - }, - "10": { - "question": "Quando è stata inaugurata questa microbiblioteca?", - "render": "È stata inaugurata il {start_date}" - }, - "11": { - "render": "Maggiori informazioni sul sito web", - "question": "C'è un sito web con maggiori informazioni su questa microbiblioteca?" - } - } - }, - "slow_roads": { - "tagRenderings": { - "2": { - "render": "La superficie è {surface}", - "mappings": { - "0": { - "then": "La superficie è erba" - }, - "1": { - "then": "La superficie è terreno" - }, - "2": { - "then": "La superficie è non pavimentata" - }, - "3": { - "then": "La superficie è sabbia" - }, - "4": { - "then": "La superficie è pietre irregolari" - }, - "5": { - "then": "La superficie è asfalto" - }, - "6": { - "then": "La superficie è calcestruzzo" - }, - "7": { - "then": "La superficie è pavimentata" - } - } - } - } - }, - "sport_pitch": { - "name": "Campi sportivi", - "title": { - "render": "Campo sportivo" - }, - "description": "Un campo sportivo", - "tagRenderings": { - "1": { - "render": "Qui si gioca a {sport}", - "question": "Quale sport si gioca qui?", - "mappings": { - "0": { - "then": "Qui si gioca a basket" - }, - "1": { - "then": "Qui si gioca a calcio" - }, - "2": { - "then": "Questo è un tavolo da ping pong" - }, - "3": { - "then": "Qui si gioca a tennis" - }, - "4": { - "then": "Qui si gioca a korfball" - }, - "5": { - "then": "Qui si gioca a basket" - } - } - }, - "2": { - "question": "Qual è la superficie di questo campo sportivo?", - "render": "La superficie è {surface}", - "mappings": { - "0": { - "then": "La superficie è erba" - }, - "1": { - "then": "La superficie è sabbia" - }, - "2": { - "then": "La superficie è pietre irregolari" - }, - "3": { - "then": "La superficie è asfalto" - }, - "4": { - "then": "La superficie è calcestruzzo" - } - } - }, - "3": { - "question": "Questo campo sportivo è aperto al pubblico?", - "mappings": { - "0": { - "then": "Aperto al pubblico" - }, - "1": { - "then": "Accesso limitato (p.es. solo con prenotazione, in certi orari, ...)" - }, - "2": { - "then": "Accesso limitato ai membri dell'associazione" - }, - "3": { - "then": "Privato - non aperto al pubblico" - } - } - }, - "4": { - "question": "È necessario prenotarsi per usare questo campo sportivo?", - "mappings": { - "0": { - "then": "La prenotazione è obbligatoria per usare questo campo sportivo" - }, - "1": { - "then": "La prenotazione è consigliata per usare questo campo sportivo" - }, - "2": { - "then": "La prenotazione è consentita, ma non è obbligatoria per usare questo campo sportivo" - }, - "3": { - "then": "Non è possibile prenotare" - } - } - }, - "5": { - "question": "Qual è il numero di telefono del gestore?" - }, - "6": { - "question": "Qual è l'indirizzo email del gestore?" - }, - "7": { - "question": "Quando è aperto questo campo sportivo?", - "mappings": { - "1": { - "then": "Sempre aperto" - } - } - } - }, - "presets": { - "0": { - "title": "Tavolo da tennistavolo" - }, - "1": { - "title": "Campo sportivo" - } - } - }, - "surveillance_camera": { - "name": "Videocamere di sorveglianza", - "title": { - "render": "Videocamera di sorveglianza" - }, - "tagRenderings": { - "1": { - "question": "Di che tipo di videocamera si tratta?", - "mappings": { - "0": { - "then": "Una videocamera fissa (non semovente)" - }, - "1": { - "then": "Una videocamera a cupola (che può ruotare)" - }, - "2": { - "then": "Una videocamera panoramica" - } - } - }, - "2": { - "question": "In quale direzione geografica punta questa videocamera?", - "render": "Punta in direzione {camera:direction}", - "mappings": { - "0": { - "then": "Punta in direzione {direction}" - } - } - }, - "3": { - "question": "Chi gestisce questa videocamera a circuito chiuso?", - "render": "È gestita da {operator}" - }, - "4": { - "question": "Che cosa sorveglia questa videocamera", - "mappings": { - "0": { - "then": "Sorveglia un'area pubblica, come una strada, un ponte, una piazza, un parco, una stazione, un passaggio o un sottopasso pubblico, ..." - }, - "1": { - "then": "Sorveglia un'area esterna di proprietà privata (un parcheggio, una stazione di servizio, un cortile, un ingresso, un vialetto privato, ...)" - }, - "2": { - "then": "Sorveglia un ambiente interno di proprietà privata, per esempio un negozio, un parcheggio sotterraneo privato, ..." - } - } - }, - "5": { - "question": "Lo spazio pubblico sorvegliato da questa videocamera è all'aperto o al chiuso?", - "mappings": { - "0": { - "then": "Questa videocamera si trova al chiuso" - }, - "1": { - "then": "Questa videocamera si trova all'aperto" - }, - "2": { - "then": "Questa videocamera si trova probabilmente all'esterno" - } - } - }, - "6": { - "question": "A che piano si trova questa videocamera?", - "render": "Si trova al piano {level}" - }, - "7": { - "question": "Che cosa è sorvegliato qui?", - "render": " Sorveglia una {surveillance:zone}", - "mappings": { - "0": { - "then": "Sorveglia un parcheggio" - }, - "1": { - "then": "Sorveglia il traffico" - }, - "2": { - "then": "Sorveglia un ingresso" - }, - "3": { - "then": "Sorveglia un corridoio" - }, - "4": { - "then": "Sorveglia una pensilina del trasporto pubblico" - }, - "5": { - "then": "Sorveglia un negozio" - } - } - }, - "8": { - "question": "Com'è posizionata questa telecamera?", - "render": "Metodo di montaggio: {mount}", - "mappings": { - "0": { - "then": "Questa telecamera è posizionata contro un muro" - }, - "1": { - "then": "Questa telecamera è posizionata su un palo" - }, - "2": { - "then": "Questa telecamera è posizionata sul soffitto" - } - } - } - } - }, - "toilet": { - "name": "Servizi igienici", - "title": { - "render": "Servizi igienici" - }, - "presets": { - "0": { - "title": "Servizi igienici", - "description": "Servizi igienici aperti al pubblico" - }, - "1": { - "title": "Servizi igienici accessibili per persone in sedia a rotelle", - "description": "Servizi igienici che hanno almeno una toilette accessibile a persone in sedia a rotelle" - } - }, - "tagRenderings": { - "1": { - "question": "Questi servizi igienici sono aperti al pubblico?", - "render": "L'accesso è {access}", - "mappings": { - "0": { - "then": "Accesso pubblico" - }, - "1": { - "then": "Accesso riservato ai clienti e alle clienti" - }, - "2": { - "then": "Non accessibile" - }, - "3": { - "then": "Accessibile, ma occorre chiedere una chiave per accedere" - } - } - }, - "2": { - "question": "Questi servizi igienici sono gratuiti?", - "mappings": { - "0": { - "then": "Questi servizi igienici sono a pagamento" - }, - "1": { - "then": "Gratis" - } - } - }, - "3": { - "question": "Quanto costa l'accesso a questi servizi igienici?", - "render": "La tariffa è {charge}" - }, - "4": { - "question": "C'è un WC riservato alle persone in sedia a rotelle", - "mappings": { - "0": { - "then": "C'è un WC riservato alle persone in sedia a rotelle" - }, - "1": { - "then": "Non accessibile in sedia a rotelle" - } - } - }, - "5": { - "question": "Di che tipo di servizi igienici si tratta?", - "mappings": { - "0": { - "then": "Ci sono solo WC con sedile" - }, - "1": { - "then": "Ci sono solo urinali" - }, - "2": { - "then": "Ci sono solo turche" - }, - "3": { - "then": "Ci sono sia sedili, sia urinali" - } - } - }, - "6": { - "question": "È disponibile un fasciatoio (per cambiare i pannolini)?", - "mappings": { - "0": { - "then": "È disponibile un fasciatoio" - }, - "1": { - "then": "Non è disponibile un fasciatoio" - } - } - }, - "7": { - "question": "Dove si trova il fasciatoio?", - "render": "Il fasciatoio si trova presso {changing_table:location}", - "mappings": { - "0": { - "then": "Il fasciatoio è nei servizi igienici femminili. " - }, - "1": { - "then": "Il fasciatoio è nei servizi igienici maschili. " - }, - "2": { - "then": "Il fasciatoio è nei servizi igienici per persone in sedia a rotelle. " - }, - "3": { - "then": "Il fasciatoio è in una stanza dedicata. " - } - } - } - } - }, - "tree_node": { - "name": "Albero", - "title": { - "render": "Albero", - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "1": { - "render": "Altezza: {height}", - "mappings": { - "0": { - "then": "Altezza: {height} m" - } - } - }, - "2": { - "question": "Si tratta di un albero latifoglia o aghifoglia?", - "mappings": { - "0": { - "then": "\"\"/ Latifoglia" - }, - "1": { - "then": "\"\"/ Aghifoglia" - }, - "2": { - "then": "\"\"/ Privo di foglie (permanente)" - } - } - }, - "3": { - "question": "Quanto significativo è questo albero? Scegli la prima risposta che corrisponde.", - "mappings": { - "0": { - "then": "È un albero notevole per le sue dimensioni o per la posizione prominente. È utile alla navigazione." - }, - "1": { - "then": "L’albero è un monumento naturale, ad esempio perché specialmente antico o appartenente a specie importanti." - }, - "2": { - "then": "L’albero è usato per scopi agricoli, ad esempio in un frutteto." - }, - "3": { - "then": "L’albero è in un parco o qualcosa di simile (cimitero, aree didattiche, etc.)." - }, - "4": { - "then": "L’albero è un giardino residenziale." - }, - "5": { - "then": "Fa parte di un viale alberato." - }, - "6": { - "then": "L’albero si trova in un’area urbana." - }, - "7": { - "then": "L’albero si trova fuori dall’area urbana." - } - } - }, - "4": { - "question": "È un sempreverde o caduco?", - "mappings": { - "0": { - "then": "Caduco: l’albero perde le sue foglie per un periodo dell’anno." - }, - "1": { - "then": "Sempreverde." - } - } - }, - "5": { - "render": "Nome: {name}", - "question": "L’albero ha un nome?", - "mappings": { - "0": { - "then": "L’albero non ha un nome." - } - } - }, - "6": { - "question": "Quest’albero è registrato come patrimonio?", - "mappings": { - "0": { - "then": "\"\"/Registrato come patrimonio da Onroerend Erfgoed Flanders" - }, - "1": { - "then": "Registrato come patrimonio da Direction du Patrimoine culturel di Bruxelles" - }, - "2": { - "then": "Registrato come patrimonio da un’organizzazione differente" - }, - "3": { - "then": "Non è registrato come patrimonio" - }, - "4": { - "then": "Registrato come patrimonio da un’organizzazione differente" - } - } - }, - "7": { - "render": "\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}", - "question": "Qual è l’ID rilasciato da Onroerend Erfgoed Flanders?" - }, - "8": { - "render": "\"\"/ Wikidata: {wikidata}", - "question": "Qual è l’ID Wikidata per questo albero?" - } - }, - "presets": { - "0": { - "title": "Albero latifoglia", - "description": "Un albero di una specie con foglie larghe come la quercia o il pioppo." - }, - "1": { - "title": "Albero aghifoglia", - "description": "Un albero di una specie con aghi come il pino o l’abete." - }, - "2": { - "title": "Albero", - "description": "Qualora non si sia sicuri se si tratta di un albero latifoglia o aghifoglia." - } - } - }, - "viewpoint": { - "name": "Punto panoramico", - "description": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata", - "presets": { - "0": { - "title": "Punto panoramico" - } - }, - "title": { - "render": "Punto panoramico" - }, - "tagRenderings": { - "1": { - "question": "Vuoi aggiungere una descrizione?" - } - } - } } \ No newline at end of file diff --git a/langs/layers/ja.json b/langs/layers/ja.json index 7eb647a02..bd0d7046e 100644 --- a/langs/layers/ja.json +++ b/langs/layers/ja.json @@ -1,36 +1,36 @@ { - "charging_station": { - "name": "充電ステーション", - "title": { - "render": "充電ステーション" - }, - "description": "充電ステーション", - "tagRenderings": { - "14": { - "question": "この充電ステーションはいつオープンしますか?" - }, - "15": { - "render": "{network}", - "question": "この充電ステーションの運営チェーンはどこですか?" - } - } - }, - "food": { - "tagRenderings": { - "17": { - "question": "お客様が持参容器(調理用の鍋や小さな鍋など)をもってきた場合は、注文の梱包に使用されますか?
", - "mappings": { - "0": { - "then": "自分の容器を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます" - }, - "1": { - "then": "独自の容器を持参することはできません" - }, - "2": { - "then": "自身の容器が注文に必要。" - } + "charging_station": { + "name": "充電ステーション", + "title": { + "render": "充電ステーション" + }, + "description": "充電ステーション", + "tagRenderings": { + "14": { + "question": "この充電ステーションはいつオープンしますか?" + }, + "15": { + "render": "{network}", + "question": "この充電ステーションの運営チェーンはどこですか?" + } + } + }, + "food": { + "tagRenderings": { + "17": { + "question": "お客様が持参容器(調理用の鍋や小さな鍋など)をもってきた場合は、注文の梱包に使用されますか?
", + "mappings": { + "0": { + "then": "自分の容器を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます" + }, + "1": { + "then": "独自の容器を持参することはできません" + }, + "2": { + "then": "自身の容器が注文に必要。" + } + } + } } - } } - } } \ No newline at end of file diff --git a/langs/layers/nb_NO.json b/langs/layers/nb_NO.json index ff16708d1..1fe4b27c3 100644 --- a/langs/layers/nb_NO.json +++ b/langs/layers/nb_NO.json @@ -1,122 +1,122 @@ { - "bench": { - "name": "Benker", - "title": { - "render": "Benk" - }, - "tagRenderings": { - "1": { - "render": "Rygglene", - "mappings": { - "0": { - "then": "Rygglene: Ja" - }, - "1": { - "then": "Rygglene: Nei" - } + "bench": { + "name": "Benker", + "title": { + "render": "Benk" }, - "question": "Har denne beken et rygglene?" - }, - "2": { - "render": "{seats} seter", - "question": "Hvor mange sitteplasser har denne benken?" - }, - "3": { - "render": "Materiale: {material}", - "mappings": { - "0": { - "then": "Materiale: tre" - }, - "1": { - "then": "Materiale: metall" - }, - "2": { - "then": "Materiale: stein" - }, - "3": { - "then": "Materiale: betong" - }, - "4": { - "then": "Materiale: plastikk" - }, - "5": { - "then": "Materiale: stål" - } + "tagRenderings": { + "1": { + "render": "Rygglene", + "mappings": { + "0": { + "then": "Rygglene: Ja" + }, + "1": { + "then": "Rygglene: Nei" + } + }, + "question": "Har denne beken et rygglene?" + }, + "2": { + "render": "{seats} seter", + "question": "Hvor mange sitteplasser har denne benken?" + }, + "3": { + "render": "Materiale: {material}", + "mappings": { + "0": { + "then": "Materiale: tre" + }, + "1": { + "then": "Materiale: metall" + }, + "2": { + "then": "Materiale: stein" + }, + "3": { + "then": "Materiale: betong" + }, + "4": { + "then": "Materiale: plastikk" + }, + "5": { + "then": "Materiale: stål" + } + } + }, + "5": { + "render": "Farge: {colour}", + "mappings": { + "0": { + "then": "Farge: brun" + }, + "1": { + "then": "Farge: grønn" + }, + "2": { + "then": "Farge: grå" + }, + "3": { + "then": "Farge: hvit" + }, + "4": { + "then": "Farge: rød" + }, + "5": { + "then": "Farge: svart" + }, + "6": { + "then": "Farge: blå" + }, + "7": { + "then": "Farge: gul" + } + } + } + }, + "presets": { + "0": { + "title": "Benk", + "description": "Legg til en ny benk" + } } - }, - "5": { - "render": "Farge: {colour}", - "mappings": { - "0": { - "then": "Farge: brun" - }, - "1": { - "then": "Farge: grønn" - }, - "2": { - "then": "Farge: grå" - }, - "3": { - "then": "Farge: hvit" - }, - "4": { - "then": "Farge: rød" - }, - "5": { - "then": "Farge: svart" - }, - "6": { - "then": "Farge: blå" - }, - "7": { - "then": "Farge: gul" - } - } - } }, - "presets": { - "0": { - "title": "Benk", - "description": "Legg til en ny benk" - } - } - }, - "bench_at_pt": { - "name": "Benker", - "title": { - "render": "Benk" - } - }, - "bicycle_library": { - "tagRenderings": { - "1": { - "question": "Hva heter dette sykkelbiblioteket?", - "render": "Dette sykkelbiblioteket heter {name}" - }, - "6": { - "question": "Hvor mye koster det å leie en sykkel?", - "render": "Sykkelleie koster {charge}", - "mappings": { - "0": { - "then": "Det er gratis å leie en sykkel" - } + "bench_at_pt": { + "name": "Benker", + "title": { + "render": "Benk" } - } - } - }, - "charging_station": { - "name": "Ladestasjoner", - "title": { - "render": "Ladestasjon" }, - "description": "En ladestasjon", - "tagRenderings": { - "14": { - "question": "Når åpnet denne ladestasjonen?" - }, - "15": { - "render": "{network}" - } + "bicycle_library": { + "tagRenderings": { + "1": { + "question": "Hva heter dette sykkelbiblioteket?", + "render": "Dette sykkelbiblioteket heter {name}" + }, + "6": { + "question": "Hvor mye koster det å leie en sykkel?", + "render": "Sykkelleie koster {charge}", + "mappings": { + "0": { + "then": "Det er gratis å leie en sykkel" + } + } + } + } + }, + "charging_station": { + "name": "Ladestasjoner", + "title": { + "render": "Ladestasjon" + }, + "description": "En ladestasjon", + "tagRenderings": { + "14": { + "question": "Når åpnet denne ladestasjonen?" + }, + "15": { + "render": "{network}" + } + } } - } } \ No newline at end of file diff --git a/langs/layers/nl.json b/langs/layers/nl.json index becc2302f..3f5dc1be8 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -1,3155 +1,3183 @@ { - "barrier": { - "name": "Barrières", - "description": "Hindernissen tijdens het fietsen, zoals paaltjes en fietshekjes", - "title": { - "render": "Barrière", - "mappings": { - "0": { - "then": "Paaltje" + "barrier": { + "name": "Barrières", + "description": "Hindernissen tijdens het fietsen, zoals paaltjes en fietshekjes", + "title": { + "render": "Barrière", + "mappings": { + "0": { + "then": "Paaltje" + }, + "1": { + "then": "Fietshekjes" + } + } }, - "1": { - "then": "Fietshekjes" - } - } - }, - "presets": { - "0": { - "title": "Paaltje", - "description": "Een paaltje in de weg" - }, - "1": { - "title": "Fietshekjes", - "description": "Fietshekjes, voor het afremmen van fietsers" - } - }, - "tagRenderings": { - "0": { - "question": "Kan een fietser langs deze barrière?", - "mappings": { - "0": { - "then": "Een fietser kan hier langs." - }, - "1": { - "then": "Een fietser kan hier niet langs." - } - } - }, - "1": { - "question": "Wat voor soort paal is dit?", - "mappings": { - "0": { - "then": "Verwijderbare paal" - }, - "1": { - "then": "Vaste paal" - }, - "2": { - "then": "Paal die platgevouwen kan worden" - }, - "3": { - "then": "Flexibele paal, meestal plastic" - }, - "4": { - "then": "Verzonken poller" - } - } - }, - "2": { - "question": "Wat voor fietshekjes zijn dit?", - "mappings": { - "0": { - "then": "Enkelvoudig, slechts twee hekjes met ruimte ertussen " - }, - "1": { - "then": "Dubbel, twee hekjes achter elkaar " - }, - "2": { - "then": "Drievoudig, drie hekjes achter elkaar " - }, - "3": { - "then": "Knijppoort, ruimte is smaller aan de top, dan aan de bodem " - } - } - }, - "3": { - "render": "Maximumbreedte: {maxwidth:physical} m", - "question": "Hoe breed is de ruimte naast de barrière?" - }, - "4": { - "render": "Ruimte tussen barrières (langs de lengte van de weg): {width:separation} m", - "question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?" - }, - "5": { - "render": "Breedte van de opening: {width:opening} m", - "question": "Hoe breed is de smalste opening naast de barrières?" - }, - "6": { - "question": "Hoeveel overlappen de barrières?" - } - } - }, - "bench": { - "name": "Zitbanken", - "title": { - "render": "Zitbank" - }, - "tagRenderings": { - "1": { - "render": "Rugleuning", - "mappings": { - "0": { - "then": "Heeft een rugleuning" - }, - "1": { - "then": "Rugleuning ontbreekt" - } + "presets": { + "0": { + "title": "Paaltje", + "description": "Een paaltje in de weg" + }, + "1": { + "title": "Fietshekjes", + "description": "Fietshekjes, voor het afremmen van fietsers" + } }, - "question": "Heeft deze zitbank een rugleuning?" - }, - "2": { - "render": "{seats} zitplaatsen", - "question": "Hoeveel zitplaatsen heeft deze bank?" - }, - "3": { - "render": "Gemaakt van {material}", - "mappings": { - "0": { - "then": "Gemaakt uit hout" - }, - "1": { - "then": "Gemaakt uit metaal" - }, - "2": { - "then": "Gemaakt uit steen" - }, - "3": { - "then": "Gemaakt uit beton" - }, - "4": { - "then": "Gemaakt uit plastiek" - }, - "5": { - "then": "Gemaakt uit staal" - } + "tagRenderings": { + "0": { + "question": "Kan een fietser langs deze barrière?", + "mappings": { + "0": { + "then": "Een fietser kan hier langs." + }, + "1": { + "then": "Een fietser kan hier niet langs." + } + } + }, + "1": { + "question": "Wat voor soort paal is dit?", + "mappings": { + "0": { + "then": "Verwijderbare paal" + }, + "1": { + "then": "Vaste paal" + }, + "2": { + "then": "Paal die platgevouwen kan worden" + }, + "3": { + "then": "Flexibele paal, meestal plastic" + }, + "4": { + "then": "Verzonken poller" + } + } + }, + "2": { + "question": "Wat voor fietshekjes zijn dit?", + "mappings": { + "0": { + "then": "Enkelvoudig, slechts twee hekjes met ruimte ertussen " + }, + "1": { + "then": "Dubbel, twee hekjes achter elkaar " + }, + "2": { + "then": "Drievoudig, drie hekjes achter elkaar " + }, + "3": { + "then": "Knijppoort, ruimte is smaller aan de top, dan aan de bodem " + } + } + }, + "3": { + "render": "Maximumbreedte: {maxwidth:physical} m", + "question": "Hoe breed is de ruimte naast de barrière?" + }, + "4": { + "render": "Ruimte tussen barrières (langs de lengte van de weg): {width:separation} m", + "question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?" + }, + "5": { + "render": "Breedte van de opening: {width:opening} m", + "question": "Hoe breed is de smalste opening naast de barrières?" + }, + "6": { + "question": "Hoeveel overlappen de barrières?" + } + } + }, + "bench": { + "name": "Zitbanken", + "title": { + "render": "Zitbank" }, - "question": "Uit welk materiaal is het zitgedeelte van deze zitbank gemaakt?" - }, - "4": { - "question": "In welke richting kijk je wanneer je op deze zitbank zit?", - "render": "Wanneer je op deze bank zit, dan kijk je in {direction}°." - }, - "5": { - "render": "Kleur: {colour}", - "question": "Welke kleur heeft deze zitbank?", - "mappings": { - "0": { - "then": "De kleur is bruin" - }, - "1": { - "then": "De kleur is groen" - }, - "2": { - "then": "De kleur is grijs" - }, - "3": { - "then": "De kleur is wit" - }, - "4": { - "then": "De kleur is rood" - }, - "5": { - "then": "De kleur is zwart" - }, - "6": { - "then": "De kleur is blauw" - }, - "7": { - "then": "De kleur is geel" - } - } - }, - "6": { - "question": "Wanneer is deze laatste bank laatst gesurveyed?", - "render": "Deze bank is laatst gesurveyd op {survey:date}" - } - }, - "presets": { - "0": { - "title": "Zitbank", - "description": "Voeg een nieuwe zitbank toe" - } - } - }, - "bench_at_pt": { - "name": "Zitbanken aan bushaltes", - "title": { - "render": "Zitbank", - "mappings": { - "0": { - "then": "Zitbank aan een bushalte" + "tagRenderings": { + "1": { + "render": "Rugleuning", + "mappings": { + "0": { + "then": "Heeft een rugleuning" + }, + "1": { + "then": "Rugleuning ontbreekt" + } + }, + "question": "Heeft deze zitbank een rugleuning?" + }, + "2": { + "render": "{seats} zitplaatsen", + "question": "Hoeveel zitplaatsen heeft deze bank?" + }, + "3": { + "render": "Gemaakt van {material}", + "mappings": { + "0": { + "then": "Gemaakt uit hout" + }, + "1": { + "then": "Gemaakt uit metaal" + }, + "2": { + "then": "Gemaakt uit steen" + }, + "3": { + "then": "Gemaakt uit beton" + }, + "4": { + "then": "Gemaakt uit plastiek" + }, + "5": { + "then": "Gemaakt uit staal" + } + }, + "question": "Uit welk materiaal is het zitgedeelte van deze zitbank gemaakt?" + }, + "4": { + "question": "In welke richting kijk je wanneer je op deze zitbank zit?", + "render": "Wanneer je op deze bank zit, dan kijk je in {direction}°." + }, + "5": { + "render": "Kleur: {colour}", + "question": "Welke kleur heeft deze zitbank?", + "mappings": { + "0": { + "then": "De kleur is bruin" + }, + "1": { + "then": "De kleur is groen" + }, + "2": { + "then": "De kleur is grijs" + }, + "3": { + "then": "De kleur is wit" + }, + "4": { + "then": "De kleur is rood" + }, + "5": { + "then": "De kleur is zwart" + }, + "6": { + "then": "De kleur is blauw" + }, + "7": { + "then": "De kleur is geel" + } + } + }, + "6": { + "question": "Wanneer is deze laatste bank laatst gesurveyed?", + "render": "Deze bank is laatst gesurveyd op {survey:date}" + } }, - "1": { - "then": "Zitbank in een schuilhokje" + "presets": { + "0": { + "title": "Zitbank", + "description": "Voeg een nieuwe zitbank toe" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "Leunbank" - } - } - }, - "bicycle_library": { - "name": "Fietsbibliotheek", - "title": { - "render": "Fietsbibliotheek" - }, - "description": "Een plaats waar men voor langere tijd een fiets kan lenen", - "tagRenderings": { - "1": { - "question": "Wat is de naam van deze fietsbieb?", - "render": "Deze fietsbieb heet {name}" - }, - "6": { - "question": "Hoeveel kost het huren van een fiets?", - "render": "Een fiets huren kost {charge}", - "mappings": { - "0": { - "then": "Een fiets huren is gratis" - }, - "1": { - "then": "Een fiets huren kost €20/jaar en €20 waarborg" - } - } - }, - "7": { - "question": "Voor wie worden hier fietsen aangeboden?", - "mappings": { - "0": { - "then": "Aanbod voor kinderen" - }, - "1": { - "then": "Aanbod voor volwassenen" - }, - "2": { - "then": "Aanbod voor personen met een handicap" - } - } - } - }, - "presets": { - "0": { - "title": "Bicycle library", - "description": "Een fietsbieb heeft een collectie fietsen die leden mogen lenen" - } - } - }, - "bicycle_tube_vending_machine": { - "name": "Fietsbanden-verkoopsautomaat", - "title": { - "render": "Fietsbanden-verkoopsautomaat" - }, - "presets": { - "0": { - "title": "Fietsbanden-verkoopsautomaat" - } - }, - "tagRenderings": { - "1": { - "question": "Is deze verkoopsautomaat nog steeds werkende?", - "render": "Deze verkoopsautomaat is {operational_status}", - "mappings": { - "0": { - "then": "Deze verkoopsautomaat werkt" - }, - "1": { - "then": "Deze verkoopsautomaat is kapot" - }, - "2": { - "then": "Deze verkoopsautomaat is uitgeschakeld" - } - } - } - } - }, - "bike_cafe": { - "name": "Fietscafé", - "title": { - "render": "Fietscafé", - "mappings": { - "0": { - "then": "Fietscafé {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Wat is de naam van dit fietscafé?", - "render": "Dit fietscafé heet {name}" - }, - "2": { - "question": "Biedt dit fietscafé een fietspomp aan voor iedereen?", - "mappings": { - "0": { - "then": "Dit fietscafé biedt een fietspomp aan voor eender wie" - }, - "1": { - "then": "Dit fietscafé biedt geen fietspomp aan voor iedereen" - } - } - }, - "3": { - "question": "Biedt dit fietscafé gereedschap aan om je fiets zelf te herstellen?", - "mappings": { - "0": { - "then": "Dit fietscafé biedt gereedschap aan om je fiets zelf te herstellen" - }, - "1": { - "then": "Dit fietscafé biedt geen gereedschap aan om je fiets zelf te herstellen" - } - } - }, - "4": { - "question": "Herstelt dit fietscafé fietsen?", - "mappings": { - "0": { - "then": "Dit fietscafé herstelt fietsen" - }, - "1": { - "then": "Dit fietscafé herstelt geen fietsen" - } - } - }, - "5": { - "question": "Wat is de website van {name}?" - }, - "6": { - "question": "Wat is het telefoonnummer van {name}?" - }, - "7": { - "question": "Wat is het email-adres van {name}?" - }, - "8": { - "question": "Wanneer is dit fietscafé geopend?" - } - }, - "presets": { - "0": { - "title": "Fietscafé" - } - } - }, - "bike_cleaning": { - "name": "Fietsschoonmaakpunt", - "title": { - "render": "Fietsschoonmaakpunt", - "mappings": { - "0": { - "then": "Fietsschoonmaakpunt {name}" - } - } - }, - "presets": { - "0": { - "title": "Fietsschoonmaakpunt" - } - } - }, - "bike_monitoring_station": { - "name": "Telstation", - "title": { - "render": "Fietstelstation", - "mappings": { - "0": { - "then": "Fietstelstation {name}" + "bench_at_pt": { + "name": "Zitbanken aan bushaltes", + "title": { + "render": "Zitbank", + "mappings": { + "0": { + "then": "Zitbank aan een bushalte" + }, + "1": { + "then": "Zitbank in een schuilhokje" + } + } }, - "1": { - "then": "Fietstelstation {ref}" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "Leunbank" + } } - } - } - }, - "bike_parking": { - "name": "Fietsparking", - "presets": { - "0": { - "title": "Fietsparking" - } }, - "title": { - "render": "Fietsparking" - }, - "tagRenderings": { - "1": { - "question": "Van welk type is deze fietsparking?", - "render": "Dit is een fietsparking van het type: {bicycle_parking}", - "mappings": { - "0": { - "then": "Nietjes " - }, - "1": { - "then": "Wielrek/lussen " - }, - "2": { - "then": "Stuurhouder " - }, - "3": { - "then": "Rek " - }, - "4": { - "then": "Dubbel (twee verdiepingen) " - }, - "5": { - "then": "Schuur " - }, - "6": { - "then": "Paal met ring " - }, - "7": { - "then": "Een oppervlakte die gemarkeerd is om fietsen te parkeren" - } - } - }, - "2": { - "question": "Wat is de relatieve locatie van deze parking??", - "mappings": { - "0": { - "then": "Ondergrondse parking" - }, - "1": { - "then": "Ondergrondse parking" - }, - "2": { - "then": "Parking op de begane grond" - }, - "3": { - "then": "Parking op de begane grond" - }, - "4": { - "then": "Dakparking" - } - } - }, - "3": { - "question": "Is deze parking overdekt? Selecteer ook \"overdekt\" voor fietsparkings binnen een gebouw.", - "mappings": { - "0": { - "then": "Deze parking is overdekt (er is een afdak)" - }, - "1": { - "then": "Deze parking is niet overdekt" - } - } - }, - "4": { - "question": "Hoeveel fietsen kunnen in deze fietsparking (inclusief potentiëel bakfietsen)?", - "render": "Plaats voor {capacity} fietsen" - }, - "5": { - "question": "Wie mag er deze fietsenstalling gebruiken?", - "render": "{access}", - "mappings": { - "0": { - "then": "Publiek toegankelijke fietsenstalling" - }, - "1": { - "then": "Klanten van de zaak of winkel" - }, - "2": { - "then": "Private fietsenstalling van een school, een bedrijf, ..." - } - } - }, - "6": { - "question": "Heeft deze fietsparking plaats voor bakfietsen?", - "mappings": { - "0": { - "then": "Deze parking heeft plaats voor bakfietsen" - }, - "1": { - "then": "Er zijn speciale plaatsen voorzien voor bakfietsen" - }, - "2": { - "then": "Je mag hier geen bakfietsen parkeren" - } - } - }, - "7": { - "question": "Voor hoeveel bakfietsen heeft deze fietsparking plaats?", - "render": "Deze parking heeft plaats voor {capacity:cargo_bike} fietsen" - } - } - }, - "bike_repair_station": { - "name": "Fietspunten (herstel, pomp of allebei)", - "title": { - "render": "Herstelpunt met pomp", - "mappings": { - "0": { - "then": "Herstelpunt" + "bicycle_library": { + "name": "Fietsbibliotheek", + "title": { + "render": "Fietsbibliotheek" }, - "1": { - "then": "Herstelpunt" + "description": "Een plaats waar men voor langere tijd een fiets kan lenen", + "tagRenderings": { + "1": { + "question": "Wat is de naam van deze fietsbieb?", + "render": "Deze fietsbieb heet {name}" + }, + "6": { + "question": "Hoeveel kost het huren van een fiets?", + "render": "Een fiets huren kost {charge}", + "mappings": { + "0": { + "then": "Een fiets huren is gratis" + }, + "1": { + "then": "Een fiets huren kost €20/jaar en €20 waarborg" + } + } + }, + "7": { + "question": "Voor wie worden hier fietsen aangeboden?", + "mappings": { + "0": { + "then": "Aanbod voor kinderen" + }, + "1": { + "then": "Aanbod voor volwassenen" + }, + "2": { + "then": "Aanbod voor personen met een handicap" + } + } + } }, - "2": { - "then": "Kapotte fietspomp" + "presets": { + "0": { + "title": "Bicycle library", + "description": "Een fietsbieb heeft een collectie fietsen die leden mogen lenen" + } + } + }, + "bicycle_tube_vending_machine": { + "name": "Fietsbanden-verkoopsautomaat", + "title": { + "render": "Fietsbanden-verkoopsautomaat" }, - "3": { - "then": "Fietspomp {name}" + "presets": { + "0": { + "title": "Fietsbanden-verkoopsautomaat" + } }, - "4": { - "then": "Fietspomp" + "tagRenderings": { + "1": { + "question": "Is deze verkoopsautomaat nog steeds werkende?", + "render": "Deze verkoopsautomaat is {operational_status}", + "mappings": { + "0": { + "then": "Deze verkoopsautomaat werkt" + }, + "1": { + "then": "Deze verkoopsautomaat is kapot" + }, + "2": { + "then": "Deze verkoopsautomaat is uitgeschakeld" + } + } + } } - } }, - "tagRenderings": { - "1": { - "question": "Welke functies biedt dit fietspunt?", - "mappings": { - "0": { - "then": "Er is enkel een pomp aanwezig" - }, - "1": { - "then": "Er is enkel gereedschap aanwezig (schroevendraaier, tang...)" - }, - "2": { - "then": "Er is zowel een pomp als gereedschap aanwezig" - } - } - }, - "2": { - "question": "Wie beheert deze fietspomp?", - "render": "Beheer door {operator}" - }, - "3": { - "question": "Wat is het email-adres van de beheerder?" - }, - "4": { - "question": "Wat is het telefoonnummer van de beheerder?" - }, - "5": { - "question": "Wanneer is dit fietsherstelpunt open?", - "mappings": { - "0": { - "then": "Dag en nacht open" - }, - "1": { - "then": "Dag en nacht open" - } - } - }, - "6": { - "question": "Heeft dit herstelpunt een speciale reparatieset voor je ketting?", - "mappings": { - "0": { - "then": "Er is een reparatieset voor je ketting" - }, - "1": { - "then": "Er is geen reparatieset voor je ketting" - } - } - }, - "7": { - "question": "Heeft dit herstelpunt een haak of standaard om je fiets op te hangen/zetten?", - "mappings": { - "0": { - "then": "Er is een haak of standaard" - }, - "1": { - "then": "Er is geen haak of standaard" - } - } - }, - "8": { - "question": "Werkt de fietspomp nog?", - "mappings": { - "0": { - "then": "De fietspomp is kapot" - }, - "1": { - "then": "De fietspomp werkt nog" - } - } - }, - "9": { - "render": "Rapporteer deze fietspomp als kapot" - }, - "10": { - "question": "Welke ventielen werken er met de pomp?", - "render": "Deze pomp werkt met de volgende ventielen: {valves}", - "mappings": { - "0": { - "then": "Sclaverand (ook gekend als Presta)" - }, - "1": { - "then": "Dunlop" - }, - "2": { - "then": "Schrader (auto's)" - } - } - }, - "11": { - "question": "Is dit een electrische fietspomp?", - "mappings": { - "0": { - "then": "Manuele pomp" - }, - "1": { - "then": "Electrische pomp" - } - } - }, - "12": { - "question": "Heeft deze pomp een luchtdrukmeter?", - "mappings": { - "0": { - "then": "Er is een luchtdrukmeter" - }, - "1": { - "then": "Er is geen luchtdrukmeter" - }, - "2": { - "then": "Er is een luchtdrukmeter maar die is momenteel defect" - } - } - } - }, - "presets": { - "0": { - "title": "Fietspomp", - "description": "Een apparaat waar je je fietsbanden kan oppompen, beschikbaar in de publieke ruimte. De fietspomp in je kelder telt dus niet.

Voorbeelden

Examples of bicycle pumps

" - }, - "1": { - "title": "Herstelpunt en pomp", - "description": "Een apparaat met zowel gereedschap om je fiets te herstellen, met een pomp. Deze zijn op een vastgemaakt op een plaats in de publieke ruimte, bv. aan een paal.

Voorbeeld

" - }, - "2": { - "title": "Herstelpunt zonder pomp" - } - } - }, - "bike_shop": { - "name": "Fietszaak", - "title": { - "render": "Fietszaak", - "mappings": { - "0": { - "then": "Sportwinkel {name}" + "bike_cafe": { + "name": "Fietscafé", + "title": { + "render": "Fietscafé", + "mappings": { + "0": { + "then": "Fietscafé {name}" + } + } }, - "2": { - "then": "Fietsverhuur {name}" + "tagRenderings": { + "1": { + "question": "Wat is de naam van dit fietscafé?", + "render": "Dit fietscafé heet {name}" + }, + "2": { + "question": "Biedt dit fietscafé een fietspomp aan voor iedereen?", + "mappings": { + "0": { + "then": "Dit fietscafé biedt een fietspomp aan voor eender wie" + }, + "1": { + "then": "Dit fietscafé biedt geen fietspomp aan voor iedereen" + } + } + }, + "3": { + "question": "Biedt dit fietscafé gereedschap aan om je fiets zelf te herstellen?", + "mappings": { + "0": { + "then": "Dit fietscafé biedt gereedschap aan om je fiets zelf te herstellen" + }, + "1": { + "then": "Dit fietscafé biedt geen gereedschap aan om je fiets zelf te herstellen" + } + } + }, + "4": { + "question": "Herstelt dit fietscafé fietsen?", + "mappings": { + "0": { + "then": "Dit fietscafé herstelt fietsen" + }, + "1": { + "then": "Dit fietscafé herstelt geen fietsen" + } + } + }, + "5": { + "question": "Wat is de website van {name}?" + }, + "6": { + "question": "Wat is het telefoonnummer van {name}?" + }, + "7": { + "question": "Wat is het email-adres van {name}?" + }, + "8": { + "question": "Wanneer is dit fietscafé geopend?" + } }, - "3": { - "then": "Fietsenmaker {name}" + "presets": { + "0": { + "title": "Fietscafé" + } + } + }, + "bike_cleaning": { + "name": "Fietsschoonmaakpunt", + "title": { + "render": "Fietsschoonmaakpunt", + "mappings": { + "0": { + "then": "Fietsschoonmaakpunt {name}" + } + } }, - "4": { - "then": "Fietswinkel {name}" + "presets": { + "0": { + "title": "Fietsschoonmaakpunt" + } + } + }, + "bike_monitoring_station": { + "name": "Telstation", + "title": { + "render": "Fietstelstation", + "mappings": { + "0": { + "then": "Fietstelstation {name}" + }, + "1": { + "then": "Fietstelstation {ref}" + } + } + } + }, + "bike_parking": { + "name": "Fietsparking", + "presets": { + "0": { + "title": "Fietsparking" + } }, - "5": { - "then": "Fietszaak {name}" - } - } - }, - "description": "Een winkel die hoofdzakelijk fietsen en fietstoebehoren verkoopt", - "tagRenderings": { - "1": { - "render": "Deze winkel verkoopt {shop} en heeft fiets-gerelateerde activiteiten." - }, - "2": { - "question": "Wat is de naam van deze fietszaak?", - "render": "Deze fietszaak heet {name}" - }, - "3": { - "question": "Wat is de website van {name}?" - }, - "4": { - "question": "Wat is het telefoonnummer van {name}?" - }, - "5": { - "question": "Wat is het email-adres van {name}?" - }, - "9": { - "question": "Verkoopt deze fietszaak fietsen?", - "mappings": { - "0": { - "then": "Deze winkel verkoopt fietsen" - }, - "1": { - "then": "Deze winkel verkoopt geen fietsen" - } - } - }, - "10": { - "question": "Herstelt deze winkel fietsen?", - "mappings": { - "0": { - "then": "Deze winkel herstelt fietsen" - }, - "1": { - "then": "Deze winkel herstelt geen fietsen" - }, - "2": { - "then": "Deze winkel herstelt enkel fietsen die hier werden gekocht" - }, - "3": { - "then": "Deze winkel herstelt enkel fietsen van een bepaald merk" - } - } - }, - "11": { - "question": "Verhuurt deze winkel fietsen?", - "mappings": { - "0": { - "then": "Deze winkel verhuurt fietsen" - }, - "1": { - "then": "Deze winkel verhuurt geen fietsen" - } - } - }, - "12": { - "question": "Verkoopt deze winkel tweedehands fietsen?", - "mappings": { - "0": { - "then": "Deze winkel verkoopt tweedehands fietsen" - }, - "1": { - "then": "Deze winkel verkoopt geen tweedehands fietsen" - }, - "2": { - "then": "Deze winkel verkoopt enkel tweedehands fietsen" - } - } - }, - "13": { - "question": "Biedt deze winkel een fietspomp aan voor iedereen?", - "mappings": { - "0": { - "then": "Deze winkel biedt een fietspomp aan voor iedereen" - }, - "1": { - "then": "Deze winkel biedt geen fietspomp aan voor eender wie" - }, - "2": { - "then": "Er is een fietspomp, deze is apart aangeduid" - } - } - }, - "14": { - "question": "Biedt deze winkel gereedschap aan om je fiets zelf te herstellen?", - "mappings": { - "0": { - "then": "Deze winkel biedt gereedschap aan om je fiets zelf te herstellen" - }, - "1": { - "then": "Deze winkel biedt geen gereedschap aan om je fiets zelf te herstellen" - }, - "2": { - "then": "Het gereedschap aan om je fiets zelf te herstellen is enkel voor als je de fiets er kocht of huurt" - } - } - }, - "15": { - "question": "Biedt deze winkel een fietsschoonmaak aan?", - "mappings": { - "0": { - "then": "Deze winkel biedt fietsschoonmaak aan" - }, - "1": { - "then": "Deze winkel biedt een installatie aan om zelf je fiets schoon te maken" - }, - "2": { - "then": "Deze winkel biedt geen fietsschoonmaak aan" - } - } - } - }, - "presets": { - "0": { - "title": "Fietszaak" - } - } - }, - "bike_themed_object": { - "name": "Fietsgerelateerd object", - "title": { - "render": "Fietsgerelateerd object", - "mappings": { - "1": { - "then": "Wielerpiste" - } - } - } - }, - "birdhide": { - "name": "Vogelkijkhutten", - "title": { - "render": "Vogelkijkplaats", - "mappings": { - "0": { - "then": "{name}" + "title": { + "render": "Fietsparking" }, - "1": { - "then": "Vogelkijkhut {name}" + "tagRenderings": { + "1": { + "question": "Van welk type is deze fietsparking?", + "render": "Dit is een fietsparking van het type: {bicycle_parking}", + "mappings": { + "0": { + "then": "Nietjes " + }, + "1": { + "then": "Wielrek/lussen " + }, + "2": { + "then": "Stuurhouder " + }, + "3": { + "then": "Rek " + }, + "4": { + "then": "Dubbel (twee verdiepingen) " + }, + "5": { + "then": "Schuur " + }, + "6": { + "then": "Paal met ring " + }, + "7": { + "then": "Een oppervlakte die gemarkeerd is om fietsen te parkeren" + } + } + }, + "2": { + "question": "Wat is de relatieve locatie van deze parking??", + "mappings": { + "0": { + "then": "Ondergrondse parking" + }, + "1": { + "then": "Ondergrondse parking" + }, + "2": { + "then": "Parking op de begane grond" + }, + "3": { + "then": "Parking op de begane grond" + }, + "4": { + "then": "Dakparking" + } + } + }, + "3": { + "question": "Is deze parking overdekt? Selecteer ook \"overdekt\" voor fietsparkings binnen een gebouw.", + "mappings": { + "0": { + "then": "Deze parking is overdekt (er is een afdak)" + }, + "1": { + "then": "Deze parking is niet overdekt" + } + } + }, + "4": { + "question": "Hoeveel fietsen kunnen in deze fietsparking (inclusief potentiëel bakfietsen)?", + "render": "Plaats voor {capacity} fietsen" + }, + "5": { + "question": "Wie mag er deze fietsenstalling gebruiken?", + "render": "{access}", + "mappings": { + "0": { + "then": "Publiek toegankelijke fietsenstalling" + }, + "1": { + "then": "Klanten van de zaak of winkel" + }, + "2": { + "then": "Private fietsenstalling van een school, een bedrijf, ..." + } + } + }, + "6": { + "question": "Heeft deze fietsparking plaats voor bakfietsen?", + "mappings": { + "0": { + "then": "Deze parking heeft plaats voor bakfietsen" + }, + "1": { + "then": "Er zijn speciale plaatsen voorzien voor bakfietsen" + }, + "2": { + "then": "Je mag hier geen bakfietsen parkeren" + } + } + }, + "7": { + "question": "Voor hoeveel bakfietsen heeft deze fietsparking plaats?", + "render": "Deze parking heeft plaats voor {capacity:cargo_bike} fietsen" + } + } + }, + "bike_repair_station": { + "name": "Fietspunten (herstel, pomp of allebei)", + "title": { + "render": "Herstelpunt met pomp", + "mappings": { + "0": { + "then": "Herstelpunt" + }, + "1": { + "then": "Herstelpunt" + }, + "2": { + "then": "Kapotte fietspomp" + }, + "3": { + "then": "Fietspomp {name}" + }, + "4": { + "then": "Fietspomp" + } + } }, - "2": { - "then": "Vogelkijkwand {name}" - } - } - }, - "description": "Een vogelkijkhut", - "tagRenderings": { - "1": { - "question": "Is dit een kijkwand of kijkhut?", - "mappings": { - "0": { - "then": "Vogelkijkwand" - }, - "1": { - "then": "Vogelkijkhut" - }, - "2": { - "then": "Vogelkijktoren" - }, - "3": { - "then": "Vogelkijkhut" - } - } - }, - "2": { - "question": "Is deze vogelkijkplaats rolstoeltoegankelijk?", - "mappings": { - "0": { - "then": "Er zijn speciale voorzieningen voor rolstoelen" - }, - "1": { - "then": "Een rolstoel raakt er vlot" - }, - "2": { - "then": "Je kan er raken met een rolstoel, maar het is niet makkelijk" - }, - "3": { - "then": "Niet rolstoeltoegankelijk" - } - } - }, - "3": { - "render": "Beheer door {operator}", - "question": "Wie beheert deze vogelkijkplaats?", - "mappings": { - "0": { - "then": "Beheer door Natuurpunt" - }, - "1": { - "then": "Beheer door het Agentschap Natuur en Bos " - } - } - } - }, - "icon": { - "render": "./assets/layers/birdhide/birdhide.svg" - }, - "size": { - "render": "40,40,center" - }, - "color": { - "render": "#94bb28" - }, - "stroke": { - "render": "3" - }, - "presets": { - "0": { - "title": "Vogelkijkhut", - "description": "Een overdekte hut waarbinnen er warm en droog naar vogels gekeken kan worden" - }, - "1": { - "title": "Vogelkijkwand", - "description": "Een vogelkijkwand waarachter men kan staan om vogels te kijken" - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "Rolstoeltoegankelijk" - } - } - }, - "1": { - "options": { - "0": { - "question": "Enkel overdekte kijkhutten" - } - } - } - } - }, - "cafe_pub": { - "name": "Cafés", - "title": { - "render": "Café", - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Wat is de naam van dit café?", - "render": "De naam van dit café is {name}" - }, - "2": { - "question": "Welk soort café is dit?", - "mappings": { - "0": { - "then": "Dit is een bruin café of een kroeg waar voornamelijk bier wordt gedronken. De inrichting is typisch gezellig met veel houtwerk " - }, - "1": { - "then": "Dit is een bar waar men ter plaatse alcoholische drank nuttigt. De inrichting is typisch modern en commercieel, soms met lichtinstallatie en feestmuziek" - }, - "2": { - "then": "Dit is een cafe - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen." - }, - "3": { - "then": "Dit is een restaurant waar men een maaltijd geserveerd krijgt" - }, - "4": { - "then": "Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland" - } - } - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "Nu geopened" - } - } - } - } - }, - "charging_station": { - "tagRenderings": { - "24": { - "question": "Is dit oplaadpunt operationeel?", - "mappings": { - "0": { - "then": "Dit oplaadpunt is kapot" - }, - "1": { - "then": "Hier zal binnenkort een oplaadpunt gebouwd worden" - }, - "2": { - "then": "Hier wordt op dit moment een oplaadpunt gebouwd" - }, - "3": { - "then": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig" - }, - "4": { - "then": "Dit oplaadpunt werkt" - } - } - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "Alle voertuigen" - }, - "1": { - "question": "Oplaadpunten voor fietsen" - }, - "2": { - "question": "Oplaadpunten voor auto's" - } - } - } - } - }, - "crossings": { - "name": "Oversteekplaatsen", - "description": "Oversteekplaatsen voor voetgangers en fietsers", - "title": { - "render": "Oversteekplaats", - "mappings": { - "0": { - "then": "Verkeerslicht" + "tagRenderings": { + "1": { + "question": "Welke functies biedt dit fietspunt?", + "mappings": { + "0": { + "then": "Er is enkel een pomp aanwezig" + }, + "1": { + "then": "Er is enkel gereedschap aanwezig (schroevendraaier, tang...)" + }, + "2": { + "then": "Er is zowel een pomp als gereedschap aanwezig" + } + } + }, + "2": { + "question": "Wie beheert deze fietspomp?", + "render": "Beheer door {operator}" + }, + "3": { + "question": "Wat is het email-adres van de beheerder?" + }, + "4": { + "question": "Wat is het telefoonnummer van de beheerder?" + }, + "5": { + "question": "Wanneer is dit fietsherstelpunt open?", + "mappings": { + "0": { + "then": "Dag en nacht open" + }, + "1": { + "then": "Dag en nacht open" + } + } + }, + "6": { + "question": "Heeft dit herstelpunt een speciale reparatieset voor je ketting?", + "mappings": { + "0": { + "then": "Er is een reparatieset voor je ketting" + }, + "1": { + "then": "Er is geen reparatieset voor je ketting" + } + } + }, + "7": { + "question": "Heeft dit herstelpunt een haak of standaard om je fiets op te hangen/zetten?", + "mappings": { + "0": { + "then": "Er is een haak of standaard" + }, + "1": { + "then": "Er is geen haak of standaard" + } + } + }, + "8": { + "question": "Werkt de fietspomp nog?", + "mappings": { + "0": { + "then": "De fietspomp is kapot" + }, + "1": { + "then": "De fietspomp werkt nog" + } + } + }, + "9": { + "render": "Rapporteer deze fietspomp als kapot" + }, + "10": { + "question": "Welke ventielen werken er met de pomp?", + "render": "Deze pomp werkt met de volgende ventielen: {valves}", + "mappings": { + "0": { + "then": "Sclaverand (ook gekend als Presta)" + }, + "1": { + "then": "Dunlop" + }, + "2": { + "then": "Schrader (auto's)" + } + } + }, + "11": { + "question": "Is dit een electrische fietspomp?", + "mappings": { + "0": { + "then": "Manuele pomp" + }, + "1": { + "then": "Electrische pomp" + } + } + }, + "12": { + "question": "Heeft deze pomp een luchtdrukmeter?", + "mappings": { + "0": { + "then": "Er is een luchtdrukmeter" + }, + "1": { + "then": "Er is geen luchtdrukmeter" + }, + "2": { + "then": "Er is een luchtdrukmeter maar die is momenteel defect" + } + } + } }, - "1": { - "then": "Oversteektplaats met verkeerslichten" + "presets": { + "0": { + "title": "Fietspomp", + "description": "Een apparaat waar je je fietsbanden kan oppompen, beschikbaar in de publieke ruimte. De fietspomp in je kelder telt dus niet.

Voorbeelden

Examples of bicycle pumps

" + }, + "1": { + "title": "Herstelpunt en pomp", + "description": "Een apparaat met zowel gereedschap om je fiets te herstellen, met een pomp. Deze zijn op een vastgemaakt op een plaats in de publieke ruimte, bv. aan een paal.

Voorbeeld

" + }, + "2": { + "title": "Herstelpunt zonder pomp" + } } - } }, - "presets": { - "0": { - "title": "Oversteekplaats", - "description": "Oversteekplaats voor voetgangers en/of fietsers" - }, - "1": { - "title": "Verkeerslicht", - "description": "Verkeerslicht op een weg" - } - }, - "tagRenderings": { - "0": { - "question": "Wat voor oversteekplaats is dit?", - "mappings": { - "0": { - "then": "Oversteekplaats, zonder verkeerslichten" - }, - "1": { - "then": "Oversteekplaats met verkeerslichten" - }, - "2": { - "then": "Zebrapad" - } - } - }, - "1": { - "question": "Is dit een zebrapad?", - "mappings": { - "0": { - "then": "Dit is een zebrapad" - }, - "1": { - "then": "Dit is geen zebrapad" - } - } - }, - "2": { - "question": "Is deze oversteekplaats ook voor fietsers", - "mappings": { - "0": { - "then": "Een fietser kan deze oversteekplaats gebruiken" - }, - "1": { - "then": "Een fietser kan deze oversteekplaats niet gebruiken" - } - } - }, - "3": { - "question": "Heeft deze oversteekplaats een verkeerseiland in het midden?", - "mappings": { - "0": { - "then": "Deze oversteekplaats heeft een verkeerseiland in het midden" - }, - "1": { - "then": "Deze oversteekplaats heeft geen verkeerseiland in het midden" - } - } - }, - "4": { - "question": "Heeft deze oversteekplaats een geleidelijn?", - "mappings": { - "0": { - "then": "Deze oversteekplaats heeft een geleidelijn" - }, - "1": { - "then": "Deze oversteekplaats heeft geen geleidelijn" - }, - "2": { - "then": "Deze oversteekplaats heeft een geleidelijn, die incorrect is." - } - } - }, - "5": { - "question": "Heeft dit verkeerslicht een knop voor groen licht?", - "mappings": { - "0": { - "then": "Dit verkeerslicht heeft een knop voor groen licht" - }, - "1": { - "then": "Dit verkeerlicht heeft geen knop voor groen licht" - } - } - }, - "6": { - "question": "Mag een fietser rechtsaf slaan als het licht rood is?", - "mappings": { - "0": { - "then": "Een fietser mag wel rechtsaf slaan als het licht rood is " - }, - "1": { - "then": "Een fietser mag wel rechtsaf slaan als het licht rood is" - }, - "2": { - "then": "Een fietser mag niet rechtsaf slaan als het licht rood is" - } - } - }, - "7": { - "question": "Mag een fietser rechtdoor gaan als het licht rood is?", - "mappings": { - "0": { - "then": "Een fietser mag wel rechtdoor gaan als het licht rood is " - }, - "1": { - "then": "Een fietser mag wel rechtdoor gaan als het licht rood is" - }, - "2": { - "then": "Een fietser mag niet rechtdoor gaan als het licht rood is" - } - } - } - } - }, - "cycleways_and_roads": { - "name": "Fietspaden, straten en wegen", - "title": { - "render": "Fietspaden", - "mappings": { - "0": { - "then": "Fietsweg" + "bike_shop": { + "name": "Fietszaak", + "title": { + "render": "Fietszaak", + "mappings": { + "0": { + "then": "Sportwinkel {name}" + }, + "2": { + "then": "Fietsverhuur {name}" + }, + "3": { + "then": "Fietsenmaker {name}" + }, + "4": { + "then": "Fietswinkel {name}" + }, + "5": { + "then": "Fietszaak {name}" + } + } }, - "1": { - "then": "Fietssuggestiestrook" + "description": "Een winkel die hoofdzakelijk fietsen en fietstoebehoren verkoopt", + "tagRenderings": { + "1": { + "render": "Deze winkel verkoopt {shop} en heeft fiets-gerelateerde activiteiten." + }, + "2": { + "question": "Wat is de naam van deze fietszaak?", + "render": "Deze fietszaak heet {name}" + }, + "3": { + "question": "Wat is de website van {name}?" + }, + "4": { + "question": "Wat is het telefoonnummer van {name}?" + }, + "5": { + "question": "Wat is het email-adres van {name}?" + }, + "9": { + "question": "Verkoopt deze fietszaak fietsen?", + "mappings": { + "0": { + "then": "Deze winkel verkoopt fietsen" + }, + "1": { + "then": "Deze winkel verkoopt geen fietsen" + } + } + }, + "10": { + "question": "Herstelt deze winkel fietsen?", + "mappings": { + "0": { + "then": "Deze winkel herstelt fietsen" + }, + "1": { + "then": "Deze winkel herstelt geen fietsen" + }, + "2": { + "then": "Deze winkel herstelt enkel fietsen die hier werden gekocht" + }, + "3": { + "then": "Deze winkel herstelt enkel fietsen van een bepaald merk" + } + } + }, + "11": { + "question": "Verhuurt deze winkel fietsen?", + "mappings": { + "0": { + "then": "Deze winkel verhuurt fietsen" + }, + "1": { + "then": "Deze winkel verhuurt geen fietsen" + } + } + }, + "12": { + "question": "Verkoopt deze winkel tweedehands fietsen?", + "mappings": { + "0": { + "then": "Deze winkel verkoopt tweedehands fietsen" + }, + "1": { + "then": "Deze winkel verkoopt geen tweedehands fietsen" + }, + "2": { + "then": "Deze winkel verkoopt enkel tweedehands fietsen" + } + } + }, + "13": { + "question": "Biedt deze winkel een fietspomp aan voor iedereen?", + "mappings": { + "0": { + "then": "Deze winkel biedt een fietspomp aan voor iedereen" + }, + "1": { + "then": "Deze winkel biedt geen fietspomp aan voor eender wie" + }, + "2": { + "then": "Er is een fietspomp, deze is apart aangeduid" + } + } + }, + "14": { + "question": "Biedt deze winkel gereedschap aan om je fiets zelf te herstellen?", + "mappings": { + "0": { + "then": "Deze winkel biedt gereedschap aan om je fiets zelf te herstellen" + }, + "1": { + "then": "Deze winkel biedt geen gereedschap aan om je fiets zelf te herstellen" + }, + "2": { + "then": "Het gereedschap aan om je fiets zelf te herstellen is enkel voor als je de fiets er kocht of huurt" + } + } + }, + "15": { + "question": "Biedt deze winkel een fietsschoonmaak aan?", + "mappings": { + "0": { + "then": "Deze winkel biedt fietsschoonmaak aan" + }, + "1": { + "then": "Deze winkel biedt een installatie aan om zelf je fiets schoon te maken" + }, + "2": { + "then": "Deze winkel biedt geen fietsschoonmaak aan" + } + } + } }, - "2": { - "then": "Fietsstrook" + "presets": { + "0": { + "title": "Fietszaak" + } + } + }, + "bike_themed_object": { + "name": "Fietsgerelateerd object", + "title": { + "render": "Fietsgerelateerd object", + "mappings": { + "1": { + "then": "Wielerpiste" + } + } + } + }, + "binocular": { + "name": "Verrekijkers", + "title": { + "render": "Verrekijker" }, - "3": { - "then": "Fietsweg naast de weg" + "description": "Verrekijkers", + "tagRenderings": { + "1": { + "mappings": { + "0": { + "then": "Gratis te gebruiken" + } + }, + "render": "Deze verrekijker gebruiken kost {charge}", + "question": "Hoeveel moet men betalen om deze verrekijker te gebruiken?" + }, + "2": { + "question": "Welke richting kijkt men uit als men door deze verrekijker kijkt?", + "render": "Kijkt richting {direction}°" + } }, - "4": { - "then": "Fietsstraat" + "presets": { + "0": { + "title": "Verrekijker", + "description": "Een telescoop of verrekijker die op een vaste plaats gemonteerd staat waar iedereen door mag kijken. " + } } - } }, - "tagRenderings": { - "0": { - "question": "Wat voor fietspad is hier?", - "mappings": { - "0": { - "then": "Er is een fietssuggestiestrook" - }, - "1": { - "then": "Er is een fietspad aangrenzend aan de weg (gescheiden met verf)" - }, - "2": { - "then": "Er is een fietspad (los van de weg), maar geen fietspad afzonderlijk getekend naast deze weg." - }, - "3": { - "then": "Er is een apart getekend fietspad." - }, - "4": { - "then": "Er is geen fietspad aanwezig" - }, - "5": { - "then": "Er is geen fietspad aanwezig" - } - } - }, - "1": { - "question": "Is deze weg verlicht?", - "mappings": { - "0": { - "then": "Deze weg is verlicht" - }, - "1": { - "then": "Deze weg is niet verlicht" - }, - "2": { - "then": "Deze weg is 's nachts verlicht" - }, - "3": { - "then": "Deze weg is 24/7 verlicht" - } - } - }, - "2": { - "question": "Is dit een fietsstraat?", - "mappings": { - "0": { - "then": "Dit is een fietsstraat, en dus een 30km/h zone" - }, - "1": { - "then": "Dit is een fietsstraat" - }, - "2": { - "then": "Dit is geen fietsstraat" - } - } - }, - "3": { - "render": "De maximumsnelheid op deze weg is {maxspeed} km/u", - "mappings": { - "0": { - "then": "De maximumsnelheid is 20 km/u" - }, - "1": { - "then": "De maximumsnelheid is 30 km/u" - }, - "2": { - "then": "De maximumsnelheid is 50 km/u" - }, - "3": { - "then": "De maximumsnelheid is 70 km/u" - }, - "4": { - "then": "De maximumsnelheid is 90 km/u" - } + "birdhide": { + "name": "Vogelkijkhutten", + "title": { + "render": "Vogelkijkplaats", + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "Vogelkijkhut {name}" + }, + "2": { + "then": "Vogelkijkwand {name}" + } + } }, - "question": "Wat is de maximumsnelheid in deze straat?" - }, - "4": { - "render": "Dit fietspad is gemaakt van {cycleway:surface}", - "mappings": { - "0": { - "then": "Dit fietspad is onverhard" - }, - "1": { - "then": "Dit fietspad is geplaveid" - }, - "2": { - "then": "Dit fietspad is gemaakt van asfalt" - }, - "3": { - "then": "Dit fietspad is gemaakt van straatstenen" - }, - "4": { - "then": "Dit fietspad is gemaakt van beton" - }, - "5": { - "then": "Dit fietspad is gemaakt van kasseien (natuurlijk of verwerkt)" - }, - "6": { - "then": "Dit fietspad is gemaakt van ruwe, natuurlijke kasseien" - }, - "7": { - "then": "Dit fietspad is gemaakt van vlakke, rechthoekige kasseien" - }, - "8": { - "then": "Dit fietspad is gemaakt van hout" - }, - "9": { - "then": "Dit fietspad is gemaakt van grind" - }, - "10": { - "then": "Dit fietspad is gemaakt van fijn grind" - }, - "11": { - "then": "Dit fietspad is gemaakt van kiezelsteentjes" - }, - "12": { - "then": "Dit fietspad is gemaakt van aarde" - } + "description": "Een vogelkijkhut", + "tagRenderings": { + "1": { + "question": "Is dit een kijkwand of kijkhut?", + "mappings": { + "0": { + "then": "Vogelkijkwand" + }, + "1": { + "then": "Vogelkijkhut" + }, + "2": { + "then": "Vogelkijktoren" + }, + "3": { + "then": "Vogelkijkhut" + } + } + }, + "2": { + "question": "Is deze vogelkijkplaats rolstoeltoegankelijk?", + "mappings": { + "0": { + "then": "Er zijn speciale voorzieningen voor rolstoelen" + }, + "1": { + "then": "Een rolstoel raakt er vlot" + }, + "2": { + "then": "Je kan er raken met een rolstoel, maar het is niet makkelijk" + }, + "3": { + "then": "Niet rolstoeltoegankelijk" + } + } + }, + "3": { + "render": "Beheer door {operator}", + "question": "Wie beheert deze vogelkijkplaats?", + "mappings": { + "0": { + "then": "Beheer door Natuurpunt" + }, + "1": { + "then": "Beheer door het Agentschap Natuur en Bos " + } + } + } }, - "question": "Waaruit is het oppervlak van het fietspad van gemaakt?" - }, - "5": { - "question": "Wat is de kwaliteit van dit fietspad?", - "mappings": { - "0": { - "then": "Geschikt voor fijne rollers: rollerblade, skateboard" - }, - "1": { - "then": "Geschikt voor fijne wielen: racefiets" - }, - "2": { - "then": "Geschikt voor normale wielen: stadsfiets, rolstoel, scooter" - }, - "3": { - "then": "Geschikt voor brede wielen: trekfiets, auto, rickshaw" - }, - "4": { - "then": "Geschikt voor voertuigen met hoge banden: lichte terreinwagen" - }, - "5": { - "then": "Geschikt voor terreinwagens: zware terreinwagen" - }, - "6": { - "then": "Geschikt voor gespecialiseerde terreinwagens: tractor, alleterreinwagen" - }, - "7": { - "then": "Niet geschikt voor voertuigen met wielen" - } - } - }, - "6": { - "render": "Deze weg is gemaakt van {surface}", - "mappings": { - "0": { - "then": "Dit fietspad is onverhard" - }, - "1": { - "then": "Dit fietspad is geplaveid" - }, - "2": { - "then": "Dit fietspad is gemaakt van asfalt" - }, - "3": { - "then": "Dit fietspad is gemaakt van straatstenen" - }, - "4": { - "then": "Dit fietspad is gemaakt van beton" - }, - "5": { - "then": "Dit fietspad is gemaakt van kasseien (natuurlijk of verwerkt)" - }, - "6": { - "then": "Dit fietspad is gemaakt van ruwe, natuurlijke kasseien" - }, - "7": { - "then": "Dit fietspad is gemaakt van vlakke, rechthoekige kasseien" - }, - "8": { - "then": "Dit fietspad is gemaakt van hout" - }, - "9": { - "then": "Dit fietspad is gemaakt van grind" - }, - "10": { - "then": "Dit fietspad is gemaakt van fijn grind" - }, - "11": { - "then": "Dit fietspad is gemaakt van kiezelsteentjes" - }, - "12": { - "then": "Dit fietspad is gemaakt van aarde" - } + "icon": { + "render": "./assets/layers/birdhide/birdhide.svg" }, - "question": "Waaruit is het oppervlak van de straat gemaakt?" - }, - "7": { - "question": "Wat is de kwaliteit van deze straat?" - }, - "8": { - "render": "De breedte van deze rijbaan in deze straat is {width:carriageway}m", - "question": "Hoe breed is de rijbaan in deze straat (in meters)?" - }, - "9": { - "question": "Welk verkeersbord heeft dit fietspad?", - "mappings": { - "0": { - "then": "Verplicht fietspad " - }, - "1": { - "then": "Verplicht fietspad (met onderbord)
" - }, - "2": { - "then": "Afgescheiden voet-/fietspad " - }, - "3": { - "then": "Gedeeld voet-/fietspad " - }, - "4": { - "then": "Geen verkeersbord aanwezig" - } - } - }, - "10": { - "question": "Welk verkeersbord heeft dit fietspad?", - "mappings": { - "0": { - "then": "Verplicht fietspad " - }, - "1": { - "then": "Verplicht fietspad (met onderbord)
" - }, - "2": { - "then": "Afgescheiden voet-/fietspad " - }, - "3": { - "then": "Gedeeld voet-/fietspad " - }, - "4": { - "then": "Geen verkeersbord aanwezig" - } - } - }, - "11": { - "question": "Heeft het verkeersbord D7 () een onderbord?", - "mappings": { - "0": { - "then": "" - }, - "1": { - "then": "" - }, - "2": { - "then": "" - }, - "3": { - "then": "" - }, - "4": { - "then": "" - }, - "5": { - "then": "" - }, - "6": { - "then": "Geen onderbord aanwezig" - } - } - }, - "12": { - "question": "Heeft het verkeersbord D7 () een onderbord?", - "mappings": { - "0": { - "then": "" - }, - "1": { - "then": "" - }, - "2": { - "then": "" - }, - "3": { - "then": "" - }, - "4": { - "then": "" - }, - "5": { - "then": "" - }, - "6": { - "then": "Geen onderbord aanwezig" - } - } - }, - "13": { - "render": "De schrikafstand van dit fietspad is {cycleway:buffer} m", - "question": "Hoe breed is de ruimte tussen het fietspad en de weg?" - }, - "14": { - "question": "Hoe is dit fietspad gescheiden van de weg?", - "mappings": { - "0": { - "then": "Dit fietspad is gescheiden van de weg met een onderbroken streep" - }, - "1": { - "then": "Dit fietspad is gescheiden van de weg met een doorgetrokken streep" - }, - "2": { - "then": "Dit fietspad is gescheiden van de weg met parkeervakken" - }, - "3": { - "then": "Dit fietspad is gescheiden van de weg met een stoeprand" - } - } - }, - "15": { - "question": "Hoe is dit fietspad gescheiden van de weg?", - "mappings": { - "0": { - "then": "Dit fietspad is gescheiden van de weg met een onderbroken streep" - }, - "1": { - "then": "Dit fietspad is gescheiden van de weg met een doorgetrokken streep" - }, - "2": { - "then": "Dit fietspad is gescheiden van de weg met parkeervakken" - }, - "3": { - "then": "Dit fietspad is gescheiden van de weg met een stoeprand" - } - } - } - } - }, - "defibrillator": { - "name": "Defibrillatoren", - "title": { - "render": "Defibrillator" - }, - "presets": { - "0": { - "title": "Defibrillator" - } - }, - "tagRenderings": { - "1": { - "question": "Hangt deze defibrillator binnen of buiten?", - "mappings": { - "0": { - "then": "Deze defibrillator bevindt zich in een gebouw" - }, - "1": { - "then": "Deze defibrillator hangt buiten" - } - } - }, - "2": { - "question": "Is deze defibrillator vrij toegankelijk?", - "render": "Toegankelijkheid is {access}", - "mappings": { - "0": { - "then": "Publiek toegankelijk" - }, - "1": { - "then": "Publiek toegankelijk" - }, - "2": { - "then": "Enkel toegankelijk voor klanten" - }, - "3": { - "then": "Niet toegankelijk voor het publiek (bv. enkel voor personeel, de eigenaar, ...)" - }, - "4": { - "then": "Niet toegankelijk, mogelijk enkel voor professionals" - } - } - }, - "3": { - "render": "Er is geen info over het soort toestel", - "question": "Is dit een gewone automatische defibrillator of een manueel toestel enkel voor professionals?", - "mappings": { - "0": { - "then": "Dit is een manueel toestel enkel voor professionals" - }, - "1": { - "then": "Dit is een gewone automatische defibrillator" - } - } - }, - "4": { - "question": "Op welke verdieping bevindt deze defibrillator zich?", - "render": "De defibrillator bevindt zicht op verdieping {level}", - "mappings": { - "0": { - "then": "Deze defibrillator bevindt zich gelijkvloers" - }, - "1": { - "then": "Deze defibrillator is op de eerste verdieping" - } - } - }, - "5": { - "render": "Meer informatie over de locatie (lokale taal):
{defibrillator:location}", - "question": "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in de plaatselijke taal)" - }, - "6": { - "render": "Meer informatie over de locatie (in het Engels):
{defibrillator:location:en}", - "question": "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in het Engels)" - }, - "7": { - "render": "Meer informatie over de locatie (in het Frans):
{defibrillator:location:fr}", - "question": "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in het Frans)" - }, - "9": { - "render": "Officieel identificatienummer van het toestel: {ref}", - "question": "Wat is het officieel identificatienummer van het toestel? (indien zichtbaar op toestel)" - }, - "10": { - "render": "Email voor vragen over deze defibrillator: {email}", - "question": "Wat is het email-adres voor vragen over deze defibrillator" - }, - "11": { - "render": "Telefoonnummer voor vragen over deze defibrillator: {phone}", - "question": "Wat is het telefoonnummer voor vragen over deze defibrillator" - }, - "12": { - "render": "{opening_hours_table(opening_hours)}", - "question": "Wanneer is deze defibrillator beschikbaar?", - "mappings": { - "0": { - "then": "24/7 open (inclusief feestdagen)" - } - } - }, - "13": { - "render": "Aanvullende info: {description}", - "question": "Is er nog iets bijzonder aan deze defibrillator dat je nog niet hebt kunnen meegeven? (laat leeg indien niet)" - }, - "14": { - "question": "Wanneer is deze defibrillator het laatst gecontroleerd in OpenStreetMap?", - "render": "Deze defibrillator is nagekeken in OSM op {survey:date}", - "mappings": { - "0": { - "then": "Vandaag nagekeken!" - } - } - }, - "15": { - "render": "Extra informatie voor OpenStreetMap experts: {fixme}", - "question": "Is er iets mis met de informatie over deze defibrillator dat je hier niet opgelost kreeg? (laat hier een berichtje achter voor OpenStreetMap experts)" - } - } - }, - "direction": { - "name": "Richtingsvisualisatie", - "description": "Deze laag toont de oriëntatie van een object" - }, - "drinking_water": { - "name": "Drinkbaar water", - "title": { - "render": "Drinkbaar water" - }, - "presets": { - "0": { - "title": "Drinkbaar water" - } - }, - "tagRenderings": { - "1": { - "question": "Is deze drinkwaterkraan nog steeds werkende?", - "render": "Deze waterkraan-status is {operational_status}", - "mappings": { - "0": { - "then": "Deze drinkwaterfontein werkt" - }, - "1": { - "then": "Deze drinkwaterfontein is kapot" - }, - "2": { - "then": "Deze drinkwaterfontein is afgesloten" - } - } - }, - "2": { - "question": "Hoe gemakkelijk is het om drinkbussen bij te vullen?", - "mappings": { - "0": { - "then": "Een drinkbus bijvullen gaat makkelijk" - }, - "1": { - "then": "Een drinkbus past moeilijk" - } - } - }, - "3": { - "render": "Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter" - } - } - }, - "food": { - "name": "Eetgelegenheden", - "presets": { - "0": { - "title": "restaurant", - "description": "Een eetgegelegenheid waar je aan tafel wordt bediend" - }, - "1": { - "title": "fastfood-zaak", - "description": "Een zaak waar je snel bediend wordt, vaak met de focus op afhalen. Zitgelegenheid is eerder beperkt (of zelfs afwezig)" - }, - "2": { - "title": "frituur", - "description": "Een fastfood-zaak waar je frieten koopt" - } - }, - "title": { - "render": "Eetgelegenheid", - "mappings": { - "0": { - "then": "Restaurant {name}" + "size": { + "render": "40,40,center" }, - "1": { - "then": "Fastfood-zaak {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Wat is de naam van deze eetgelegenheid?", - "render": "De naam van deze eetgelegeheid is {name}" - }, - "2": { - "question": "Wat voor soort zaak is dit?", - "mappings": { - "0": { - "then": "Dit is een fastfood-zaak. De focus ligt op snelle bediening, zitplaatsen zijn vaak beperkt en functioneel" - }, - "1": { - "then": "Dit is een restaurant. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend" - } - } - }, - "9": { - "question": "Welk soort gerechten worden hier geserveerd?", - "render": "Deze plaats serveert vooral {cuisine}", - "mappings": { - "0": { - "then": "Dit is een pizzeria" - }, - "1": { - "then": "Dit is een frituur" - }, - "2": { - "then": "Dit is een pastazaak" - }, - "3": { - "then": "Dit is een kebabzaak" - }, - "4": { - "then": "Dit is een broodjeszaak" - }, - "5": { - "then": "Dit is een hamburgerrestaurant" - }, - "6": { - "then": "Dit is een sushirestaurant" - }, - "7": { - "then": "Dit is een koffiezaak" - }, - "8": { - "then": "Dit is een Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)" - }, - "9": { - "then": "Dit is een Frans restaurant" - }, - "10": { - "then": "Dit is een Chinees restaurant" - }, - "11": { - "then": "Dit is een Grieks restaurant" - }, - "12": { - "then": "Dit is een Indisch restaurant" - }, - "13": { - "then": "Dit is een Turks restaurant (dat meer dan enkel kebab verkoopt)" - }, - "14": { - "then": "Dit is een Thaïs restaurant" - } - } - }, - "10": { - "question": "Biedt deze zaak een afhaalmogelijkheid aan?", - "mappings": { - "0": { - "then": "Hier is enkel afhaal mogelijk" - }, - "1": { - "then": "Eten kan hier afgehaald worden" - }, - "2": { - "then": "Hier is geen afhaalmogelijkheid" - } - } - }, - "11": { - "question": "Heeft deze eetgelegenheid een vegetarische optie?", - "mappings": { - "0": { - "then": "Geen vegetarische opties beschikbaar" - }, - "1": { - "then": "Beperkte vegetarische opties zijn beschikbaar" - }, - "2": { - "then": "Vegetarische opties zijn beschikbaar" - }, - "3": { - "then": "Enkel vegetarische opties zijn beschikbaar" - } - } - }, - "12": { - "question": "Heeft deze eetgelegenheid een veganistische optie?", - "mappings": { - "0": { - "then": "Geen veganistische opties beschikbaar" - }, - "1": { - "then": "Beperkte veganistische opties zijn beschikbaar" - }, - "2": { - "then": "Veganistische opties zijn beschikbaar" - }, - "3": { - "then": "Enkel veganistische opties zijn beschikbaar" - } - } - }, - "13": { - "question": "Heeft dit restaurant halal opties?", - "mappings": { - "0": { - "then": "Er zijn geen halal opties aanwezig" - }, - "1": { - "then": "Er zijn een beperkt aantal halal opties" - }, - "2": { - "then": "Halal menu verkrijgbaar" - }, - "3": { - "then": "Enkel halal opties zijn beschikbaar" - } - } - }, - "14": { - "question": "Heeft deze frituur vegetarische snacks?", - "mappings": { - "0": { - "then": "Er zijn vegetarische snacks aanwezig" - }, - "1": { - "then": "Slechts enkele vegetarische snacks" - }, - "2": { - "then": "Geen vegetarische snacks beschikbaar" - } - } - }, - "15": { - "question": "Heeft deze frituur veganistische snacks?", - "mappings": { - "0": { - "then": "Er zijn veganistische snacks aanwezig" - }, - "1": { - "then": "Slechts enkele veganistische snacks" - }, - "2": { - "then": "Geen veganistische snacks beschikbaar" - } - } - }, - "16": { - "question": "Bakt deze frituur met dierlijk vet of met plantaardige olie?", - "mappings": { - "0": { - "then": "Plantaardige olie" - }, - "1": { - "then": "Dierlijk vet" - } - } - }, - "17": { - "question": "Als je je eigen container (bv. kookpot of kleine potjes voor saus) meeneemt, gebruikt de frituur deze dan om je bestelling in te doen?", - "mappings": { - "0": { - "then": "Je mag je eigen containers meenemen om je bestelling in mee te nemen en zo minder afval te maken" - }, - "1": { - "then": "Je mag geen eigen containers meenemen om je bestelling in mee te nemen" - }, - "2": { - "then": "Je moet je eigen containers meenemen om je bestelling in mee te nemen." - } - } - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "Nu geopened" - } - } - }, - "1": { - "options": { - "0": { - "question": "Heeft een vegetarisch menu" - } - } - }, - "2": { - "options": { - "0": { - "question": "Heeft een veganistisch menu" - } - } - }, - "3": { - "options": { - "0": { - "question": "Heeft een halal menu" - } - } - } - } - }, - "ghost_bike": { - "name": "Witte Fietsen", - "title": { - "render": "Witte Fiets", - "mappings": { - "0": { - "then": "Witte fiets ter nagedachtenis van {name}" - } - } - }, - "presets": { - "0": { - "title": "Witte fiets" - } - }, - "tagRenderings": { - "0": { - "render": "Een Witte Fiets (of Spookfiets) is een aandenken aan een fietser die bij een verkeersongeval om het leven kwam. Het gaat over een witgeschilderde fiets die geplaatst werd in de buurt van het ongeval." - }, - "2": { - "question": "Aan wie is deze witte fiets een eerbetoon?
Respecteer privacy - voeg enkel een naam toe indien die op de fiets staat of gepubliceerd is. Eventueel voeg je enkel de voornaam toe.
", - "render": "Ter nagedachtenis van {name}", - "mappings": { - "0": { - "then": "De naam is niet aangeduid op de fiets" - } - } - }, - "3": { - "question": "Op welke website kan men meer informatie vinden over de Witte fiets of over het ongeval?", - "render": "Meer informatie" - }, - "4": { - "question": "Wat is het opschrift op deze witte fiets?", - "render": "{inscription}" - }, - "5": { - "question": "Wanneer werd deze witte fiets geplaatst?", - "render": "Geplaatst op {start_date}" - } - } - }, - "grass_in_parks": { - "name": "Toegankelijke grasvelden in parken", - "title": { - "render": "Speelweide in een park", - "mappings": { - "0": { - "then": "{name}" - } - } - } - }, - "information_board": { - "name": "Informatieborden", - "title": { - "render": "Informatiebord" - }, - "presets": { - "0": { - "title": "Informatiebord" - } - } - }, - "map": { - "name": "Kaarten", - "title": { - "render": "Kaart" - }, - "description": "Een permantent geinstalleerde kaart", - "tagRenderings": { - "1": { - "question": "Op welke data is deze kaart gebaseerd?", - "mappings": { - "0": { - "then": "Deze kaart is gebaseerd op OpenStreetMap" - } + "color": { + "render": "#94bb28" }, - "render": "Deze kaart is gebaseerd op {map_source}" - }, - "2": { - "question": "Is de attributie voor OpenStreetMap aanwezig?", - "mappings": { - "0": { - "then": "De OpenStreetMap-attributie is duidelijk aangegeven, zelf met vermelding van \"ODBL\" " - }, - "1": { - "then": "OpenStreetMap is duidelijk aangegeven, maar de licentievermelding ontbreekt" - }, - "2": { - "then": "OpenStreetMap was oorspronkelijk niet aangeduid, maar iemand plaatste er een sticker" - }, - "3": { - "then": "Er is geen attributie" - }, - "4": { - "then": "Er is geen attributie" - } - } - } - }, - "presets": { - "0": { - "title": "Kaart", - "description": "Voeg een ontbrekende kaart toe" - } - } - }, - "nature_reserve": { - "name": "Natuurgebied", - "title": { - "render": "Natuurgebied", - "mappings": { - "0": { - "then": "{name:nl}" + "stroke": { + "render": "3" }, - "1": { - "then": "{name}" - } - } - }, - "description": "Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. Typisch zijn deze in beheer van Natuurpunt of het Agentschap Natuur en Bos of zijn deze erkend door de overheid.", - "tagRenderings": { - "1": { - "render": "De toegankelijkheid van dit gebied is: {access:description}", - "question": "Is dit gebied toegankelijk?", - "mappings": { - "0": { - "then": "Vrij toegankelijk" - }, - "1": { - "then": "Niet toegankelijk" - }, - "2": { - "then": "Niet toegankelijk, want privégebied" - }, - "3": { - "then": "Toegankelijk, ondanks dat het privegebied is" - }, - "4": { - "then": "Enkel toegankelijk met een gids of tijdens een activiteit" - }, - "5": { - "then": "Toegankelijk mits betaling" - } - } - }, - "2": { - "render": "Beheer door {operator}", - "question": "Wie beheert dit gebied?", - "mappings": { - "0": { - "then": "Dit gebied wordt beheerd door Natuurpunt" - }, - "1": { - "then": "Dit gebied wordt beheerd door {operator}" - }, - "2": { - "then": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos" - } - } - }, - "3": { - "render": "Dit gebied heet {name:nl}", - "question": "Wat is de Nederlandstalige naam van dit gebied?" - }, - "4": { - "render": "Dit gebied heet {name}", - "question": "Wat is de naam van dit gebied?", - "mappings": { - "0": { - "then": "Dit gebied heeft geen naam" - } - } - }, - "5": { - "question": "Zijn honden toegelaten in dit gebied?", - "mappings": { - "0": { - "then": "Honden moeten aan de leiband" - }, - "1": { - "then": "Honden zijn niet toegestaan" - }, - "2": { - "then": "Honden zijn welkom en mogen vrij rondlopen" - } - } - }, - "6": { - "question": "Op welke webpagina kan men meer informatie vinden over dit natuurgebied?" - }, - "7": { - "question": "Wie is de conservator van dit gebied?
Respecteer privacy - geef deze naam enkel als die duidelijk is gepubliceerd", - "render": "{curator} is de beheerder van dit gebied" - }, - "8": { - "question": "Waar kan men naartoe emailen voor vragen en meldingen van dit natuurgebied?
Respecteer privacy - geef enkel persoonlijke emailadressen als deze elders zijn gepubliceerd", - "render": "{email}" - }, - "9": { - "question": "Waar kan men naartoe bellen voor vragen en meldingen van dit natuurgebied?
Respecteer privacy - geef enkel persoonlijke telefoonnummers als deze elders zijn gepubliceerd", - "render": "{phone}" - }, - "10": { - "render": "Extra info: {description}" - }, - "11": { - "render": "Extra info: {description:0}" - }, - "12": { - "render": "Totale oppervlakte: {_surface:ha}Ha" - } - }, - "presets": { - "0": { - "title": "Natuurreservaat", - "description": "Voeg een ontbrekend, erkend natuurreservaat toe, bv. een gebied dat beheerd wordt door het ANB of natuurpunt" - } - }, - "filter": { - "0": { - "options": { - "0": { - "question": "Vrij te bezoeken" - } - } - }, - "1": { - "options": { - "0": { - "question": "Alle natuurgebieden" - }, - "1": { - "question": "Honden mogen vrij rondlopen" - }, - "2": { - "question": "Honden welkom aan de leiband" - } - } - } - } - }, - "parking": { - "name": "parking", - "title": { - "render": "Parking", - "mappings": { - "0": { - "then": "{name:nl}" + "presets": { + "0": { + "title": "Vogelkijkhut", + "description": "Een overdekte hut waarbinnen er warm en droog naar vogels gekeken kan worden" + }, + "1": { + "title": "Vogelkijkwand", + "description": "Een vogelkijkwand waarachter men kan staan om vogels te kijken" + } }, - "1": { - "then": "{name}" + "filter": { + "0": { + "options": { + "0": { + "question": "Rolstoeltoegankelijk" + } + } + }, + "1": { + "options": { + "0": { + "question": "Enkel overdekte kijkhutten" + } + } + } + } + }, + "cafe_pub": { + "name": "Cafés", + "title": { + "render": "Café", + "mappings": { + "0": { + "then": "{name}" + } + } }, - "2": { - "then": "Fietsenstalling" - } - } - }, - "description": "Parking", - "tagRenderings": { - "1": { - "render": "De toegankelijkheid van dit gebied is: {access:description}", - "question": "Is dit gebied toegankelijk?", - "mappings": { - "0": { - "then": "Vrij toegankelijk" - }, - "1": { - "then": "Niet toegankelijk" - }, - "2": { - "then": "Niet toegankelijk, want privégebied" - }, - "3": { - "then": "Toegankelijk, ondanks dat het privegebied is" - }, - "4": { - "then": "Enkel toegankelijk met een gids of tijdens een activiteit" - }, - "5": { - "then": "Toegankelijk mits betaling" - } - } - }, - "2": { - "render": "Beheer door {operator}", - "question": "Wie beheert dit pad?", - "mappings": { - "0": { - "then": "Dit gebied wordt beheerd door Natuurpunt" - }, - "1": { - "then": "Dit gebied wordt beheerd door {operator}" - } - } - } - }, - "presets": { - "0": { - "title": "Paden", - "description": "Voeg een ontbrekend, erkend pad toe." - } - } - }, - "picnic_table": { - "name": "Picnictafels", - "title": { - "render": "Picnictafel" - }, - "description": "Deze laag toont picnictafels", - "tagRenderings": { - "0": { - "question": "Van welk materiaal is deze picnictafel gemaakt?", - "render": "Deze picnictafel is gemaakt van {material}", - "mappings": { - "0": { - "then": "Deze picnictafel is gemaakt uit hout" - }, - "1": { - "then": "Deze picnictafel is gemaakt uit beton" - } - } - } - }, - "presets": { - "0": { - "title": "Picnic-tafel" - } - } - }, - "play_forest": { - "name": "Speelbossen", - "title": { - "render": "Speelbos", - "mappings": { - "0": { - "then": "{name}" + "tagRenderings": { + "1": { + "question": "Wat is de naam van dit café?", + "render": "De naam van dit café is {name}" + }, + "2": { + "question": "Welk soort café is dit?", + "mappings": { + "0": { + "then": "Dit is een bruin café of een kroeg waar voornamelijk bier wordt gedronken. De inrichting is typisch gezellig met veel houtwerk " + }, + "1": { + "then": "Dit is een bar waar men ter plaatse alcoholische drank nuttigt. De inrichting is typisch modern en commercieel, soms met lichtinstallatie en feestmuziek" + }, + "2": { + "then": "Dit is een cafe - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen." + }, + "3": { + "then": "Dit is een restaurant waar men een maaltijd geserveerd krijgt" + }, + "4": { + "then": "Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland" + } + } + } }, - "1": { - "then": "Speelbos {name}" + "filter": { + "0": { + "options": { + "0": { + "question": "Nu geopened" + } + } + } } - } }, - "description": "Een speelbos is een vrij toegankelijke zone in een bos" - }, - "playground": { - "name": "Speeltuinen", - "description": "Speeltuinen", - "title": { - "render": "Speeltuin", - "mappings": { - "0": { - "then": "Speeltuin {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Wat is de ondergrond van deze speeltuin?
Indien er verschillende ondergronden zijn, neem de meest voorkomende", - "render": "De ondergrond is {surface}", - "mappings": { - "0": { - "then": "De ondergrond is gras" - }, - "1": { - "then": "De ondergrond is zand" - }, - "2": { - "then": "De ondergrond bestaat uit houtsnippers" - }, - "3": { - "then": "De ondergrond bestaat uit stoeptegels" - }, - "4": { - "then": "De ondergrond is asfalt" - }, - "5": { - "then": "De ondergrond is beton" - }, - "6": { - "then": "De ondergrond is onverhard" - }, - "7": { - "then": "De ondergrond is verhard" - } - } - }, - "2": { - "question": "Is deze speeltuin 's nachts verlicht?", - "mappings": { - "0": { - "then": "Deze speeltuin is 's nachts verlicht" - }, - "1": { - "then": "Deze speeltuin is 's nachts niet verlicht" - } - } - }, - "3": { - "render": "Toegankelijk vanaf {min_age} jaar oud", - "question": "Wat is de minimale leeftijd om op deze speeltuin te mogen?" - }, - "4": { - "render": "Toegankelijk tot {max_age}", - "question": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?" - }, - "5": { - "question": "Wie beheert deze speeltuin?", - "render": "Beheer door {operator}" - }, - "6": { - "question": "Is deze speeltuin vrij toegankelijk voor het publiek?", - "mappings": { - "0": { - "then": "Vrij toegankelijk voor het publiek" - }, - "1": { - "then": "Vrij toegankelijk voor het publiek" - }, - "2": { - "then": "Enkel toegankelijk voor klanten van de bijhorende zaak" - }, - "3": { - "then": "Vrij toegankelijk voor scholieren van de school" - }, - "4": { - "then": "Niet vrij toegankelijk" - } - } - }, - "7": { - "question": "Wie kan men emailen indien er problemen zijn met de speeltuin?", - "render": "De bevoegde dienst kan bereikt worden via {email}" - }, - "8": { - "question": "Wie kan men bellen indien er problemen zijn met de speeltuin?", - "render": "De bevoegde dienst kan getelefoneerd worden via {phone}" - }, - "9": { - "question": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?", - "mappings": { - "0": { - "then": "Geheel toegankelijk voor rolstoelgebruikers" - }, - "1": { - "then": "Beperkt toegankelijk voor rolstoelgebruikers" - }, - "2": { - "then": "Niet toegankelijk voor rolstoelgebruikers" - } - } - }, - "10": { - "question": "Op welke uren is deze speeltuin toegankelijk?", - "mappings": { - "0": { - "then": "Van zonsopgang tot zonsondergang" - }, - "1": { - "then": "Dag en nacht toegankelijk" - }, - "2": { - "then": "Dag en nacht toegankelijk" - } - } - } - }, - "presets": { - "0": { - "title": "Speeltuin" - } - } - }, - "public_bookcase": { - "name": "Boekenruilkastjes", - "description": "Een straatkastje met boeken voor iedereen", - "title": { - "render": "Boekenruilkast", - "mappings": { - "0": { - "then": "Boekenruilkast {name}" - } - } - }, - "presets": { - "0": { - "title": "Boekenruilkast" - } - }, - "tagRenderings": { - "2": { - "render": "De naam van dit boekenruilkastje is {name}", - "question": "Wat is de naam van dit boekenuilkastje?", - "mappings": { - "0": { - "then": "Dit boekenruilkastje heeft geen naam" - } - } - }, - "3": { - "render": "Er passen {capacity} boeken", - "question": "Hoeveel boeken passen er in dit boekenruilkastje?" - }, - "4": { - "question": "Voor welke doelgroep zijn de meeste boeken in dit boekenruilkastje?", - "mappings": { - "0": { - "then": "Voornamelijk kinderboeken" - }, - "1": { - "then": "Voornamelijk boeken voor volwassenen" - }, - "2": { - "then": "Boeken voor zowel kinderen als volwassenen" - } - } - }, - "5": { - "question": "Staat dit boekenruilkastje binnen of buiten?", - "mappings": { - "0": { - "then": "Dit boekenruilkastje staat binnen" - }, - "1": { - "then": "Dit boekenruilkastje staat buiten" - }, - "2": { - "then": "Dit boekenruilkastje staat buiten" - } - } - }, - "6": { - "question": "Is dit boekenruilkastje publiek toegankelijk?", - "mappings": { - "0": { - "then": "Publiek toegankelijk" - }, - "1": { - "then": "Enkel toegankelijk voor klanten" - } - } - }, - "7": { - "question": "Wie is verantwoordelijk voor dit boekenruilkastje?", - "render": "Onderhouden door {operator}" - }, - "8": { - "question": "Is dit boekenruilkastje deel van een netwerk?", - "render": "Dit boekenruilkastje is deel van het netwerk {brand}", - "mappings": { - "0": { - "then": "Deel van het netwerk 'Little Free Library'" - }, - "1": { - "then": "Dit boekenruilkastje maakt geen deel uit van een netwerk" - } - } - }, - "9": { - "render": "Het referentienummer binnen {brand} is {ref}", - "question": "Wat is het referentienummer van dit boekenruilkastje?", - "mappings": { - "0": { - "then": "Dit boekenruilkastje maakt geen deel uit van een netwerk" - } - } - }, - "10": { - "question": "Op welke dag werd dit boekenruilkastje geinstalleerd?", - "render": "Geplaatst op {start_date}" - }, - "11": { - "render": "Meer info op de website", - "question": "Is er een website over dit boekenruilkastje?" - } - } - }, - "slow_roads": { - "name": "Paadjes, trage wegen en autoluwe straten", - "title": { - "render": "Trage weg", - "mappings": { - "0": { - "then": "{name}" + "charging_station": { + "tagRenderings": { + "24": { + "question": "Is dit oplaadpunt operationeel?", + "mappings": { + "0": { + "then": "Dit oplaadpunt is kapot" + }, + "1": { + "then": "Hier zal binnenkort een oplaadpunt gebouwd worden" + }, + "2": { + "then": "Hier wordt op dit moment een oplaadpunt gebouwd" + }, + "3": { + "then": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig" + }, + "4": { + "then": "Dit oplaadpunt werkt" + } + } + } }, - "1": { - "then": "Voetpad" + "filter": { + "0": { + "options": { + "0": { + "question": "Alle voertuigen" + }, + "1": { + "question": "Oplaadpunten voor fietsen" + }, + "2": { + "question": "Oplaadpunten voor auto's" + } + } + } + } + }, + "crossings": { + "name": "Oversteekplaatsen", + "description": "Oversteekplaatsen voor voetgangers en fietsers", + "title": { + "render": "Oversteekplaats", + "mappings": { + "0": { + "then": "Verkeerslicht" + }, + "1": { + "then": "Oversteektplaats met verkeerslichten" + } + } }, - "2": { - "then": "Fietspad" + "presets": { + "0": { + "title": "Oversteekplaats", + "description": "Oversteekplaats voor voetgangers en/of fietsers" + }, + "1": { + "title": "Verkeerslicht", + "description": "Verkeerslicht op een weg" + } }, - "3": { - "then": "Voetgangersstraat" + "tagRenderings": { + "0": { + "question": "Wat voor oversteekplaats is dit?", + "mappings": { + "0": { + "then": "Oversteekplaats, zonder verkeerslichten" + }, + "1": { + "then": "Oversteekplaats met verkeerslichten" + }, + "2": { + "then": "Zebrapad" + } + } + }, + "1": { + "question": "Is dit een zebrapad?", + "mappings": { + "0": { + "then": "Dit is een zebrapad" + }, + "1": { + "then": "Dit is geen zebrapad" + } + } + }, + "2": { + "question": "Is deze oversteekplaats ook voor fietsers", + "mappings": { + "0": { + "then": "Een fietser kan deze oversteekplaats gebruiken" + }, + "1": { + "then": "Een fietser kan deze oversteekplaats niet gebruiken" + } + } + }, + "3": { + "question": "Heeft deze oversteekplaats een verkeerseiland in het midden?", + "mappings": { + "0": { + "then": "Deze oversteekplaats heeft een verkeerseiland in het midden" + }, + "1": { + "then": "Deze oversteekplaats heeft geen verkeerseiland in het midden" + } + } + }, + "4": { + "question": "Heeft deze oversteekplaats een geleidelijn?", + "mappings": { + "0": { + "then": "Deze oversteekplaats heeft een geleidelijn" + }, + "1": { + "then": "Deze oversteekplaats heeft geen geleidelijn" + }, + "2": { + "then": "Deze oversteekplaats heeft een geleidelijn, die incorrect is." + } + } + }, + "5": { + "question": "Heeft dit verkeerslicht een knop voor groen licht?", + "mappings": { + "0": { + "then": "Dit verkeerslicht heeft een knop voor groen licht" + }, + "1": { + "then": "Dit verkeerlicht heeft geen knop voor groen licht" + } + } + }, + "6": { + "question": "Mag een fietser rechtsaf slaan als het licht rood is?", + "mappings": { + "0": { + "then": "Een fietser mag wel rechtsaf slaan als het licht rood is " + }, + "1": { + "then": "Een fietser mag wel rechtsaf slaan als het licht rood is" + }, + "2": { + "then": "Een fietser mag niet rechtsaf slaan als het licht rood is" + } + } + }, + "7": { + "question": "Mag een fietser rechtdoor gaan als het licht rood is?", + "mappings": { + "0": { + "then": "Een fietser mag wel rechtdoor gaan als het licht rood is " + }, + "1": { + "then": "Een fietser mag wel rechtdoor gaan als het licht rood is" + }, + "2": { + "then": "Een fietser mag niet rechtdoor gaan als het licht rood is" + } + } + } + } + }, + "cycleways_and_roads": { + "name": "Fietspaden, straten en wegen", + "title": { + "render": "Fietspaden", + "mappings": { + "0": { + "then": "Fietsweg" + }, + "1": { + "then": "Fietssuggestiestrook" + }, + "2": { + "then": "Fietsstrook" + }, + "3": { + "then": "Fietsweg naast de weg" + }, + "4": { + "then": "Fietsstraat" + } + } }, - "4": { - "then": "Woonerf" + "tagRenderings": { + "0": { + "question": "Wat voor fietspad is hier?", + "mappings": { + "0": { + "then": "Er is een fietssuggestiestrook" + }, + "1": { + "then": "Er is een fietspad aangrenzend aan de weg (gescheiden met verf)" + }, + "2": { + "then": "Er is een fietspad (los van de weg), maar geen fietspad afzonderlijk getekend naast deze weg." + }, + "3": { + "then": "Er is een apart getekend fietspad." + }, + "4": { + "then": "Er is geen fietspad aanwezig" + }, + "5": { + "then": "Er is geen fietspad aanwezig" + } + } + }, + "1": { + "question": "Is deze weg verlicht?", + "mappings": { + "0": { + "then": "Deze weg is verlicht" + }, + "1": { + "then": "Deze weg is niet verlicht" + }, + "2": { + "then": "Deze weg is 's nachts verlicht" + }, + "3": { + "then": "Deze weg is 24/7 verlicht" + } + } + }, + "2": { + "question": "Is dit een fietsstraat?", + "mappings": { + "0": { + "then": "Dit is een fietsstraat, en dus een 30km/h zone" + }, + "1": { + "then": "Dit is een fietsstraat" + }, + "2": { + "then": "Dit is geen fietsstraat" + } + } + }, + "3": { + "render": "De maximumsnelheid op deze weg is {maxspeed} km/u", + "mappings": { + "0": { + "then": "De maximumsnelheid is 20 km/u" + }, + "1": { + "then": "De maximumsnelheid is 30 km/u" + }, + "2": { + "then": "De maximumsnelheid is 50 km/u" + }, + "3": { + "then": "De maximumsnelheid is 70 km/u" + }, + "4": { + "then": "De maximumsnelheid is 90 km/u" + } + }, + "question": "Wat is de maximumsnelheid in deze straat?" + }, + "4": { + "render": "Dit fietspad is gemaakt van {cycleway:surface}", + "mappings": { + "0": { + "then": "Dit fietspad is onverhard" + }, + "1": { + "then": "Dit fietspad is geplaveid" + }, + "2": { + "then": "Dit fietspad is gemaakt van asfalt" + }, + "3": { + "then": "Dit fietspad is gemaakt van straatstenen" + }, + "4": { + "then": "Dit fietspad is gemaakt van beton" + }, + "5": { + "then": "Dit fietspad is gemaakt van kasseien (natuurlijk of verwerkt)" + }, + "6": { + "then": "Dit fietspad is gemaakt van ruwe, natuurlijke kasseien" + }, + "7": { + "then": "Dit fietspad is gemaakt van vlakke, rechthoekige kasseien" + }, + "8": { + "then": "Dit fietspad is gemaakt van hout" + }, + "9": { + "then": "Dit fietspad is gemaakt van grind" + }, + "10": { + "then": "Dit fietspad is gemaakt van fijn grind" + }, + "11": { + "then": "Dit fietspad is gemaakt van kiezelsteentjes" + }, + "12": { + "then": "Dit fietspad is gemaakt van aarde" + } + }, + "question": "Waaruit is het oppervlak van het fietspad van gemaakt?" + }, + "5": { + "question": "Wat is de kwaliteit van dit fietspad?", + "mappings": { + "0": { + "then": "Geschikt voor fijne rollers: rollerblade, skateboard" + }, + "1": { + "then": "Geschikt voor fijne wielen: racefiets" + }, + "2": { + "then": "Geschikt voor normale wielen: stadsfiets, rolstoel, scooter" + }, + "3": { + "then": "Geschikt voor brede wielen: trekfiets, auto, rickshaw" + }, + "4": { + "then": "Geschikt voor voertuigen met hoge banden: lichte terreinwagen" + }, + "5": { + "then": "Geschikt voor terreinwagens: zware terreinwagen" + }, + "6": { + "then": "Geschikt voor gespecialiseerde terreinwagens: tractor, alleterreinwagen" + }, + "7": { + "then": "Niet geschikt voor voertuigen met wielen" + } + } + }, + "6": { + "render": "Deze weg is gemaakt van {surface}", + "mappings": { + "0": { + "then": "Dit fietspad is onverhard" + }, + "1": { + "then": "Dit fietspad is geplaveid" + }, + "2": { + "then": "Dit fietspad is gemaakt van asfalt" + }, + "3": { + "then": "Dit fietspad is gemaakt van straatstenen" + }, + "4": { + "then": "Dit fietspad is gemaakt van beton" + }, + "5": { + "then": "Dit fietspad is gemaakt van kasseien (natuurlijk of verwerkt)" + }, + "6": { + "then": "Dit fietspad is gemaakt van ruwe, natuurlijke kasseien" + }, + "7": { + "then": "Dit fietspad is gemaakt van vlakke, rechthoekige kasseien" + }, + "8": { + "then": "Dit fietspad is gemaakt van hout" + }, + "9": { + "then": "Dit fietspad is gemaakt van grind" + }, + "10": { + "then": "Dit fietspad is gemaakt van fijn grind" + }, + "11": { + "then": "Dit fietspad is gemaakt van kiezelsteentjes" + }, + "12": { + "then": "Dit fietspad is gemaakt van aarde" + } + }, + "question": "Waaruit is het oppervlak van de straat gemaakt?" + }, + "7": { + "question": "Wat is de kwaliteit van deze straat?" + }, + "8": { + "render": "De breedte van deze rijbaan in deze straat is {width:carriageway}m", + "question": "Hoe breed is de rijbaan in deze straat (in meters)?" + }, + "9": { + "question": "Welk verkeersbord heeft dit fietspad?", + "mappings": { + "0": { + "then": "Verplicht fietspad " + }, + "1": { + "then": "Verplicht fietspad (met onderbord)
" + }, + "2": { + "then": "Afgescheiden voet-/fietspad " + }, + "3": { + "then": "Gedeeld voet-/fietspad " + }, + "4": { + "then": "Geen verkeersbord aanwezig" + } + } + }, + "10": { + "question": "Welk verkeersbord heeft dit fietspad?", + "mappings": { + "0": { + "then": "Verplicht fietspad " + }, + "1": { + "then": "Verplicht fietspad (met onderbord)
" + }, + "2": { + "then": "Afgescheiden voet-/fietspad " + }, + "3": { + "then": "Gedeeld voet-/fietspad " + }, + "4": { + "then": "Geen verkeersbord aanwezig" + } + } + }, + "11": { + "question": "Heeft het verkeersbord D7 () een onderbord?", + "mappings": { + "0": { + "then": "" + }, + "1": { + "then": "" + }, + "2": { + "then": "" + }, + "3": { + "then": "" + }, + "4": { + "then": "" + }, + "5": { + "then": "" + }, + "6": { + "then": "Geen onderbord aanwezig" + } + } + }, + "12": { + "question": "Heeft het verkeersbord D7 () een onderbord?", + "mappings": { + "0": { + "then": "" + }, + "1": { + "then": "" + }, + "2": { + "then": "" + }, + "3": { + "then": "" + }, + "4": { + "then": "" + }, + "5": { + "then": "" + }, + "6": { + "then": "Geen onderbord aanwezig" + } + } + }, + "13": { + "render": "De schrikafstand van dit fietspad is {cycleway:buffer} m", + "question": "Hoe breed is de ruimte tussen het fietspad en de weg?" + }, + "14": { + "question": "Hoe is dit fietspad gescheiden van de weg?", + "mappings": { + "0": { + "then": "Dit fietspad is gescheiden van de weg met een onderbroken streep" + }, + "1": { + "then": "Dit fietspad is gescheiden van de weg met een doorgetrokken streep" + }, + "2": { + "then": "Dit fietspad is gescheiden van de weg met parkeervakken" + }, + "3": { + "then": "Dit fietspad is gescheiden van de weg met een stoeprand" + } + } + }, + "15": { + "question": "Hoe is dit fietspad gescheiden van de weg?", + "mappings": { + "0": { + "then": "Dit fietspad is gescheiden van de weg met een onderbroken streep" + }, + "1": { + "then": "Dit fietspad is gescheiden van de weg met een doorgetrokken streep" + }, + "2": { + "then": "Dit fietspad is gescheiden van de weg met parkeervakken" + }, + "3": { + "then": "Dit fietspad is gescheiden van de weg met een stoeprand" + } + } + } } - } }, - "tagRenderings": { - "1": { - "mappings": { - "1": { - "then": "Dit is een brede, autovrije straat" - }, - "2": { - "then": "Dit is een voetpaadje" - }, - "3": { - "then": "Dit is een wegeltje of bospad" - }, - "4": { - "then": "Dit is een ruiterswegel" - }, - "5": { - "then": "Dit is een tractorspoor of weg om landbouwgrond te bereikken" - } - } - }, - "2": { - "question": "Wat is de wegverharding van dit pad?", - "render": "De ondergrond is {surface}", - "mappings": { - "0": { - "then": "De ondergrond is gras" - }, - "1": { - "then": "De ondergrond is aarde" - }, - "2": { - "then": "De ondergrond is onverhard" - }, - "3": { - "then": "De ondergrond is zand" - }, - "4": { - "then": "De ondergrond bestaat uit stoeptegels" - }, - "5": { - "then": "De ondergrond is asfalt" - }, - "6": { - "then": "De ondergrond is beton" - }, - "7": { - "then": "De ondergrond is verhard" - } - } - } - } - }, - "sport_pitch": { - "name": "Sportterrein", - "title": { - "render": "Sportterrein" - }, - "description": "Een sportterrein", - "tagRenderings": { - "1": { - "render": "Hier kan men {sport} beoefenen", - "question": "Welke sporten kan men hier beoefenen?", - "mappings": { - "0": { - "then": "Hier kan men basketbal spelen" - }, - "1": { - "then": "Hier kan men voetbal spelen" - }, - "2": { - "then": "Dit is een pingpongtafel" - }, - "3": { - "then": "Hier kan men tennis spelen" - }, - "4": { - "then": "Hier kan men korfbal spelen" - }, - "5": { - "then": "Hier kan men basketbal beoefenen" - } - } - }, - "2": { - "question": "Wat is de ondergrond van dit sportveld?", - "render": "De ondergrond is {surface}", - "mappings": { - "0": { - "then": "De ondergrond is gras" - }, - "1": { - "then": "De ondergrond is zand" - }, - "2": { - "then": "De ondergrond bestaat uit stoeptegels" - }, - "3": { - "then": "De ondergrond is asfalt" - }, - "4": { - "then": "De ondergrond is beton" - } - } - }, - "3": { - "question": "Is dit sportterrein publiek toegankelijk?", - "mappings": { - "0": { - "then": "Publiek toegankelijk" - }, - "1": { - "then": "Beperkt toegankelijk (enkel na reservatie, tijdens bepaalde uren, ...)" - }, - "2": { - "then": "Enkel toegankelijk voor leden van de bijhorende sportclub" - }, - "3": { - "then": "Privaat en niet toegankelijk" - } - } - }, - "4": { - "question": "Moet men reserveren om gebruik te maken van dit sportveld?", - "mappings": { - "0": { - "then": "Reserveren is verplicht om gebruik te maken van dit sportterrein" - }, - "1": { - "then": "Reserveren is sterk aangeraden om gebruik te maken van dit sportterrein" - }, - "2": { - "then": "Reserveren is mogelijk, maar geen voorwaarde" - }, - "3": { - "then": "Reserveren is niet mogelijk" - } - } - }, - "5": { - "question": "Wat is het telefoonnummer van de bevoegde dienst of uitbater?" - }, - "6": { - "question": "Wat is het email-adres van de bevoegde dienst of uitbater?" - }, - "7": { - "question": "Wanneer is dit sportveld toegankelijk?", - "mappings": { - "1": { - "then": "24/7 toegankelijk" - } - } - } - }, - "presets": { - "0": { - "title": "Ping-pong tafel" - }, - "1": { - "title": "Sportterrein" - } - } - }, - "surveillance_camera": { - "name": "Bewakingscamera's", - "title": { - "render": "Bewakingscamera" - }, - "tagRenderings": { - "1": { - "question": "Wat voor soort camera is dit?", - "mappings": { - "0": { - "then": "Een vaste camera" - }, - "1": { - "then": "Een dome (bolvormige camera die kan draaien)" - }, - "2": { - "then": "Een camera die (met een motor) van links naar rechts kan draaien" - } - } - }, - "2": { - "question": "In welke geografische richting filmt deze camera?", - "render": "Filmt in kompasrichting {camera:direction}", - "mappings": { - "0": { - "then": "Filmt in kompasrichting {direction}" - } - } - }, - "3": { - "question": "Wie beheert deze bewakingscamera?", - "render": "Beheer door {operator}" - }, - "4": { - "question": "Wat soort bewaking wordt hier uitgevoerd?", - "mappings": { - "0": { - "then": "Bewaking van de publieke ruilmte, dus een straat, een brug, een park, een plein, een stationsgebouw, een publiek toegankelijke gang of tunnel..." - }, - "1": { - "then": "Een buitenruimte met privaat karakter (zoals een privé-oprit, een parking, tankstation, ...)" - }, - "2": { - "then": "Een private binnenruimte wordt bewaakt, bv. een winkel, een parkeergarage, ..." - } - } - }, - "5": { - "question": "Bevindt de bewaakte publieke ruimte camera zich binnen of buiten?", - "mappings": { - "0": { - "then": "Deze camera bevindt zich binnen" - }, - "1": { - "then": "Deze camera bevindt zich buiten" - }, - "2": { - "then": "Deze camera bevindt zich waarschijnlijk buiten" - } - } - }, - "6": { - "question": "Op welke verdieping bevindt deze camera zich?", - "render": "Bevindt zich op verdieping {level}" - }, - "7": { - "question": "Wat wordt hier precies bewaakt?", - "render": "Bewaakt een {surveillance:zone}", - "mappings": { - "0": { - "then": "Bewaakt een parking" - }, - "1": { - "then": "Bewaakt het verkeer" - }, - "2": { - "then": "Bewaakt een ingang" - }, - "3": { - "then": "Bewaakt een gang" - }, - "4": { - "then": "Bewaakt een perron of bushalte" - }, - "5": { - "then": "Bewaakt een winkel" - } - } - }, - "8": { - "question": "Hoe is deze camera geplaatst?", - "render": "Montage: {camera:mount}", - "mappings": { - "0": { - "then": "Deze camera hangt aan een muur" - }, - "1": { - "then": "Deze camera staat op een paal" - }, - "2": { - "then": "Deze camera hangt aan het plafond" - } - } - } - } - }, - "toilet": { - "name": "Toiletten", - "title": { - "render": "Toilet" - }, - "presets": { - "0": { - "title": "Toilet", - "description": "Een publieke toilet" - }, - "1": { - "title": "Een rolstoeltoegankelijke toilet", - "description": "Deze toiletten hebben op zijn minst één rolstoeltoegankelijke WC" - } - }, - "tagRenderings": { - "1": { - "question": "Zijn deze toiletten publiek toegankelijk?", - "render": "Toegankelijkheid is {access}", - "mappings": { - "0": { - "then": "Publiek toegankelijk" - }, - "1": { - "then": "Enkel toegang voor klanten" - }, - "2": { - "then": "Niet toegankelijk" - }, - "3": { - "then": "Toegankelijk na het vragen van de sleutel" - } - } - }, - "2": { - "question": "Zijn deze toiletten gratis te gebruiken?", - "mappings": { - "0": { - "then": "Men moet betalen om deze toiletten te gebruiken" - }, - "1": { - "then": "Gratis te gebruiken" - } - } - }, - "3": { - "question": "Hoeveel moet men betalen om deze toiletten te gebruiken?", - "render": "De toiletten gebruiken kost {charge}" - }, - "4": { - "question": "Is er een rolstoeltoegankelijke toilet voorzien?", - "mappings": { - "0": { - "then": "Er is een toilet voor rolstoelgebruikers" - }, - "1": { - "then": "Niet toegankelijk voor rolstoelgebruikers" - } - } - }, - "5": { - "question": "Welke toiletten zijn dit?", - "mappings": { - "0": { - "then": "Er zijn enkel WC's om op te zitten" - }, - "1": { - "then": "Er zijn enkel urinoirs" - }, - "2": { - "then": "Er zijn enkel hurktoiletten" - }, - "3": { - "then": "Er zijn zowel urinoirs als zittoiletten" - } - } - }, - "6": { - "question": "Is er een luiertafel beschikbaar?", - "mappings": { - "0": { - "then": "Er is een luiertafel" - }, - "1": { - "then": "Geen luiertafel" - } - } - }, - "7": { - "question": "Waar bevindt de luiertafel zich?", - "render": "De luiertafel bevindt zich in {changing_table:location}", - "mappings": { - "0": { - "then": "De luiertafel bevindt zich in de vrouwentoiletten " - }, - "1": { - "then": "De luiertafel bevindt zich in de herentoiletten " - }, - "2": { - "then": "De luiertafel bevindt zich in de rolstoeltoegankelijke toilet " - }, - "3": { - "then": "De luiertafel bevindt zich in een daartoe voorziene kamer " - } - } - } - } - }, - "trail": { - "name": "Wandeltochten", - "title": { - "render": "Wandeltocht" - }, - "tagRenderings": { - "1": { - "render": "Deze wandeling is {_length:km} kilometer lang" - }, - "2": { - "question": "Wat is de naam van deze wandeling?", - "render": "Deze wandeling heet {name}" - }, - "3": { - "render": "Beheer door {operator}", - "question": "Wie beheert deze wandeltocht?", - "mappings": { - "0": { - "then": "Dit gebied wordt beheerd door Natuurpunt" - }, - "1": { - "then": "Dit gebied wordt beheerd door {operator}" - } - } - }, - "4": { - "question": "Welke kleur heeft deze wandeling?", - "render": "Deze wandeling heeft kleur {colour}", - "mappings": { - "0": { - "then": "Blauwe wandeling" - }, - "1": { - "then": "Rode wandeling" - }, - "2": { - "then": "Groene wandeling" - }, - "3": { - "then": "Gele wandeling" - } - } - }, - "5": { - "question": "Is deze wandeling toegankelijk met de rolstoel?", - "mappings": { - "0": { - "then": "deze wandeltocht is toegankelijk met de rolstoel" - }, - "1": { - "then": "deze wandeltocht is niet toegankelijk met de rolstoel" - } - } - }, - "6": { - "question": "Is deze wandeltocht toegankelijk met de buggy?", - "mappings": { - "0": { - "then": "deze wandeltocht is toegankelijk met de buggy" - }, - "1": { - "then": "deze wandeltocht is niet toegankelijk met de buggy" - } - } - } - }, - "description": "Aangeduide wandeltochten" - }, - "tree_node": { - "name": "Boom", - "title": { - "render": "Boom", - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "1": { - "render": "Hoogte: {height}", - "mappings": { - "0": { - "then": "Hoogte: {height} m" - } - } - }, - "2": { - "question": "Is dit een naald- of loofboom?", - "mappings": { - "0": { - "then": "\"\"/ Loofboom" - }, - "1": { - "then": "\"\"/ Naaldboom" - }, - "2": { - "then": "\"\"/ Permanent bladloos" - } - } - }, - "3": { - "question": "Hoe significant is deze boom? Kies het eerste antwoord dat van toepassing is.", - "mappings": { - "0": { - "then": "De boom valt op door zijn grootte of prominente locatie. Hij is nuttig voor navigatie." - }, - "1": { - "then": "De boom is een natuurlijk monument, bijvoorbeeld doordat hij bijzonder oud of van een waardevolle soort is." - }, - "2": { - "then": "De boom wordt voor landbouwdoeleinden gebruikt, bijvoorbeeld in een boomgaard." - }, - "3": { - "then": "De boom staat in een park of dergelijke (begraafplaats, schoolterrein, …)." - }, - "4": { - "then": "De boom staat in de tuin bij een woning/flatgebouw." - }, - "5": { - "then": "Dit is een laanboom." - }, - "6": { - "then": "De boom staat in een woonkern." - }, - "7": { - "then": "De boom staat buiten een woonkern." - } - } - }, - "4": { - "question": "Is deze boom groenblijvend of bladverliezend?", - "mappings": { - "0": { - "then": "Bladverliezend: de boom is een periode van het jaar kaal." - }, - "1": { - "then": "Groenblijvend." - } - } - }, - "5": { - "render": "Naam: {name}", - "question": "Heeft de boom een naam?", - "mappings": { - "0": { - "then": "De boom heeft geen naam." - } - } - }, - "6": { - "question": "Is deze boom erkend als erfgoed?", - "mappings": { - "0": { - "then": "\"\"/ Erkend als houtig erfgoed door Onroerend Erfgoed Vlaanderen" - }, - "1": { - "then": "Erkend als natuurlijk erfgoed door Directie Cultureel Erfgoed Brussel" - }, - "2": { - "then": "Erkend als erfgoed door een andere organisatie" - }, - "3": { - "then": "Niet erkend als erfgoed" - }, - "4": { - "then": "Erkend als erfgoed door een andere organisatie" - } - } - }, - "7": { - "render": "\"\"/ Onroerend Erfgoed-ID: {ref:OnroerendErfgoed}", - "question": "Wat is het ID uitgegeven door Onroerend Erfgoed Vlaanderen?" - }, - "8": { - "render": "\"\"/ Wikidata: {wikidata}", - "question": "Wat is het Wikidata-ID van deze boom?" - } - }, - "presets": { - "0": { - "title": "Loofboom", - "description": "Een boom van een soort die blaadjes heeft, bijvoorbeeld eik of populier." - }, - "1": { - "title": "Naaldboom", - "description": "Een boom van een soort met naalden, bijvoorbeeld den of spar." - }, - "2": { - "title": "Boom", - "description": "Wanneer je niet zeker bent of het nu een loof- of naaldboom is." - } - } - }, - "viewpoint": { - "name": "Uitzicht", - "description": "Een mooi uitzicht - ideaal om een foto toe te voegen wanneer iets niet in een andere categorie past", - "presets": { - "0": { - "title": "Uitzicht" - } - }, - "title": { - "render": "Uitzicht" - }, - "tagRenderings": { - "1": { - "question": "Zijn er bijzonderheden die je wilt toevoegen?" - } - } - }, - "village_green": { - "name": "Speelweide", - "title": { - "render": "Speelweide", - "mappings": { - "0": { - "then": "{name}" - } - } - } - }, - "visitor_information_centre": { - "name": "Bezoekerscentrum", - "title": { - "render": "{name}", - "mappings": { - "0": { - "then": "{name:nl}" + "defibrillator": { + "name": "Defibrillatoren", + "title": { + "render": "Defibrillator" }, - "1": { - "then": "{name}" - } - } - }, - "description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd." - }, - "waste_basket": { - "name": "Vuilnisbak", - "title": { - "render": "Vuilnisbak" - }, - "description": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.", - "iconSize": { - "mappings": { - "0": { - "then": "Vuilnisbak" - } - } - }, - "presets": { - "0": { - "title": "Vuilnisbak" - } - } - }, - "watermill": { - "name": "watermolens", - "title": { - "render": "Watermolens", - "mappings": { - "0": { - "then": "{name:nl}" + "presets": { + "0": { + "title": "Defibrillator" + } }, - "1": { - "then": "{name}" + "tagRenderings": { + "1": { + "question": "Hangt deze defibrillator binnen of buiten?", + "mappings": { + "0": { + "then": "Deze defibrillator bevindt zich in een gebouw" + }, + "1": { + "then": "Deze defibrillator hangt buiten" + } + } + }, + "2": { + "question": "Is deze defibrillator vrij toegankelijk?", + "render": "Toegankelijkheid is {access}", + "mappings": { + "0": { + "then": "Publiek toegankelijk" + }, + "1": { + "then": "Publiek toegankelijk" + }, + "2": { + "then": "Enkel toegankelijk voor klanten" + }, + "3": { + "then": "Niet toegankelijk voor het publiek (bv. enkel voor personeel, de eigenaar, ...)" + }, + "4": { + "then": "Niet toegankelijk, mogelijk enkel voor professionals" + } + } + }, + "3": { + "render": "Er is geen info over het soort toestel", + "question": "Is dit een gewone automatische defibrillator of een manueel toestel enkel voor professionals?", + "mappings": { + "0": { + "then": "Dit is een manueel toestel enkel voor professionals" + }, + "1": { + "then": "Dit is een gewone automatische defibrillator" + } + } + }, + "4": { + "question": "Op welke verdieping bevindt deze defibrillator zich?", + "render": "De defibrillator bevindt zicht op verdieping {level}", + "mappings": { + "0": { + "then": "Deze defibrillator bevindt zich gelijkvloers" + }, + "1": { + "then": "Deze defibrillator is op de eerste verdieping" + } + } + }, + "5": { + "render": "Meer informatie over de locatie (lokale taal):
{defibrillator:location}", + "question": "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in de plaatselijke taal)" + }, + "6": { + "render": "Meer informatie over de locatie (in het Engels):
{defibrillator:location:en}", + "question": "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in het Engels)" + }, + "7": { + "render": "Meer informatie over de locatie (in het Frans):
{defibrillator:location:fr}", + "question": "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in het Frans)" + }, + "9": { + "render": "Officieel identificatienummer van het toestel: {ref}", + "question": "Wat is het officieel identificatienummer van het toestel? (indien zichtbaar op toestel)" + }, + "10": { + "render": "Email voor vragen over deze defibrillator: {email}", + "question": "Wat is het email-adres voor vragen over deze defibrillator" + }, + "11": { + "render": "Telefoonnummer voor vragen over deze defibrillator: {phone}", + "question": "Wat is het telefoonnummer voor vragen over deze defibrillator" + }, + "12": { + "render": "{opening_hours_table(opening_hours)}", + "question": "Wanneer is deze defibrillator beschikbaar?", + "mappings": { + "0": { + "then": "24/7 open (inclusief feestdagen)" + } + } + }, + "13": { + "render": "Aanvullende info: {description}", + "question": "Is er nog iets bijzonder aan deze defibrillator dat je nog niet hebt kunnen meegeven? (laat leeg indien niet)" + }, + "14": { + "question": "Wanneer is deze defibrillator het laatst gecontroleerd in OpenStreetMap?", + "render": "Deze defibrillator is nagekeken in OSM op {survey:date}", + "mappings": { + "0": { + "then": "Vandaag nagekeken!" + } + } + }, + "15": { + "render": "Extra informatie voor OpenStreetMap experts: {fixme}", + "question": "Is er iets mis met de informatie over deze defibrillator dat je hier niet opgelost kreeg? (laat hier een berichtje achter voor OpenStreetMap experts)" + } } - } }, - "description": "Watermolens", - "tagRenderings": { - "1": { - "render": "De toegankelijkheid van dit gebied is: {access:description}", - "question": "Is dit gebied toegankelijk?", - "mappings": { - "0": { - "then": "Vrij toegankelijk" - }, - "1": { - "then": "Niet toegankelijk" - }, - "2": { - "then": "Niet toegankelijk, want privégebied" - }, - "3": { - "then": "Toegankelijk, ondanks dat het privegebied is" - }, - "4": { - "then": "Enkel toegankelijk met een gids of tijdens een activiteit" - }, - "5": { - "then": "Toegankelijk mits betaling" - } + "direction": { + "name": "Richtingsvisualisatie", + "description": "Deze laag toont de oriëntatie van een object" + }, + "drinking_water": { + "name": "Drinkbaar water", + "title": { + "render": "Drinkbaar water" + }, + "presets": { + "0": { + "title": "Drinkbaar water" + } + }, + "tagRenderings": { + "1": { + "question": "Is deze drinkwaterkraan nog steeds werkende?", + "render": "Deze waterkraan-status is {operational_status}", + "mappings": { + "0": { + "then": "Deze drinkwaterfontein werkt" + }, + "1": { + "then": "Deze drinkwaterfontein is kapot" + }, + "2": { + "then": "Deze drinkwaterfontein is afgesloten" + } + } + }, + "2": { + "question": "Hoe gemakkelijk is het om drinkbussen bij te vullen?", + "mappings": { + "0": { + "then": "Een drinkbus bijvullen gaat makkelijk" + }, + "1": { + "then": "Een drinkbus past moeilijk" + } + } + }, + "3": { + "render": "Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter" + } } - }, - "2": { - "render": "Beheer door {operator}", - "question": "Wie beheert dit pad?", - "mappings": { - "0": { - "then": "Dit gebied wordt beheerd door Natuurpunt" - }, - "1": { - "then": "Dit gebied wordt beheerd door {operator}" - } + }, + "food": { + "name": "Eetgelegenheden", + "presets": { + "0": { + "title": "restaurant", + "description": "Een eetgegelegenheid waar je aan tafel wordt bediend" + }, + "1": { + "title": "fastfood-zaak", + "description": "Een zaak waar je snel bediend wordt, vaak met de focus op afhalen. Zitgelegenheid is eerder beperkt (of zelfs afwezig)" + }, + "2": { + "title": "frituur", + "description": "Een fastfood-zaak waar je frieten koopt" + } + }, + "title": { + "render": "Eetgelegenheid", + "mappings": { + "0": { + "then": "Restaurant {name}" + }, + "1": { + "then": "Fastfood-zaak {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "Wat is de naam van deze eetgelegenheid?", + "render": "De naam van deze eetgelegeheid is {name}" + }, + "2": { + "question": "Wat voor soort zaak is dit?", + "mappings": { + "0": { + "then": "Dit is een fastfood-zaak. De focus ligt op snelle bediening, zitplaatsen zijn vaak beperkt en functioneel" + }, + "1": { + "then": "Dit is een restaurant. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend" + } + } + }, + "9": { + "question": "Welk soort gerechten worden hier geserveerd?", + "render": "Deze plaats serveert vooral {cuisine}", + "mappings": { + "0": { + "then": "Dit is een pizzeria" + }, + "1": { + "then": "Dit is een frituur" + }, + "2": { + "then": "Dit is een pastazaak" + }, + "3": { + "then": "Dit is een kebabzaak" + }, + "4": { + "then": "Dit is een broodjeszaak" + }, + "5": { + "then": "Dit is een hamburgerrestaurant" + }, + "6": { + "then": "Dit is een sushirestaurant" + }, + "7": { + "then": "Dit is een koffiezaak" + }, + "8": { + "then": "Dit is een Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)" + }, + "9": { + "then": "Dit is een Frans restaurant" + }, + "10": { + "then": "Dit is een Chinees restaurant" + }, + "11": { + "then": "Dit is een Grieks restaurant" + }, + "12": { + "then": "Dit is een Indisch restaurant" + }, + "13": { + "then": "Dit is een Turks restaurant (dat meer dan enkel kebab verkoopt)" + }, + "14": { + "then": "Dit is een Thaïs restaurant" + } + } + }, + "10": { + "question": "Biedt deze zaak een afhaalmogelijkheid aan?", + "mappings": { + "0": { + "then": "Hier is enkel afhaal mogelijk" + }, + "1": { + "then": "Eten kan hier afgehaald worden" + }, + "2": { + "then": "Hier is geen afhaalmogelijkheid" + } + } + }, + "11": { + "question": "Heeft deze eetgelegenheid een vegetarische optie?", + "mappings": { + "0": { + "then": "Geen vegetarische opties beschikbaar" + }, + "1": { + "then": "Beperkte vegetarische opties zijn beschikbaar" + }, + "2": { + "then": "Vegetarische opties zijn beschikbaar" + }, + "3": { + "then": "Enkel vegetarische opties zijn beschikbaar" + } + } + }, + "12": { + "question": "Heeft deze eetgelegenheid een veganistische optie?", + "mappings": { + "0": { + "then": "Geen veganistische opties beschikbaar" + }, + "1": { + "then": "Beperkte veganistische opties zijn beschikbaar" + }, + "2": { + "then": "Veganistische opties zijn beschikbaar" + }, + "3": { + "then": "Enkel veganistische opties zijn beschikbaar" + } + } + }, + "13": { + "question": "Heeft dit restaurant halal opties?", + "mappings": { + "0": { + "then": "Er zijn geen halal opties aanwezig" + }, + "1": { + "then": "Er zijn een beperkt aantal halal opties" + }, + "2": { + "then": "Halal menu verkrijgbaar" + }, + "3": { + "then": "Enkel halal opties zijn beschikbaar" + } + } + }, + "14": { + "question": "Heeft deze frituur vegetarische snacks?", + "mappings": { + "0": { + "then": "Er zijn vegetarische snacks aanwezig" + }, + "1": { + "then": "Slechts enkele vegetarische snacks" + }, + "2": { + "then": "Geen vegetarische snacks beschikbaar" + } + } + }, + "15": { + "question": "Heeft deze frituur veganistische snacks?", + "mappings": { + "0": { + "then": "Er zijn veganistische snacks aanwezig" + }, + "1": { + "then": "Slechts enkele veganistische snacks" + }, + "2": { + "then": "Geen veganistische snacks beschikbaar" + } + } + }, + "16": { + "question": "Bakt deze frituur met dierlijk vet of met plantaardige olie?", + "mappings": { + "0": { + "then": "Plantaardige olie" + }, + "1": { + "then": "Dierlijk vet" + } + } + }, + "17": { + "question": "Als je je eigen container (bv. kookpot of kleine potjes voor saus) meeneemt, gebruikt de frituur deze dan om je bestelling in te doen?", + "mappings": { + "0": { + "then": "Je mag je eigen containers meenemen om je bestelling in mee te nemen en zo minder afval te maken" + }, + "1": { + "then": "Je mag geen eigen containers meenemen om je bestelling in mee te nemen" + }, + "2": { + "then": "Je moet je eigen containers meenemen om je bestelling in mee te nemen." + } + } + } + }, + "filter": { + "0": { + "options": { + "0": { + "question": "Nu geopened" + } + } + }, + "1": { + "options": { + "0": { + "question": "Heeft een vegetarisch menu" + } + } + }, + "2": { + "options": { + "0": { + "question": "Heeft een veganistisch menu" + } + } + }, + "3": { + "options": { + "0": { + "question": "Heeft een halal menu" + } + } + } + } + }, + "ghost_bike": { + "name": "Witte Fietsen", + "title": { + "render": "Witte Fiets", + "mappings": { + "0": { + "then": "Witte fiets ter nagedachtenis van {name}" + } + } + }, + "presets": { + "0": { + "title": "Witte fiets" + } + }, + "tagRenderings": { + "0": { + "render": "Een Witte Fiets (of Spookfiets) is een aandenken aan een fietser die bij een verkeersongeval om het leven kwam. Het gaat over een witgeschilderde fiets die geplaatst werd in de buurt van het ongeval." + }, + "2": { + "question": "Aan wie is deze witte fiets een eerbetoon?
Respecteer privacy - voeg enkel een naam toe indien die op de fiets staat of gepubliceerd is. Eventueel voeg je enkel de voornaam toe.
", + "render": "Ter nagedachtenis van {name}", + "mappings": { + "0": { + "then": "De naam is niet aangeduid op de fiets" + } + } + }, + "3": { + "question": "Op welke website kan men meer informatie vinden over de Witte fiets of over het ongeval?", + "render": "Meer informatie" + }, + "4": { + "question": "Wat is het opschrift op deze witte fiets?", + "render": "{inscription}" + }, + "5": { + "question": "Wanneer werd deze witte fiets geplaatst?", + "render": "Geplaatst op {start_date}" + } + } + }, + "grass_in_parks": { + "name": "Toegankelijke grasvelden in parken", + "title": { + "render": "Speelweide in een park", + "mappings": { + "0": { + "then": "{name}" + } + } + } + }, + "information_board": { + "name": "Informatieborden", + "title": { + "render": "Informatiebord" + }, + "presets": { + "0": { + "title": "Informatiebord" + } + } + }, + "map": { + "name": "Kaarten", + "title": { + "render": "Kaart" + }, + "description": "Een permantent geinstalleerde kaart", + "tagRenderings": { + "1": { + "question": "Op welke data is deze kaart gebaseerd?", + "mappings": { + "0": { + "then": "Deze kaart is gebaseerd op OpenStreetMap" + } + }, + "render": "Deze kaart is gebaseerd op {map_source}" + }, + "2": { + "question": "Is de attributie voor OpenStreetMap aanwezig?", + "mappings": { + "0": { + "then": "De OpenStreetMap-attributie is duidelijk aangegeven, zelf met vermelding van \"ODBL\" " + }, + "1": { + "then": "OpenStreetMap is duidelijk aangegeven, maar de licentievermelding ontbreekt" + }, + "2": { + "then": "OpenStreetMap was oorspronkelijk niet aangeduid, maar iemand plaatste er een sticker" + }, + "3": { + "then": "Er is geen attributie" + }, + "4": { + "then": "Er is geen attributie" + } + } + } + }, + "presets": { + "0": { + "title": "Kaart", + "description": "Voeg een ontbrekende kaart toe" + } + } + }, + "nature_reserve": { + "name": "Natuurgebied", + "title": { + "render": "Natuurgebied", + "mappings": { + "0": { + "then": "{name:nl}" + }, + "1": { + "then": "{name}" + } + } + }, + "description": "Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. Typisch zijn deze in beheer van Natuurpunt of het Agentschap Natuur en Bos of zijn deze erkend door de overheid.", + "tagRenderings": { + "1": { + "render": "De toegankelijkheid van dit gebied is: {access:description}", + "question": "Is dit gebied toegankelijk?", + "mappings": { + "0": { + "then": "Vrij toegankelijk" + }, + "1": { + "then": "Niet toegankelijk" + }, + "2": { + "then": "Niet toegankelijk, want privégebied" + }, + "3": { + "then": "Toegankelijk, ondanks dat het privegebied is" + }, + "4": { + "then": "Enkel toegankelijk met een gids of tijdens een activiteit" + }, + "5": { + "then": "Toegankelijk mits betaling" + } + } + }, + "2": { + "render": "Beheer door {operator}", + "question": "Wie beheert dit gebied?", + "mappings": { + "0": { + "then": "Dit gebied wordt beheerd door Natuurpunt" + }, + "1": { + "then": "Dit gebied wordt beheerd door {operator}" + }, + "2": { + "then": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos" + } + } + }, + "3": { + "render": "Dit gebied heet {name:nl}", + "question": "Wat is de Nederlandstalige naam van dit gebied?" + }, + "4": { + "render": "Dit gebied heet {name}", + "question": "Wat is de naam van dit gebied?", + "mappings": { + "0": { + "then": "Dit gebied heeft geen naam" + } + } + }, + "5": { + "question": "Zijn honden toegelaten in dit gebied?", + "mappings": { + "0": { + "then": "Honden moeten aan de leiband" + }, + "1": { + "then": "Honden zijn niet toegestaan" + }, + "2": { + "then": "Honden zijn welkom en mogen vrij rondlopen" + } + } + }, + "6": { + "question": "Op welke webpagina kan men meer informatie vinden over dit natuurgebied?" + }, + "7": { + "question": "Wie is de conservator van dit gebied?
Respecteer privacy - geef deze naam enkel als die duidelijk is gepubliceerd", + "render": "{curator} is de beheerder van dit gebied" + }, + "8": { + "question": "Waar kan men naartoe emailen voor vragen en meldingen van dit natuurgebied?
Respecteer privacy - geef enkel persoonlijke emailadressen als deze elders zijn gepubliceerd", + "render": "{email}" + }, + "9": { + "question": "Waar kan men naartoe bellen voor vragen en meldingen van dit natuurgebied?
Respecteer privacy - geef enkel persoonlijke telefoonnummers als deze elders zijn gepubliceerd", + "render": "{phone}" + }, + "10": { + "render": "Extra info: {description}" + }, + "11": { + "render": "Extra info: {description:0}" + }, + "12": { + "render": "Totale oppervlakte: {_surface:ha}Ha" + } + }, + "presets": { + "0": { + "title": "Natuurreservaat", + "description": "Voeg een ontbrekend, erkend natuurreservaat toe, bv. een gebied dat beheerd wordt door het ANB of natuurpunt" + } + }, + "filter": { + "0": { + "options": { + "0": { + "question": "Vrij te bezoeken" + } + } + }, + "1": { + "options": { + "0": { + "question": "Alle natuurgebieden" + }, + "1": { + "question": "Honden mogen vrij rondlopen" + }, + "2": { + "question": "Honden welkom aan de leiband" + } + } + } + } + }, + "parking": { + "name": "parking", + "title": { + "render": "Parking", + "mappings": { + "0": { + "then": "{name:nl}" + }, + "1": { + "then": "{name}" + }, + "2": { + "then": "Fietsenstalling" + } + } + }, + "description": "Parking", + "tagRenderings": { + "1": { + "render": "De toegankelijkheid van dit gebied is: {access:description}", + "question": "Is dit gebied toegankelijk?", + "mappings": { + "0": { + "then": "Vrij toegankelijk" + }, + "1": { + "then": "Niet toegankelijk" + }, + "2": { + "then": "Niet toegankelijk, want privégebied" + }, + "3": { + "then": "Toegankelijk, ondanks dat het privegebied is" + }, + "4": { + "then": "Enkel toegankelijk met een gids of tijdens een activiteit" + }, + "5": { + "then": "Toegankelijk mits betaling" + } + } + }, + "2": { + "render": "Beheer door {operator}", + "question": "Wie beheert dit pad?", + "mappings": { + "0": { + "then": "Dit gebied wordt beheerd door Natuurpunt" + }, + "1": { + "then": "Dit gebied wordt beheerd door {operator}" + } + } + } + }, + "presets": { + "0": { + "title": "Paden", + "description": "Voeg een ontbrekend, erkend pad toe." + } + } + }, + "picnic_table": { + "name": "Picnictafels", + "title": { + "render": "Picnictafel" + }, + "description": "Deze laag toont picnictafels", + "tagRenderings": { + "0": { + "question": "Van welk materiaal is deze picnictafel gemaakt?", + "render": "Deze picnictafel is gemaakt van {material}", + "mappings": { + "0": { + "then": "Deze picnictafel is gemaakt uit hout" + }, + "1": { + "then": "Deze picnictafel is gemaakt uit beton" + } + } + } + }, + "presets": { + "0": { + "title": "Picnic-tafel" + } + } + }, + "play_forest": { + "name": "Speelbossen", + "title": { + "render": "Speelbos", + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "Speelbos {name}" + } + } + }, + "description": "Een speelbos is een vrij toegankelijke zone in een bos" + }, + "playground": { + "name": "Speeltuinen", + "description": "Speeltuinen", + "title": { + "render": "Speeltuin", + "mappings": { + "0": { + "then": "Speeltuin {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "Wat is de ondergrond van deze speeltuin?
Indien er verschillende ondergronden zijn, neem de meest voorkomende", + "render": "De ondergrond is {surface}", + "mappings": { + "0": { + "then": "De ondergrond is gras" + }, + "1": { + "then": "De ondergrond is zand" + }, + "2": { + "then": "De ondergrond bestaat uit houtsnippers" + }, + "3": { + "then": "De ondergrond bestaat uit stoeptegels" + }, + "4": { + "then": "De ondergrond is asfalt" + }, + "5": { + "then": "De ondergrond is beton" + }, + "6": { + "then": "De ondergrond is onverhard" + }, + "7": { + "then": "De ondergrond is verhard" + } + } + }, + "2": { + "question": "Is deze speeltuin 's nachts verlicht?", + "mappings": { + "0": { + "then": "Deze speeltuin is 's nachts verlicht" + }, + "1": { + "then": "Deze speeltuin is 's nachts niet verlicht" + } + } + }, + "3": { + "render": "Toegankelijk vanaf {min_age} jaar oud", + "question": "Wat is de minimale leeftijd om op deze speeltuin te mogen?" + }, + "4": { + "render": "Toegankelijk tot {max_age}", + "question": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?" + }, + "5": { + "question": "Wie beheert deze speeltuin?", + "render": "Beheer door {operator}" + }, + "6": { + "question": "Is deze speeltuin vrij toegankelijk voor het publiek?", + "mappings": { + "0": { + "then": "Vrij toegankelijk voor het publiek" + }, + "1": { + "then": "Vrij toegankelijk voor het publiek" + }, + "2": { + "then": "Enkel toegankelijk voor klanten van de bijhorende zaak" + }, + "3": { + "then": "Vrij toegankelijk voor scholieren van de school" + }, + "4": { + "then": "Niet vrij toegankelijk" + } + } + }, + "7": { + "question": "Wie kan men emailen indien er problemen zijn met de speeltuin?", + "render": "De bevoegde dienst kan bereikt worden via {email}" + }, + "8": { + "question": "Wie kan men bellen indien er problemen zijn met de speeltuin?", + "render": "De bevoegde dienst kan getelefoneerd worden via {phone}" + }, + "9": { + "question": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?", + "mappings": { + "0": { + "then": "Geheel toegankelijk voor rolstoelgebruikers" + }, + "1": { + "then": "Beperkt toegankelijk voor rolstoelgebruikers" + }, + "2": { + "then": "Niet toegankelijk voor rolstoelgebruikers" + } + } + }, + "10": { + "question": "Op welke uren is deze speeltuin toegankelijk?", + "mappings": { + "0": { + "then": "Van zonsopgang tot zonsondergang" + }, + "1": { + "then": "Dag en nacht toegankelijk" + }, + "2": { + "then": "Dag en nacht toegankelijk" + } + } + } + }, + "presets": { + "0": { + "title": "Speeltuin" + } + } + }, + "public_bookcase": { + "name": "Boekenruilkastjes", + "description": "Een straatkastje met boeken voor iedereen", + "title": { + "render": "Boekenruilkast", + "mappings": { + "0": { + "then": "Boekenruilkast {name}" + } + } + }, + "presets": { + "0": { + "title": "Boekenruilkast" + } + }, + "tagRenderings": { + "2": { + "render": "De naam van dit boekenruilkastje is {name}", + "question": "Wat is de naam van dit boekenuilkastje?", + "mappings": { + "0": { + "then": "Dit boekenruilkastje heeft geen naam" + } + } + }, + "3": { + "render": "Er passen {capacity} boeken", + "question": "Hoeveel boeken passen er in dit boekenruilkastje?" + }, + "4": { + "question": "Voor welke doelgroep zijn de meeste boeken in dit boekenruilkastje?", + "mappings": { + "0": { + "then": "Voornamelijk kinderboeken" + }, + "1": { + "then": "Voornamelijk boeken voor volwassenen" + }, + "2": { + "then": "Boeken voor zowel kinderen als volwassenen" + } + } + }, + "5": { + "question": "Staat dit boekenruilkastje binnen of buiten?", + "mappings": { + "0": { + "then": "Dit boekenruilkastje staat binnen" + }, + "1": { + "then": "Dit boekenruilkastje staat buiten" + }, + "2": { + "then": "Dit boekenruilkastje staat buiten" + } + } + }, + "6": { + "question": "Is dit boekenruilkastje publiek toegankelijk?", + "mappings": { + "0": { + "then": "Publiek toegankelijk" + }, + "1": { + "then": "Enkel toegankelijk voor klanten" + } + } + }, + "7": { + "question": "Wie is verantwoordelijk voor dit boekenruilkastje?", + "render": "Onderhouden door {operator}" + }, + "8": { + "question": "Is dit boekenruilkastje deel van een netwerk?", + "render": "Dit boekenruilkastje is deel van het netwerk {brand}", + "mappings": { + "0": { + "then": "Deel van het netwerk 'Little Free Library'" + }, + "1": { + "then": "Dit boekenruilkastje maakt geen deel uit van een netwerk" + } + } + }, + "9": { + "render": "Het referentienummer binnen {brand} is {ref}", + "question": "Wat is het referentienummer van dit boekenruilkastje?", + "mappings": { + "0": { + "then": "Dit boekenruilkastje maakt geen deel uit van een netwerk" + } + } + }, + "10": { + "question": "Op welke dag werd dit boekenruilkastje geinstalleerd?", + "render": "Geplaatst op {start_date}" + }, + "11": { + "render": "Meer info op de website", + "question": "Is er een website over dit boekenruilkastje?" + } + } + }, + "slow_roads": { + "name": "Paadjes, trage wegen en autoluwe straten", + "title": { + "render": "Trage weg", + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "Voetpad" + }, + "2": { + "then": "Fietspad" + }, + "3": { + "then": "Voetgangersstraat" + }, + "4": { + "then": "Woonerf" + } + } + }, + "tagRenderings": { + "1": { + "mappings": { + "1": { + "then": "Dit is een brede, autovrije straat" + }, + "2": { + "then": "Dit is een voetpaadje" + }, + "3": { + "then": "Dit is een wegeltje of bospad" + }, + "4": { + "then": "Dit is een ruiterswegel" + }, + "5": { + "then": "Dit is een tractorspoor of weg om landbouwgrond te bereikken" + } + } + }, + "2": { + "question": "Wat is de wegverharding van dit pad?", + "render": "De ondergrond is {surface}", + "mappings": { + "0": { + "then": "De ondergrond is gras" + }, + "1": { + "then": "De ondergrond is aarde" + }, + "2": { + "then": "De ondergrond is onverhard" + }, + "3": { + "then": "De ondergrond is zand" + }, + "4": { + "then": "De ondergrond bestaat uit stoeptegels" + }, + "5": { + "then": "De ondergrond is asfalt" + }, + "6": { + "then": "De ondergrond is beton" + }, + "7": { + "then": "De ondergrond is verhard" + } + } + } + } + }, + "sport_pitch": { + "name": "Sportterrein", + "title": { + "render": "Sportterrein" + }, + "description": "Een sportterrein", + "tagRenderings": { + "1": { + "render": "Hier kan men {sport} beoefenen", + "question": "Welke sporten kan men hier beoefenen?", + "mappings": { + "0": { + "then": "Hier kan men basketbal spelen" + }, + "1": { + "then": "Hier kan men voetbal spelen" + }, + "2": { + "then": "Dit is een pingpongtafel" + }, + "3": { + "then": "Hier kan men tennis spelen" + }, + "4": { + "then": "Hier kan men korfbal spelen" + }, + "5": { + "then": "Hier kan men basketbal beoefenen" + } + } + }, + "2": { + "question": "Wat is de ondergrond van dit sportveld?", + "render": "De ondergrond is {surface}", + "mappings": { + "0": { + "then": "De ondergrond is gras" + }, + "1": { + "then": "De ondergrond is zand" + }, + "2": { + "then": "De ondergrond bestaat uit stoeptegels" + }, + "3": { + "then": "De ondergrond is asfalt" + }, + "4": { + "then": "De ondergrond is beton" + } + } + }, + "3": { + "question": "Is dit sportterrein publiek toegankelijk?", + "mappings": { + "0": { + "then": "Publiek toegankelijk" + }, + "1": { + "then": "Beperkt toegankelijk (enkel na reservatie, tijdens bepaalde uren, ...)" + }, + "2": { + "then": "Enkel toegankelijk voor leden van de bijhorende sportclub" + }, + "3": { + "then": "Privaat en niet toegankelijk" + } + } + }, + "4": { + "question": "Moet men reserveren om gebruik te maken van dit sportveld?", + "mappings": { + "0": { + "then": "Reserveren is verplicht om gebruik te maken van dit sportterrein" + }, + "1": { + "then": "Reserveren is sterk aangeraden om gebruik te maken van dit sportterrein" + }, + "2": { + "then": "Reserveren is mogelijk, maar geen voorwaarde" + }, + "3": { + "then": "Reserveren is niet mogelijk" + } + } + }, + "5": { + "question": "Wat is het telefoonnummer van de bevoegde dienst of uitbater?" + }, + "6": { + "question": "Wat is het email-adres van de bevoegde dienst of uitbater?" + }, + "7": { + "question": "Wanneer is dit sportveld toegankelijk?", + "mappings": { + "1": { + "then": "24/7 toegankelijk" + } + } + } + }, + "presets": { + "0": { + "title": "Ping-pong tafel" + }, + "1": { + "title": "Sportterrein" + } + } + }, + "surveillance_camera": { + "name": "Bewakingscamera's", + "title": { + "render": "Bewakingscamera" + }, + "tagRenderings": { + "1": { + "question": "Wat voor soort camera is dit?", + "mappings": { + "0": { + "then": "Een vaste camera" + }, + "1": { + "then": "Een dome (bolvormige camera die kan draaien)" + }, + "2": { + "then": "Een camera die (met een motor) van links naar rechts kan draaien" + } + } + }, + "2": { + "question": "In welke geografische richting filmt deze camera?", + "render": "Filmt in kompasrichting {camera:direction}", + "mappings": { + "0": { + "then": "Filmt in kompasrichting {direction}" + } + } + }, + "3": { + "question": "Wie beheert deze bewakingscamera?", + "render": "Beheer door {operator}" + }, + "4": { + "question": "Wat soort bewaking wordt hier uitgevoerd?", + "mappings": { + "0": { + "then": "Bewaking van de publieke ruilmte, dus een straat, een brug, een park, een plein, een stationsgebouw, een publiek toegankelijke gang of tunnel..." + }, + "1": { + "then": "Een buitenruimte met privaat karakter (zoals een privé-oprit, een parking, tankstation, ...)" + }, + "2": { + "then": "Een private binnenruimte wordt bewaakt, bv. een winkel, een parkeergarage, ..." + } + } + }, + "5": { + "question": "Bevindt de bewaakte publieke ruimte camera zich binnen of buiten?", + "mappings": { + "0": { + "then": "Deze camera bevindt zich binnen" + }, + "1": { + "then": "Deze camera bevindt zich buiten" + }, + "2": { + "then": "Deze camera bevindt zich waarschijnlijk buiten" + } + } + }, + "6": { + "question": "Op welke verdieping bevindt deze camera zich?", + "render": "Bevindt zich op verdieping {level}" + }, + "7": { + "question": "Wat wordt hier precies bewaakt?", + "render": "Bewaakt een {surveillance:zone}", + "mappings": { + "0": { + "then": "Bewaakt een parking" + }, + "1": { + "then": "Bewaakt het verkeer" + }, + "2": { + "then": "Bewaakt een ingang" + }, + "3": { + "then": "Bewaakt een gang" + }, + "4": { + "then": "Bewaakt een perron of bushalte" + }, + "5": { + "then": "Bewaakt een winkel" + } + } + }, + "8": { + "question": "Hoe is deze camera geplaatst?", + "render": "Montage: {camera:mount}", + "mappings": { + "0": { + "then": "Deze camera hangt aan een muur" + }, + "1": { + "then": "Deze camera staat op een paal" + }, + "2": { + "then": "Deze camera hangt aan het plafond" + } + } + } + } + }, + "toilet": { + "name": "Toiletten", + "title": { + "render": "Toilet" + }, + "presets": { + "0": { + "title": "Toilet", + "description": "Een publieke toilet" + }, + "1": { + "title": "Een rolstoeltoegankelijke toilet", + "description": "Deze toiletten hebben op zijn minst één rolstoeltoegankelijke WC" + } + }, + "tagRenderings": { + "1": { + "question": "Zijn deze toiletten publiek toegankelijk?", + "render": "Toegankelijkheid is {access}", + "mappings": { + "0": { + "then": "Publiek toegankelijk" + }, + "1": { + "then": "Enkel toegang voor klanten" + }, + "2": { + "then": "Niet toegankelijk" + }, + "3": { + "then": "Toegankelijk na het vragen van de sleutel" + } + } + }, + "2": { + "question": "Zijn deze toiletten gratis te gebruiken?", + "mappings": { + "0": { + "then": "Men moet betalen om deze toiletten te gebruiken" + }, + "1": { + "then": "Gratis te gebruiken" + } + } + }, + "3": { + "question": "Hoeveel moet men betalen om deze toiletten te gebruiken?", + "render": "De toiletten gebruiken kost {charge}" + }, + "4": { + "question": "Is er een rolstoeltoegankelijke toilet voorzien?", + "mappings": { + "0": { + "then": "Er is een toilet voor rolstoelgebruikers" + }, + "1": { + "then": "Niet toegankelijk voor rolstoelgebruikers" + } + } + }, + "5": { + "question": "Welke toiletten zijn dit?", + "mappings": { + "0": { + "then": "Er zijn enkel WC's om op te zitten" + }, + "1": { + "then": "Er zijn enkel urinoirs" + }, + "2": { + "then": "Er zijn enkel hurktoiletten" + }, + "3": { + "then": "Er zijn zowel urinoirs als zittoiletten" + } + } + }, + "6": { + "question": "Is er een luiertafel beschikbaar?", + "mappings": { + "0": { + "then": "Er is een luiertafel" + }, + "1": { + "then": "Geen luiertafel" + } + } + }, + "7": { + "question": "Waar bevindt de luiertafel zich?", + "render": "De luiertafel bevindt zich in {changing_table:location}", + "mappings": { + "0": { + "then": "De luiertafel bevindt zich in de vrouwentoiletten " + }, + "1": { + "then": "De luiertafel bevindt zich in de herentoiletten " + }, + "2": { + "then": "De luiertafel bevindt zich in de rolstoeltoegankelijke toilet " + }, + "3": { + "then": "De luiertafel bevindt zich in een daartoe voorziene kamer " + } + } + } + } + }, + "trail": { + "name": "Wandeltochten", + "title": { + "render": "Wandeltocht" + }, + "tagRenderings": { + "1": { + "render": "Deze wandeling is {_length:km} kilometer lang" + }, + "2": { + "question": "Wat is de naam van deze wandeling?", + "render": "Deze wandeling heet {name}" + }, + "3": { + "render": "Beheer door {operator}", + "question": "Wie beheert deze wandeltocht?", + "mappings": { + "0": { + "then": "Dit gebied wordt beheerd door Natuurpunt" + }, + "1": { + "then": "Dit gebied wordt beheerd door {operator}" + } + } + }, + "4": { + "question": "Welke kleur heeft deze wandeling?", + "render": "Deze wandeling heeft kleur {colour}", + "mappings": { + "0": { + "then": "Blauwe wandeling" + }, + "1": { + "then": "Rode wandeling" + }, + "2": { + "then": "Groene wandeling" + }, + "3": { + "then": "Gele wandeling" + } + } + }, + "5": { + "question": "Is deze wandeling toegankelijk met de rolstoel?", + "mappings": { + "0": { + "then": "deze wandeltocht is toegankelijk met de rolstoel" + }, + "1": { + "then": "deze wandeltocht is niet toegankelijk met de rolstoel" + } + } + }, + "6": { + "question": "Is deze wandeltocht toegankelijk met de buggy?", + "mappings": { + "0": { + "then": "deze wandeltocht is toegankelijk met de buggy" + }, + "1": { + "then": "deze wandeltocht is niet toegankelijk met de buggy" + } + } + } + }, + "description": "Aangeduide wandeltochten" + }, + "tree_node": { + "name": "Boom", + "title": { + "render": "Boom", + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "1": { + "render": "Hoogte: {height}", + "mappings": { + "0": { + "then": "Hoogte: {height} m" + } + } + }, + "2": { + "question": "Is dit een naald- of loofboom?", + "mappings": { + "0": { + "then": "\"\"/ Loofboom" + }, + "1": { + "then": "\"\"/ Naaldboom" + }, + "2": { + "then": "\"\"/ Permanent bladloos" + } + } + }, + "3": { + "question": "Hoe significant is deze boom? Kies het eerste antwoord dat van toepassing is.", + "mappings": { + "0": { + "then": "De boom valt op door zijn grootte of prominente locatie. Hij is nuttig voor navigatie." + }, + "1": { + "then": "De boom is een natuurlijk monument, bijvoorbeeld doordat hij bijzonder oud of van een waardevolle soort is." + }, + "2": { + "then": "De boom wordt voor landbouwdoeleinden gebruikt, bijvoorbeeld in een boomgaard." + }, + "3": { + "then": "De boom staat in een park of dergelijke (begraafplaats, schoolterrein, …)." + }, + "4": { + "then": "De boom staat in de tuin bij een woning/flatgebouw." + }, + "5": { + "then": "Dit is een laanboom." + }, + "6": { + "then": "De boom staat in een woonkern." + }, + "7": { + "then": "De boom staat buiten een woonkern." + } + } + }, + "4": { + "question": "Is deze boom groenblijvend of bladverliezend?", + "mappings": { + "0": { + "then": "Bladverliezend: de boom is een periode van het jaar kaal." + }, + "1": { + "then": "Groenblijvend." + } + } + }, + "5": { + "render": "Naam: {name}", + "question": "Heeft de boom een naam?", + "mappings": { + "0": { + "then": "De boom heeft geen naam." + } + } + }, + "6": { + "question": "Is deze boom erkend als erfgoed?", + "mappings": { + "0": { + "then": "\"\"/ Erkend als houtig erfgoed door Onroerend Erfgoed Vlaanderen" + }, + "1": { + "then": "Erkend als natuurlijk erfgoed door Directie Cultureel Erfgoed Brussel" + }, + "2": { + "then": "Erkend als erfgoed door een andere organisatie" + }, + "3": { + "then": "Niet erkend als erfgoed" + }, + "4": { + "then": "Erkend als erfgoed door een andere organisatie" + } + } + }, + "7": { + "render": "\"\"/ Onroerend Erfgoed-ID: {ref:OnroerendErfgoed}", + "question": "Wat is het ID uitgegeven door Onroerend Erfgoed Vlaanderen?" + }, + "8": { + "render": "\"\"/ Wikidata: {wikidata}", + "question": "Wat is het Wikidata-ID van deze boom?" + } + }, + "presets": { + "0": { + "title": "Loofboom", + "description": "Een boom van een soort die blaadjes heeft, bijvoorbeeld eik of populier." + }, + "1": { + "title": "Naaldboom", + "description": "Een boom van een soort met naalden, bijvoorbeeld den of spar." + }, + "2": { + "title": "Boom", + "description": "Wanneer je niet zeker bent of het nu een loof- of naaldboom is." + } + } + }, + "viewpoint": { + "name": "Uitzicht", + "description": "Een mooi uitzicht - ideaal om een foto toe te voegen wanneer iets niet in een andere categorie past", + "presets": { + "0": { + "title": "Uitzicht" + } + }, + "title": { + "render": "Uitzicht" + }, + "tagRenderings": { + "1": { + "question": "Zijn er bijzonderheden die je wilt toevoegen?" + } + } + }, + "village_green": { + "name": "Speelweide", + "title": { + "render": "Speelweide", + "mappings": { + "0": { + "then": "{name}" + } + } + } + }, + "visitor_information_centre": { + "name": "Bezoekerscentrum", + "title": { + "render": "{name}", + "mappings": { + "0": { + "then": "{name:nl}" + }, + "1": { + "then": "{name}" + } + } + }, + "description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd." + }, + "waste_basket": { + "name": "Vuilnisbak", + "title": { + "render": "Vuilnisbak" + }, + "description": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.", + "iconSize": { + "mappings": { + "0": { + "then": "Vuilnisbak" + } + } + }, + "presets": { + "0": { + "title": "Vuilnisbak" + } + } + }, + "watermill": { + "name": "watermolens", + "title": { + "render": "Watermolens", + "mappings": { + "0": { + "then": "{name:nl}" + }, + "1": { + "then": "{name}" + } + } + }, + "description": "Watermolens", + "tagRenderings": { + "1": { + "render": "De toegankelijkheid van dit gebied is: {access:description}", + "question": "Is dit gebied toegankelijk?", + "mappings": { + "0": { + "then": "Vrij toegankelijk" + }, + "1": { + "then": "Niet toegankelijk" + }, + "2": { + "then": "Niet toegankelijk, want privégebied" + }, + "3": { + "then": "Toegankelijk, ondanks dat het privegebied is" + }, + "4": { + "then": "Enkel toegankelijk met een gids of tijdens een activiteit" + }, + "5": { + "then": "Toegankelijk mits betaling" + } + } + }, + "2": { + "render": "Beheer door {operator}", + "question": "Wie beheert dit pad?", + "mappings": { + "0": { + "then": "Dit gebied wordt beheerd door Natuurpunt" + }, + "1": { + "then": "Dit gebied wordt beheerd door {operator}" + } + } + } } - } } - } } \ No newline at end of file diff --git a/langs/layers/pl.json b/langs/layers/pl.json index 390608573..eb235e651 100644 --- a/langs/layers/pl.json +++ b/langs/layers/pl.json @@ -1,198 +1,198 @@ { - "bench": { - "name": "Ławki", - "title": { - "render": "Ławka" - }, - "tagRenderings": { - "1": { - "render": "Oparcie", - "mappings": { - "0": { - "then": "Oparcie: Tak" - }, - "1": { - "then": "Oparcie: Nie" - } + "bench": { + "name": "Ławki", + "title": { + "render": "Ławka" }, - "question": "Czy ta ławka ma oparcie?" - }, - "2": { - "render": "{seats} siedzeń", - "question": "Ile siedzeń ma ta ławka?" - }, - "3": { - "render": "Materiał: {material}", - "mappings": { - "0": { - "then": "Materiał: drewno" - }, - "1": { - "then": "Materiał: metal" - }, - "2": { - "then": "Materiał: kamień" - }, - "3": { - "then": "Materiał: beton" - }, - "4": { - "then": "Materiał: plastik" - }, - "5": { - "then": "Materiał: stal" - } + "tagRenderings": { + "1": { + "render": "Oparcie", + "mappings": { + "0": { + "then": "Oparcie: Tak" + }, + "1": { + "then": "Oparcie: Nie" + } + }, + "question": "Czy ta ławka ma oparcie?" + }, + "2": { + "render": "{seats} siedzeń", + "question": "Ile siedzeń ma ta ławka?" + }, + "3": { + "render": "Materiał: {material}", + "mappings": { + "0": { + "then": "Materiał: drewno" + }, + "1": { + "then": "Materiał: metal" + }, + "2": { + "then": "Materiał: kamień" + }, + "3": { + "then": "Materiał: beton" + }, + "4": { + "then": "Materiał: plastik" + }, + "5": { + "then": "Materiał: stal" + } + }, + "question": "Z czego wykonana jest ławka (siedzisko)?" + }, + "4": { + "question": "W jakim kierunku patrzysz siedząc na ławce?", + "render": "Siedząc na ławce, patrzy się w kierunku {direction}°." + }, + "5": { + "render": "Kolor: {colour}", + "question": "Jaki kolor ma ta ławka?", + "mappings": { + "0": { + "then": "Kolor: brązowy" + }, + "1": { + "then": "Kolor: zielony" + }, + "2": { + "then": "Kolor: szary" + }, + "3": { + "then": "Kolor: biały" + }, + "4": { + "then": "Kolor: czerwony" + }, + "5": { + "then": "Kolor: czarny" + }, + "6": { + "then": "Kolor: niebieski" + }, + "7": { + "then": "Kolor: żółty" + } + } + }, + "6": { + "question": "Kiedy ostatnio badano tę ławkę?", + "render": "Ławka ta była ostatnio badana w dniu {survey:date}" + } }, - "question": "Z czego wykonana jest ławka (siedzisko)?" - }, - "4": { - "question": "W jakim kierunku patrzysz siedząc na ławce?", - "render": "Siedząc na ławce, patrzy się w kierunku {direction}°." - }, - "5": { - "render": "Kolor: {colour}", - "question": "Jaki kolor ma ta ławka?", - "mappings": { - "0": { - "then": "Kolor: brązowy" - }, - "1": { - "then": "Kolor: zielony" - }, - "2": { - "then": "Kolor: szary" - }, - "3": { - "then": "Kolor: biały" - }, - "4": { - "then": "Kolor: czerwony" - }, - "5": { - "then": "Kolor: czarny" - }, - "6": { - "then": "Kolor: niebieski" - }, - "7": { - "then": "Kolor: żółty" - } + "presets": { + "0": { + "title": "Ławka", + "description": "Dodaj nową ławkę" + } } - }, - "6": { - "question": "Kiedy ostatnio badano tę ławkę?", - "render": "Ławka ta była ostatnio badana w dniu {survey:date}" - } }, - "presets": { - "0": { - "title": "Ławka", - "description": "Dodaj nową ławkę" - } - } - }, - "bench_at_pt": { - "name": "Ławki na przystankach komunikacji miejskiej", - "title": { - "render": "Ławka", - "mappings": { - "0": { - "then": "Ławka na przystanku komunikacji miejskiej" - } - } - }, - "tagRenderings": { - "1": { - "render": "{name}" - } - } - }, - "bicycle_library": { - "description": "Obiekt, w którym rowery można wypożyczyć na dłuższy okres" - }, - "bike_monitoring_station": { - "title": { - "mappings": { - "0": { - "then": "Stacja liczenia rowerów {name}" + "bench_at_pt": { + "name": "Ławki na przystankach komunikacji miejskiej", + "title": { + "render": "Ławka", + "mappings": { + "0": { + "then": "Ławka na przystanku komunikacji miejskiej" + } + } }, - "1": { - "then": "Stacja liczenia rowerów {ref}" + "tagRenderings": { + "1": { + "render": "{name}" + } } - } - } - }, - "bike_parking": { - "name": "Parking dla rowerów", - "presets": { - "0": { - "title": "Parking dla rowerów" - } }, - "title": { - "render": "Parking dla rowerów" + "bicycle_library": { + "description": "Obiekt, w którym rowery można wypożyczyć na dłuższy okres" }, - "tagRenderings": { - "1": { - "question": "Jaki jest typ tego parkingu dla rowerów?", - "render": "Jest to parking rowerowy typu: {bicycle_parking}" - }, - "2": { - "question": "Jaka jest względna lokalizacja tego parkingu rowerowego?" - } - } - }, - "bike_repair_station": { - "tagRenderings": { - "8": { - "question": "Czy pompka rowerowa jest nadal sprawna?", - "mappings": { - "0": { - "then": "Pompka rowerowa jest zepsuta" - }, - "1": { - "then": "Pompka rowerowa jest sprawna" - } + "bike_monitoring_station": { + "title": { + "mappings": { + "0": { + "then": "Stacja liczenia rowerów {name}" + }, + "1": { + "then": "Stacja liczenia rowerów {ref}" + } + } } - }, - "10": { - "question": "Jakie zawory są obsługiwane?", - "render": "Ta pompka obsługuje następujące zawory: {valves}" - }, - "11": { - "question": "Czy jest to elektryczna pompka do roweru?", - "mappings": { - "0": { - "then": "Pompa ręczna" - }, - "1": { - "then": "Pompka elektryczna" - } - } - }, - "12": { - "question": "Czy pompka posiada wskaźnik ciśnienia lub manometr?", - "mappings": { - "0": { - "then": "Jest manometr" - }, - "1": { - "then": "Nie ma manometru" - }, - "2": { - "then": "Jest manometr, ale jest uszkodzony" - } - } - } }, - "presets": { - "0": { - "title": "Pompka do roweru", - "description": "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.

Przykłady pompek rowerowych

" - }, - "1": { - "title": "Stacja naprawy rowerów i pompka" - } + "bike_parking": { + "name": "Parking dla rowerów", + "presets": { + "0": { + "title": "Parking dla rowerów" + } + }, + "title": { + "render": "Parking dla rowerów" + }, + "tagRenderings": { + "1": { + "question": "Jaki jest typ tego parkingu dla rowerów?", + "render": "Jest to parking rowerowy typu: {bicycle_parking}" + }, + "2": { + "question": "Jaka jest względna lokalizacja tego parkingu rowerowego?" + } + } + }, + "bike_repair_station": { + "tagRenderings": { + "8": { + "question": "Czy pompka rowerowa jest nadal sprawna?", + "mappings": { + "0": { + "then": "Pompka rowerowa jest zepsuta" + }, + "1": { + "then": "Pompka rowerowa jest sprawna" + } + } + }, + "10": { + "question": "Jakie zawory są obsługiwane?", + "render": "Ta pompka obsługuje następujące zawory: {valves}" + }, + "11": { + "question": "Czy jest to elektryczna pompka do roweru?", + "mappings": { + "0": { + "then": "Pompa ręczna" + }, + "1": { + "then": "Pompka elektryczna" + } + } + }, + "12": { + "question": "Czy pompka posiada wskaźnik ciśnienia lub manometr?", + "mappings": { + "0": { + "then": "Jest manometr" + }, + "1": { + "then": "Nie ma manometru" + }, + "2": { + "then": "Jest manometr, ale jest uszkodzony" + } + } + } + }, + "presets": { + "0": { + "title": "Pompka do roweru", + "description": "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.

Przykłady pompek rowerowych

" + }, + "1": { + "title": "Stacja naprawy rowerów i pompka" + } + } } - } } \ No newline at end of file diff --git a/langs/layers/pt_BR.json b/langs/layers/pt_BR.json index 394439f9c..bef8cac72 100644 --- a/langs/layers/pt_BR.json +++ b/langs/layers/pt_BR.json @@ -1,541 +1,541 @@ { - "bench": { - "name": "Bancos", - "title": { - "render": "Banco" - }, - "tagRenderings": { - "1": { - "render": "Encosto", - "mappings": { - "0": { - "then": "Encosto: Sim" - }, - "1": { - "then": "Encosto: Não" - } + "bench": { + "name": "Bancos", + "title": { + "render": "Banco" }, - "question": "Este assento tem um escosto?" - }, - "2": { - "render": "{seats} assentos", - "question": "Quantos assentos este banco tem?" - }, - "3": { - "render": "Material: {material}", - "mappings": { - "0": { - "then": "Material: madeira" - }, - "1": { - "then": "Material: metal" - }, - "2": { - "then": "Material: pedra" - }, - "3": { - "then": "Material: concreto" - }, - "4": { - "then": "Material: plástico" - }, - "5": { - "then": "Material: aço" - } + "tagRenderings": { + "1": { + "render": "Encosto", + "mappings": { + "0": { + "then": "Encosto: Sim" + }, + "1": { + "then": "Encosto: Não" + } + }, + "question": "Este assento tem um escosto?" + }, + "2": { + "render": "{seats} assentos", + "question": "Quantos assentos este banco tem?" + }, + "3": { + "render": "Material: {material}", + "mappings": { + "0": { + "then": "Material: madeira" + }, + "1": { + "then": "Material: metal" + }, + "2": { + "then": "Material: pedra" + }, + "3": { + "then": "Material: concreto" + }, + "4": { + "then": "Material: plástico" + }, + "5": { + "then": "Material: aço" + } + }, + "question": "De que é feito o banco (assento)?" + }, + "4": { + "question": "Em que direção você olha quando está sentado no banco?", + "render": "Ao sentar-se no banco, olha-se para {direction} °." + }, + "5": { + "render": "Cor: {colour}", + "question": "Qual a cor dessa bancada?", + "mappings": { + "0": { + "then": "Cor: marrom" + }, + "1": { + "then": "Cor: verde" + }, + "2": { + "then": "Cor: cinza" + }, + "3": { + "then": "Cor: branco" + }, + "4": { + "then": "Cor: vermelho" + }, + "5": { + "then": "Cor: preto" + }, + "6": { + "then": "Cor: azul" + }, + "7": { + "then": "Cor: amarelo" + } + } + }, + "6": { + "question": "Quando esta bancada foi pesquisada pela última vez?", + "render": "Esta bancada foi pesquisada pela última vez em {survey:date}" + } }, - "question": "De que é feito o banco (assento)?" - }, - "4": { - "question": "Em que direção você olha quando está sentado no banco?", - "render": "Ao sentar-se no banco, olha-se para {direction} °." - }, - "5": { - "render": "Cor: {colour}", - "question": "Qual a cor dessa bancada?", - "mappings": { - "0": { - "then": "Cor: marrom" - }, - "1": { - "then": "Cor: verde" - }, - "2": { - "then": "Cor: cinza" - }, - "3": { - "then": "Cor: branco" - }, - "4": { - "then": "Cor: vermelho" - }, - "5": { - "then": "Cor: preto" - }, - "6": { - "then": "Cor: azul" - }, - "7": { - "then": "Cor: amarelo" - } + "presets": { + "0": { + "title": "Banco", + "description": "Adicionar um novo banco" + } } - }, - "6": { - "question": "Quando esta bancada foi pesquisada pela última vez?", - "render": "Esta bancada foi pesquisada pela última vez em {survey:date}" - } }, - "presets": { - "0": { - "title": "Banco", - "description": "Adicionar um novo banco" - } + "bench_at_pt": { + "name": "Bancos em pontos de transporte público", + "title": { + "render": "Banco", + "mappings": { + "0": { + "then": "Banco em ponto de transporte público" + }, + "1": { + "then": "Banco em abrigo" + } + } + }, + "tagRenderings": { + "1": { + "render": "{name}" + } + } + }, + "bicycle_library": { + "name": "Biblioteca de bicicleta", + "title": { + "render": "Biblioteca de bicicleta" + }, + "description": "Uma instalação onde as bicicletas podem ser emprestadas por períodos mais longos", + "tagRenderings": { + "1": { + "question": "Qual o nome desta biblioteca de bicicleta?", + "render": "Esta biblioteca de bicicleta é chamada de {name}" + }, + "6": { + "question": "Quanto custa um empréstimo de bicicleta?", + "render": "Custos de empréstimo de bicicleta {charge}", + "mappings": { + "0": { + "then": "Emprestar uma bicicleta é grátis" + }, + "1": { + "then": "Emprestar uma bicicleta custa €20/ano e €20 de garantia" + } + } + }, + "7": { + "question": "Quem pode emprestar bicicletas aqui?", + "mappings": { + "0": { + "then": "Bicicletas para crianças disponíveis" + }, + "1": { + "then": "Bicicletas para adulto disponíveis" + }, + "2": { + "then": "Bicicletas para deficientes físicos disponíveis" + } + } + } + }, + "presets": { + "0": { + "title": "Biblioteca de bicicletas" + } + } + }, + "bicycle_tube_vending_machine": { + "name": "Máquina de venda automática de tubos de bicicleta", + "title": { + "render": "Máquina de venda automática de tubos de bicicleta" + }, + "presets": { + "0": { + "title": "Máquina de venda automática de tubos de bicicleta" + } + }, + "tagRenderings": { + "1": { + "question": "Esta máquina de venda automática ainda está operacional?", + "render": "O estado operacional é: {operational_status", + "mappings": { + "0": { + "then": "Esta máquina de venda automática funciona" + }, + "1": { + "then": "Esta máquina de venda automática está quebrada" + }, + "2": { + "then": "Esta máquina de venda automática está fechada" + } + } + } + } + }, + "bike_cafe": { + "name": "Café de bicicletas", + "title": { + "render": "Café de bicicleta", + "mappings": { + "0": { + "then": "Café de bicicleta {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "Qual o nome deste café de bicicleta?", + "render": "Este café de bicicleta se chama {name}" + }, + "3": { + "question": "Há ferramentas aqui para consertar sua bicicleta?", + "mappings": { + "0": { + "then": "Este café de bicicleta oferece ferramentas de reparo faça você mesmo" + }, + "1": { + "then": "Este café de bicicleta não oferece ferramentas de reparo faça você mesmo" + } + } + }, + "4": { + "question": "Este café de bicicleta conserta bicicletas?", + "mappings": { + "0": { + "then": "Este café de bicicleta conserta bicicletas" + }, + "1": { + "then": "Este café de bicicleta não conserta bicicletas" + } + } + }, + "5": { + "question": "Qual o website de {name}?" + }, + "6": { + "question": "Qual o número de telefone de {name}?" + }, + "7": { + "question": "Qual o endereço de email de {name}?" + }, + "8": { + "question": "Quando este café de bicicleta abre?" + } + }, + "presets": { + "0": { + "title": "Café de bicicleta" + } + } + }, + "bike_cleaning": { + "name": "Serviço de limpeza de bicicletas", + "title": { + "render": "Serviço de limpeza de bicicletas", + "mappings": { + "0": { + "then": "Serviço de limpeza de bicicletas {name}" + } + } + }, + "presets": { + "0": { + "title": "Serviço de limpeza de bicicletas" + } + } + }, + "bike_monitoring_station": { + "name": "Estações de monitoramento", + "title": { + "render": "Estação de contagem de bicicletas", + "mappings": { + "0": { + "then": "Estação de contagem de bicicletas {name}" + }, + "1": { + "then": "Estação de contagem de bicicletas {ref}" + } + } + } + }, + "bike_parking": { + "name": "Estacionamento de bicicletas", + "presets": { + "0": { + "title": "Estacionamento de bicicletas" + } + }, + "title": { + "render": "Estacionamento de bicicletas" + }, + "tagRenderings": { + "1": { + "question": "Qual o tipo deste estacionamento de bicicletas?", + "render": "Este é um estacionamento de bicicletas do tipo: {bicycle_parking}" + }, + "2": { + "question": "Qual a localização relativa deste estacionamento de bicicletas?", + "mappings": { + "0": { + "then": "Estacionamento subterrâneo" + }, + "1": { + "then": "Estacionamento subterrâneo" + }, + "2": { + "then": "Estacionamento de superfície" + }, + "3": { + "then": "Estacionamento ao nível da superfície" + }, + "4": { + "then": "Estacionamento no telhado" + } + } + }, + "3": { + "question": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos.", + "mappings": { + "0": { + "then": "Este estacionamento é coberto (tem um telhado)" + }, + "1": { + "then": "Este estacionamento não é coberto" + } + } + }, + "4": { + "render": "Lugar para {capacity} bicicletas" + }, + "5": { + "question": "Quem pode usar este estacionamento de bicicletas?", + "render": "{access}", + "mappings": { + "0": { + "then": "Acessível ao público" + }, + "1": { + "then": "Acesso é principalmente para visitantes de uma empresa" + }, + "2": { + "then": "Acesso é limitado aos membros de uma escola, companhia ou organização" + } + } + }, + "6": { + "question": "O estacionamento de bicicletas tem vagas para bicicletas de carga?", + "mappings": { + "0": { + "then": "Este estacionamento tem vagas para bicicletas de carga" + }, + "1": { + "then": "Este estacionamento tem vagas (oficiais) projetadas para bicicletas de carga." + }, + "2": { + "then": "Você não tem permissão para estacionar bicicletas de carga" + } + } + }, + "7": { + "question": "Quantas bicicletas de carga cabem neste estacionamento de bicicletas?", + "render": "Neste estacionamento cabem {capacity:cargo_bike} bicicletas de carga" + } + } + }, + "bike_repair_station": { + "name": "Estações de bicicletas (reparo, bomba ou ambos)", + "title": { + "render": "Estação de bicicletas (bomba e reparo)", + "mappings": { + "0": { + "then": "Estação de reparo de bicicletas" + }, + "1": { + "then": "Estação de reparo de bicicletas" + }, + "2": { + "then": "Bomba quebrada" + }, + "3": { + "then": "Bomba de bicicleta {name}" + }, + "4": { + "then": "Bomba de bicicleta" + } + } + }, + "tagRenderings": { + "1": { + "question": "Quais serviços estão disponíveis nesta estação de bicicletas?", + "mappings": { + "0": { + "then": "Há somente uma bomba presente" + }, + "1": { + "then": "Há somente ferramentas (chaves de fenda, alicates...) presentes" + }, + "2": { + "then": "Há tanto ferramentas e uma bomba presente" + } + } + }, + "2": { + "question": "Quem faz a manutenção desta bomba de ciclo?", + "render": "Mantida por {operator}" + }, + "5": { + "mappings": { + "0": { + "then": "Sempre aberto" + }, + "1": { + "then": "Sempre aberto" + } + } + }, + "6": { + "mappings": { + "0": { + "then": "Há uma ferramenta de corrente" + }, + "1": { + "then": "Não há uma ferramenta de corrente" + } + } + }, + "7": { + "mappings": { + "0": { + "then": "Há um gancho ou um suporte" + }, + "1": { + "then": "Não há um gancho ou um suporte" + } + } + }, + "11": { + "mappings": { + "0": { + "then": "Bomba manual" + }, + "1": { + "then": "Bomba elétrica" + } + } + }, + "12": { + "mappings": { + "0": { + "then": "Há um manômetro" + }, + "1": { + "then": "Não há um manômetro" + }, + "2": { + "then": "Há um manômetro mas está quebrado" + } + } + } + }, + "icon": { + "render": "./assets/layers/bike_repair_station/repair_station.svg" + }, + "presets": { + "0": { + "title": "Bomba de bicicleta", + "description": "Um dispositivo para encher seus pneus em um local fixa no espaço público

Exemplos de bombas de bicicletas

" + } + } + }, + "bike_shop": { + "name": "Reparo/loja de bicicletas", + "title": { + "render": "Reparo/loja de bicicletas", + "mappings": { + "0": { + "then": "Loja de equipamentos esportivos {name}" + }, + "2": { + "then": "Aluguel de bicicletas {name}" + }, + "3": { + "then": "Reparo de bicicletas {name}" + }, + "4": { + "then": "Loja de bicicletas {name}" + }, + "5": { + "then": "Loja/reparo de bicicletas {name}" + } + } + }, + "description": "Uma loja que vende especificamente bicicletas ou itens relacionados", + "tagRenderings": { + "1": { + "render": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas" + }, + "2": { + "question": "Qual o nome desta loja de bicicletas?", + "render": "Esta loja de bicicletas se chama {nome}" + }, + "3": { + "question": "Qual o website de {name}?" + }, + "4": { + "question": "Qual o número de telefone de {name}?" + }, + "5": { + "question": "Qual o endereço de email de {name}?" + }, + "9": { + "question": "Esta loja vende bicicletas?", + "mappings": { + "0": { + "then": "Esta loja vende bicicletas" + }, + "1": { + "then": "Esta loja não vende bicicletas" + } + } + }, + "10": { + "question": "Esta loja conserta bicicletas?", + "mappings": { + "0": { + "then": "Esta loja conserta bicicletas" + }, + "1": { + "then": "Esta loja não conserta bicicletas" + }, + "2": { + "then": "Esta loja conserta bicicletas compradas aqui" + }, + "3": { + "then": "Esta loja conserta bicicletas de uma certa marca" + } + } + }, + "11": { + "question": "Esta loja aluga bicicletas?", + "mappings": { + "0": { + "then": "Esta loja aluga bicicletas" + }, + "1": { + "then": "Esta loja não aluga bicicletas" + } + } + } + } } - }, - "bench_at_pt": { - "name": "Bancos em pontos de transporte público", - "title": { - "render": "Banco", - "mappings": { - "0": { - "then": "Banco em ponto de transporte público" - }, - "1": { - "then": "Banco em abrigo" - } - } - }, - "tagRenderings": { - "1": { - "render": "{name}" - } - } - }, - "bicycle_library": { - "name": "Biblioteca de bicicleta", - "title": { - "render": "Biblioteca de bicicleta" - }, - "description": "Uma instalação onde as bicicletas podem ser emprestadas por períodos mais longos", - "tagRenderings": { - "1": { - "question": "Qual o nome desta biblioteca de bicicleta?", - "render": "Esta biblioteca de bicicleta é chamada de {name}" - }, - "6": { - "question": "Quanto custa um empréstimo de bicicleta?", - "render": "Custos de empréstimo de bicicleta {charge}", - "mappings": { - "0": { - "then": "Emprestar uma bicicleta é grátis" - }, - "1": { - "then": "Emprestar uma bicicleta custa €20/ano e €20 de garantia" - } - } - }, - "7": { - "question": "Quem pode emprestar bicicletas aqui?", - "mappings": { - "0": { - "then": "Bicicletas para crianças disponíveis" - }, - "1": { - "then": "Bicicletas para adulto disponíveis" - }, - "2": { - "then": "Bicicletas para deficientes físicos disponíveis" - } - } - } - }, - "presets": { - "0": { - "title": "Biblioteca de bicicletas" - } - } - }, - "bicycle_tube_vending_machine": { - "name": "Máquina de venda automática de tubos de bicicleta", - "title": { - "render": "Máquina de venda automática de tubos de bicicleta" - }, - "presets": { - "0": { - "title": "Máquina de venda automática de tubos de bicicleta" - } - }, - "tagRenderings": { - "1": { - "question": "Esta máquina de venda automática ainda está operacional?", - "render": "O estado operacional é: {operational_status", - "mappings": { - "0": { - "then": "Esta máquina de venda automática funciona" - }, - "1": { - "then": "Esta máquina de venda automática está quebrada" - }, - "2": { - "then": "Esta máquina de venda automática está fechada" - } - } - } - } - }, - "bike_cafe": { - "name": "Café de bicicletas", - "title": { - "render": "Café de bicicleta", - "mappings": { - "0": { - "then": "Café de bicicleta {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Qual o nome deste café de bicicleta?", - "render": "Este café de bicicleta se chama {name}" - }, - "3": { - "question": "Há ferramentas aqui para consertar sua bicicleta?", - "mappings": { - "0": { - "then": "Este café de bicicleta oferece ferramentas de reparo faça você mesmo" - }, - "1": { - "then": "Este café de bicicleta não oferece ferramentas de reparo faça você mesmo" - } - } - }, - "4": { - "question": "Este café de bicicleta conserta bicicletas?", - "mappings": { - "0": { - "then": "Este café de bicicleta conserta bicicletas" - }, - "1": { - "then": "Este café de bicicleta não conserta bicicletas" - } - } - }, - "5": { - "question": "Qual o website de {name}?" - }, - "6": { - "question": "Qual o número de telefone de {name}?" - }, - "7": { - "question": "Qual o endereço de email de {name}?" - }, - "8": { - "question": "Quando este café de bicicleta abre?" - } - }, - "presets": { - "0": { - "title": "Café de bicicleta" - } - } - }, - "bike_cleaning": { - "name": "Serviço de limpeza de bicicletas", - "title": { - "render": "Serviço de limpeza de bicicletas", - "mappings": { - "0": { - "then": "Serviço de limpeza de bicicletas {name}" - } - } - }, - "presets": { - "0": { - "title": "Serviço de limpeza de bicicletas" - } - } - }, - "bike_monitoring_station": { - "name": "Estações de monitoramento", - "title": { - "render": "Estação de contagem de bicicletas", - "mappings": { - "0": { - "then": "Estação de contagem de bicicletas {name}" - }, - "1": { - "then": "Estação de contagem de bicicletas {ref}" - } - } - } - }, - "bike_parking": { - "name": "Estacionamento de bicicletas", - "presets": { - "0": { - "title": "Estacionamento de bicicletas" - } - }, - "title": { - "render": "Estacionamento de bicicletas" - }, - "tagRenderings": { - "1": { - "question": "Qual o tipo deste estacionamento de bicicletas?", - "render": "Este é um estacionamento de bicicletas do tipo: {bicycle_parking}" - }, - "2": { - "question": "Qual a localização relativa deste estacionamento de bicicletas?", - "mappings": { - "0": { - "then": "Estacionamento subterrâneo" - }, - "1": { - "then": "Estacionamento subterrâneo" - }, - "2": { - "then": "Estacionamento de superfície" - }, - "3": { - "then": "Estacionamento ao nível da superfície" - }, - "4": { - "then": "Estacionamento no telhado" - } - } - }, - "3": { - "question": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos.", - "mappings": { - "0": { - "then": "Este estacionamento é coberto (tem um telhado)" - }, - "1": { - "then": "Este estacionamento não é coberto" - } - } - }, - "4": { - "render": "Lugar para {capacity} bicicletas" - }, - "5": { - "question": "Quem pode usar este estacionamento de bicicletas?", - "render": "{access}", - "mappings": { - "0": { - "then": "Acessível ao público" - }, - "1": { - "then": "Acesso é principalmente para visitantes de uma empresa" - }, - "2": { - "then": "Acesso é limitado aos membros de uma escola, companhia ou organização" - } - } - }, - "6": { - "question": "O estacionamento de bicicletas tem vagas para bicicletas de carga?", - "mappings": { - "0": { - "then": "Este estacionamento tem vagas para bicicletas de carga" - }, - "1": { - "then": "Este estacionamento tem vagas (oficiais) projetadas para bicicletas de carga." - }, - "2": { - "then": "Você não tem permissão para estacionar bicicletas de carga" - } - } - }, - "7": { - "question": "Quantas bicicletas de carga cabem neste estacionamento de bicicletas?", - "render": "Neste estacionamento cabem {capacity:cargo_bike} bicicletas de carga" - } - } - }, - "bike_repair_station": { - "name": "Estações de bicicletas (reparo, bomba ou ambos)", - "title": { - "render": "Estação de bicicletas (bomba e reparo)", - "mappings": { - "0": { - "then": "Estação de reparo de bicicletas" - }, - "1": { - "then": "Estação de reparo de bicicletas" - }, - "2": { - "then": "Bomba quebrada" - }, - "3": { - "then": "Bomba de bicicleta {name}" - }, - "4": { - "then": "Bomba de bicicleta" - } - } - }, - "tagRenderings": { - "1": { - "question": "Quais serviços estão disponíveis nesta estação de bicicletas?", - "mappings": { - "0": { - "then": "Há somente uma bomba presente" - }, - "1": { - "then": "Há somente ferramentas (chaves de fenda, alicates...) presentes" - }, - "2": { - "then": "Há tanto ferramentas e uma bomba presente" - } - } - }, - "2": { - "question": "Quem faz a manutenção desta bomba de ciclo?", - "render": "Mantida por {operator}" - }, - "5": { - "mappings": { - "0": { - "then": "Sempre aberto" - }, - "1": { - "then": "Sempre aberto" - } - } - }, - "6": { - "mappings": { - "0": { - "then": "Há uma ferramenta de corrente" - }, - "1": { - "then": "Não há uma ferramenta de corrente" - } - } - }, - "7": { - "mappings": { - "0": { - "then": "Há um gancho ou um suporte" - }, - "1": { - "then": "Não há um gancho ou um suporte" - } - } - }, - "11": { - "mappings": { - "0": { - "then": "Bomba manual" - }, - "1": { - "then": "Bomba elétrica" - } - } - }, - "12": { - "mappings": { - "0": { - "then": "Há um manômetro" - }, - "1": { - "then": "Não há um manômetro" - }, - "2": { - "then": "Há um manômetro mas está quebrado" - } - } - } - }, - "icon": { - "render": "./assets/layers/bike_repair_station/repair_station.svg" - }, - "presets": { - "0": { - "title": "Bomba de bicicleta", - "description": "Um dispositivo para encher seus pneus em um local fixa no espaço público

Exemplos de bombas de bicicletas

" - } - } - }, - "bike_shop": { - "name": "Reparo/loja de bicicletas", - "title": { - "render": "Reparo/loja de bicicletas", - "mappings": { - "0": { - "then": "Loja de equipamentos esportivos {name}" - }, - "2": { - "then": "Aluguel de bicicletas {name}" - }, - "3": { - "then": "Reparo de bicicletas {name}" - }, - "4": { - "then": "Loja de bicicletas {name}" - }, - "5": { - "then": "Loja/reparo de bicicletas {name}" - } - } - }, - "description": "Uma loja que vende especificamente bicicletas ou itens relacionados", - "tagRenderings": { - "1": { - "render": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas" - }, - "2": { - "question": "Qual o nome desta loja de bicicletas?", - "render": "Esta loja de bicicletas se chama {nome}" - }, - "3": { - "question": "Qual o website de {name}?" - }, - "4": { - "question": "Qual o número de telefone de {name}?" - }, - "5": { - "question": "Qual o endereço de email de {name}?" - }, - "9": { - "question": "Esta loja vende bicicletas?", - "mappings": { - "0": { - "then": "Esta loja vende bicicletas" - }, - "1": { - "then": "Esta loja não vende bicicletas" - } - } - }, - "10": { - "question": "Esta loja conserta bicicletas?", - "mappings": { - "0": { - "then": "Esta loja conserta bicicletas" - }, - "1": { - "then": "Esta loja não conserta bicicletas" - }, - "2": { - "then": "Esta loja conserta bicicletas compradas aqui" - }, - "3": { - "then": "Esta loja conserta bicicletas de uma certa marca" - } - } - }, - "11": { - "question": "Esta loja aluga bicicletas?", - "mappings": { - "0": { - "then": "Esta loja aluga bicicletas" - }, - "1": { - "then": "Esta loja não aluga bicicletas" - } - } - } - } - } } \ No newline at end of file diff --git a/langs/layers/ru.json b/langs/layers/ru.json index f06046eda..7eb1db6be 100644 --- a/langs/layers/ru.json +++ b/langs/layers/ru.json @@ -1,1145 +1,1145 @@ { - "bench": { - "name": "Скамейки", - "title": { - "render": "Скамейка" - }, - "tagRenderings": { - "1": { - "render": "Спинка", - "mappings": { - "0": { - "then": "Со спинкой" - }, - "1": { - "then": "Без спинки" - } + "bench": { + "name": "Скамейки", + "title": { + "render": "Скамейка" }, - "question": "Есть ли у этой скамейки спинка?" - }, - "2": { - "render": "{seats} мест", - "question": "Сколько мест на этой скамейке?" - }, - "3": { - "render": "Материал: {material}", - "mappings": { - "0": { - "then": "Материал: дерево" - }, - "1": { - "then": "Материал: металл" - }, - "2": { - "then": "Материал: камень" - }, - "3": { - "then": "Материал: бетон" - }, - "4": { - "then": "Материал: пластик" - }, - "5": { - "then": "Материал: сталь" - } + "tagRenderings": { + "1": { + "render": "Спинка", + "mappings": { + "0": { + "then": "Со спинкой" + }, + "1": { + "then": "Без спинки" + } + }, + "question": "Есть ли у этой скамейки спинка?" + }, + "2": { + "render": "{seats} мест", + "question": "Сколько мест на этой скамейке?" + }, + "3": { + "render": "Материал: {material}", + "mappings": { + "0": { + "then": "Материал: дерево" + }, + "1": { + "then": "Материал: металл" + }, + "2": { + "then": "Материал: камень" + }, + "3": { + "then": "Материал: бетон" + }, + "4": { + "then": "Материал: пластик" + }, + "5": { + "then": "Материал: сталь" + } + }, + "question": "Из какого материала сделана скамейка?" + }, + "4": { + "question": "В каком направлении вы смотрите, когда сидите на скамейке?", + "render": "Сидя на скамейке, вы смотрите в сторону {direction}°." + }, + "5": { + "render": "Цвет: {colour}", + "question": "Какого цвета скамейка?", + "mappings": { + "0": { + "then": "Цвет: коричневый" + }, + "1": { + "then": "Цвет: зеленый" + }, + "2": { + "then": "Цвет: серый" + }, + "3": { + "then": "Цвет: белый" + }, + "4": { + "then": "Цвет: красный" + }, + "5": { + "then": "Цвет: чёрный" + }, + "6": { + "then": "Цвет: синий" + }, + "7": { + "then": "Цвет: желтый" + } + } + }, + "6": { + "question": "Когда последний раз обследовали эту скамейку?", + "render": "Последний раз обследование этой скамейки проводилось {survey:date}" + } }, - "question": "Из какого материала сделана скамейка?" - }, - "4": { - "question": "В каком направлении вы смотрите, когда сидите на скамейке?", - "render": "Сидя на скамейке, вы смотрите в сторону {direction}°." - }, - "5": { - "render": "Цвет: {colour}", - "question": "Какого цвета скамейка?", - "mappings": { - "0": { - "then": "Цвет: коричневый" - }, - "1": { - "then": "Цвет: зеленый" - }, - "2": { - "then": "Цвет: серый" - }, - "3": { - "then": "Цвет: белый" - }, - "4": { - "then": "Цвет: красный" - }, - "5": { - "then": "Цвет: чёрный" - }, - "6": { - "then": "Цвет: синий" - }, - "7": { - "then": "Цвет: желтый" - } + "presets": { + "0": { + "title": "Скамейка", + "description": "Добавить новую скамейку" + } } - }, - "6": { - "question": "Когда последний раз обследовали эту скамейку?", - "render": "Последний раз обследование этой скамейки проводилось {survey:date}" - } }, - "presets": { - "0": { - "title": "Скамейка", - "description": "Добавить новую скамейку" - } - } - }, - "bench_at_pt": { - "name": "Скамейки на остановках общественного транспорта", - "title": { - "render": "Скамейка", - "mappings": { - "0": { - "then": "Скамейка на остановке общественного транспорта" + "bench_at_pt": { + "name": "Скамейки на остановках общественного транспорта", + "title": { + "render": "Скамейка", + "mappings": { + "0": { + "then": "Скамейка на остановке общественного транспорта" + }, + "1": { + "then": "Скамейка в укрытии" + } + } }, - "1": { - "then": "Скамейка в укрытии" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "Встаньте на скамейке" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "Встаньте на скамейке" - } - } - }, - "bicycle_library": { - "name": "Велосипедная библиотека", - "title": { - "render": "Велосипедная библиотека" - }, - "description": "Учреждение, где велосипед может быть арендован на более длительный срок", - "tagRenderings": { - "1": { - "question": "Как называется эта велосипедная библиотека?", - "render": "Эта велосипедная библиотека называется {name}" - }, - "6": { - "question": "Сколько стоит прокат велосипеда?", - "render": "Стоимость аренды велосипеда {charge}", - "mappings": { - "0": { - "then": "Прокат велосипедов бесплатен" - }, - "1": { - "then": "Прокат велосипеда стоит €20/год и €20 залог" - } - } - }, - "7": { - "question": "Кто здесь может арендовать велосипед?", - "mappings": { - "0": { - "then": "Доступны детские велосипеды" - }, - "1": { - "then": "Доступны велосипеды для взрослых" - }, - "2": { - "then": "Доступны велосипеды для людей с ограниченными возможностями" - } - } - } - }, - "presets": { - "0": { - "title": "Велосипедная библиотека", - "description": "В велосипедной библиотеке есть велосипеды для аренды" - } - } - }, - "bicycle_tube_vending_machine": { - "name": "Торговый автомат для велосипедистов", - "title": { - "render": "Торговый автомат для велосипедистов" - }, - "presets": { - "0": { - "title": "Торговый автомат для велосипедистов" - } - }, - "tagRenderings": { - "1": { - "question": "Этот торговый автомат все еще работает?", - "render": "Рабочий статус: {operational_status", - "mappings": { - "0": { - "then": "Этот торговый автомат работает" - }, - "1": { - "then": "Этот торговый автомат сломан" - }, - "2": { - "then": "Этот торговый автомат закрыт" - } - } - } - } - }, - "bike_cafe": { - "name": "Велосипедное кафе", - "title": { - "render": "Велосипедное кафе", - "mappings": { - "0": { - "then": "Велосипедное кафе {name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "Как называется это байк-кафе?", - "render": "Это велосипедное кафе называется {name}" - }, - "2": { - "question": "Есть ли в этом велосипедном кафе велосипедный насос для всеобщего использования?", - "mappings": { - "0": { - "then": "В этом велосипедном кафе есть велосипедный насос для всеобщего использования" - }, - "1": { - "then": "В этом велосипедном кафе нет велосипедного насоса для всеобщего использования" - } - } - }, - "3": { - "question": "Есть ли здесь инструменты для починки вашего велосипеда?", - "mappings": { - "0": { - "then": "В этом велосипедном кафе есть инструменты для починки своего велосипеда" - }, - "1": { - "then": "В этом велосипедном кафе нет инструментов для починки своего велосипеда" - } - } - }, - "4": { - "question": "Есть ли услуги ремонта велосипедов в этом велосипедном кафе?", - "mappings": { - "0": { - "then": "В этом велосипедном кафе есть услуги ремонта велосипедов" - }, - "1": { - "then": "В этом велосипедном кафе нет услуг ремонта велосипедов" - } - } - }, - "5": { - "question": "Какой сайт у {name}?" - }, - "6": { - "question": "Какой номер телефона у {name}?" - }, - "7": { - "question": "Какой адрес электронной почты у {name}?" - }, - "8": { - "question": "Каков режим работы этого велосипедного кафе?" - } - }, - "presets": { - "0": { - "title": "Велосипедное кафе" - } - } - }, - "bike_monitoring_station": { - "name": "Станции мониторинга" - }, - "bike_parking": { - "name": "Велопарковка", - "presets": { - "0": { - "title": "Велопарковка" - } - }, - "title": { - "render": "Велопарковка" - }, - "tagRenderings": { - "1": { - "question": "К какому типу относится эта велопарковка?", - "render": "Это велопарковка типа {bicycle_parking}", - "mappings": { - "3": { - "then": "Стойка " - }, - "4": { - "then": "Двухуровневая " - }, - "5": { - "then": "Навес " - } - } - }, - "2": { - "mappings": { - "0": { - "then": "Подземная парковка" - }, - "1": { - "then": "Подземная парковка" - }, - "4": { - "then": "Парковка на крыше" - } - } - }, - "3": { - "mappings": { - "0": { - "then": "Это крытая парковка (есть крыша/навес)" - }, - "1": { - "then": "Это открытая парковка" - } - } - }, - "4": { - "render": "Место для {capacity} велосипеда(ов)" - }, - "5": { - "question": "Кто может пользоваться этой велопарковкой?", - "render": "{access}" - } - } - }, - "bike_repair_station": { - "title": { - "mappings": { - "2": { - "then": "Сломанный насос" + "bicycle_library": { + "name": "Велосипедная библиотека", + "title": { + "render": "Велосипедная библиотека" }, - "3": { - "then": "Велосипедный насос {name}" + "description": "Учреждение, где велосипед может быть арендован на более длительный срок", + "tagRenderings": { + "1": { + "question": "Как называется эта велосипедная библиотека?", + "render": "Эта велосипедная библиотека называется {name}" + }, + "6": { + "question": "Сколько стоит прокат велосипеда?", + "render": "Стоимость аренды велосипеда {charge}", + "mappings": { + "0": { + "then": "Прокат велосипедов бесплатен" + }, + "1": { + "then": "Прокат велосипеда стоит €20/год и €20 залог" + } + } + }, + "7": { + "question": "Кто здесь может арендовать велосипед?", + "mappings": { + "0": { + "then": "Доступны детские велосипеды" + }, + "1": { + "then": "Доступны велосипеды для взрослых" + }, + "2": { + "then": "Доступны велосипеды для людей с ограниченными возможностями" + } + } + } }, - "4": { - "then": "Велосипедный насос" + "presets": { + "0": { + "title": "Велосипедная библиотека", + "description": "В велосипедной библиотеке есть велосипеды для аренды" + } } - } }, - "tagRenderings": { - "5": { - "question": "Когда работает эта точка обслуживания велосипедов?", - "mappings": { - "0": { - "then": "Всегда открыто" - } - } - }, - "8": { - "question": "Велосипедный насос все еще работает?", - "mappings": { - "0": { - "then": "Велосипедный насос сломан" - }, - "1": { - "then": "Велосипедный насос работает" - } - } - }, - "10": { - "render": "Этот насос поддерживает следующие клапаны: {valves}", - "mappings": { - "0": { - "then": "Клапан Presta (также известный как французский клапан)" - }, - "1": { - "then": "Клапан Dunlop" - } - } - }, - "11": { - "question": "Это электрический велосипедный насос?", - "mappings": { - "0": { - "then": "Ручной насос" - }, - "1": { - "then": "Электрический насос" - } - } - }, - "12": { - "mappings": { - "0": { - "then": "Есть манометр" - }, - "1": { - "then": "Нет манометра" - }, - "2": { - "then": "Есть манометр, но он сломан" - } - } - } - }, - "icon": { - "render": "./assets/layers/bike_repair_station/repair_station.svg" - }, - "presets": { - "0": { - "title": "Велосипедный насос" - } - } - }, - "bike_shop": { - "name": "Обслуживание велосипедов/магазин", - "title": { - "render": "Обслуживание велосипедов/магазин", - "mappings": { - "0": { - "then": "Магазин спортивного инвентаря {name}" + "bicycle_tube_vending_machine": { + "name": "Торговый автомат для велосипедистов", + "title": { + "render": "Торговый автомат для велосипедистов" }, - "2": { - "then": "Прокат велосипедов {name}" + "presets": { + "0": { + "title": "Торговый автомат для велосипедистов" + } }, - "3": { - "then": "Ремонт велосипедов {name}" + "tagRenderings": { + "1": { + "question": "Этот торговый автомат все еще работает?", + "render": "Рабочий статус: {operational_status", + "mappings": { + "0": { + "then": "Этот торговый автомат работает" + }, + "1": { + "then": "Этот торговый автомат сломан" + }, + "2": { + "then": "Этот торговый автомат закрыт" + } + } + } + } + }, + "bike_cafe": { + "name": "Велосипедное кафе", + "title": { + "render": "Велосипедное кафе", + "mappings": { + "0": { + "then": "Велосипедное кафе {name}" + } + } }, - "4": { - "then": "Магазин велосипедов {name}" - } - } - }, - "description": "Магазин, специализирующийся на продаже велосипедов или сопутствующих товаров", - "tagRenderings": { - "2": { - "question": "Как называется магазин велосипедов?", - "render": "Этот магазин велосипедов называется {name}" - }, - "3": { - "question": "Какой сайт у {name}?" - }, - "4": { - "question": "Какой номер телефона у {name}?" - }, - "5": { - "question": "Какой адрес электронной почты у {name}?" - }, - "9": { - "question": "Продаются ли велосипеды в этом магазине?", - "mappings": { - "0": { - "then": "В этом магазине продаются велосипеды" - }, - "1": { - "then": "В этом магазине не продают велосипеды" - } - } - }, - "10": { - "question": "В этом магазине ремонтируют велосипеды?", - "mappings": { - "0": { - "then": "Этот магазин ремонтирует велосипеды" - }, - "1": { - "then": "Этот магазин не ремонтирует велосипеды" - }, - "2": { - "then": "Этот магазин ремонтирует только велосипеды, купленные здесь" - }, - "3": { - "then": "В этом магазине обслуживают велосипеды определённого бренда" - } - } - }, - "11": { - "question": "Этот магазин сдает велосипеды в аренду?", - "mappings": { - "0": { - "then": "Этот магазин сдает велосипеды в аренду" - }, - "1": { - "then": "Этот магазин не сдает велосипеды напрокат" - } - } - }, - "12": { - "question": "В этом магазине продаются подержанные велосипеды?", - "mappings": { - "0": { - "then": "В этом магазине продаются подержанные велосипеды" - }, - "1": { - "then": "В этом магазине не продаются подержанные велосипеды" - }, - "2": { - "then": "В этом магазине продаются только подержанные велосипеды" - } - } - }, - "13": { - "question": "Предлагается ли в этом магазине велосипедный насос для всеобщего пользования?", - "mappings": { - "0": { - "then": "В этом магазине есть велосипедный насос для всеобщего пользования" - }, - "1": { - "then": "В этом магазине нет велосипедного насоса для всеобщего пользования" - } - } - }, - "14": { - "question": "Есть ли здесь инструменты для починки собственного велосипеда?", - "mappings": { - "2": { - "then": "Инструменты для починки доступны только при покупке/аренде велосипеда в магазине" - } - } - }, - "15": { - "question": "Здесь моют велосипеды?", - "mappings": { - "0": { - "then": "В этом магазине оказываются услуги мойки/чистки велосипедов" - }, - "2": { - "then": "В этом магазине нет услуг мойки/чистки велосипедов" - } - } - } - }, - "presets": { - "0": { - "title": "Обслуживание велосипедов/магазин" - } - } - }, - "charging_station": { - "name": "Зарядные станции", - "title": { - "render": "Зарядная станция" - }, - "description": "Зарядная станция", - "tagRenderings": { - "14": { - "question": "В какое время работает эта зарядная станция?" - }, - "15": { - "render": "{network}", - "question": "К какой сети относится эта станция?" - } - } - }, - "defibrillator": { - "name": "Дефибрилляторы", - "title": { - "render": "Дефибриллятор" - }, - "icon": { - "mappings": { - "0": { - "then": "./assets/layers/defibrillator/aed_checked.svg" - } - } - }, - "presets": { - "0": { - "title": "Дефибриллятор" - } - }, - "tagRenderings": { - "2": { - "mappings": { - "0": { - "then": "Общедоступный" - }, - "1": { - "then": "Общедоступный" - }, - "2": { - "then": "Доступно только для клиентов" - } - } - }, - "3": { - "mappings": { - "1": { - "then": "Это обычный автоматический дефибриллятор" - } - } - }, - "12": { - "render": "{opening_hours_table(opening_hours)}", - "question": "В какое время доступен этот дефибриллятор?" - }, - "13": { - "render": "Дополнительная информация: {description}" - }, - "14": { - "mappings": { - "0": { - "then": "Проверено сегодня!" - } - } - }, - "15": { - "render": "Дополнительная информация для экспертов OpenStreetMap: {fixme}" - } - } - }, - "direction": { - "name": "Визуализация направления" - }, - "drinking_water": { - "name": "Питьевая вода", - "title": { - "render": "Питьевая вода" - }, - "presets": { - "0": { - "title": "Питьевая вода" - } - } - }, - "food": { - "tagRenderings": { - "17": { - "mappings": { - "1": { - "then": "Приносить свою тару не разрешено" - } - } - } - } - }, - "ghost_bike": { - "tagRenderings": { - "2": { - "render": "В знак памяти о {name}" - }, - "3": { - "render": "Доступна более подробная информация" - }, - "4": { - "render": "{inscription}" - }, - "5": { - "render": "Установлен {start_date}" - } - } - }, - "information_board": { - "name": "Информационные щиты", - "title": { - "render": "Информационный щит" - }, - "presets": { - "0": { - "title": "Информационный щит" - } - } - }, - "map": { - "name": "Карты", - "title": { - "render": "Карта" - }, - "tagRenderings": { - "1": { - "mappings": { - "0": { - "then": "Эта карта основана на OpenStreetMap" - } + "tagRenderings": { + "1": { + "question": "Как называется это байк-кафе?", + "render": "Это велосипедное кафе называется {name}" + }, + "2": { + "question": "Есть ли в этом велосипедном кафе велосипедный насос для всеобщего использования?", + "mappings": { + "0": { + "then": "В этом велосипедном кафе есть велосипедный насос для всеобщего использования" + }, + "1": { + "then": "В этом велосипедном кафе нет велосипедного насоса для всеобщего использования" + } + } + }, + "3": { + "question": "Есть ли здесь инструменты для починки вашего велосипеда?", + "mappings": { + "0": { + "then": "В этом велосипедном кафе есть инструменты для починки своего велосипеда" + }, + "1": { + "then": "В этом велосипедном кафе нет инструментов для починки своего велосипеда" + } + } + }, + "4": { + "question": "Есть ли услуги ремонта велосипедов в этом велосипедном кафе?", + "mappings": { + "0": { + "then": "В этом велосипедном кафе есть услуги ремонта велосипедов" + }, + "1": { + "then": "В этом велосипедном кафе нет услуг ремонта велосипедов" + } + } + }, + "5": { + "question": "Какой сайт у {name}?" + }, + "6": { + "question": "Какой номер телефона у {name}?" + }, + "7": { + "question": "Какой адрес электронной почты у {name}?" + }, + "8": { + "question": "Каков режим работы этого велосипедного кафе?" + } }, - "render": "Эта карта основана на {map_source}" - } + "presets": { + "0": { + "title": "Велосипедное кафе" + } + } }, - "presets": { - "0": { - "title": "Карта" - } + "bike_monitoring_station": { + "name": "Станции мониторинга" + }, + "bike_parking": { + "name": "Велопарковка", + "presets": { + "0": { + "title": "Велопарковка" + } + }, + "title": { + "render": "Велопарковка" + }, + "tagRenderings": { + "1": { + "question": "К какому типу относится эта велопарковка?", + "render": "Это велопарковка типа {bicycle_parking}", + "mappings": { + "3": { + "then": "Стойка " + }, + "4": { + "then": "Двухуровневая " + }, + "5": { + "then": "Навес " + } + } + }, + "2": { + "mappings": { + "0": { + "then": "Подземная парковка" + }, + "1": { + "then": "Подземная парковка" + }, + "4": { + "then": "Парковка на крыше" + } + } + }, + "3": { + "mappings": { + "0": { + "then": "Это крытая парковка (есть крыша/навес)" + }, + "1": { + "then": "Это открытая парковка" + } + } + }, + "4": { + "render": "Место для {capacity} велосипеда(ов)" + }, + "5": { + "question": "Кто может пользоваться этой велопарковкой?", + "render": "{access}" + } + } + }, + "bike_repair_station": { + "title": { + "mappings": { + "2": { + "then": "Сломанный насос" + }, + "3": { + "then": "Велосипедный насос {name}" + }, + "4": { + "then": "Велосипедный насос" + } + } + }, + "tagRenderings": { + "5": { + "question": "Когда работает эта точка обслуживания велосипедов?", + "mappings": { + "0": { + "then": "Всегда открыто" + } + } + }, + "8": { + "question": "Велосипедный насос все еще работает?", + "mappings": { + "0": { + "then": "Велосипедный насос сломан" + }, + "1": { + "then": "Велосипедный насос работает" + } + } + }, + "10": { + "render": "Этот насос поддерживает следующие клапаны: {valves}", + "mappings": { + "0": { + "then": "Клапан Presta (также известный как французский клапан)" + }, + "1": { + "then": "Клапан Dunlop" + } + } + }, + "11": { + "question": "Это электрический велосипедный насос?", + "mappings": { + "0": { + "then": "Ручной насос" + }, + "1": { + "then": "Электрический насос" + } + } + }, + "12": { + "mappings": { + "0": { + "then": "Есть манометр" + }, + "1": { + "then": "Нет манометра" + }, + "2": { + "then": "Есть манометр, но он сломан" + } + } + } + }, + "icon": { + "render": "./assets/layers/bike_repair_station/repair_station.svg" + }, + "presets": { + "0": { + "title": "Велосипедный насос" + } + } + }, + "bike_shop": { + "name": "Обслуживание велосипедов/магазин", + "title": { + "render": "Обслуживание велосипедов/магазин", + "mappings": { + "0": { + "then": "Магазин спортивного инвентаря {name}" + }, + "2": { + "then": "Прокат велосипедов {name}" + }, + "3": { + "then": "Ремонт велосипедов {name}" + }, + "4": { + "then": "Магазин велосипедов {name}" + } + } + }, + "description": "Магазин, специализирующийся на продаже велосипедов или сопутствующих товаров", + "tagRenderings": { + "2": { + "question": "Как называется магазин велосипедов?", + "render": "Этот магазин велосипедов называется {name}" + }, + "3": { + "question": "Какой сайт у {name}?" + }, + "4": { + "question": "Какой номер телефона у {name}?" + }, + "5": { + "question": "Какой адрес электронной почты у {name}?" + }, + "9": { + "question": "Продаются ли велосипеды в этом магазине?", + "mappings": { + "0": { + "then": "В этом магазине продаются велосипеды" + }, + "1": { + "then": "В этом магазине не продают велосипеды" + } + } + }, + "10": { + "question": "В этом магазине ремонтируют велосипеды?", + "mappings": { + "0": { + "then": "Этот магазин ремонтирует велосипеды" + }, + "1": { + "then": "Этот магазин не ремонтирует велосипеды" + }, + "2": { + "then": "Этот магазин ремонтирует только велосипеды, купленные здесь" + }, + "3": { + "then": "В этом магазине обслуживают велосипеды определённого бренда" + } + } + }, + "11": { + "question": "Этот магазин сдает велосипеды в аренду?", + "mappings": { + "0": { + "then": "Этот магазин сдает велосипеды в аренду" + }, + "1": { + "then": "Этот магазин не сдает велосипеды напрокат" + } + } + }, + "12": { + "question": "В этом магазине продаются подержанные велосипеды?", + "mappings": { + "0": { + "then": "В этом магазине продаются подержанные велосипеды" + }, + "1": { + "then": "В этом магазине не продаются подержанные велосипеды" + }, + "2": { + "then": "В этом магазине продаются только подержанные велосипеды" + } + } + }, + "13": { + "question": "Предлагается ли в этом магазине велосипедный насос для всеобщего пользования?", + "mappings": { + "0": { + "then": "В этом магазине есть велосипедный насос для всеобщего пользования" + }, + "1": { + "then": "В этом магазине нет велосипедного насоса для всеобщего пользования" + } + } + }, + "14": { + "question": "Есть ли здесь инструменты для починки собственного велосипеда?", + "mappings": { + "2": { + "then": "Инструменты для починки доступны только при покупке/аренде велосипеда в магазине" + } + } + }, + "15": { + "question": "Здесь моют велосипеды?", + "mappings": { + "0": { + "then": "В этом магазине оказываются услуги мойки/чистки велосипедов" + }, + "2": { + "then": "В этом магазине нет услуг мойки/чистки велосипедов" + } + } + } + }, + "presets": { + "0": { + "title": "Обслуживание велосипедов/магазин" + } + } + }, + "charging_station": { + "name": "Зарядные станции", + "title": { + "render": "Зарядная станция" + }, + "description": "Зарядная станция", + "tagRenderings": { + "14": { + "question": "В какое время работает эта зарядная станция?" + }, + "15": { + "render": "{network}", + "question": "К какой сети относится эта станция?" + } + } + }, + "defibrillator": { + "name": "Дефибрилляторы", + "title": { + "render": "Дефибриллятор" + }, + "icon": { + "mappings": { + "0": { + "then": "./assets/layers/defibrillator/aed_checked.svg" + } + } + }, + "presets": { + "0": { + "title": "Дефибриллятор" + } + }, + "tagRenderings": { + "2": { + "mappings": { + "0": { + "then": "Общедоступный" + }, + "1": { + "then": "Общедоступный" + }, + "2": { + "then": "Доступно только для клиентов" + } + } + }, + "3": { + "mappings": { + "1": { + "then": "Это обычный автоматический дефибриллятор" + } + } + }, + "12": { + "render": "{opening_hours_table(opening_hours)}", + "question": "В какое время доступен этот дефибриллятор?" + }, + "13": { + "render": "Дополнительная информация: {description}" + }, + "14": { + "mappings": { + "0": { + "then": "Проверено сегодня!" + } + } + }, + "15": { + "render": "Дополнительная информация для экспертов OpenStreetMap: {fixme}" + } + } + }, + "direction": { + "name": "Визуализация направления" + }, + "drinking_water": { + "name": "Питьевая вода", + "title": { + "render": "Питьевая вода" + }, + "presets": { + "0": { + "title": "Питьевая вода" + } + } + }, + "food": { + "tagRenderings": { + "17": { + "mappings": { + "1": { + "then": "Приносить свою тару не разрешено" + } + } + } + } + }, + "ghost_bike": { + "tagRenderings": { + "2": { + "render": "В знак памяти о {name}" + }, + "3": { + "render": "Доступна более подробная информация" + }, + "4": { + "render": "{inscription}" + }, + "5": { + "render": "Установлен {start_date}" + } + } + }, + "information_board": { + "name": "Информационные щиты", + "title": { + "render": "Информационный щит" + }, + "presets": { + "0": { + "title": "Информационный щит" + } + } + }, + "map": { + "name": "Карты", + "title": { + "render": "Карта" + }, + "tagRenderings": { + "1": { + "mappings": { + "0": { + "then": "Эта карта основана на OpenStreetMap" + } + }, + "render": "Эта карта основана на {map_source}" + } + }, + "presets": { + "0": { + "title": "Карта" + } + } + }, + "nature_reserve": { + "tagRenderings": { + "8": { + "render": "{email}" + }, + "9": { + "render": "{phone}" + } + } + }, + "picnic_table": { + "name": "Столы для пикника", + "title": { + "render": "Стол для пикника" + }, + "description": "Слой, отображающий столы для пикника", + "tagRenderings": { + "0": { + "question": "Из чего изготовлен этот стол для пикника?", + "render": "Этот стол для пикника сделан из {material}", + "mappings": { + "0": { + "then": "Это деревянный стол для пикника" + }, + "1": { + "then": "Это бетонный стол для пикника" + } + } + } + }, + "presets": { + "0": { + "title": "Стол для пикника" + } + } + }, + "playground": { + "name": "Детские площадки", + "description": "Детские площадки", + "title": { + "render": "Детская площадка", + "mappings": { + "0": { + "then": "Детская площадка {name}" + } + } + }, + "tagRenderings": { + "1": { + "render": "Поверхность - {surface}", + "mappings": { + "0": { + "then": "Поверхность - трава" + }, + "1": { + "then": "Поверхность - песок" + }, + "2": { + "then": "Покрытие из щепы" + }, + "3": { + "then": "Поверхность - брусчатка" + }, + "4": { + "then": "Поверхность - асфальт" + }, + "5": { + "then": "Поверхность - бетон" + } + } + }, + "2": { + "question": "Эта игровая площадка освещается ночью?", + "mappings": { + "0": { + "then": "Эта детская площадка освещается ночью" + }, + "1": { + "then": "Эта детская площадка не освещается ночью" + } + } + }, + "3": { + "render": "Доступно для детей старше {min_age} лет", + "question": "С какого возраста доступна эта детская площадка?" + }, + "4": { + "render": "Доступно детям до {max_age}" + }, + "6": { + "mappings": { + "4": { + "then": "Недоступно" + } + } + }, + "7": { + "render": "{email}" + }, + "8": { + "render": "{phone}" + }, + "9": { + "question": "Доступна ли детская площадка пользователям кресел-колясок?", + "mappings": { + "0": { + "then": "Полностью доступна пользователям кресел-колясок" + }, + "1": { + "then": "Частично доступна пользователям кресел-колясок" + }, + "2": { + "then": "Недоступна пользователям кресел-колясок" + } + } + }, + "10": { + "question": "Когда открыта эта игровая площадка?", + "mappings": { + "0": { + "then": "Открыто от рассвета до заката" + }, + "1": { + "then": "Всегда доступен" + }, + "2": { + "then": "Всегда доступен" + } + } + } + }, + "presets": { + "0": { + "title": "Детская площадка" + } + } + }, + "public_bookcase": { + "name": "Книжные шкафы", + "description": "Уличный шкаф с книгами, доступными для всех", + "title": { + "render": "Книжный шкаф", + "mappings": { + "0": { + "then": "Общественный книжный шкаф {name}" + } + } + }, + "presets": { + "0": { + "title": "Книжный шкаф" + } + }, + "tagRenderings": { + "2": { + "render": "Название книжного шкафа — {name}", + "question": "Как называется этот общественный книжный шкаф?", + "mappings": { + "0": { + "then": "У этого книжного шкафа нет названия" + } + } + }, + "3": { + "render": "{capacity} книг помещается в этот книжный шкаф", + "question": "Сколько книг помещается в этом общественном книжном шкафу?" + }, + "4": { + "question": "Какие книги можно найти в этом общественном книжном шкафу?", + "mappings": { + "0": { + "then": "В основном детские книги" + }, + "1": { + "then": "В основном книги для взрослых" + }, + "2": { + "then": "Книги и для детей, и для взрослых" + } + } + }, + "6": { + "question": "Имеется ли свободный доступ к этому общественному книжному шкафу?", + "mappings": { + "0": { + "then": "Свободный доступ" + } + } + }, + "10": { + "question": "Когда был установлен этот общественный книжный шкаф?", + "render": "Установлен {start_date}" + }, + "11": { + "render": "Более подробная информация на сайте", + "question": "Есть ли веб-сайт с более подробной информацией об этом общественном книжном шкафе?" + } + } + }, + "slow_roads": { + "tagRenderings": { + "2": { + "render": "Поверхность - {surface}", + "mappings": { + "0": { + "then": "Поверхность - трава" + }, + "1": { + "then": "Поверхность - земля" + }, + "3": { + "then": "Поверхность - песок" + }, + "4": { + "then": "Поверхность - брусчатка" + }, + "5": { + "then": "Поверхность - асфальт" + }, + "6": { + "then": "Поверхность - бетон" + } + } + } + } + }, + "sport_pitch": { + "name": "Спортивные площадки", + "title": { + "render": "Спортивная площадка" + }, + "description": "Спортивная площадка", + "tagRenderings": { + "1": { + "mappings": { + "0": { + "then": "Здесь можно играть в баскетбол" + }, + "1": { + "then": "Здесь можно играть в футбол" + }, + "2": { + "then": "Это стол для пинг-понга" + }, + "3": { + "then": "Здесь можно играть в теннис" + }, + "4": { + "then": "Здесь можно играть в корфбол" + }, + "5": { + "then": "Здесь можно играть в баскетбол" + } + } + }, + "2": { + "question": "Какое покрытие на этой спортивной площадке?", + "render": "Поверхность - {surface}", + "mappings": { + "0": { + "then": "Поверхность - трава" + }, + "1": { + "then": "Поверхность - песок" + }, + "2": { + "then": "Поверхность - брусчатка" + }, + "3": { + "then": "Поверхность - асфальт" + }, + "4": { + "then": "Поверхность - бетон" + } + } + }, + "3": { + "question": "Есть ли свободный доступ к этой спортивной площадке?", + "mappings": { + "0": { + "then": "Свободный доступ" + }, + "1": { + "then": "Ограниченный доступ (напр., только по записи, в определённые часы, ...)" + }, + "2": { + "then": "Доступ только членам клуба" + } + } + }, + "4": { + "question": "Нужна ли предварительная запись для доступа на эту спортивную площадку?", + "mappings": { + "1": { + "then": "Желательна предварительная запись для доступа на эту спортивную площадку" + }, + "2": { + "then": "Предварительная запись для доступа на эту спортивную площадку возможна, но не обязательна" + }, + "3": { + "then": "Невозможна предварительная запись" + } + } + }, + "7": { + "question": "В какое время доступна эта площадка?", + "mappings": { + "1": { + "then": "Всегда доступен" + } + } + } + }, + "presets": { + "0": { + "title": "Стол для настольного тенниса" + }, + "1": { + "title": "Спортивная площадка" + } + } + }, + "surveillance_camera": { + "name": "Камеры наблюдения", + "title": { + "render": "Камера наблюдения" + }, + "tagRenderings": { + "1": { + "question": "Какая это камера?", + "mappings": { + "1": { + "then": "Камера с поворотным механизмом" + }, + "2": { + "then": "Панорамная камера" + } + } + }, + "5": { + "mappings": { + "1": { + "then": "Эта камера расположена снаружи" + }, + "2": { + "then": "Возможно, эта камера расположена снаружи" + } + } + }, + "8": { + "question": "Как расположена эта камера?" + } + } + }, + "toilet": { + "name": "Туалеты", + "title": { + "render": "Туалет" + }, + "presets": { + "0": { + "title": "Туалет", + "description": "Туалет или комната отдыха со свободным доступом" + }, + "1": { + "title": "Туалет с доступом для пользователей кресел-колясок" + } + }, + "tagRenderings": { + "1": { + "question": "Есть ли свободный доступ к этим туалетам?", + "mappings": { + "0": { + "then": "Свободный доступ" + }, + "2": { + "then": "Недоступно" + } + } + }, + "2": { + "mappings": { + "0": { + "then": "Это платные туалеты" + } + } + }, + "3": { + "question": "Сколько стоит посещение туалета?", + "render": "Стоимость {charge}" + }, + "4": { + "mappings": { + "1": { + "then": "Недоступно пользователям кресел-колясок" + } + } + }, + "5": { + "question": "Какие это туалеты?" + } + } + }, + "tree_node": { + "name": "Дерево", + "title": { + "render": "Дерево", + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "1": { + "render": "Высота: {height}", + "mappings": { + "0": { + "then": "Высота: {height} м" + } + } + }, + "4": { + "question": "Это дерево вечнозелёное или листопадное?", + "mappings": { + "0": { + "then": "Листопадное: у дерева опадают листья в определённое время года." + }, + "1": { + "then": "Вечнозелёное." + } + } + }, + "5": { + "render": "Название: {name}", + "question": "Есть ли у этого дерева название?", + "mappings": { + "0": { + "then": "У этого дерева нет названия." + } + } + }, + "7": { + "render": "\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}" + }, + "8": { + "render": "\"\"/ Wikidata: {wikidata}" + } + }, + "presets": { + "0": { + "title": "Лиственное дерево" + }, + "1": { + "title": "Хвойное дерево", + "description": "Дерево с хвоей (иглами), например, сосна или ель." + }, + "2": { + "title": "Дерево", + "description": "Если вы не уверены в том, лиственное это дерево или хвойное." + } + } + }, + "viewpoint": { + "name": "Смотровая площадка", + "presets": { + "0": { + "title": "Смотровая площадка" + } + }, + "title": { + "render": "Смотровая площадка" + }, + "tagRenderings": { + "1": { + "question": "Вы хотите добавить описание?" + } + } } - }, - "nature_reserve": { - "tagRenderings": { - "8": { - "render": "{email}" - }, - "9": { - "render": "{phone}" - } - } - }, - "picnic_table": { - "name": "Столы для пикника", - "title": { - "render": "Стол для пикника" - }, - "description": "Слой, отображающий столы для пикника", - "tagRenderings": { - "0": { - "question": "Из чего изготовлен этот стол для пикника?", - "render": "Этот стол для пикника сделан из {material}", - "mappings": { - "0": { - "then": "Это деревянный стол для пикника" - }, - "1": { - "then": "Это бетонный стол для пикника" - } - } - } - }, - "presets": { - "0": { - "title": "Стол для пикника" - } - } - }, - "playground": { - "name": "Детские площадки", - "description": "Детские площадки", - "title": { - "render": "Детская площадка", - "mappings": { - "0": { - "then": "Детская площадка {name}" - } - } - }, - "tagRenderings": { - "1": { - "render": "Поверхность - {surface}", - "mappings": { - "0": { - "then": "Поверхность - трава" - }, - "1": { - "then": "Поверхность - песок" - }, - "2": { - "then": "Покрытие из щепы" - }, - "3": { - "then": "Поверхность - брусчатка" - }, - "4": { - "then": "Поверхность - асфальт" - }, - "5": { - "then": "Поверхность - бетон" - } - } - }, - "2": { - "question": "Эта игровая площадка освещается ночью?", - "mappings": { - "0": { - "then": "Эта детская площадка освещается ночью" - }, - "1": { - "then": "Эта детская площадка не освещается ночью" - } - } - }, - "3": { - "render": "Доступно для детей старше {min_age} лет", - "question": "С какого возраста доступна эта детская площадка?" - }, - "4": { - "render": "Доступно детям до {max_age}" - }, - "6": { - "mappings": { - "4": { - "then": "Недоступно" - } - } - }, - "7": { - "render": "{email}" - }, - "8": { - "render": "{phone}" - }, - "9": { - "question": "Доступна ли детская площадка пользователям кресел-колясок?", - "mappings": { - "0": { - "then": "Полностью доступна пользователям кресел-колясок" - }, - "1": { - "then": "Частично доступна пользователям кресел-колясок" - }, - "2": { - "then": "Недоступна пользователям кресел-колясок" - } - } - }, - "10": { - "question": "Когда открыта эта игровая площадка?", - "mappings": { - "0": { - "then": "Открыто от рассвета до заката" - }, - "1": { - "then": "Всегда доступен" - }, - "2": { - "then": "Всегда доступен" - } - } - } - }, - "presets": { - "0": { - "title": "Детская площадка" - } - } - }, - "public_bookcase": { - "name": "Книжные шкафы", - "description": "Уличный шкаф с книгами, доступными для всех", - "title": { - "render": "Книжный шкаф", - "mappings": { - "0": { - "then": "Общественный книжный шкаф {name}" - } - } - }, - "presets": { - "0": { - "title": "Книжный шкаф" - } - }, - "tagRenderings": { - "2": { - "render": "Название книжного шкафа — {name}", - "question": "Как называется этот общественный книжный шкаф?", - "mappings": { - "0": { - "then": "У этого книжного шкафа нет названия" - } - } - }, - "3": { - "render": "{capacity} книг помещается в этот книжный шкаф", - "question": "Сколько книг помещается в этом общественном книжном шкафу?" - }, - "4": { - "question": "Какие книги можно найти в этом общественном книжном шкафу?", - "mappings": { - "0": { - "then": "В основном детские книги" - }, - "1": { - "then": "В основном книги для взрослых" - }, - "2": { - "then": "Книги и для детей, и для взрослых" - } - } - }, - "6": { - "question": "Имеется ли свободный доступ к этому общественному книжному шкафу?", - "mappings": { - "0": { - "then": "Свободный доступ" - } - } - }, - "10": { - "question": "Когда был установлен этот общественный книжный шкаф?", - "render": "Установлен {start_date}" - }, - "11": { - "render": "Более подробная информация на сайте", - "question": "Есть ли веб-сайт с более подробной информацией об этом общественном книжном шкафе?" - } - } - }, - "slow_roads": { - "tagRenderings": { - "2": { - "render": "Поверхность - {surface}", - "mappings": { - "0": { - "then": "Поверхность - трава" - }, - "1": { - "then": "Поверхность - земля" - }, - "3": { - "then": "Поверхность - песок" - }, - "4": { - "then": "Поверхность - брусчатка" - }, - "5": { - "then": "Поверхность - асфальт" - }, - "6": { - "then": "Поверхность - бетон" - } - } - } - } - }, - "sport_pitch": { - "name": "Спортивные площадки", - "title": { - "render": "Спортивная площадка" - }, - "description": "Спортивная площадка", - "tagRenderings": { - "1": { - "mappings": { - "0": { - "then": "Здесь можно играть в баскетбол" - }, - "1": { - "then": "Здесь можно играть в футбол" - }, - "2": { - "then": "Это стол для пинг-понга" - }, - "3": { - "then": "Здесь можно играть в теннис" - }, - "4": { - "then": "Здесь можно играть в корфбол" - }, - "5": { - "then": "Здесь можно играть в баскетбол" - } - } - }, - "2": { - "question": "Какое покрытие на этой спортивной площадке?", - "render": "Поверхность - {surface}", - "mappings": { - "0": { - "then": "Поверхность - трава" - }, - "1": { - "then": "Поверхность - песок" - }, - "2": { - "then": "Поверхность - брусчатка" - }, - "3": { - "then": "Поверхность - асфальт" - }, - "4": { - "then": "Поверхность - бетон" - } - } - }, - "3": { - "question": "Есть ли свободный доступ к этой спортивной площадке?", - "mappings": { - "0": { - "then": "Свободный доступ" - }, - "1": { - "then": "Ограниченный доступ (напр., только по записи, в определённые часы, ...)" - }, - "2": { - "then": "Доступ только членам клуба" - } - } - }, - "4": { - "question": "Нужна ли предварительная запись для доступа на эту спортивную площадку?", - "mappings": { - "1": { - "then": "Желательна предварительная запись для доступа на эту спортивную площадку" - }, - "2": { - "then": "Предварительная запись для доступа на эту спортивную площадку возможна, но не обязательна" - }, - "3": { - "then": "Невозможна предварительная запись" - } - } - }, - "7": { - "question": "В какое время доступна эта площадка?", - "mappings": { - "1": { - "then": "Всегда доступен" - } - } - } - }, - "presets": { - "0": { - "title": "Стол для настольного тенниса" - }, - "1": { - "title": "Спортивная площадка" - } - } - }, - "surveillance_camera": { - "name": "Камеры наблюдения", - "title": { - "render": "Камера наблюдения" - }, - "tagRenderings": { - "1": { - "question": "Какая это камера?", - "mappings": { - "1": { - "then": "Камера с поворотным механизмом" - }, - "2": { - "then": "Панорамная камера" - } - } - }, - "5": { - "mappings": { - "1": { - "then": "Эта камера расположена снаружи" - }, - "2": { - "then": "Возможно, эта камера расположена снаружи" - } - } - }, - "8": { - "question": "Как расположена эта камера?" - } - } - }, - "toilet": { - "name": "Туалеты", - "title": { - "render": "Туалет" - }, - "presets": { - "0": { - "title": "Туалет", - "description": "Туалет или комната отдыха со свободным доступом" - }, - "1": { - "title": "Туалет с доступом для пользователей кресел-колясок" - } - }, - "tagRenderings": { - "1": { - "question": "Есть ли свободный доступ к этим туалетам?", - "mappings": { - "0": { - "then": "Свободный доступ" - }, - "2": { - "then": "Недоступно" - } - } - }, - "2": { - "mappings": { - "0": { - "then": "Это платные туалеты" - } - } - }, - "3": { - "question": "Сколько стоит посещение туалета?", - "render": "Стоимость {charge}" - }, - "4": { - "mappings": { - "1": { - "then": "Недоступно пользователям кресел-колясок" - } - } - }, - "5": { - "question": "Какие это туалеты?" - } - } - }, - "tree_node": { - "name": "Дерево", - "title": { - "render": "Дерево", - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "1": { - "render": "Высота: {height}", - "mappings": { - "0": { - "then": "Высота: {height} м" - } - } - }, - "4": { - "question": "Это дерево вечнозелёное или листопадное?", - "mappings": { - "0": { - "then": "Листопадное: у дерева опадают листья в определённое время года." - }, - "1": { - "then": "Вечнозелёное." - } - } - }, - "5": { - "render": "Название: {name}", - "question": "Есть ли у этого дерева название?", - "mappings": { - "0": { - "then": "У этого дерева нет названия." - } - } - }, - "7": { - "render": "\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}" - }, - "8": { - "render": "\"\"/ Wikidata: {wikidata}" - } - }, - "presets": { - "0": { - "title": "Лиственное дерево" - }, - "1": { - "title": "Хвойное дерево", - "description": "Дерево с хвоей (иглами), например, сосна или ель." - }, - "2": { - "title": "Дерево", - "description": "Если вы не уверены в том, лиственное это дерево или хвойное." - } - } - }, - "viewpoint": { - "name": "Смотровая площадка", - "presets": { - "0": { - "title": "Смотровая площадка" - } - }, - "title": { - "render": "Смотровая площадка" - }, - "tagRenderings": { - "1": { - "question": "Вы хотите добавить описание?" - } - } - } } \ No newline at end of file diff --git a/langs/layers/zh_Hans.json b/langs/layers/zh_Hans.json index 35cd06022..f87b9640f 100644 --- a/langs/layers/zh_Hans.json +++ b/langs/layers/zh_Hans.json @@ -1,206 +1,206 @@ { - "bench": { - "name": "长椅", - "title": { - "render": "长椅" - }, - "tagRenderings": { - "1": { - "render": "靠背", - "mappings": { - "0": { - "then": "靠背:有" - }, - "1": { - "then": "靠背:无" - } + "bench": { + "name": "长椅", + "title": { + "render": "长椅" }, - "question": "这个长椅有靠背吗?" - }, - "2": { - "question": "这个长椅有几个座位?" - }, - "3": { - "render": "材质: {material}", - "mappings": { - "0": { - "then": "材质:木" - }, - "1": { - "then": "材质:金属" - }, - "2": { - "then": "材质:石头" - }, - "3": { - "then": "材质:混凝土" - }, - "4": { - "then": "材质:塑料" - }, - "5": { - "then": "材质:不锈钢" - } + "tagRenderings": { + "1": { + "render": "靠背", + "mappings": { + "0": { + "then": "靠背:有" + }, + "1": { + "then": "靠背:无" + } + }, + "question": "这个长椅有靠背吗?" + }, + "2": { + "question": "这个长椅有几个座位?" + }, + "3": { + "render": "材质: {material}", + "mappings": { + "0": { + "then": "材质:木" + }, + "1": { + "then": "材质:金属" + }, + "2": { + "then": "材质:石头" + }, + "3": { + "then": "材质:混凝土" + }, + "4": { + "then": "材质:塑料" + }, + "5": { + "then": "材质:不锈钢" + } + }, + "question": "这个长椅(或座椅)是用什么材料做的?" + }, + "4": { + "question": "坐在长椅上的时候你目视的方向是哪边?", + "render": "坐在长椅上的时候目视方向为 {direction}°方位。" + }, + "5": { + "render": "颜色: {colour}", + "question": "这个长椅是什么颜色的?", + "mappings": { + "0": { + "then": "颜色:棕" + }, + "1": { + "then": "颜色:绿" + }, + "2": { + "then": "颜色:灰" + }, + "3": { + "then": "颜色:白" + }, + "4": { + "then": "颜色:红" + }, + "5": { + "then": "颜色:黑" + }, + "6": { + "then": "颜色:蓝" + }, + "7": { + "then": "颜色:黄" + } + } + }, + "6": { + "question": "上次对这个长椅实地调查是什么时候?", + "render": "这个长椅于 {survey:date}最后一次实地调查" + } }, - "question": "这个长椅(或座椅)是用什么材料做的?" - }, - "4": { - "question": "坐在长椅上的时候你目视的方向是哪边?", - "render": "坐在长椅上的时候目视方向为 {direction}°方位。" - }, - "5": { - "render": "颜色: {colour}", - "question": "这个长椅是什么颜色的?", - "mappings": { - "0": { - "then": "颜色:棕" - }, - "1": { - "then": "颜色:绿" - }, - "2": { - "then": "颜色:灰" - }, - "3": { - "then": "颜色:白" - }, - "4": { - "then": "颜色:红" - }, - "5": { - "then": "颜色:黑" - }, - "6": { - "then": "颜色:蓝" - }, - "7": { - "then": "颜色:黄" - } + "presets": { + "0": { + "title": "长椅", + "description": "增加一个新的长椅" + } } - }, - "6": { - "question": "上次对这个长椅实地调查是什么时候?", - "render": "这个长椅于 {survey:date}最后一次实地调查" - } }, - "presets": { - "0": { - "title": "长椅", - "description": "增加一个新的长椅" - } - } - }, - "bench_at_pt": { - "name": "在公交站点的长椅", - "title": { - "render": "长椅", - "mappings": { - "0": { - "then": "在公交站点的长椅" + "bench_at_pt": { + "name": "在公交站点的长椅", + "title": { + "render": "长椅", + "mappings": { + "0": { + "then": "在公交站点的长椅" + }, + "1": { + "then": "在庇护所的长椅" + } + } }, - "1": { - "then": "在庇护所的长椅" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "站立长凳" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "站立长凳" - } - } - }, - "bicycle_library": { - "tagRenderings": { - "7": { - "question": "谁可以从这里借自行车?" - } - } - }, - "bicycle_tube_vending_machine": { - "tagRenderings": { - "1": { - "mappings": { - "0": { - "then": "这个借还机正常工作" - }, - "1": { - "then": "这个借还机已经损坏" - }, - "2": { - "then": "这个借还机被关闭了" - } + "bicycle_library": { + "tagRenderings": { + "7": { + "question": "谁可以从这里借自行车?" + } } - } - } - }, - "bike_cafe": { - "name": "自行车咖啡", - "title": { - "render": "自行车咖啡", - "mappings": { - "0": { - "then": "自行车咖啡 {name}" - } - } }, - "tagRenderings": { - "1": { - "question": "这个自行车咖啡的名字是什么?", - "render": "这家自行车咖啡叫做 {name}" - }, - "2": { - "question": "这家自行车咖啡为每个使用者提供打气筒吗?", - "mappings": { - "0": { - "then": "这家自行车咖啡为每个人提供打气筒" - }, - "1": { - "then": "这家自行车咖啡不为每个人提供打气筒" - } + "bicycle_tube_vending_machine": { + "tagRenderings": { + "1": { + "mappings": { + "0": { + "then": "这个借还机正常工作" + }, + "1": { + "then": "这个借还机已经损坏" + }, + "2": { + "then": "这个借还机被关闭了" + } + } + } } - }, - "3": { - "question": "这里有供你修车用的工具吗?", - "mappings": { - "0": { - "then": "这家自行车咖啡为DIY修理者提供工具" - }, - "1": { - "then": "这家自行车咖啡不为DIY修理者提供工具" - } - } - }, - "4": { - "question": "这家自行车咖啡t提供修车服务吗?", - "mappings": { - "0": { - "then": "这家自行车咖啡可以修车" - }, - "1": { - "then": "这家自行车咖啡不能修车" - } - } - }, - "5": { - "question": "{name}的网站是什么?" - }, - "6": { - "question": "{name}的电话号码是什么?" - }, - "7": { - "question": "{name}的电子邮箱是什么?" - }, - "8": { - "question": "这家自行车咖啡什么时候开门营业?" - } }, - "presets": { - "0": { - "title": "自行车咖啡" - } + "bike_cafe": { + "name": "自行车咖啡", + "title": { + "render": "自行车咖啡", + "mappings": { + "0": { + "then": "自行车咖啡 {name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "这个自行车咖啡的名字是什么?", + "render": "这家自行车咖啡叫做 {name}" + }, + "2": { + "question": "这家自行车咖啡为每个使用者提供打气筒吗?", + "mappings": { + "0": { + "then": "这家自行车咖啡为每个人提供打气筒" + }, + "1": { + "then": "这家自行车咖啡不为每个人提供打气筒" + } + } + }, + "3": { + "question": "这里有供你修车用的工具吗?", + "mappings": { + "0": { + "then": "这家自行车咖啡为DIY修理者提供工具" + }, + "1": { + "then": "这家自行车咖啡不为DIY修理者提供工具" + } + } + }, + "4": { + "question": "这家自行车咖啡t提供修车服务吗?", + "mappings": { + "0": { + "then": "这家自行车咖啡可以修车" + }, + "1": { + "then": "这家自行车咖啡不能修车" + } + } + }, + "5": { + "question": "{name}的网站是什么?" + }, + "6": { + "question": "{name}的电话号码是什么?" + }, + "7": { + "question": "{name}的电子邮箱是什么?" + }, + "8": { + "question": "这家自行车咖啡什么时候开门营业?" + } + }, + "presets": { + "0": { + "title": "自行车咖啡" + } + } } - } } \ No newline at end of file diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json index 811ef3896..b8448b7ea 100644 --- a/langs/layers/zh_Hant.json +++ b/langs/layers/zh_Hant.json @@ -1,406 +1,406 @@ { - "bench": { - "name": "長椅", - "title": { - "render": "長椅" - }, - "tagRenderings": { - "1": { - "render": "靠背", - "mappings": { - "0": { - "then": "靠背:有" - }, - "1": { - "then": "靠背:無" - } + "bench": { + "name": "長椅", + "title": { + "render": "長椅" }, - "question": "這個長椅是否有靠背?" - }, - "2": { - "render": "{seats} 座位數", - "question": "這個長椅有幾個位子?" - }, - "3": { - "render": "材質:{material}", - "mappings": { - "0": { - "then": "材質:木頭" - }, - "1": { - "then": "材質:金屬" - }, - "2": { - "then": "材質:石頭" - }, - "3": { - "then": "材質:水泥" - }, - "4": { - "then": "材質:塑膠" - }, - "5": { - "then": "材質:鋼鐵" - } + "tagRenderings": { + "1": { + "render": "靠背", + "mappings": { + "0": { + "then": "靠背:有" + }, + "1": { + "then": "靠背:無" + } + }, + "question": "這個長椅是否有靠背?" + }, + "2": { + "render": "{seats} 座位數", + "question": "這個長椅有幾個位子?" + }, + "3": { + "render": "材質:{material}", + "mappings": { + "0": { + "then": "材質:木頭" + }, + "1": { + "then": "材質:金屬" + }, + "2": { + "then": "材質:石頭" + }, + "3": { + "then": "材質:水泥" + }, + "4": { + "then": "材質:塑膠" + }, + "5": { + "then": "材質:鋼鐵" + } + }, + "question": "這個長椅 (座位) 是什麼做的?" + }, + "4": { + "question": "坐在長椅時是面對那個方向?", + "render": "當坐在長椅時,那個人朝向 {direction}°。" + }, + "5": { + "render": "顏色:{colour}", + "question": "這個長椅是什麼顏色的?", + "mappings": { + "0": { + "then": "顏色:棕色" + }, + "1": { + "then": "顏色:綠色" + }, + "2": { + "then": "顏色:灰色" + }, + "3": { + "then": "顏色:白色" + }, + "4": { + "then": "顏色:紅色" + }, + "5": { + "then": "顏色:黑色" + }, + "6": { + "then": "顏色:藍色" + }, + "7": { + "then": "顏色:黃色" + } + } + }, + "6": { + "question": "上一次探察長椅是什麼時候?", + "render": "這個長椅最後是在 {survey:date} 探查的" + } }, - "question": "這個長椅 (座位) 是什麼做的?" - }, - "4": { - "question": "坐在長椅時是面對那個方向?", - "render": "當坐在長椅時,那個人朝向 {direction}°。" - }, - "5": { - "render": "顏色:{colour}", - "question": "這個長椅是什麼顏色的?", - "mappings": { - "0": { - "then": "顏色:棕色" - }, - "1": { - "then": "顏色:綠色" - }, - "2": { - "then": "顏色:灰色" - }, - "3": { - "then": "顏色:白色" - }, - "4": { - "then": "顏色:紅色" - }, - "5": { - "then": "顏色:黑色" - }, - "6": { - "then": "顏色:藍色" - }, - "7": { - "then": "顏色:黃色" - } + "presets": { + "0": { + "title": "長椅", + "description": "新增長椅" + } } - }, - "6": { - "question": "上一次探察長椅是什麼時候?", - "render": "這個長椅最後是在 {survey:date} 探查的" - } }, - "presets": { - "0": { - "title": "長椅", - "description": "新增長椅" - } - } - }, - "bench_at_pt": { - "name": "大眾運輸站點的長椅", - "title": { - "render": "長椅", - "mappings": { - "0": { - "then": "大眾運輸站點的長椅" + "bench_at_pt": { + "name": "大眾運輸站點的長椅", + "title": { + "render": "長椅", + "mappings": { + "0": { + "then": "大眾運輸站點的長椅" + }, + "1": { + "then": "涼亭內的長椅" + } + } }, - "1": { - "then": "涼亭內的長椅" + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "render": "站立長椅" + } } - } }, - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "render": "站立長椅" - } - } - }, - "bicycle_library": { - "name": "單車圖書館", - "title": { - "render": "單車圖書館" - }, - "description": "能夠長期租用單車的設施", - "tagRenderings": { - "1": { - "question": "這個單車圖書館的名稱是?", - "render": "這個單車圖書館叫做 {name}" - }, - "6": { - "question": "租用單車的費用多少?", - "render": "租借單車需要 {charge}", - "mappings": { - "0": { - "then": "租借單車免費" - }, - "1": { - "then": "租借單車價錢 €20/year 與 €20 保證金" - } - } - }, - "7": { - "question": "誰可以在這裡租單車?", - "mappings": { - "0": { - "then": "提供兒童單車" - }, - "1": { - "then": "有提供成人單車" - }, - "2": { - "then": "有提供行動不便人士的單車" - } - } - } - }, - "presets": { - "0": { - "title": "自行車圖書館 ( Fietsbibliotheek)", - "description": "單車圖書館有一大批單車供人租借" - } - } - }, - "bicycle_tube_vending_machine": { - "name": "自行車內胎自動售貨機", - "title": { - "render": "自行車內胎自動售貨機" - }, - "presets": { - "0": { - "title": "自行車內胎自動售貨機" - } - }, - "tagRenderings": { - "1": { - "question": "這個自動販賣機仍有運作嗎?", - "render": "運作狀態是 {operational_status", - "mappings": { - "0": { - "then": "這個自動販賣機仍運作" - }, - "1": { - "then": "這個自動販賣機沒有運作了" - }, - "2": { - "then": "這個自動販賣機已經關閉了" - } - } - } - } - }, - "bike_cafe": { - "name": "單車咖啡廳", - "title": { - "render": "單車咖啡廳", - "mappings": { - "0": { - "then": "單車咖啡廳{name}" - } - } - }, - "tagRenderings": { - "1": { - "question": "這個單車咖啡廳的名稱是?", - "render": "這個單車咖啡廳叫做 {name}" - }, - "2": { - "question": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬嗎?", - "mappings": { - "0": { - "then": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬" - }, - "1": { - "then": "這個單車咖啡廳並沒有為所有人提供單車打氣甬" - } - } - }, - "3": { - "question": "這裡是否有工具修理你的單車嗎?", - "mappings": { - "0": { - "then": "這個單車咖啡廳提供工具讓你修理" - }, - "1": { - "then": "這個單車咖啡廳並沒有提供工具讓你修理" - } - } - }, - "4": { - "question": "這個單車咖啡廳是否能修理單車?", - "mappings": { - "0": { - "then": "這個單車咖啡廳修理單車" - }, - "1": { - "then": "這個單車咖啡廳並不修理單車" - } - } - }, - "5": { - "question": "{name} 的網站是?" - }, - "6": { - "question": "{name} 的電話號碼是?" - }, - "7": { - "question": "{name} 的電子郵件地址是?" - }, - "8": { - "question": "何時這個單車咖啡廳營運?" - } - }, - "presets": { - "0": { - "title": "單車咖啡廳" - } - } - }, - "bike_cleaning": { - "name": "單車清理服務", - "title": { - "render": "單車清理服務", - "mappings": { - "0": { - "then": "單車清理服務 {name}" - } - } - }, - "presets": { - "0": { - "title": "單車清理服務" - } - } - }, - "bike_monitoring_station": { - "name": "監視站", - "title": { - "render": "單車計數站", - "mappings": { - "0": { - "then": "單車計數站 {name}" + "bicycle_library": { + "name": "單車圖書館", + "title": { + "render": "單車圖書館" }, - "1": { - "then": "單車計數站 {ref}" + "description": "能夠長期租用單車的設施", + "tagRenderings": { + "1": { + "question": "這個單車圖書館的名稱是?", + "render": "這個單車圖書館叫做 {name}" + }, + "6": { + "question": "租用單車的費用多少?", + "render": "租借單車需要 {charge}", + "mappings": { + "0": { + "then": "租借單車免費" + }, + "1": { + "then": "租借單車價錢 €20/year 與 €20 保證金" + } + } + }, + "7": { + "question": "誰可以在這裡租單車?", + "mappings": { + "0": { + "then": "提供兒童單車" + }, + "1": { + "then": "有提供成人單車" + }, + "2": { + "then": "有提供行動不便人士的單車" + } + } + } + }, + "presets": { + "0": { + "title": "自行車圖書館 ( Fietsbibliotheek)", + "description": "單車圖書館有一大批單車供人租借" + } } - } - } - }, - "bike_parking": { - "name": "單車停車場", - "presets": { - "0": { - "title": "單車停車場" - } }, - "title": { - "render": "單車停車場" + "bicycle_tube_vending_machine": { + "name": "自行車內胎自動售貨機", + "title": { + "render": "自行車內胎自動售貨機" + }, + "presets": { + "0": { + "title": "自行車內胎自動售貨機" + } + }, + "tagRenderings": { + "1": { + "question": "這個自動販賣機仍有運作嗎?", + "render": "運作狀態是 {operational_status", + "mappings": { + "0": { + "then": "這個自動販賣機仍運作" + }, + "1": { + "then": "這個自動販賣機沒有運作了" + }, + "2": { + "then": "這個自動販賣機已經關閉了" + } + } + } + } }, - "tagRenderings": { - "1": { - "question": "這是那種類型的單車停車場?", - "render": "這個單車停車場的類型是:{bicycle_parking}", - "mappings": { - "0": { - "then": "單車架 " - }, - "1": { - "then": "車輪架/圓圈 " - }, - "2": { - "then": "車把架 " - }, - "3": { - "then": "車架" - }, - "4": { - "then": "兩層" - }, - "5": { - "then": "車棚 " - }, - "6": { - "then": "柱子 " - }, - "7": { - "then": "樓層當中標示為單車停車場的區域" - } + "bike_cafe": { + "name": "單車咖啡廳", + "title": { + "render": "單車咖啡廳", + "mappings": { + "0": { + "then": "單車咖啡廳{name}" + } + } + }, + "tagRenderings": { + "1": { + "question": "這個單車咖啡廳的名稱是?", + "render": "這個單車咖啡廳叫做 {name}" + }, + "2": { + "question": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬嗎?", + "mappings": { + "0": { + "then": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬" + }, + "1": { + "then": "這個單車咖啡廳並沒有為所有人提供單車打氣甬" + } + } + }, + "3": { + "question": "這裡是否有工具修理你的單車嗎?", + "mappings": { + "0": { + "then": "這個單車咖啡廳提供工具讓你修理" + }, + "1": { + "then": "這個單車咖啡廳並沒有提供工具讓你修理" + } + } + }, + "4": { + "question": "這個單車咖啡廳是否能修理單車?", + "mappings": { + "0": { + "then": "這個單車咖啡廳修理單車" + }, + "1": { + "then": "這個單車咖啡廳並不修理單車" + } + } + }, + "5": { + "question": "{name} 的網站是?" + }, + "6": { + "question": "{name} 的電話號碼是?" + }, + "7": { + "question": "{name} 的電子郵件地址是?" + }, + "8": { + "question": "何時這個單車咖啡廳營運?" + } + }, + "presets": { + "0": { + "title": "單車咖啡廳" + } } - }, - "2": { - "question": "這個單車停車場的相對位置是?", - "mappings": { - "0": { - "then": "地下停車場" - }, - "1": { - "then": "地下停車場" - }, - "2": { - "then": "地面停車場" - }, - "3": { - "then": "地面層停車場" - }, - "4": { - "then": "屋頂停車場" - } - } - }, - "3": { - "question": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。", - "mappings": { - "0": { - "then": "這個停車場有遮蔽 (有屋頂)" - }, - "1": { - "then": "這個停車場沒有遮蔽" - } - } - }, - "4": { - "question": "這個單車停車場能放幾台單車 (包括裝箱單車)?", - "render": "{capacity} 單車的地方" - }, - "5": { - "question": "誰可以使用這個單車停車場?", - "render": "{access}", - "mappings": { - "0": { - "then": "公開可用" - }, - "1": { - "then": "通行性主要是為了企業的顧客" - }, - "2": { - "then": "通行性僅限學校、公司或組織的成員" - } - } - }, - "6": { - "question": "這個單車停車場有地方放裝箱的單車嗎?", - "mappings": { - "0": { - "then": "這個停車場有地方可以放裝箱單車" - }, - "1": { - "then": "這停車場有設計 (官方) 空間給裝箱的單車。" - } - } - } - } - }, - "charging_station": { - "name": "充電站", - "title": { - "render": "充電站" }, - "description": "充電站", - "tagRenderings": { - "14": { - "question": "何時是充電站開放使用的時間?" - }, - "15": { - "render": "{network}", - "question": "充電站所屬的網路是?" - } + "bike_cleaning": { + "name": "單車清理服務", + "title": { + "render": "單車清理服務", + "mappings": { + "0": { + "then": "單車清理服務 {name}" + } + } + }, + "presets": { + "0": { + "title": "單車清理服務" + } + } + }, + "bike_monitoring_station": { + "name": "監視站", + "title": { + "render": "單車計數站", + "mappings": { + "0": { + "then": "單車計數站 {name}" + }, + "1": { + "then": "單車計數站 {ref}" + } + } + } + }, + "bike_parking": { + "name": "單車停車場", + "presets": { + "0": { + "title": "單車停車場" + } + }, + "title": { + "render": "單車停車場" + }, + "tagRenderings": { + "1": { + "question": "這是那種類型的單車停車場?", + "render": "這個單車停車場的類型是:{bicycle_parking}", + "mappings": { + "0": { + "then": "單車架 " + }, + "1": { + "then": "車輪架/圓圈 " + }, + "2": { + "then": "車把架 " + }, + "3": { + "then": "車架" + }, + "4": { + "then": "兩層" + }, + "5": { + "then": "車棚 " + }, + "6": { + "then": "柱子 " + }, + "7": { + "then": "樓層當中標示為單車停車場的區域" + } + } + }, + "2": { + "question": "這個單車停車場的相對位置是?", + "mappings": { + "0": { + "then": "地下停車場" + }, + "1": { + "then": "地下停車場" + }, + "2": { + "then": "地面停車場" + }, + "3": { + "then": "地面層停車場" + }, + "4": { + "then": "屋頂停車場" + } + } + }, + "3": { + "question": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。", + "mappings": { + "0": { + "then": "這個停車場有遮蔽 (有屋頂)" + }, + "1": { + "then": "這個停車場沒有遮蔽" + } + } + }, + "4": { + "question": "這個單車停車場能放幾台單車 (包括裝箱單車)?", + "render": "{capacity} 單車的地方" + }, + "5": { + "question": "誰可以使用這個單車停車場?", + "render": "{access}", + "mappings": { + "0": { + "then": "公開可用" + }, + "1": { + "then": "通行性主要是為了企業的顧客" + }, + "2": { + "then": "通行性僅限學校、公司或組織的成員" + } + } + }, + "6": { + "question": "這個單車停車場有地方放裝箱的單車嗎?", + "mappings": { + "0": { + "then": "這個停車場有地方可以放裝箱單車" + }, + "1": { + "then": "這停車場有設計 (官方) 空間給裝箱的單車。" + } + } + } + } + }, + "charging_station": { + "name": "充電站", + "title": { + "render": "充電站" + }, + "description": "充電站", + "tagRenderings": { + "14": { + "question": "何時是充電站開放使用的時間?" + }, + "15": { + "render": "{network}", + "question": "充電站所屬的網路是?" + } + } } - } } \ No newline at end of file diff --git a/langs/layers/zh_Hanå¨s.json b/langs/layers/zh_Hanå¨s.json index d2bc2496d..8a25d1e17 100644 --- a/langs/layers/zh_Hanå¨s.json +++ b/langs/layers/zh_Hanå¨s.json @@ -1,9 +1,9 @@ { - "bench": { - "tagRenderings": { - "3": { - "render": "材质: {material}" - } + "bench": { + "tagRenderings": { + "3": { + "render": "材质: {material}" + } + } } - } } \ No newline at end of file diff --git a/langs/shared-questions/de.json b/langs/shared-questions/de.json index 3080eb97e..a3c8d3ce8 100644 --- a/langs/shared-questions/de.json +++ b/langs/shared-questions/de.json @@ -1,35 +1,35 @@ { - "undefined": { - "phone": { - "question": "Was ist die Telefonnummer von {name}?" - }, - "email": { - "question": "Was ist die Mail-Adresse von {name}?" - }, - "website": { - "question": "Was ist die Website von {name}?" - }, - "description": { - "question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.
Bitte keine bereits erhobenen Informationen." - }, - "opening_hours": { - "question": "Was sind die Öffnungszeiten von {name}?", - "render": "

Öffnungszeiten

{opening_hours_table(opening_hours)}" - }, - "level": { - "question": "In welchem Stockwerk befindet sich dieses Objekt?", - "render": "Befindet sich im {level}ten Stock", - "mappings": { - "1": { - "then": "Ist im Erdgeschoss" + "undefined": { + "phone": { + "question": "Was ist die Telefonnummer von {name}?" }, - "2": { - "then": "Ist im Erdgeschoss" + "email": { + "question": "Was ist die Mail-Adresse von {name}?" }, - "3": { - "then": "Ist im ersten Stock" + "website": { + "question": "Was ist die Website von {name}?" + }, + "description": { + "question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.
Bitte keine bereits erhobenen Informationen." + }, + "opening_hours": { + "question": "Was sind die Öffnungszeiten von {name}?", + "render": "

Öffnungszeiten

{opening_hours_table(opening_hours)}" + }, + "level": { + "question": "In welchem Stockwerk befindet sich dieses Objekt?", + "render": "Befindet sich im {level}ten Stock", + "mappings": { + "1": { + "then": "Ist im Erdgeschoss" + }, + "2": { + "then": "Ist im Erdgeschoss" + }, + "3": { + "then": "Ist im ersten Stock" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/en.json b/langs/shared-questions/en.json index 03e39ffca..85e8535da 100644 --- a/langs/shared-questions/en.json +++ b/langs/shared-questions/en.json @@ -1,66 +1,66 @@ { - "undefined": { - "phone": { - "question": "What is the phone number of {name}?" - }, - "email": { - "question": "What is the email address of {name}?" - }, - "website": { - "question": "What is the website of {name}?" - }, - "wheelchair-access": { - "question": "Is this place accessible with a wheelchair?", - "mappings": { - "0": { - "then": "This place is specially adapated for wheelchair users" + "undefined": { + "phone": { + "question": "What is the phone number of {name}?" }, - "1": { - "then": "This place is easily reachable with a wheelchair" + "email": { + "question": "What is the email address of {name}?" }, - "2": { - "then": "It is possible to reach this place in a wheelchair, but it is not easy" + "website": { + "question": "What is the website of {name}?" }, - "3": { - "then": "This place is not reachable with a wheelchair" + "wheelchair-access": { + "question": "Is this place accessible with a wheelchair?", + "mappings": { + "0": { + "then": "This place is specially adapated for wheelchair users" + }, + "1": { + "then": "This place is easily reachable with a wheelchair" + }, + "2": { + "then": "It is possible to reach this place in a wheelchair, but it is not easy" + }, + "3": { + "then": "This place is not reachable with a wheelchair" + } + } + }, + "description": { + "question": "Is there still something relevant you couldn't give in the previous questions? Add it here.
Don't repeat already stated facts" + }, + "opening_hours": { + "question": "What are the opening hours of {name}?", + "render": "

Opening hours

{opening_hours_table(opening_hours)}" + }, + "payment-options": { + "question": "Which methods of payment are accepted here?", + "mappings": { + "0": { + "then": "Cash is accepted here" + }, + "1": { + "then": "Payment cards are accepted here" + } + } + }, + "level": { + "question": "On what level is this feature located?", + "render": "Located on the {level}th floor", + "mappings": { + "0": { + "then": "Located underground" + }, + "1": { + "then": "Located on the ground floor" + }, + "2": { + "then": "Located on the ground floor" + }, + "3": { + "then": "Located on the first floor" + } + } } - } - }, - "description": { - "question": "Is there still something relevant you couldn't give in the previous questions? Add it here.
Don't repeat already stated facts" - }, - "opening_hours": { - "question": "What are the opening hours of {name}?", - "render": "

Opening hours

{opening_hours_table(opening_hours)}" - }, - "payment-options": { - "question": "Which methods of payment are accepted here?", - "mappings": { - "0": { - "then": "Cash is accepted here" - }, - "1": { - "then": "Payment cards are accepted here" - } - } - }, - "level": { - "question": "On what level is this feature located?", - "render": "Located on the {level}th floor", - "mappings": { - "0": { - "then": "Located underground" - }, - "1": { - "then": "Located on the ground floor" - }, - "2": { - "then": "Located on the ground floor" - }, - "3": { - "then": "Located on the first floor" - } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/fr.json b/langs/shared-questions/fr.json index 94513bc31..7a6c8359f 100644 --- a/langs/shared-questions/fr.json +++ b/langs/shared-questions/fr.json @@ -1,38 +1,38 @@ { - "undefined": { - "phone": { - "question": "Quel est le numéro de téléphone de {name} ?" - }, - "email": { - "question": "Quelle est l'adresse courriel de {name} ?" - }, - "website": { - "question": "Quel est le site web de {name} ?" - }, - "description": { - "question": "Y a-t-il quelque chose de pertinent que vous n'avez pas pu donner à la dernière question ? Ajoutez-le ici.
Ne répétez pas des réponses déjà données" - }, - "opening_hours": { - "question": "Quelles sont les horaires d'ouverture de {name} ?", - "render": "

Horaires d'ouverture

{opening_hours_table(opening_hours)}" - }, - "level": { - "question": "À quel étage se situe l’élément ?", - "render": "Étage {level}", - "mappings": { - "0": { - "then": "En sous-sol" + "undefined": { + "phone": { + "question": "Quel est le numéro de téléphone de {name} ?" }, - "1": { - "then": "Rez-de-chaussée" + "email": { + "question": "Quelle est l'adresse courriel de {name} ?" }, - "2": { - "then": "Rez-de-chaussée" + "website": { + "question": "Quel est le site web de {name} ?" }, - "3": { - "then": "Premier étage" + "description": { + "question": "Y a-t-il quelque chose de pertinent que vous n'avez pas pu donner à la dernière question ? Ajoutez-le ici.
Ne répétez pas des réponses déjà données" + }, + "opening_hours": { + "question": "Quelles sont les horaires d'ouverture de {name} ?", + "render": "

Horaires d'ouverture

{opening_hours_table(opening_hours)}" + }, + "level": { + "question": "À quel étage se situe l’élément ?", + "render": "Étage {level}", + "mappings": { + "0": { + "then": "En sous-sol" + }, + "1": { + "then": "Rez-de-chaussée" + }, + "2": { + "then": "Rez-de-chaussée" + }, + "3": { + "then": "Premier étage" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/gl.json b/langs/shared-questions/gl.json index 40baca77e..2d52f7307 100644 --- a/langs/shared-questions/gl.json +++ b/langs/shared-questions/gl.json @@ -1,7 +1,7 @@ { - "undefined": { - "website": { - "question": "Cal é a páxina web de {name}?" + "undefined": { + "website": { + "question": "Cal é a páxina web de {name}?" + } } - } } \ No newline at end of file diff --git a/langs/shared-questions/id.json b/langs/shared-questions/id.json index 7830c021c..0a415a69f 100644 --- a/langs/shared-questions/id.json +++ b/langs/shared-questions/id.json @@ -1,13 +1,13 @@ { - "undefined": { - "phone": { - "question": "Nomor telepon dari {name|?" - }, - "email": { - "question": "Apa alamat surel dari {name}?" - }, - "website": { - "question": "Apa situs web dari {name}?" + "undefined": { + "phone": { + "question": "Nomor telepon dari {name|?" + }, + "email": { + "question": "Apa alamat surel dari {name}?" + }, + "website": { + "question": "Apa situs web dari {name}?" + } } - } } \ No newline at end of file diff --git a/langs/shared-questions/it.json b/langs/shared-questions/it.json index f167bb093..454c0ae98 100644 --- a/langs/shared-questions/it.json +++ b/langs/shared-questions/it.json @@ -1,20 +1,20 @@ { - "undefined": { - "phone": { - "question": "Qual è il numero di telefono di {name}?" - }, - "email": { - "question": "Qual è l'indirizzo email di {name}?" - }, - "website": { - "question": "Qual è il sito web di {name}?" - }, - "description": { - "question": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.
Non ripetere informazioni già fornite" - }, - "opening_hours": { - "question": "Quali sono gli orari di apertura di {name}?", - "render": "

Orari di apertura

{opening_hours_table(opening_hours)}" + "undefined": { + "phone": { + "question": "Qual è il numero di telefono di {name}?" + }, + "email": { + "question": "Qual è l'indirizzo email di {name}?" + }, + "website": { + "question": "Qual è il sito web di {name}?" + }, + "description": { + "question": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.
Non ripetere informazioni già fornite" + }, + "opening_hours": { + "question": "Quali sono gli orari di apertura di {name}?", + "render": "

Orari di apertura

{opening_hours_table(opening_hours)}" + } } - } } \ No newline at end of file diff --git a/langs/shared-questions/nb_NO.json b/langs/shared-questions/nb_NO.json index 62bcfa9f8..bcc55435a 100644 --- a/langs/shared-questions/nb_NO.json +++ b/langs/shared-questions/nb_NO.json @@ -1,20 +1,20 @@ { - "undefined": { - "phone": { - "question": "Hva er telefonnummeret til {name}?" - }, - "email": { - "question": "Hva er e-postadressen til {name}?" - }, - "website": { - "question": "Hva er nettsiden til {name}?" - }, - "description": { - "question": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.
Ikke gjenta fakta som allerede er nevnt" - }, - "opening_hours": { - "question": "Hva er åpningstidene for {name})", - "render": "

Åpningstider

{opening_hours_table(opening_hours)}" + "undefined": { + "phone": { + "question": "Hva er telefonnummeret til {name}?" + }, + "email": { + "question": "Hva er e-postadressen til {name}?" + }, + "website": { + "question": "Hva er nettsiden til {name}?" + }, + "description": { + "question": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.
Ikke gjenta fakta som allerede er nevnt" + }, + "opening_hours": { + "question": "Hva er åpningstidene for {name})", + "render": "

Åpningstider

{opening_hours_table(opening_hours)}" + } } - } } \ No newline at end of file diff --git a/langs/shared-questions/nl.json b/langs/shared-questions/nl.json index a2376516c..1e4dfd46d 100644 --- a/langs/shared-questions/nl.json +++ b/langs/shared-questions/nl.json @@ -1,66 +1,66 @@ { - "undefined": { - "phone": { - "question": "Wat is het telefoonnummer van {name}?" - }, - "email": { - "question": "Wat is het email-adres van {name}?" - }, - "website": { - "question": "Wat is de website van {name}?" - }, - "wheelchair-access": { - "question": "Is deze plaats rolstoeltoegankelijk?", - "mappings": { - "0": { - "then": "Deze plaats is speciaal aangepast voor gebruikers van een rolstoel" + "undefined": { + "phone": { + "question": "Wat is het telefoonnummer van {name}?" }, - "1": { - "then": "Deze plaats is vlot bereikbaar met een rolstoel" + "email": { + "question": "Wat is het email-adres van {name}?" }, - "2": { - "then": "Deze plaats is bereikbaar met een rolstoel, maar het is niet makkelijk" + "website": { + "question": "Wat is de website van {name}?" }, - "3": { - "then": "Niet rolstoeltoegankelijk" + "wheelchair-access": { + "question": "Is deze plaats rolstoeltoegankelijk?", + "mappings": { + "0": { + "then": "Deze plaats is speciaal aangepast voor gebruikers van een rolstoel" + }, + "1": { + "then": "Deze plaats is vlot bereikbaar met een rolstoel" + }, + "2": { + "then": "Deze plaats is bereikbaar met een rolstoel, maar het is niet makkelijk" + }, + "3": { + "then": "Niet rolstoeltoegankelijk" + } + } + }, + "description": { + "question": "Zijn er extra zaken die je niet in de bovenstaande vragen kwijt kon? Zet deze in de descriptionHerhaal geen antwoorden die je reeds gaf" + }, + "opening_hours": { + "question": "Wat zijn de openingsuren van {name}?", + "render": "

Openingsuren

{opening_hours_table(opening_hours)}" + }, + "payment-options": { + "question": "Welke betaalmiddelen worden hier geaccepteerd?", + "mappings": { + "0": { + "then": "Cash geld wordt hier aanvaard" + }, + "1": { + "then": "Betalen met bankkaarten kan hier" + } + } + }, + "level": { + "question": "Op welke verdieping bevindt dit punt zich?", + "render": "Bevindt zich op de {level}de verdieping", + "mappings": { + "0": { + "then": "Bevindt zich ondergronds" + }, + "1": { + "then": "Bevindt zich gelijkvloers" + }, + "2": { + "then": "Bevindt zich gelijkvloers" + }, + "3": { + "then": "Bevindt zich op de eerste verdieping" + } + } } - } - }, - "description": { - "question": "Zijn er extra zaken die je niet in de bovenstaande vragen kwijt kon? Zet deze in de descriptionHerhaal geen antwoorden die je reeds gaf" - }, - "opening_hours": { - "question": "Wat zijn de openingsuren van {name}?", - "render": "

Openingsuren

{opening_hours_table(opening_hours)}" - }, - "payment-options": { - "question": "Welke betaalmiddelen worden hier geaccepteerd?", - "mappings": { - "0": { - "then": "Cash geld wordt hier aanvaard" - }, - "1": { - "then": "Betalen met bankkaarten kan hier" - } - } - }, - "level": { - "question": "Op welke verdieping bevindt dit punt zich?", - "render": "Bevindt zich op de {level}de verdieping", - "mappings": { - "0": { - "then": "Bevindt zich ondergronds" - }, - "1": { - "then": "Bevindt zich gelijkvloers" - }, - "2": { - "then": "Bevindt zich gelijkvloers" - }, - "3": { - "then": "Bevindt zich op de eerste verdieping" - } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/pl.json b/langs/shared-questions/pl.json index 7a15cc39d..f31f3f38c 100644 --- a/langs/shared-questions/pl.json +++ b/langs/shared-questions/pl.json @@ -1,38 +1,38 @@ { - "undefined": { - "phone": { - "question": "Jaki jest numer telefonu do {name}?" - }, - "email": { - "question": "Jaki jest adres e-mail do {name}?" - }, - "website": { - "question": "Jaka jest strona internetowa {name}?" - }, - "description": { - "question": "Czy jest jeszcze coś istotnego, czego nie mogłeś podać w poprzednich pytaniach? Dodaj to tutaj.
Nie powtarzaj już podanych faktów" - }, - "opening_hours": { - "question": "Jakie są godziny otwarcia {name}?", - "render": "

Godziny otwarcia

{opening_hours_table(opening_hours)}" - }, - "level": { - "question": "Na jakim poziomie znajduje się ta funkcja?", - "render": "Znajduje się na {level} piętrze", - "mappings": { - "0": { - "then": "Znajduje się pod ziemią" + "undefined": { + "phone": { + "question": "Jaki jest numer telefonu do {name}?" }, - "1": { - "then": "Znajduje się na parterze" + "email": { + "question": "Jaki jest adres e-mail do {name}?" }, - "2": { - "then": "Znajduje się na parterze" + "website": { + "question": "Jaka jest strona internetowa {name}?" }, - "3": { - "then": "Znajduje się na pierwszym piętrze" + "description": { + "question": "Czy jest jeszcze coś istotnego, czego nie mogłeś podać w poprzednich pytaniach? Dodaj to tutaj.
Nie powtarzaj już podanych faktów" + }, + "opening_hours": { + "question": "Jakie są godziny otwarcia {name}?", + "render": "

Godziny otwarcia

{opening_hours_table(opening_hours)}" + }, + "level": { + "question": "Na jakim poziomie znajduje się ta funkcja?", + "render": "Znajduje się na {level} piętrze", + "mappings": { + "0": { + "then": "Znajduje się pod ziemią" + }, + "1": { + "then": "Znajduje się na parterze" + }, + "2": { + "then": "Znajduje się na parterze" + }, + "3": { + "then": "Znajduje się na pierwszym piętrze" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/pt_BR.json b/langs/shared-questions/pt_BR.json index 597516561..721c9cf0b 100644 --- a/langs/shared-questions/pt_BR.json +++ b/langs/shared-questions/pt_BR.json @@ -1,38 +1,38 @@ { - "undefined": { - "phone": { - "question": "Qual o número de telefone de {name}?" - }, - "email": { - "question": "Qual o endereço de e-mail de {name}?" - }, - "website": { - "question": "Qual o site de {name}?" - }, - "description": { - "question": "Ainda há algo de relevante que não pôde dar nas perguntas anteriores? Adicione aqui.
Não repita fatos já declarados" - }, - "opening_hours": { - "question": "Qual o horário de funcionamento de {name}?", - "render": "

Horário de funcionamento

{opening_hours_table(opening_hours)}" - }, - "level": { - "question": "Em que nível esse recurso está localizado?", - "render": "Localizado no {level}o andar", - "mappings": { - "0": { - "then": "Localizado no subsolo" + "undefined": { + "phone": { + "question": "Qual o número de telefone de {name}?" }, - "1": { - "then": "Localizado no térreo" + "email": { + "question": "Qual o endereço de e-mail de {name}?" }, - "2": { - "then": "Localizado no térreo" + "website": { + "question": "Qual o site de {name}?" }, - "3": { - "then": "Localizado no primeiro andar" + "description": { + "question": "Ainda há algo de relevante que não pôde dar nas perguntas anteriores? Adicione aqui.
Não repita fatos já declarados" + }, + "opening_hours": { + "question": "Qual o horário de funcionamento de {name}?", + "render": "

Horário de funcionamento

{opening_hours_table(opening_hours)}" + }, + "level": { + "question": "Em que nível esse recurso está localizado?", + "render": "Localizado no {level}o andar", + "mappings": { + "0": { + "then": "Localizado no subsolo" + }, + "1": { + "then": "Localizado no térreo" + }, + "2": { + "then": "Localizado no térreo" + }, + "3": { + "then": "Localizado no primeiro andar" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/ru.json b/langs/shared-questions/ru.json index 58f2f39e5..9915789bf 100644 --- a/langs/shared-questions/ru.json +++ b/langs/shared-questions/ru.json @@ -1,38 +1,38 @@ { - "undefined": { - "phone": { - "question": "Какой номер телефона у {name}?" - }, - "email": { - "question": "Какой адрес электронной почты у {name}?" - }, - "website": { - "question": "Какой сайт у {name}?" - }, - "description": { - "question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.
Не повторяйте уже изложенные факты" - }, - "opening_hours": { - "question": "Какое время работы у {name}?", - "render": "

Часы работы

{opening_hours_table(opening_hours)}" - }, - "level": { - "question": "На каком этаже находится этот объект?", - "render": "Расположено на {level}ом этаже", - "mappings": { - "0": { - "then": "Расположено под землей" + "undefined": { + "phone": { + "question": "Какой номер телефона у {name}?" }, - "1": { - "then": "Расположено на первом этаже" + "email": { + "question": "Какой адрес электронной почты у {name}?" }, - "2": { - "then": "Расположено на первом этаже" + "website": { + "question": "Какой сайт у {name}?" }, - "3": { - "then": "Расположено на первом этаже" + "description": { + "question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.
Не повторяйте уже изложенные факты" + }, + "opening_hours": { + "question": "Какое время работы у {name}?", + "render": "

Часы работы

{opening_hours_table(opening_hours)}" + }, + "level": { + "question": "На каком этаже находится этот объект?", + "render": "Расположено на {level}ом этаже", + "mappings": { + "0": { + "then": "Расположено под землей" + }, + "1": { + "then": "Расположено на первом этаже" + }, + "2": { + "then": "Расположено на первом этаже" + }, + "3": { + "then": "Расположено на первом этаже" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/sv.json b/langs/shared-questions/sv.json index fa144b8d8..993c8b3fa 100644 --- a/langs/shared-questions/sv.json +++ b/langs/shared-questions/sv.json @@ -1,34 +1,34 @@ { - "undefined": { - "phone": { - "question": "Vad är telefonnumret till {name}?" - }, - "email": { - "question": "Vad är e-postadressen till {name}?" - }, - "website": { - "question": "Vad är webbplatsen för {name}?" - }, - "opening_hours": { - "question": "Vilka är öppettiderna för {name}?", - "render": "

Öppettider

{opening_hours_table(opening_hours)}" - }, - "level": { - "render": "Ligger på {level}:e våningen", - "mappings": { - "0": { - "then": "Ligger under jorden" + "undefined": { + "phone": { + "question": "Vad är telefonnumret till {name}?" }, - "1": { - "then": "Ligger på bottenvåningen" + "email": { + "question": "Vad är e-postadressen till {name}?" }, - "2": { - "then": "Ligger på bottenvåningen" + "website": { + "question": "Vad är webbplatsen för {name}?" }, - "3": { - "then": "Ligger på första våningen" + "opening_hours": { + "question": "Vilka är öppettiderna för {name}?", + "render": "

Öppettider

{opening_hours_table(opening_hours)}" + }, + "level": { + "render": "Ligger på {level}:e våningen", + "mappings": { + "0": { + "then": "Ligger under jorden" + }, + "1": { + "then": "Ligger på bottenvåningen" + }, + "2": { + "then": "Ligger på bottenvåningen" + }, + "3": { + "then": "Ligger på första våningen" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/shared-questions/zh_Hant.json b/langs/shared-questions/zh_Hant.json index 2e96ada88..4c174e4a5 100644 --- a/langs/shared-questions/zh_Hant.json +++ b/langs/shared-questions/zh_Hant.json @@ -1,38 +1,38 @@ { - "undefined": { - "phone": { - "question": "{name} 的電話號碼是什麼?" - }, - "email": { - "question": "{name} 的電子郵件地址是什麼?" - }, - "website": { - "question": "{name} 網址是什麼?" - }, - "description": { - "question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。
不要重覆答覆已經知道的事情" - }, - "opening_hours": { - "question": "{name} 的開放時間是什麼?", - "render": "

開放時間

{opening_hours_table(opening_hours)}" - }, - "level": { - "question": "此圖徽位於哪個樓層/層級?", - "render": "位於 {level} 樓", - "mappings": { - "0": { - "then": "位於地下" + "undefined": { + "phone": { + "question": "{name} 的電話號碼是什麼?" }, - "1": { - "then": "位於 1 樓" + "email": { + "question": "{name} 的電子郵件地址是什麼?" }, - "2": { - "then": "位於 1 樓" + "website": { + "question": "{name} 網址是什麼?" }, - "3": { - "then": "位於 2 樓" + "description": { + "question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。
不要重覆答覆已經知道的事情" + }, + "opening_hours": { + "question": "{name} 的開放時間是什麼?", + "render": "

開放時間

{opening_hours_table(opening_hours)}" + }, + "level": { + "question": "此圖徽位於哪個樓層/層級?", + "render": "位於 {level} 樓", + "mappings": { + "0": { + "then": "位於地下" + }, + "1": { + "then": "位於 1 樓" + }, + "2": { + "then": "位於 1 樓" + }, + "3": { + "then": "位於 2 樓" + } + } } - } } - } } \ No newline at end of file diff --git a/langs/themes/ca.json b/langs/themes/ca.json index d5d79a98b..a3334c708 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -1,63 +1,63 @@ { - "aed": { - "title": "Mapa obert de desfibril·ladors (DEA)", - "description": "En aquest mapa , qualsevol pot trobar i marcar els desfibril·ladors externs automàtics més propers" - }, - "climbing": { - "layers": { - "0": { - "tagRenderings": { - "0": { - "render": "{name}" - } + "aed": { + "title": "Mapa obert de desfibril·ladors (DEA)", + "description": "En aquest mapa , qualsevol pot trobar i marcar els desfibril·ladors externs automàtics més propers" + }, + "climbing": { + "layers": { + "0": { + "tagRenderings": { + "0": { + "render": "{name}" + } + } + }, + "1": { + "tagRenderings": { + "3": { + "render": "{name}" + } + } + }, + "2": { + "tagRenderings": { + "3": { + "render": "{name}" + } + } + }, + "3": { + "tagRenderings": { + "6": { + "render": "{name}" + } + } + }, + "4": { + "tagRenderings": { + "1": { + "render": "{name}" + } + } + } } - }, - "1": { - "tagRenderings": { - "3": { - "render": "{name}" - } + }, + "personal": { + "title": "Interfície personal", + "description": "Crea una interfície basada en totes les capes disponibles de totes les interfícies" + }, + "shops": { + "layers": { + "0": { + "tagRenderings": { + "3": { + "render": "{phone}" + }, + "4": { + "render": "{website}" + } + } + } } - }, - "2": { - "tagRenderings": { - "3": { - "render": "{name}" - } - } - }, - "3": { - "tagRenderings": { - "6": { - "render": "{name}" - } - } - }, - "4": { - "tagRenderings": { - "1": { - "render": "{name}" - } - } - } } - }, - "personal": { - "title": "Interfície personal", - "description": "Crea una interfície basada en totes les capes disponibles de totes les interfícies" - }, - "shops": { - "layers": { - "0": { - "tagRenderings": { - "3": { - "render": "{phone}" - }, - "4": { - "render": "{website}" - } - } - } - } - } } \ No newline at end of file diff --git a/langs/themes/de.json b/langs/themes/de.json index 0cd2ed275..48972b768 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -1,334 +1,334 @@ { - "aed": { - "title": "AED-Karte öffnen", - "description": "Auf dieser Karte kann man nahe gelegene Defibrillatoren finden und markieren" - }, - "artwork": { - "title": "Freie Kunstwerk-Karte", - "description": "Willkommen bei der Freien Kunstwerk-Karte, einer Karte von Statuen, Büsten, Grafitti, ... auf der ganzen Welt", - "layers": { - "0": { - "name": "Kunstwerke", - "title": { - "render": "Kunstwerk", - "mappings": { - "0": { - "then": "Kunstwerk {name}" - } - } - }, - "description": "Verschiedene Kunstwerke", - "presets": { - "0": { - "title": "Kunstwerk" - } - }, - "tagRenderings": { - "1": { - "render": "Dies ist ein {artwork_type}", - "question": "Was ist die Art dieses Kunstwerks?", - "mappings": { - "0": { - "then": "Architektur" - }, - "1": { - "then": "Wandbild" - }, - "2": { - "then": "Malerei" - }, - "3": { - "then": "Skulptur" - }, - "4": { - "then": "Statue" - }, - "5": { - "then": "Büste" - }, - "6": { - "then": "Stein" - }, - "7": { - "then": "Installation" - }, - "8": { - "then": "Graffiti" - }, - "9": { - "then": "Relief" - }, - "10": { - "then": "Azulejo (spanische dekorative Fliesenarbeit)" - }, - "11": { - "then": "Fliesenarbeit" - } - } - }, - "2": { - "question": "Welcher Künstler hat das geschaffen?", - "render": "Erstellt von {artist_name}" - }, - "3": { - "question": "Gibt es eine Website mit weiteren Informationen über dieses Kunstwerk?", - "render": "Weitere Informationen auf dieser Webseite" - }, - "4": { - "question": "Welcher Wikidata-Eintrag entspricht diesem Kunstwerk?", - "render": "Entspricht {wikidata}" - } - } - } - } - }, - "benches": { - "title": "Sitzbänke", - "shortDescription": "Eine Karte aller Sitzbänke", - "description": "Diese Karte zeigt alle Sitzbänke, die in OpenStreetMap eingetragen sind: Einzeln stehende Bänke und Bänke, die zu Haltestellen oder Unterständen gehören. Mit einem OpenStreetMap-Account können Sie neue Bänke eintragen oder Detailinformationen existierender Bänke bearbeiten." - }, - "bicyclelib": { - "title": "Fahrradbibliothek" - }, - "bookcases": { - "title": "Öffentliche Bücherschränke Karte", - "description": "Ein öffentlicher Bücherschrank ist ein kleiner Bücherschrank am Straßenrand, ein Kasten, eine alte Telefonzelle oder andere Gegenstände, in denen Bücher aufbewahrt werden. Jeder kann ein Buch hinstellen oder mitnehmen. Diese Karte zielt darauf ab, all diese Bücherschränke zu sammeln. Sie können neue Bücherschränke in der Nähe entdecken und mit einem kostenlosen OpenStreetMap-Account schnell Ihre Lieblingsbücherschränke hinzufügen." - }, - "climbing": { - "title": "Offene Kletterkarte", - "description": "Auf dieser Karte finden Sie verschiedene Klettermöglichkeiten wie Kletterhallen, Boulderhallen und Felsen in der Natur.", - "descriptionTail": "

kletterspots.de wird betrieben von Christian Neumann. Bitte melden Sie sich, wenn Sie Feedback oder Fragen haben.

Das Projekt nutzt Daten des OpenStreetMap Projekts und basiert auf der freien Software MapComplete.

", - "layers": { - "0": { - "name": "Kletterverein", - "title": { - "render": "Kletterverein", - "mappings": { - "0": { - "then": "Kletter-Organisation" - } - } - }, - "description": "Ein Kletterverein oder eine Organisation", - "tagRenderings": { - "0": { - "render": "{name}", - "question": "Wie lautet der Name dieses Vereins oder Organisation?" - } - }, - "presets": { - "0": { - "title": "Kletterverein", - "description": "Ein Kletterverein" - }, - "1": { - "title": "Eine Kletter-Organisation", - "description": "Eine Organisation, welche sich mit dem Klettern beschäftigt" - } - } - }, - "1": { - "name": "Kletterhallen", - "title": { - "render": "Kletterhalle", - "mappings": { - "0": { - "then": "Kletterhalle {name}" - } - } - }, - "description": "Eine Kletterhalle", - "tagRenderings": { - "3": { - "render": "{name}", - "question": "Wie heißt diese Kletterhalle?" - } - } - }, - "2": { - "name": "Kletterrouten", - "title": { - "render": "Kleterroute", - "mappings": { - "0": { - "then": "Kleterroute {name}" - } - } - }, - "tagRenderings": { - "3": { - "render": "{name}", - "question": "Wie heißt diese Kletterroute?", - "mappings": { - "0": { - "then": "Diese Kletterroute hat keinen Namen" - } - } - }, - "4": { - "render": "Diese Route ist {canonical(climbing:length)} lang" - }, - "5": { - "render": "Die Schwierigkeit ist {climbing:grade:french} entsprechend des französisch/belgischen Systems" - } - } - }, - "3": { - "name": "Klettermöglichkeiten", - "title": { - "render": "Klettermöglichkeit" - }, - "description": "Eine Klettergelegenheit", - "tagRenderings": { - "6": { - "render": "{name}", - "question": "Wie heißt diese Klettergelegenheit?", - "mappings": { - "0": { - "then": "Diese Klettergelegenheit hat keinen Namen" - } - } - } - }, - "presets": { - "0": { - "title": "Klettermöglichkeit", - "description": "Eine Klettergelegenheit" - } - } - }, - "4": { - "name": "Klettermöglichkeiten?", - "title": { - "render": "Klettermöglichkeit?" - }, - "description": "Eine Klettergelegenheit?", - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "question": "Kann hier geklettert werden?", - "mappings": { - "0": { - "then": "Hier kann nicht geklettert werden" - }, - "1": { - "then": "Hier kann geklettert werden" - }, - "2": { - "then": "Hier kann nicht geklettert werden" - } - } - } - } - } + "aed": { + "title": "AED-Karte öffnen", + "description": "Auf dieser Karte kann man nahe gelegene Defibrillatoren finden und markieren" }, - "roamingRenderings": { - "0": { - "question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?" - }, - "4": { - "render": "Die Routen sind durchschnittlich {canonical(climbing:length)} lang", - "question": "Wie lang sind die Routen (durchschnittlich) in Metern?" - }, - "5": { - "question": "Welche Schwierigkeit hat hier die leichteste Route (französisch/belgisches System)?", - "render": "Die leichteste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)" - }, - "6": { - "question": "Welche Schwierigkeit hat hier die schwerste Route (französisch/belgisches System)?", - "render": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)" - }, - "7": { - "question": "Kann hier gebouldert werden?", - "mappings": { - "0": { - "then": "Hier kann gebouldert werden" - }, - "1": { - "then": "Hier kann nicht gebouldert werden" - }, - "2": { - "then": "Bouldern ist hier nur an wenigen Routen möglich" - }, - "3": { - "then": "Hier gibt es {climbing:boulder} Boulder-Routen" - } + "artwork": { + "title": "Freie Kunstwerk-Karte", + "description": "Willkommen bei der Freien Kunstwerk-Karte, einer Karte von Statuen, Büsten, Grafitti, ... auf der ganzen Welt", + "layers": { + "0": { + "name": "Kunstwerke", + "title": { + "render": "Kunstwerk", + "mappings": { + "0": { + "then": "Kunstwerk {name}" + } + } + }, + "description": "Verschiedene Kunstwerke", + "presets": { + "0": { + "title": "Kunstwerk" + } + }, + "tagRenderings": { + "1": { + "render": "Dies ist ein {artwork_type}", + "question": "Was ist die Art dieses Kunstwerks?", + "mappings": { + "0": { + "then": "Architektur" + }, + "1": { + "then": "Wandbild" + }, + "2": { + "then": "Malerei" + }, + "3": { + "then": "Skulptur" + }, + "4": { + "then": "Statue" + }, + "5": { + "then": "Büste" + }, + "6": { + "then": "Stein" + }, + "7": { + "then": "Installation" + }, + "8": { + "then": "Graffiti" + }, + "9": { + "then": "Relief" + }, + "10": { + "then": "Azulejo (spanische dekorative Fliesenarbeit)" + }, + "11": { + "then": "Fliesenarbeit" + } + } + }, + "2": { + "question": "Welcher Künstler hat das geschaffen?", + "render": "Erstellt von {artist_name}" + }, + "3": { + "question": "Gibt es eine Website mit weiteren Informationen über dieses Kunstwerk?", + "render": "Weitere Informationen auf dieser Webseite" + }, + "4": { + "question": "Welcher Wikidata-Eintrag entspricht diesem Kunstwerk?", + "render": "Entspricht {wikidata}" + } + } + } } - }, - "8": { - "question": "Ist Toprope-Klettern hier möglich?", - "mappings": { - "0": { - "then": "Toprope-Klettern ist hier möglich" - }, - "1": { - "then": "Toprope-Climbing ist hier nicht möglich" - }, - "2": { - "then": "Hier gibt es {climbing:toprope} Toprope-Routen" - } + }, + "benches": { + "title": "Sitzbänke", + "shortDescription": "Eine Karte aller Sitzbänke", + "description": "Diese Karte zeigt alle Sitzbänke, die in OpenStreetMap eingetragen sind: Einzeln stehende Bänke und Bänke, die zu Haltestellen oder Unterständen gehören. Mit einem OpenStreetMap-Account können Sie neue Bänke eintragen oder Detailinformationen existierender Bänke bearbeiten." + }, + "bicyclelib": { + "title": "Fahrradbibliothek" + }, + "bookcases": { + "title": "Öffentliche Bücherschränke Karte", + "description": "Ein öffentlicher Bücherschrank ist ein kleiner Bücherschrank am Straßenrand, ein Kasten, eine alte Telefonzelle oder andere Gegenstände, in denen Bücher aufbewahrt werden. Jeder kann ein Buch hinstellen oder mitnehmen. Diese Karte zielt darauf ab, all diese Bücherschränke zu sammeln. Sie können neue Bücherschränke in der Nähe entdecken und mit einem kostenlosen OpenStreetMap-Account schnell Ihre Lieblingsbücherschränke hinzufügen." + }, + "climbing": { + "title": "Offene Kletterkarte", + "description": "Auf dieser Karte finden Sie verschiedene Klettermöglichkeiten wie Kletterhallen, Boulderhallen und Felsen in der Natur.", + "descriptionTail": "

kletterspots.de wird betrieben von Christian Neumann. Bitte melden Sie sich, wenn Sie Feedback oder Fragen haben.

Das Projekt nutzt Daten des OpenStreetMap Projekts und basiert auf der freien Software MapComplete.

", + "layers": { + "0": { + "name": "Kletterverein", + "title": { + "render": "Kletterverein", + "mappings": { + "0": { + "then": "Kletter-Organisation" + } + } + }, + "description": "Ein Kletterverein oder eine Organisation", + "tagRenderings": { + "0": { + "render": "{name}", + "question": "Wie lautet der Name dieses Vereins oder Organisation?" + } + }, + "presets": { + "0": { + "title": "Kletterverein", + "description": "Ein Kletterverein" + }, + "1": { + "title": "Eine Kletter-Organisation", + "description": "Eine Organisation, welche sich mit dem Klettern beschäftigt" + } + } + }, + "1": { + "name": "Kletterhallen", + "title": { + "render": "Kletterhalle", + "mappings": { + "0": { + "then": "Kletterhalle {name}" + } + } + }, + "description": "Eine Kletterhalle", + "tagRenderings": { + "3": { + "render": "{name}", + "question": "Wie heißt diese Kletterhalle?" + } + } + }, + "2": { + "name": "Kletterrouten", + "title": { + "render": "Kleterroute", + "mappings": { + "0": { + "then": "Kleterroute {name}" + } + } + }, + "tagRenderings": { + "3": { + "render": "{name}", + "question": "Wie heißt diese Kletterroute?", + "mappings": { + "0": { + "then": "Diese Kletterroute hat keinen Namen" + } + } + }, + "4": { + "render": "Diese Route ist {canonical(climbing:length)} lang" + }, + "5": { + "render": "Die Schwierigkeit ist {climbing:grade:french} entsprechend des französisch/belgischen Systems" + } + } + }, + "3": { + "name": "Klettermöglichkeiten", + "title": { + "render": "Klettermöglichkeit" + }, + "description": "Eine Klettergelegenheit", + "tagRenderings": { + "6": { + "render": "{name}", + "question": "Wie heißt diese Klettergelegenheit?", + "mappings": { + "0": { + "then": "Diese Klettergelegenheit hat keinen Namen" + } + } + } + }, + "presets": { + "0": { + "title": "Klettermöglichkeit", + "description": "Eine Klettergelegenheit" + } + } + }, + "4": { + "name": "Klettermöglichkeiten?", + "title": { + "render": "Klettermöglichkeit?" + }, + "description": "Eine Klettergelegenheit?", + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "question": "Kann hier geklettert werden?", + "mappings": { + "0": { + "then": "Hier kann nicht geklettert werden" + }, + "1": { + "then": "Hier kann geklettert werden" + }, + "2": { + "then": "Hier kann nicht geklettert werden" + } + } + } + } + } + }, + "roamingRenderings": { + "0": { + "question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?" + }, + "4": { + "render": "Die Routen sind durchschnittlich {canonical(climbing:length)} lang", + "question": "Wie lang sind die Routen (durchschnittlich) in Metern?" + }, + "5": { + "question": "Welche Schwierigkeit hat hier die leichteste Route (französisch/belgisches System)?", + "render": "Die leichteste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)" + }, + "6": { + "question": "Welche Schwierigkeit hat hier die schwerste Route (französisch/belgisches System)?", + "render": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)" + }, + "7": { + "question": "Kann hier gebouldert werden?", + "mappings": { + "0": { + "then": "Hier kann gebouldert werden" + }, + "1": { + "then": "Hier kann nicht gebouldert werden" + }, + "2": { + "then": "Bouldern ist hier nur an wenigen Routen möglich" + }, + "3": { + "then": "Hier gibt es {climbing:boulder} Boulder-Routen" + } + } + }, + "8": { + "question": "Ist Toprope-Klettern hier möglich?", + "mappings": { + "0": { + "then": "Toprope-Klettern ist hier möglich" + }, + "1": { + "then": "Toprope-Climbing ist hier nicht möglich" + }, + "2": { + "then": "Hier gibt es {climbing:toprope} Toprope-Routen" + } + } + }, + "9": { + "question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?", + "mappings": { + "0": { + "then": "Sportklettern ist hier möglich" + }, + "1": { + "then": "Sportklettern ist hier nicht möglich" + }, + "2": { + "then": "Hier gibt es {climbing:sport} Sportkletter-Routen" + } + } + }, + "10": { + "question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?", + "mappings": { + "0": { + "then": "Traditionelles Klettern ist hier möglich" + }, + "1": { + "then": "Traditionelles Klettern ist hier nicht möglich" + }, + "2": { + "then": "Hier gibt es {climbing:traditional} Routen für traditionelles Klettern" + } + } + }, + "11": { + "question": "Gibt es hier eine Speedkletter-Wand?", + "mappings": { + "0": { + "then": "Hier gibt es eine Speedkletter-Wand" + }, + "1": { + "then": "Hier gibt es keine Speedkletter-Wand" + }, + "2": { + "then": "Hier gibt es {climbing:speed} Speedkletter-Routen" + } + } + } } - }, - "9": { - "question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?", - "mappings": { - "0": { - "then": "Sportklettern ist hier möglich" - }, - "1": { - "then": "Sportklettern ist hier nicht möglich" - }, - "2": { - "then": "Hier gibt es {climbing:sport} Sportkletter-Routen" - } - } - }, - "10": { - "question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?", - "mappings": { - "0": { - "then": "Traditionelles Klettern ist hier möglich" - }, - "1": { - "then": "Traditionelles Klettern ist hier nicht möglich" - }, - "2": { - "then": "Hier gibt es {climbing:traditional} Routen für traditionelles Klettern" - } - } - }, - "11": { - "question": "Gibt es hier eine Speedkletter-Wand?", - "mappings": { - "0": { - "then": "Hier gibt es eine Speedkletter-Wand" - }, - "1": { - "then": "Hier gibt es keine Speedkletter-Wand" - }, - "2": { - "then": "Hier gibt es {climbing:speed} Speedkletter-Routen" - } - } - } + }, + "cyclofix": { + "title": "Cyclofix - eine offene Karte für Radfahrer", + "description": "Das Ziel dieser Karte ist es, den Radfahrern eine einfach zu benutzende Lösung zu präsentieren, um die geeignete Infrastruktur für ihre Bedürfnisse zu finden.

Sie können Ihren genauen Standort verfolgen (nur mobil) und in der linken unteren Ecke die für Sie relevanten Ebenen auswählen. Sie können dieses Tool auch verwenden, um Pins (Points of Interest/Interessante Orte) zur Karte hinzuzufügen oder zu bearbeiten und mehr Daten durch Beantwortung der Fragen bereitstellen.

Alle Änderungen, die Sie vornehmen, werden automatisch in der globalen Datenbank von OpenStreetMap gespeichert und können von anderen frei wiederverwendet werden.

Weitere Informationen über das Projekt Cyclofix finden Sie unter cyclofix.osm.be." + }, + "ghostbikes": { + "title": "Geisterrad", + "description": "Ein Geisterrad ist ein Denkmal für einen Radfahrer, der bei einem Verkehrsunfall ums Leben kam, in Form eines weißen Fahrrades, das dauerhaft in der Nähe des Unfallortes aufgestellt ist.

Auf dieser Karte kann man alle Geisterräder sehen, die OpenStreetMap kennt. Fehlt ein Geisterrad? Jeder kann hier Informationen hinzufügen oder aktualisieren - Sie benötigen lediglich einen (kostenlosen) OpenStreetMap-Account." + }, + "personal": { + "title": "Persönliches Thema", + "description": "Erstellen Sie ein persönliches Thema auf der Grundlage aller verfügbaren Ebenen aller Themen" + }, + "toilets": { + "title": "Offene Toilette Karte", + "description": "Eine Karte der öffentlichen Toiletten" } - }, - "cyclofix": { - "title": "Cyclofix - eine offene Karte für Radfahrer", - "description": "Das Ziel dieser Karte ist es, den Radfahrern eine einfach zu benutzende Lösung zu präsentieren, um die geeignete Infrastruktur für ihre Bedürfnisse zu finden.

Sie können Ihren genauen Standort verfolgen (nur mobil) und in der linken unteren Ecke die für Sie relevanten Ebenen auswählen. Sie können dieses Tool auch verwenden, um Pins (Points of Interest/Interessante Orte) zur Karte hinzuzufügen oder zu bearbeiten und mehr Daten durch Beantwortung der Fragen bereitstellen.

Alle Änderungen, die Sie vornehmen, werden automatisch in der globalen Datenbank von OpenStreetMap gespeichert und können von anderen frei wiederverwendet werden.

Weitere Informationen über das Projekt Cyclofix finden Sie unter cyclofix.osm.be." - }, - "ghostbikes": { - "title": "Geisterrad", - "description": "Ein Geisterrad ist ein Denkmal für einen Radfahrer, der bei einem Verkehrsunfall ums Leben kam, in Form eines weißen Fahrrades, das dauerhaft in der Nähe des Unfallortes aufgestellt ist.

Auf dieser Karte kann man alle Geisterräder sehen, die OpenStreetMap kennt. Fehlt ein Geisterrad? Jeder kann hier Informationen hinzufügen oder aktualisieren - Sie benötigen lediglich einen (kostenlosen) OpenStreetMap-Account." - }, - "personal": { - "title": "Persönliches Thema", - "description": "Erstellen Sie ein persönliches Thema auf der Grundlage aller verfügbaren Ebenen aller Themen" - }, - "toilets": { - "title": "Offene Toilette Karte", - "description": "Eine Karte der öffentlichen Toiletten" - } } \ No newline at end of file diff --git a/langs/themes/en.json b/langs/themes/en.json index e81723ecc..ac5b69423 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -1,1320 +1,1325 @@ { - "aed": { - "title": "Open AED Map", - "description": "On this map, one can find and mark nearby defibrillators" - }, - "artwork": { - "title": "Open Artwork Map", - "description": "Welcome to Open Artwork Map, a map of statues, busts, grafittis and other artwork all over the world", - "layers": { - "0": { - "name": "Artworks", - "title": { - "render": "Artwork", - "mappings": { - "0": { - "then": "Artwork {name}" - } - } - }, - "description": "Diverse pieces of artwork", - "presets": { - "0": { - "title": "Artwork" - } - }, - "tagRenderings": { - "1": { - "render": "This is a {artwork_type}", - "question": "What is the type of this artwork?", - "mappings": { - "0": { - "then": "Architecture" - }, - "1": { - "then": "Mural" - }, - "2": { - "then": "Painting" - }, - "3": { - "then": "Sculpture" - }, - "4": { - "then": "Statue" - }, - "5": { - "then": "Bust" - }, - "6": { - "then": "Stone" - }, - "7": { - "then": "Installation" - }, - "8": { - "then": "Graffiti" - }, - "9": { - "then": "Relief" - }, - "10": { - "then": "Azulejo (Spanish decorative tilework)" - }, - "11": { - "then": "Tilework" - } - } - }, - "2": { - "question": "Which artist created this?", - "render": "Created by {artist_name}" - }, - "3": { - "question": "Is there a website with more information about this artwork?", - "render": "More information on this website" - }, - "4": { - "question": "Which Wikidata-entry corresponds with this artwork?", - "render": "Corresponds with {wikidata}" - } - } - } - } - }, - "benches": { - "title": "Benches", - "shortDescription": "A map of benches", - "description": "This map shows all benches that are recorded in OpenStreetMap: Individual benches, and benches belonging to public transport stops or shelters. With an OpenStreetMap account, you can map new benches or edit details of existing benches." - }, - "bicyclelib": { - "title": "Bicycle libraries", - "description": "A bicycle library is a place where bicycles can be lent, often for a small yearly fee. A notable use case are bicycle libraries for kids, which allows them to change for a bigger bike when they've outgrown their current bike" - }, - "bike_monitoring_stations": { - "title": "Bike Monitoring stations", - "shortDescription": "Bike monitoring stations with live data from Brussels Mobility", - "description": "This theme shows bike monitoring stations with live data" - }, - "bookcases": { - "title": "Open Bookcase Map", - "description": "A public bookcase is a small streetside cabinet, box, old phone boot or some other objects where books are stored. Everyone can place or take a book. This map aims to collect all these bookcases. You can discover new bookcases nearby and, with a free OpenStreetMap account, quickly add your favourite bookcases." - }, - "cafes_and_pubs": { - "title": "Cafés and pubs" - }, - "campersite": { - "title": "Campersites", - "shortDescription": "Find sites to spend the night with your camper", - "description": "This site collects all official camper stopover places and places where you can dump grey and black water. You can add details about the services provided and the cost. Add pictures and reviews. This is a website and a webapp. The data is stored in OpenStreetMap, so it will be free forever and can be re-used by any app.", - "layers": { - "0": { - "name": "Camper sites", - "title": { - "render": "Camper site {name}", - "mappings": { - "0": { - "then": "Unnamed camper site" - } - } - }, - "description": "camper sites", - "tagRenderings": { - "1": { - "render": "This place is called {name}", - "question": "What is this place called?" - }, - "2": { - "question": "Does this place charge a fee?", - "mappings": { - "0": { - "then": "You need to pay for use" - }, - "1": { - "then": "Can be used for free" - } - } - }, - "3": { - "render": "This place charges {charge}", - "question": "How much does this place charge?" - }, - "4": { - "question": "Does this place have a sanitary dump station?", - "mappings": { - "0": { - "then": "This place has a sanitary dump station" - }, - "1": { - "then": "This place does not have a sanitary dump station" - } - } - }, - "5": { - "render": "{capacity} campers can use this place at the same time", - "question": "How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles)" - }, - "6": { - "question": "Does this place provide internet access?", - "mappings": { - "0": { - "then": "There is internet access" - }, - "1": { - "then": "There is internet access" - }, - "2": { - "then": "There is no internet access" - } - } - }, - "7": { - "question": "Do you have to pay for the internet access?", - "mappings": { - "0": { - "then": "You need to pay extra for internet access" - }, - "1": { - "then": "You do not need to pay extra for internet access" - } - } - }, - "8": { - "question": "Does this place have toilets?", - "mappings": { - "0": { - "then": "This place has toilets" - }, - "1": { - "then": "This place does not have toilets" - } - } - }, - "9": { - "render": "Official website: {website}", - "question": "Does this place have a website?" - }, - "10": { - "question": "Does this place offer spots for long term rental?", - "mappings": { - "0": { - "then": "Yes, there are some spots for long term rental, but you can also stay on a daily basis" - }, - "1": { - "then": "No, there are no permanent guests here" - }, - "2": { - "then": "It is only possible to stay here if you have a long term contract(this place will disappear from this map if you choose this)" - } - } - }, - "11": { - "render": "More details about this place: {description}", - "question": "Would you like to add a general description of this place? (Do not repeat information previously asked or shown above. Please keep it objective - opinions go into the reviews)" - } - }, - "presets": { - "0": { - "title": "camper site", - "description": "Add a new official camper site. These are designated places to stay overnight with your camper. They might look like a real camping or just look like a parking. They might not be signposted at all, but just be defined in a municipal decision. A regular parking intended for campers where it is not expected to spend the night, is -not- a camper site " - } - } - }, - "1": { - "name": "Sanitary dump stations", - "title": { - "render": "Dump station {name}", - "mappings": { - "0": { - "then": "Dump station" - } - } - }, - "description": "Sanitary dump stations", - "tagRenderings": { - "1": { - "question": "Does this place charge a fee?", - "mappings": { - "0": { - "then": "You need to pay for use" - }, - "1": { - "then": "Can be used for free" - } - } - }, - "2": { - "render": "This place charges {charge}", - "question": "How much does this place charge?" - }, - "3": { - "question": "Does this place have a water point?", - "mappings": { - "0": { - "then": "This place has a water point" - }, - "1": { - "then": "This place does not have a water point" - } - } - }, - "4": { - "question": "Can you dispose of grey water here?", - "mappings": { - "0": { - "then": "You can dispose of grey water here" - }, - "1": { - "then": "You cannot dispose of gray water here" - } - } - }, - "5": { - "question": "Can you dispose of chemical toilet waste here?", - "mappings": { - "0": { - "then": "You can dispose of chemical toilet waste here" - }, - "1": { - "then": "You cannot dispose of chemical toilet waste here" - } - } - }, - "6": { - "question": "Who can use this dump station?", - "mappings": { - "0": { - "then": "You need a network key/code to use this" - }, - "1": { - "then": "You need to be a customer of camping/campersite to use this place" - }, - "2": { - "then": "Anyone can use this dump station" - }, - "3": { - "then": "Anyone can use this dump station" - } - } - }, - "7": { - "render": "This station is part of network {network}", - "question": "What network is this place a part of? (skip if none)" - } - }, - "presets": { - "0": { - "title": "sanitary dump station", - "description": "Add a new sanitary dump station. This is a place where camper drivers can dump waste water or chemical toilet waste. Often there's also drinking water and electricity." - } - } - } + "aed": { + "title": "Open AED Map", + "description": "On this map, one can find and mark nearby defibrillators" }, - "roamingRenderings": { - "0": { - "render": "This place is operated by {operator}", - "question": "Who operates this place?" - }, - "1": { - "question": "Does this place have a power supply?", - "mappings": { - "0": { - "then": "This place has a power supply" - }, - "1": { - "then": "This place does not have power supply" - } - } - } - } - }, - "charging_stations": { - "title": "Charging stations", - "shortDescription": "A worldwide map of charging stations", - "description": "On this open map, one can find and mark information about charging stations" - }, - "climbing": { - "title": "Open Climbing Map", - "description": "On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature.", - "descriptionTail": "The climbing map was originally made by Christian Neumann. Please get in touch if you have feedback or questions.

The project uses data of the OpenStreetMap project.

", - "layers": { - "0": { - "name": "Climbing club", - "title": { - "render": "Climbing club", - "mappings": { + "artwork": { + "title": "Open Artwork Map", + "description": "Welcome to Open Artwork Map, a map of statues, busts, grafittis and other artwork all over the world", + "layers": { "0": { - "then": "Climbing NGO" + "name": "Artworks", + "title": { + "render": "Artwork", + "mappings": { + "0": { + "then": "Artwork {name}" + } + } + }, + "description": "Diverse pieces of artwork", + "presets": { + "0": { + "title": "Artwork" + } + }, + "tagRenderings": { + "1": { + "render": "This is a {artwork_type}", + "question": "What is the type of this artwork?", + "mappings": { + "0": { + "then": "Architecture" + }, + "1": { + "then": "Mural" + }, + "2": { + "then": "Painting" + }, + "3": { + "then": "Sculpture" + }, + "4": { + "then": "Statue" + }, + "5": { + "then": "Bust" + }, + "6": { + "then": "Stone" + }, + "7": { + "then": "Installation" + }, + "8": { + "then": "Graffiti" + }, + "9": { + "then": "Relief" + }, + "10": { + "then": "Azulejo (Spanish decorative tilework)" + }, + "11": { + "then": "Tilework" + } + } + }, + "2": { + "question": "Which artist created this?", + "render": "Created by {artist_name}" + }, + "3": { + "question": "Is there a website with more information about this artwork?", + "render": "More information on this website" + }, + "4": { + "question": "Which Wikidata-entry corresponds with this artwork?", + "render": "Corresponds with {wikidata}" + } + } } - } - }, - "description": "A climbing club or organisations", - "tagRenderings": { - "0": { - "render": "{name}", - "question": "What is the name of this climbing club or NGO?" - } - }, - "presets": { - "0": { - "title": "Climbing club", - "description": "A climbing club" - }, - "1": { - "title": "Climbing NGO", - "description": "A NGO working around climbing" - } } - }, - "1": { - "name": "Climbing gyms", - "title": { - "render": "Climbing gym", - "mappings": { + }, + "benches": { + "title": "Benches", + "shortDescription": "A map of benches", + "description": "This map shows all benches that are recorded in OpenStreetMap: Individual benches, and benches belonging to public transport stops or shelters. With an OpenStreetMap account, you can map new benches or edit details of existing benches." + }, + "bicyclelib": { + "title": "Bicycle libraries", + "description": "A bicycle library is a place where bicycles can be lent, often for a small yearly fee. A notable use case are bicycle libraries for kids, which allows them to change for a bigger bike when they've outgrown their current bike" + }, + "bike_monitoring_stations": { + "title": "Bike Monitoring stations", + "shortDescription": "Bike monitoring stations with live data from Brussels Mobility", + "description": "This theme shows bike monitoring stations with live data" + }, + "binoculars": { + "title": "Binoculars", + "shortDescription": "A map with fixed binoculars", + "description": "A map with binoculars fixed in place with a pole. It can typically be found on touristic locations, viewpoints, on top of panoramic towers or occasionally on a nature reserve." + }, + "bookcases": { + "title": "Open Bookcase Map", + "description": "A public bookcase is a small streetside cabinet, box, old phone boot or some other objects where books are stored. Everyone can place or take a book. This map aims to collect all these bookcases. You can discover new bookcases nearby and, with a free OpenStreetMap account, quickly add your favourite bookcases." + }, + "cafes_and_pubs": { + "title": "Cafés and pubs" + }, + "campersite": { + "title": "Campersites", + "shortDescription": "Find sites to spend the night with your camper", + "description": "This site collects all official camper stopover places and places where you can dump grey and black water. You can add details about the services provided and the cost. Add pictures and reviews. This is a website and a webapp. The data is stored in OpenStreetMap, so it will be free forever and can be re-used by any app.", + "layers": { "0": { - "then": "Climbing gym {name}" - } - } - }, - "description": "A climbing gym", - "tagRenderings": { - "3": { - "render": "{name}", - "question": "What is the name of this climbing gym?" - } - } - }, - "2": { - "name": "Climbing routes", - "title": { - "render": "Climbing route", - "mappings": { - "0": { - "then": "Climbing route {name}" - } - } - }, - "tagRenderings": { - "3": { - "render": "{name}", - "question": "What is the name of this climbing route?", - "mappings": { - "0": { - "then": "This climbing route doesn't have a name" - } - } - }, - "4": { - "question": "How long is this climbing route (in meters)?", - "render": "This route is {canonical(climbing:length)} long" - }, - "5": { - "question": "What is the difficulty of this climbing route according to the french/belgian system?", - "render": "The difficulty is {climbing:grade:french} according to the french/belgian system" - }, - "6": { - "question": "How much bolts does this route have before reaching the moulinette?", - "render": "This route has {climbing:bolts} bolts", - "mappings": { - "0": { - "then": "This route is not bolted" - }, - "1": { - "then": "This route is not bolted" - } - } - }, - "8": { - "render": "The rock type is {_embedding_features_with_rock:rock} as stated on the surrounding crag" - } - }, - "presets": { - "0": { - "title": "Climbing route" - } - } - }, - "3": { - "name": "Climbing opportunities", - "title": { - "render": "Climbing opportunity", - "mappings": { - "0": { - "then": "Climbing crag {name}" + "name": "Camper sites", + "title": { + "render": "Camper site {name}", + "mappings": { + "0": { + "then": "Unnamed camper site" + } + } + }, + "description": "camper sites", + "tagRenderings": { + "1": { + "render": "This place is called {name}", + "question": "What is this place called?" + }, + "2": { + "question": "Does this place charge a fee?", + "mappings": { + "0": { + "then": "You need to pay for use" + }, + "1": { + "then": "Can be used for free" + } + } + }, + "3": { + "render": "This place charges {charge}", + "question": "How much does this place charge?" + }, + "4": { + "question": "Does this place have a sanitary dump station?", + "mappings": { + "0": { + "then": "This place has a sanitary dump station" + }, + "1": { + "then": "This place does not have a sanitary dump station" + } + } + }, + "5": { + "render": "{capacity} campers can use this place at the same time", + "question": "How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles)" + }, + "6": { + "question": "Does this place provide internet access?", + "mappings": { + "0": { + "then": "There is internet access" + }, + "1": { + "then": "There is internet access" + }, + "2": { + "then": "There is no internet access" + } + } + }, + "7": { + "question": "Do you have to pay for the internet access?", + "mappings": { + "0": { + "then": "You need to pay extra for internet access" + }, + "1": { + "then": "You do not need to pay extra for internet access" + } + } + }, + "8": { + "question": "Does this place have toilets?", + "mappings": { + "0": { + "then": "This place has toilets" + }, + "1": { + "then": "This place does not have toilets" + } + } + }, + "9": { + "render": "Official website: {website}", + "question": "Does this place have a website?" + }, + "10": { + "question": "Does this place offer spots for long term rental?", + "mappings": { + "0": { + "then": "Yes, there are some spots for long term rental, but you can also stay on a daily basis" + }, + "1": { + "then": "No, there are no permanent guests here" + }, + "2": { + "then": "It is only possible to stay here if you have a long term contract(this place will disappear from this map if you choose this)" + } + } + }, + "11": { + "render": "More details about this place: {description}", + "question": "Would you like to add a general description of this place? (Do not repeat information previously asked or shown above. Please keep it objective - opinions go into the reviews)" + } + }, + "presets": { + "0": { + "title": "camper site", + "description": "Add a new official camper site. These are designated places to stay overnight with your camper. They might look like a real camping or just look like a parking. They might not be signposted at all, but just be defined in a municipal decision. A regular parking intended for campers where it is not expected to spend the night, is -not- a camper site " + } + } }, "1": { - "then": "Climbing area {name}" + "name": "Sanitary dump stations", + "title": { + "render": "Dump station {name}", + "mappings": { + "0": { + "then": "Dump station" + } + } + }, + "description": "Sanitary dump stations", + "tagRenderings": { + "1": { + "question": "Does this place charge a fee?", + "mappings": { + "0": { + "then": "You need to pay for use" + }, + "1": { + "then": "Can be used for free" + } + } + }, + "2": { + "render": "This place charges {charge}", + "question": "How much does this place charge?" + }, + "3": { + "question": "Does this place have a water point?", + "mappings": { + "0": { + "then": "This place has a water point" + }, + "1": { + "then": "This place does not have a water point" + } + } + }, + "4": { + "question": "Can you dispose of grey water here?", + "mappings": { + "0": { + "then": "You can dispose of grey water here" + }, + "1": { + "then": "You cannot dispose of gray water here" + } + } + }, + "5": { + "question": "Can you dispose of chemical toilet waste here?", + "mappings": { + "0": { + "then": "You can dispose of chemical toilet waste here" + }, + "1": { + "then": "You cannot dispose of chemical toilet waste here" + } + } + }, + "6": { + "question": "Who can use this dump station?", + "mappings": { + "0": { + "then": "You need a network key/code to use this" + }, + "1": { + "then": "You need to be a customer of camping/campersite to use this place" + }, + "2": { + "then": "Anyone can use this dump station" + }, + "3": { + "then": "Anyone can use this dump station" + } + } + }, + "7": { + "render": "This station is part of network {network}", + "question": "What network is this place a part of? (skip if none)" + } + }, + "presets": { + "0": { + "title": "sanitary dump station", + "description": "Add a new sanitary dump station. This is a place where camper drivers can dump waste water or chemical toilet waste. Often there's also drinking water and electricity." + } + } + } + }, + "roamingRenderings": { + "0": { + "render": "This place is operated by {operator}", + "question": "Who operates this place?" + }, + "1": { + "question": "Does this place have a power supply?", + "mappings": { + "0": { + "then": "This place has a power supply" + }, + "1": { + "then": "This place does not have power supply" + } + } + } + } + }, + "charging_stations": { + "title": "Charging stations", + "shortDescription": "A worldwide map of charging stations", + "description": "On this open map, one can find and mark information about charging stations" + }, + "climbing": { + "title": "Open Climbing Map", + "description": "On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature.", + "descriptionTail": "The climbing map was originally made by Christian Neumann. Please get in touch if you have feedback or questions.

The project uses data of the OpenStreetMap project.

", + "layers": { + "0": { + "name": "Climbing club", + "title": { + "render": "Climbing club", + "mappings": { + "0": { + "then": "Climbing NGO" + } + } + }, + "description": "A climbing club or organisations", + "tagRenderings": { + "0": { + "render": "{name}", + "question": "What is the name of this climbing club or NGO?" + } + }, + "presets": { + "0": { + "title": "Climbing club", + "description": "A climbing club" + }, + "1": { + "title": "Climbing NGO", + "description": "A NGO working around climbing" + } + } + }, + "1": { + "name": "Climbing gyms", + "title": { + "render": "Climbing gym", + "mappings": { + "0": { + "then": "Climbing gym {name}" + } + } + }, + "description": "A climbing gym", + "tagRenderings": { + "3": { + "render": "{name}", + "question": "What is the name of this climbing gym?" + } + } }, "2": { - "then": "Climbing site" + "name": "Climbing routes", + "title": { + "render": "Climbing route", + "mappings": { + "0": { + "then": "Climbing route {name}" + } + } + }, + "tagRenderings": { + "3": { + "render": "{name}", + "question": "What is the name of this climbing route?", + "mappings": { + "0": { + "then": "This climbing route doesn't have a name" + } + } + }, + "4": { + "question": "How long is this climbing route (in meters)?", + "render": "This route is {canonical(climbing:length)} long" + }, + "5": { + "question": "What is the difficulty of this climbing route according to the french/belgian system?", + "render": "The difficulty is {climbing:grade:french} according to the french/belgian system" + }, + "6": { + "question": "How much bolts does this route have before reaching the moulinette?", + "render": "This route has {climbing:bolts} bolts", + "mappings": { + "0": { + "then": "This route is not bolted" + }, + "1": { + "then": "This route is not bolted" + } + } + }, + "8": { + "render": "The rock type is {_embedding_features_with_rock:rock} as stated on the surrounding crag" + } + }, + "presets": { + "0": { + "title": "Climbing route" + } + } }, "3": { - "then": "Climbing opportunity {name}" - } - } - }, - "description": "A climbing opportunity", - "tagRenderings": { - "3": { - "render": "

Length overview

{histogram(_length_hist)}" - }, - "4": { - "render": "

Difficulties overview

{histogram(_difficulty_hist)}" - }, - "5": { - "render": "

Contains {_contained_climbing_routes_count} routes

    {_contained_climbing_routes}
" - }, - "6": { - "render": "{name}", - "question": "What is the name of this climbing opportunity?", - "mappings": { - "0": { - "then": "This climbing opportunity doesn't have a name" - } - } - }, - "7": { - "mappings": { - "0": { - "then": "A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope" - }, - "1": { - "then": "A climbing crag - a single rock or cliff with at least a few climbing routes" - } - } - }, - "8": { - "question": "What is the rock type here?", - "render": "The rock type is {rock}", - "mappings": { - "0": { - "then": "Limestone" - } - } - } - }, - "presets": { - "0": { - "title": "Climbing opportunity", - "description": "A climbing opportunity" - } - } - }, - "4": { - "name": "Climbing opportunities?", - "title": { - "render": "Climbing opportunity?" - }, - "description": "A climbing opportunity?", - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "question": "Is climbing possible here?", - "mappings": { - "0": { - "then": "Climbing is not possible here" - }, - "1": { - "then": "Climbing is possible here" - }, - "2": { - "then": "Climbing is not possible here" - } - } - } - } - } - }, - "units": { - "0": { - "applicableUnits": { - "0": { - "human": " meter" - }, - "1": { - "human": " feet" - } - } - } - }, - "roamingRenderings": { - "0": { - "question": "Is there a (unofficial) website with more informations (e.g. topos)?" - }, - "1": { - "mappings": { - "0": { - "then": "The containing feature states that this is publicly accessible
{_embedding_feature:access:description}" - }, - "1": { - "then": "The containing feature states that a permit is needed to access
{_embedding_feature:access:description}" - }, - "2": { - "then": "The containing feature states that this is only accessible to customers
{_embedding_feature:access:description}" - }, - "3": { - "then": "The containing feature states that this is only accessible to club members
{_embedding_feature:access:description}" - } - } - }, - "2": { - "question": "Who can access here?", - "mappings": { - "0": { - "then": "Publicly accessible to anyone" - }, - "1": { - "then": "You need a permit to access here" - }, - "2": { - "then": "Only custumers" - }, - "3": { - "then": "Only club members" - } - } - }, - "4": { - "render": "The routes are {canonical(climbing:length)} long on average", - "question": "What is the (average) length of the routes in meters?" - }, - "5": { - "question": "What is the level of the easiest route here, accoring to the french classification system?", - "render": "The minimal difficulty is {climbing:grade:french:min} according to the french/belgian system" - }, - "6": { - "question": "What is the level of the most difficult route here, accoring to the french classification system?", - "render": "The maximal difficulty is {climbing:grade:french:max} according to the french/belgian system" - }, - "7": { - "question": "Is bouldering possible here?", - "mappings": { - "0": { - "then": "Bouldering is possible here" - }, - "1": { - "then": "Bouldering is not possible here" - }, - "2": { - "then": "Bouldering is possible, allthough there are only a few routes" - }, - "3": { - "then": "There are {climbing:boulder} boulder routes" - } - } - }, - "8": { - "question": "Is toprope climbing possible here?", - "mappings": { - "0": { - "then": "Toprope climbing is possible here" - }, - "1": { - "then": "Toprope climbing is not possible here" - }, - "2": { - "then": "There are {climbing:toprope} toprope routes" - } - } - }, - "9": { - "question": "Is sport climbing possible here on fixed anchors?", - "mappings": { - "0": { - "then": "Sport climbing is possible here" - }, - "1": { - "then": "Sport climbing is not possible here" - }, - "2": { - "then": "There are {climbing:sport} sport climbing routes" - } - } - }, - "10": { - "question": "Is traditional climbing possible here (using own gear e.g. chocks)?", - "mappings": { - "0": { - "then": "Traditional climbing is possible here" - }, - "1": { - "then": "Traditional climbing is not possible here" - }, - "2": { - "then": "There are {climbing:traditional} traditional climbing routes" - } - } - }, - "11": { - "question": "Is there a speed climbing wall?", - "mappings": { - "0": { - "then": "There is a speed climbing wall" - }, - "1": { - "then": "There is no speed climbing wall" - }, - "2": { - "then": "There are {climbing:speed} speed climbing walls" - } - } - } - } - }, - "cycle_highways": { - "title": "Cycle highways", - "description": "This map shows cycle highways", - "layers": { - "0": { - "name": "cycle highways", - "title": { - "render": "cycle highway" - } - } - } - }, - "cycle_infra": { - "title": "Bicycle infrastructure", - "shortDescription": "A map where you can view and edit things related to the bicycle infrastructure.", - "description": "A map where you can view and edit things related to the bicycle infrastructure. Made during #osoc21." - }, - "cyclestreets": { - "title": "Cyclestreets", - "shortDescription": "A map of cyclestreets", - "description": "A cyclestreet is is a street where motorized traffic is not allowed to overtake cyclists. They are signposted by a special traffic sign. Cyclestreets can be found in the Netherlands and Belgium, but also in Germany and France. ", - "roamingRenderings": { - "0": { - "question": "Is this street a cyclestreet?", - "mappings": { - "0": { - "then": "This street is a cyclestreet (and has a speed limit of 30 km/h)" - }, - "1": { - "then": "This street is a cyclestreet" - }, - "2": { - "then": "This street will become a cyclstreet soon" - }, - "3": { - "then": "This street is not a cyclestreet" - } - } - }, - "1": { - "question": "When will this street become a cyclestreet?", - "render": "This street will become a cyclestreet at {cyclestreet:start_date}" - } - }, - "layers": { - "0": { - "name": "Cyclestreets", - "description": "A cyclestreet is a street where motorized traffic is not allowed to overtake a cyclist" - }, - "1": { - "name": "Future cyclestreet", - "description": "This street will become a cyclestreet soon", - "title": { - "render": "Future cyclestreet", - "mappings": { - "0": { - "then": "{name} will become a cyclestreet soon" - } - } - } - }, - "2": { - "name": "All streets", - "description": "Layer to mark any street as cyclestreet", - "title": { - "render": "Street" - } - } - } - }, - "cyclofix": { - "title": "Cyclofix - an open map for cyclists", - "description": "The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs.

You can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide more data by answering the questions.

All changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.

For more information about the cyclofix project, go to cyclofix.osm.be." - }, - "drinking_water": { - "title": "Drinking Water", - "description": "On this map, publicly accessible drinking water spots are shown and can be easily added" - }, - "facadegardens": { - "title": "Facade gardens", - "shortDescription": "This map shows facade gardens with pictures and useful info about orientation, sunshine and plant types.", - "description": "Facade gardens, green facades and trees in the city not only bring peace and quiet, but also a more beautiful city, greater biodiversity, a cooling effect and better air quality.
Klimaan VZW and Mechelen Klimaatneutraal want to map existing and new facade gardens as an example for people who want to build their own garden or for city walkers who love nature.
More info about the project at klimaan.be.", - "layers": { - "0": { - "name": "Facade gardens", - "title": { - "render": "Facade garden" - }, - "description": "Facade gardens", - "tagRenderings": { - "1": { - "render": "Orientation: {direction} (where 0=N and 90=O)", - "question": "What is the orientation of the garden?" - }, - "2": { - "mappings": { - "0": { - "then": "The garden is in full sun" - }, - "1": { - "then": "The garden is in partial shade" - }, - "2": { - "then": "The garden is in the shade" - } + "name": "Climbing opportunities", + "title": { + "render": "Climbing opportunity", + "mappings": { + "0": { + "then": "Climbing crag {name}" + }, + "1": { + "then": "Climbing area {name}" + }, + "2": { + "then": "Climbing site" + }, + "3": { + "then": "Climbing opportunity {name}" + } + } + }, + "description": "A climbing opportunity", + "tagRenderings": { + "3": { + "render": "

Length overview

{histogram(_length_hist)}" + }, + "4": { + "render": "

Difficulties overview

{histogram(_difficulty_hist)}" + }, + "5": { + "render": "

Contains {_contained_climbing_routes_count} routes

    {_contained_climbing_routes}
" + }, + "6": { + "render": "{name}", + "question": "What is the name of this climbing opportunity?", + "mappings": { + "0": { + "then": "This climbing opportunity doesn't have a name" + } + } + }, + "7": { + "mappings": { + "0": { + "then": "A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope" + }, + "1": { + "then": "A climbing crag - a single rock or cliff with at least a few climbing routes" + } + } + }, + "8": { + "question": "What is the rock type here?", + "render": "The rock type is {rock}", + "mappings": { + "0": { + "then": "Limestone" + } + } + } + }, + "presets": { + "0": { + "title": "Climbing opportunity", + "description": "A climbing opportunity" + } + } }, - "question": "Is the garden shaded or sunny?" - }, - "3": { - "question": "Is there a water barrel installed for the garden?", - "mappings": { - "0": { - "then": "There is a rain barrel" - }, - "1": { - "then": "There is no rain barrel" - } + "4": { + "name": "Climbing opportunities?", + "title": { + "render": "Climbing opportunity?" + }, + "description": "A climbing opportunity?", + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "question": "Is climbing possible here?", + "mappings": { + "0": { + "then": "Climbing is not possible here" + }, + "1": { + "then": "Climbing is possible here" + }, + "2": { + "then": "Climbing is not possible here" + } + } + } + } } - }, - "4": { - "render": "Construction date of the garden: {start_date}", - "question": "When was the garden constructed? (a year is sufficient)" - }, - "5": { - "mappings": { - "0": { - "then": "There are edible plants" - }, - "1": { - "then": "There are no edible plants" - } - }, - "question": "Are there any edible plants?" - }, - "6": { - "question": "What kinds of plants grow here?", - "mappings": { - "0": { - "then": "There are vines" - }, - "1": { - "then": "There are flowering plants" - }, - "2": { - "then": "There are shrubs" - }, - "3": { - "then": "There are groundcovering plants" - } - } - }, - "7": { - "render": "More details: {description}", - "question": "Extra describing info about the garden (if needed and not yet described above)" - } }, - "presets": { - "0": { - "title": "facade garden", - "description": "Add a facade garden" - } - } - } - } - }, - "food": { - "title": "Restaurants and fast food" - }, - "fritures": { - "layers": { - "0": { - "override": { - "name": "Fries shop" - } - } - } - }, - "ghostbikes": { - "title": "Ghost bikes", - "description": "A ghost bike is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location.

On this map, one can see all the ghost bikes which are known by OpenStreetMap. Is a ghost bike missing? Everyone can add or update information here - you only need to have a (free) OpenStreetMap account." - }, - "hackerspaces": { - "title": "Hackerspaces", - "shortDescription": "A map of hackerspaces", - "description": "On this map you can see hackerspaces, add a new hackerspace or update data directly", - "layers": { - "0": { - "name": "Hackerspace", - "title": { - "render": "Hackerspace", - "mappings": { + "units": { "0": { - "then": " {name}" + "applicableUnits": { + "0": { + "human": " meter" + }, + "1": { + "human": " feet" + } + } } - } }, - "description": "Hackerspace", - "tagRenderings": { - "0": { - "question": "Is this a hackerspace or a makerspace?", - "mappings": { - "0": { - "then": "This is a makerspace" - }, - "1": { - "then": "This is a traditional (software oriented) hackerspace" - } - } - }, - "1": { - "question": "What is the name of this hackerspace?", - "render": "This hackerspace is named {name}" - }, - "5": { - "question": "When is this hackerspace opened?", - "render": "{opening_hours_table()}", - "mappings": { - "0": { - "then": "Opened 24/7" - } - } - }, - "7": { - "question": "Does this hackerspace serve Club Mate?", - "mappings": { - "0": { - "then": "This hackerspace serves club mate" - }, - "1": { - "then": "This hackerspace is not worthy of the name hackerspace as it does not serve club mate" - } - } - }, - "8": { - "render": "This hackerspace was founded at {start_date}", - "question": "When was this hackerspace founded?" - } - }, - "icon": { - "mappings": { + "roamingRenderings": { "0": { - "then": "./assets/themes/hackerspaces/led.png" - } - } - }, - "presets": { - "0": { - "title": "Hackerspace", - "description": "A hackerspace is an area where people interested in software gather" - }, - "1": { - "title": "Makerspace", - "description": "A makerspace is a place where DIY-enthusiasts gather to experiment with electronics such as arduino, LEDstrips, ..." - } - } - } - } - }, - "hailhydrant": { - "title": "Hydrants, Extinguishers, Fire stations, and Ambulance stations.", - "shortDescription": "Map to show hydrants, extinguishers, fire stations, and ambulance stations.", - "description": "On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods. \n\nYou can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide additional details by answering available questions. \n\nAll changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.", - "layers": { - "0": { - "name": "Map of hydrants", - "title": { - "render": "Hydrant" - }, - "description": "Map layer to show fire hydrants.", - "tagRenderings": { - "0": { - "question": "What color is the hydrant?", - "render": "The hydrant color is {colour}", - "mappings": { - "0": { - "then": "The hydrant color is unknown." - }, - "1": { - "then": "The hydrant color is yellow." - }, - "2": { - "then": "The hydrant color is red." - } - } - }, - "1": { - "question": "What type of hydrant is it?", - "render": " Hydrant type: {fire_hydrant:type}", - "mappings": { - "0": { - "then": "The hydrant type is unknown." - }, - "1": { - "then": " Pillar type." - }, - "2": { - "then": " Pipe type." - }, - "3": { - "then": " Wall type." - }, - "4": { - "then": " Underground type." - } - } - }, - "2": { - "question": "Update the lifecycle status of the hydrant.", - "render": "Lifecycle status", - "mappings": { - "0": { - "then": "The hydrant is (fully or partially) working." - }, - "1": { - "then": "The hydrant is unavailable." - }, - "2": { - "then": "The hydrant has been removed." - } - } - } - }, - "presets": { - "0": { - "title": "Fire hydrant", - "description": "A hydrant is a connection point where firefighters can tap water. It might be located underground." - } - } - }, - "1": { - "name": "Map of fire extinguishers.", - "title": { - "render": "Extinguishers" - }, - "description": "Map layer to show fire hydrants.", - "tagRenderings": { - "0": { - "render": "Location: {location}", - "question": "Where is it positioned?", - "mappings": { - "0": { - "then": "Found indoors." - }, - "1": { - "then": "Found outdoors." - } - } - } - }, - "presets": { - "0": { - "title": "Fire extinguisher", - "description": "A fire extinguisher is a small, portable device used to stop a fire" - } - } - }, - "2": { - "name": "Map of fire stations", - "title": { - "render": "Fire Station" - }, - "description": "Map layer to show fire stations.", - "tagRenderings": { - "0": { - "question": "What is the name of this fire station?", - "render": "This station is called {name}." - }, - "1": { - "question": " What is the street name where the station located?", - "render": "This station is along a highway called {addr:street}." - }, - "2": { - "question": "Where is the station located? (e.g. name of neighborhood, villlage, or town)", - "render": "This station is found within {addr:place}." - }, - "3": { - "question": "What agency operates this station?", - "render": "This station is operated by {operator}.", - "mappings": { - "0": { - "then": "Bureau of Fire Protection" - } - } - }, - "4": { - "question": "How is the station operator classified?", - "render": "The operator is a(n) {operator:type} entity.", - "mappings": { - "0": { - "then": "The station is operated by the government." - }, - "1": { - "then": "The station is operated by a community-based, or informal organization." - }, - "2": { - "then": "The station is operated by a formal group of volunteers." - }, - "3": { - "then": "The station is privately operated." - } - } - } - }, - "presets": { - "0": { - "title": "Fire station", - "description": "A fire station is a place where the fire trucks and firefighters are located when not in operation." - } - } - }, - "3": { - "name": "Map of ambulance stations", - "title": { - "render": "Ambulance Station" - }, - "description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.", - "tagRenderings": { - "0": { - "question": "What is the name of this ambulance station?", - "render": "This station is called {name}." - }, - "1": { - "question": " What is the street name where the station located?", - "render": "This station is along a highway called {addr:street}." - }, - "2": { - "question": "Where is the station located? (e.g. name of neighborhood, villlage, or town)", - "render": "This station is found within {addr:place}." - }, - "3": { - "question": "What agency operates this station?", - "render": "This station is operated by {operator}." - }, - "4": { - "question": "How is the station operator classified?", - "render": "The operator is a(n) {operator:type} entity.", - "mappings": { - "0": { - "then": "The station is operated by the government." - }, - "1": { - "then": "The station is operated by a community-based, or informal organization." - }, - "2": { - "then": "The station is operated by a formal group of volunteers." - }, - "3": { - "then": "The station is privately operated." - } - } - } - }, - "presets": { - "0": { - "title": "Ambulance station", - "description": "Add an ambulance station to the map" - } - } - } - } - }, - "maps": { - "title": "A map of maps", - "shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of", - "description": "On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...)

If a map is missing, you can easily map this map on OpenStreetMap." - }, - "natuurpunt": { - "title": "Nature Reserves", - "shortDescription": "This map shows the nature reserves of Natuurpunt", - "description": "On this map you can find all the nature reserves that Natuurpunt offers " - }, - "openwindpowermap": { - "title": "OpenWindPowerMap", - "description": "A map for showing and editing wind turbines.", - "layers": { - "0": { - "name": "wind turbine", - "title": { - "render": "wind turbine", - "mappings": { - "0": { - "then": "{name}" - } - } - }, - "tagRenderings": { - "0": { - "render": "The power output of this wind turbine is {generator:output:electricity}.", - "question": "What is the power output of this wind turbine? (e.g. 2.3 MW)" - }, - "1": { - "render": "This wind turbine is operated by {operator}.", - "question": "Who operates this wind turbine?" - }, - "2": { - "render": "The total height (including rotor radius) of this wind turbine is {height} metres.", - "question": "What is the total height of this wind turbine (including rotor radius), in metres?" - }, - "3": { - "render": "The rotor diameter of this wind turbine is {rotor:diameter} metres.", - "question": "What is the rotor diameter of this wind turbine, in metres?" - }, - "4": { - "render": "This wind turbine went into operation on/in {start_date}.", - "question": "When did this wind turbine go into operation?" - } - }, - "presets": { - "0": { - "title": "wind turbine" - } - } - } - }, - "units": { - "0": { - "applicableUnits": { - "0": { - "human": " megawatts" - }, - "1": { - "human": " kilowatts" - }, - "2": { - "human": " watts" - }, - "3": { - "human": " gigawatts" - } - } - }, - "1": { - "applicableUnits": { - "0": { - "human": " meter" - } - } - } - } - }, - "parkings": { - "title": "Parking", - "shortDescription": "This map shows different parking spots", - "description": "This map shows different parking spots" - }, - "personal": { - "title": "Personal theme", - "description": "Create a personal theme based on all the available layers of all themes" - }, - "playgrounds": { - "title": "Playgrounds", - "shortDescription": "A map with playgrounds", - "description": "On this map, you find playgrounds and can add more information" - }, - "shops": { - "title": "Open Shop Map", - "shortDescription": "An editable map with basic shop information", - "description": "On this map, one can mark basic information about shops, add opening hours and phone numbers", - "layers": { - "0": { - "name": "Shop", - "title": { - "render": "Shop", - "mappings": { - "0": { - "then": "{name}" + "question": "Is there a (unofficial) website with more informations (e.g. topos)?" }, "1": { - "then": "{shop}" + "mappings": { + "0": { + "then": "The containing feature states that this is publicly accessible
{_embedding_feature:access:description}" + }, + "1": { + "then": "The containing feature states that a permit is needed to access
{_embedding_feature:access:description}" + }, + "2": { + "then": "The containing feature states that this is only accessible to customers
{_embedding_feature:access:description}" + }, + "3": { + "then": "The containing feature states that this is only accessible to club members
{_embedding_feature:access:description}" + } + } + }, + "2": { + "question": "Who can access here?", + "mappings": { + "0": { + "then": "Publicly accessible to anyone" + }, + "1": { + "then": "You need a permit to access here" + }, + "2": { + "then": "Only custumers" + }, + "3": { + "then": "Only club members" + } + } + }, + "4": { + "render": "The routes are {canonical(climbing:length)} long on average", + "question": "What is the (average) length of the routes in meters?" + }, + "5": { + "question": "What is the level of the easiest route here, accoring to the french classification system?", + "render": "The minimal difficulty is {climbing:grade:french:min} according to the french/belgian system" + }, + "6": { + "question": "What is the level of the most difficult route here, accoring to the french classification system?", + "render": "The maximal difficulty is {climbing:grade:french:max} according to the french/belgian system" + }, + "7": { + "question": "Is bouldering possible here?", + "mappings": { + "0": { + "then": "Bouldering is possible here" + }, + "1": { + "then": "Bouldering is not possible here" + }, + "2": { + "then": "Bouldering is possible, allthough there are only a few routes" + }, + "3": { + "then": "There are {climbing:boulder} boulder routes" + } + } + }, + "8": { + "question": "Is toprope climbing possible here?", + "mappings": { + "0": { + "then": "Toprope climbing is possible here" + }, + "1": { + "then": "Toprope climbing is not possible here" + }, + "2": { + "then": "There are {climbing:toprope} toprope routes" + } + } + }, + "9": { + "question": "Is sport climbing possible here on fixed anchors?", + "mappings": { + "0": { + "then": "Sport climbing is possible here" + }, + "1": { + "then": "Sport climbing is not possible here" + }, + "2": { + "then": "There are {climbing:sport} sport climbing routes" + } + } + }, + "10": { + "question": "Is traditional climbing possible here (using own gear e.g. chocks)?", + "mappings": { + "0": { + "then": "Traditional climbing is possible here" + }, + "1": { + "then": "Traditional climbing is not possible here" + }, + "2": { + "then": "There are {climbing:traditional} traditional climbing routes" + } + } + }, + "11": { + "question": "Is there a speed climbing wall?", + "mappings": { + "0": { + "then": "There is a speed climbing wall" + }, + "1": { + "then": "There is no speed climbing wall" + }, + "2": { + "then": "There are {climbing:speed} speed climbing walls" + } + } } - } - }, - "description": "A shop", - "tagRenderings": { - "1": { - "question": "What is the name of this shop?" - }, - "2": { - "render": "This shop sells {shop}", - "question": "What does this shop sell?", - "mappings": { - "0": { - "then": "Convenience store" - }, - "1": { - "then": "Supermarket" - }, - "2": { - "then": "Clothing store" - }, - "3": { - "then": "Hairdresser" - }, - "4": { - "then": "Bakery" - }, - "5": { - "then": "Car repair (garage)" - }, - "6": { - "then": "Car dealer" - } - } - }, - "3": { - "render": "{phone}", - "question": "What is the phone number?" - }, - "4": { - "render": "{website}", - "question": "What is the website of this shop?" - }, - "5": { - "render": "{email}", - "question": "What is the email address of this shop?" - }, - "6": { - "render": "{opening_hours_table(opening_hours)}", - "question": "What are the opening hours of this shop?" - } - }, - "presets": { - "0": { - "title": "Shop", - "description": "Add a new shop" - } } - } + }, + "cycle_highways": { + "title": "Cycle highways", + "description": "This map shows cycle highways", + "layers": { + "0": { + "name": "cycle highways", + "title": { + "render": "cycle highway" + } + } + } + }, + "cycle_infra": { + "title": "Bicycle infrastructure", + "shortDescription": "A map where you can view and edit things related to the bicycle infrastructure.", + "description": "A map where you can view and edit things related to the bicycle infrastructure. Made during #osoc21." + }, + "cyclestreets": { + "title": "Cyclestreets", + "shortDescription": "A map of cyclestreets", + "description": "A cyclestreet is is a street where motorized traffic is not allowed to overtake cyclists. They are signposted by a special traffic sign. Cyclestreets can be found in the Netherlands and Belgium, but also in Germany and France. ", + "roamingRenderings": { + "0": { + "question": "Is this street a cyclestreet?", + "mappings": { + "0": { + "then": "This street is a cyclestreet (and has a speed limit of 30 km/h)" + }, + "1": { + "then": "This street is a cyclestreet" + }, + "2": { + "then": "This street will become a cyclstreet soon" + }, + "3": { + "then": "This street is not a cyclestreet" + } + } + }, + "1": { + "question": "When will this street become a cyclestreet?", + "render": "This street will become a cyclestreet at {cyclestreet:start_date}" + } + }, + "layers": { + "0": { + "name": "Cyclestreets", + "description": "A cyclestreet is a street where motorized traffic is not allowed to overtake a cyclist" + }, + "1": { + "name": "Future cyclestreet", + "description": "This street will become a cyclestreet soon", + "title": { + "render": "Future cyclestreet", + "mappings": { + "0": { + "then": "{name} will become a cyclestreet soon" + } + } + } + }, + "2": { + "name": "All streets", + "description": "Layer to mark any street as cyclestreet", + "title": { + "render": "Street" + } + } + } + }, + "cyclofix": { + "title": "Cyclofix - an open map for cyclists", + "description": "The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs.

You can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide more data by answering the questions.

All changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.

For more information about the cyclofix project, go to cyclofix.osm.be." + }, + "drinking_water": { + "title": "Drinking Water", + "description": "On this map, publicly accessible drinking water spots are shown and can be easily added" + }, + "facadegardens": { + "title": "Facade gardens", + "shortDescription": "This map shows facade gardens with pictures and useful info about orientation, sunshine and plant types.", + "description": "Facade gardens, green facades and trees in the city not only bring peace and quiet, but also a more beautiful city, greater biodiversity, a cooling effect and better air quality.
Klimaan VZW and Mechelen Klimaatneutraal want to map existing and new facade gardens as an example for people who want to build their own garden or for city walkers who love nature.
More info about the project at klimaan.be.", + "layers": { + "0": { + "name": "Facade gardens", + "title": { + "render": "Facade garden" + }, + "description": "Facade gardens", + "tagRenderings": { + "1": { + "render": "Orientation: {direction} (where 0=N and 90=O)", + "question": "What is the orientation of the garden?" + }, + "2": { + "mappings": { + "0": { + "then": "The garden is in full sun" + }, + "1": { + "then": "The garden is in partial shade" + }, + "2": { + "then": "The garden is in the shade" + } + }, + "question": "Is the garden shaded or sunny?" + }, + "3": { + "question": "Is there a water barrel installed for the garden?", + "mappings": { + "0": { + "then": "There is a rain barrel" + }, + "1": { + "then": "There is no rain barrel" + } + } + }, + "4": { + "render": "Construction date of the garden: {start_date}", + "question": "When was the garden constructed? (a year is sufficient)" + }, + "5": { + "mappings": { + "0": { + "then": "There are edible plants" + }, + "1": { + "then": "There are no edible plants" + } + }, + "question": "Are there any edible plants?" + }, + "6": { + "question": "What kinds of plants grow here?", + "mappings": { + "0": { + "then": "There are vines" + }, + "1": { + "then": "There are flowering plants" + }, + "2": { + "then": "There are shrubs" + }, + "3": { + "then": "There are groundcovering plants" + } + } + }, + "7": { + "render": "More details: {description}", + "question": "Extra describing info about the garden (if needed and not yet described above)" + } + }, + "presets": { + "0": { + "title": "facade garden", + "description": "Add a facade garden" + } + } + } + } + }, + "food": { + "title": "Restaurants and fast food" + }, + "fritures": { + "layers": { + "0": { + "override": { + "name": "Fries shop" + } + } + } + }, + "ghostbikes": { + "title": "Ghost bikes", + "description": "A ghost bike is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location.

On this map, one can see all the ghost bikes which are known by OpenStreetMap. Is a ghost bike missing? Everyone can add or update information here - you only need to have a (free) OpenStreetMap account." + }, + "hackerspaces": { + "title": "Hackerspaces", + "shortDescription": "A map of hackerspaces", + "description": "On this map you can see hackerspaces, add a new hackerspace or update data directly", + "layers": { + "0": { + "name": "Hackerspace", + "title": { + "render": "Hackerspace", + "mappings": { + "0": { + "then": " {name}" + } + } + }, + "description": "Hackerspace", + "tagRenderings": { + "0": { + "question": "Is this a hackerspace or a makerspace?", + "mappings": { + "0": { + "then": "This is a makerspace" + }, + "1": { + "then": "This is a traditional (software oriented) hackerspace" + } + } + }, + "1": { + "question": "What is the name of this hackerspace?", + "render": "This hackerspace is named {name}" + }, + "5": { + "question": "When is this hackerspace opened?", + "render": "{opening_hours_table()}", + "mappings": { + "0": { + "then": "Opened 24/7" + } + } + }, + "7": { + "question": "Does this hackerspace serve Club Mate?", + "mappings": { + "0": { + "then": "This hackerspace serves club mate" + }, + "1": { + "then": "This hackerspace is not worthy of the name hackerspace as it does not serve club mate" + } + } + }, + "8": { + "render": "This hackerspace was founded at {start_date}", + "question": "When was this hackerspace founded?" + } + }, + "icon": { + "mappings": { + "0": { + "then": "./assets/themes/hackerspaces/led.png" + } + } + }, + "presets": { + "0": { + "title": "Hackerspace", + "description": "A hackerspace is an area where people interested in software gather" + }, + "1": { + "title": "Makerspace", + "description": "A makerspace is a place where DIY-enthusiasts gather to experiment with electronics such as arduino, LEDstrips, ..." + } + } + } + } + }, + "hailhydrant": { + "title": "Hydrants, Extinguishers, Fire stations, and Ambulance stations.", + "shortDescription": "Map to show hydrants, extinguishers, fire stations, and ambulance stations.", + "description": "On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods. \n\nYou can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide additional details by answering available questions. \n\nAll changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.", + "layers": { + "0": { + "name": "Map of hydrants", + "title": { + "render": "Hydrant" + }, + "description": "Map layer to show fire hydrants.", + "tagRenderings": { + "0": { + "question": "What color is the hydrant?", + "render": "The hydrant color is {colour}", + "mappings": { + "0": { + "then": "The hydrant color is unknown." + }, + "1": { + "then": "The hydrant color is yellow." + }, + "2": { + "then": "The hydrant color is red." + } + } + }, + "1": { + "question": "What type of hydrant is it?", + "render": " Hydrant type: {fire_hydrant:type}", + "mappings": { + "0": { + "then": "The hydrant type is unknown." + }, + "1": { + "then": " Pillar type." + }, + "2": { + "then": " Pipe type." + }, + "3": { + "then": " Wall type." + }, + "4": { + "then": " Underground type." + } + } + }, + "2": { + "question": "Update the lifecycle status of the hydrant.", + "render": "Lifecycle status", + "mappings": { + "0": { + "then": "The hydrant is (fully or partially) working." + }, + "1": { + "then": "The hydrant is unavailable." + }, + "2": { + "then": "The hydrant has been removed." + } + } + } + }, + "presets": { + "0": { + "title": "Fire hydrant", + "description": "A hydrant is a connection point where firefighters can tap water. It might be located underground." + } + } + }, + "1": { + "name": "Map of fire extinguishers.", + "title": { + "render": "Extinguishers" + }, + "description": "Map layer to show fire hydrants.", + "tagRenderings": { + "0": { + "render": "Location: {location}", + "question": "Where is it positioned?", + "mappings": { + "0": { + "then": "Found indoors." + }, + "1": { + "then": "Found outdoors." + } + } + } + }, + "presets": { + "0": { + "title": "Fire extinguisher", + "description": "A fire extinguisher is a small, portable device used to stop a fire" + } + } + }, + "2": { + "name": "Map of fire stations", + "title": { + "render": "Fire Station" + }, + "description": "Map layer to show fire stations.", + "tagRenderings": { + "0": { + "question": "What is the name of this fire station?", + "render": "This station is called {name}." + }, + "1": { + "question": " What is the street name where the station located?", + "render": "This station is along a highway called {addr:street}." + }, + "2": { + "question": "Where is the station located? (e.g. name of neighborhood, villlage, or town)", + "render": "This station is found within {addr:place}." + }, + "3": { + "question": "What agency operates this station?", + "render": "This station is operated by {operator}.", + "mappings": { + "0": { + "then": "Bureau of Fire Protection" + } + } + }, + "4": { + "question": "How is the station operator classified?", + "render": "The operator is a(n) {operator:type} entity.", + "mappings": { + "0": { + "then": "The station is operated by the government." + }, + "1": { + "then": "The station is operated by a community-based, or informal organization." + }, + "2": { + "then": "The station is operated by a formal group of volunteers." + }, + "3": { + "then": "The station is privately operated." + } + } + } + }, + "presets": { + "0": { + "title": "Fire station", + "description": "A fire station is a place where the fire trucks and firefighters are located when not in operation." + } + } + }, + "3": { + "name": "Map of ambulance stations", + "title": { + "render": "Ambulance Station" + }, + "description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.", + "tagRenderings": { + "0": { + "question": "What is the name of this ambulance station?", + "render": "This station is called {name}." + }, + "1": { + "question": " What is the street name where the station located?", + "render": "This station is along a highway called {addr:street}." + }, + "2": { + "question": "Where is the station located? (e.g. name of neighborhood, villlage, or town)", + "render": "This station is found within {addr:place}." + }, + "3": { + "question": "What agency operates this station?", + "render": "This station is operated by {operator}." + }, + "4": { + "question": "How is the station operator classified?", + "render": "The operator is a(n) {operator:type} entity.", + "mappings": { + "0": { + "then": "The station is operated by the government." + }, + "1": { + "then": "The station is operated by a community-based, or informal organization." + }, + "2": { + "then": "The station is operated by a formal group of volunteers." + }, + "3": { + "then": "The station is privately operated." + } + } + } + }, + "presets": { + "0": { + "title": "Ambulance station", + "description": "Add an ambulance station to the map" + } + } + } + } + }, + "maps": { + "title": "A map of maps", + "shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of", + "description": "On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...)

If a map is missing, you can easily map this map on OpenStreetMap." + }, + "natuurpunt": { + "title": "Nature Reserves", + "shortDescription": "This map shows the nature reserves of Natuurpunt", + "description": "On this map you can find all the nature reserves that Natuurpunt offers " + }, + "openwindpowermap": { + "title": "OpenWindPowerMap", + "description": "A map for showing and editing wind turbines.", + "layers": { + "0": { + "name": "wind turbine", + "title": { + "render": "wind turbine", + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "0": { + "render": "The power output of this wind turbine is {generator:output:electricity}.", + "question": "What is the power output of this wind turbine? (e.g. 2.3 MW)" + }, + "1": { + "render": "This wind turbine is operated by {operator}.", + "question": "Who operates this wind turbine?" + }, + "2": { + "render": "The total height (including rotor radius) of this wind turbine is {height} metres.", + "question": "What is the total height of this wind turbine (including rotor radius), in metres?" + }, + "3": { + "render": "The rotor diameter of this wind turbine is {rotor:diameter} metres.", + "question": "What is the rotor diameter of this wind turbine, in metres?" + }, + "4": { + "render": "This wind turbine went into operation on/in {start_date}.", + "question": "When did this wind turbine go into operation?" + } + }, + "presets": { + "0": { + "title": "wind turbine" + } + } + } + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": " megawatts" + }, + "1": { + "human": " kilowatts" + }, + "2": { + "human": " watts" + }, + "3": { + "human": " gigawatts" + } + } + }, + "1": { + "applicableUnits": { + "0": { + "human": " meter" + } + } + } + } + }, + "parkings": { + "title": "Parking", + "shortDescription": "This map shows different parking spots", + "description": "This map shows different parking spots" + }, + "personal": { + "title": "Personal theme", + "description": "Create a personal theme based on all the available layers of all themes" + }, + "playgrounds": { + "title": "Playgrounds", + "shortDescription": "A map with playgrounds", + "description": "On this map, you find playgrounds and can add more information" + }, + "shops": { + "title": "Open Shop Map", + "shortDescription": "An editable map with basic shop information", + "description": "On this map, one can mark basic information about shops, add opening hours and phone numbers", + "layers": { + "0": { + "name": "Shop", + "title": { + "render": "Shop", + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + } + }, + "description": "A shop", + "tagRenderings": { + "1": { + "question": "What is the name of this shop?" + }, + "2": { + "render": "This shop sells {shop}", + "question": "What does this shop sell?", + "mappings": { + "0": { + "then": "Convenience store" + }, + "1": { + "then": "Supermarket" + }, + "2": { + "then": "Clothing store" + }, + "3": { + "then": "Hairdresser" + }, + "4": { + "then": "Bakery" + }, + "5": { + "then": "Car repair (garage)" + }, + "6": { + "then": "Car dealer" + } + } + }, + "3": { + "render": "{phone}", + "question": "What is the phone number?" + }, + "4": { + "render": "{website}", + "question": "What is the website of this shop?" + }, + "5": { + "render": "{email}", + "question": "What is the email address of this shop?" + }, + "6": { + "render": "{opening_hours_table(opening_hours)}", + "question": "What are the opening hours of this shop?" + } + }, + "presets": { + "0": { + "title": "Shop", + "description": "Add a new shop" + } + } + } + } + }, + "sport_pitches": { + "title": "Sport pitches", + "shortDescription": "A map showing sport pitches", + "description": "A sport pitch is an area where sports are played" + }, + "surveillance": { + "title": "Surveillance under Surveillance", + "shortDescription": "Surveillance cameras and other means of surveillance", + "description": "On this open map, you can find surveillance cameras." + }, + "toilets": { + "title": "Open Toilet Map", + "description": "A map of public toilets" + }, + "trees": { + "title": "Trees", + "shortDescription": "Map all the trees", + "description": "Map all the trees!" + }, + "waste_basket": { + "title": "Waste Basket", + "shortDescription": "A map with waste baskets", + "description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself" } - }, - "sport_pitches": { - "title": "Sport pitches", - "shortDescription": "A map showing sport pitches", - "description": "A sport pitch is an area where sports are played" - }, - "surveillance": { - "title": "Surveillance under Surveillance", - "shortDescription": "Surveillance cameras and other means of surveillance", - "description": "On this open map, you can find surveillance cameras." - }, - "toilets": { - "title": "Open Toilet Map", - "description": "A map of public toilets" - }, - "trees": { - "title": "Trees", - "shortDescription": "Map all the trees", - "description": "Map all the trees!" - }, - "waste_basket": { - "title": "Waste Basket", - "shortDescription": "A map with waste baskets", - "description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself" - } } \ No newline at end of file diff --git a/langs/themes/es.json b/langs/themes/es.json index bae802f6b..91a123d7f 100644 --- a/langs/themes/es.json +++ b/langs/themes/es.json @@ -1,38 +1,38 @@ { - "aed": { - "title": "Mapa abierto de desfibriladores (DEA)", - "description": "En este mapa , cualquiera puede encontrar y marcar los desfibriladores externos automáticos más cercanos" - }, - "artwork": { - "description": "Bienvenido a Open Artwork Map, un mapa de estatuas, bustos, grafitis y otras obras de arte de todo el mundo", - "layers": { - "0": { - "name": "Obras de arte", - "title": { - "render": "Obra de arte", - "mappings": { + "aed": { + "title": "Mapa abierto de desfibriladores (DEA)", + "description": "En este mapa , cualquiera puede encontrar y marcar los desfibriladores externos automáticos más cercanos" + }, + "artwork": { + "description": "Bienvenido a Open Artwork Map, un mapa de estatuas, bustos, grafitis y otras obras de arte de todo el mundo", + "layers": { "0": { - "then": "Obra de arte {nombre}" + "name": "Obras de arte", + "title": { + "render": "Obra de arte", + "mappings": { + "0": { + "then": "Obra de arte {nombre}" + } + } + }, + "description": "Diversas piezas de obras de arte", + "presets": { + "0": { + "title": "Obra de arte" + } + }, + "tagRenderings": { + "1": { + "render": "Esta es un {artwork_type}", + "question": "Cuál es el tipo de esta obra de arte?" + } + } } - } - }, - "description": "Diversas piezas de obras de arte", - "presets": { - "0": { - "title": "Obra de arte" - } - }, - "tagRenderings": { - "1": { - "render": "Esta es un {artwork_type}", - "question": "Cuál es el tipo de esta obra de arte?" - } } - } + }, + "personal": { + "title": "Interficie personal", + "description": "Crea una interficie basada en todas las capas disponibles de todas las interficies" } - }, - "personal": { - "title": "Interficie personal", - "description": "Crea una interficie basada en todas las capas disponibles de todas las interficies" - } } \ No newline at end of file diff --git a/langs/themes/fr.json b/langs/themes/fr.json index 47af2e334..ecc1bbafa 100644 --- a/langs/themes/fr.json +++ b/langs/themes/fr.json @@ -1,1106 +1,1106 @@ { - "aed": { - "title": "Carte des défibrillateurs (DAE)", - "description": "Sur cette carte, vous pouvez trouver et améliorer les informations sur les défibrillateurs" - }, - "artwork": { - "title": "Carte ouverte des œuvres d'art", - "description": "Bienvenue sur la carte ouverte des œuvres d'art, une carte des statues, fresques, ... du monde entier", - "layers": { - "0": { - "name": "Œuvres d'art", - "title": { - "render": "Œuvre d'art", - "mappings": { - "0": { - "then": "Œuvre d'art {name}" - } - } - }, - "description": "Diverses œuvres d'art", - "presets": { - "0": { - "title": "Œuvre d'art" - } - }, - "tagRenderings": { - "1": { - "render": "Type d'œuvre : {artwork_type}", - "question": "Quel est le type de cette œuvre d'art?", - "mappings": { - "0": { - "then": "Architecture" - }, - "1": { - "then": "Peinture murale" - }, - "2": { - "then": "Peinture" - }, - "3": { - "then": "Sculpture" - }, - "4": { - "then": "Statue" - }, - "5": { - "then": "Buste" - }, - "6": { - "then": "Rocher" - }, - "7": { - "then": "Installation" - }, - "8": { - "then": "Graffiti" - }, - "9": { - "then": "Relief" - }, - "10": { - "then": "Azulejo (faïence latine)" - }, - "11": { - "then": "Carrelage" - } - } - }, - "2": { - "question": "Quel artiste a créé cette œuvre ?", - "render": "Créé par {artist_name}" - }, - "3": { - "question": "Existe-t-il un site web où trouver plus d'informations sur cette œuvre d'art ?", - "render": "Plus d'info sûr ce site web" - }, - "4": { - "question": "Quelle entrée Wikidata correspond à cette œuvre d'art ?", - "render": "Correspond à {wikidata}" - } - } - } - } - }, - "benches": { - "title": "Bancs", - "shortDescription": "Carte des bancs", - "description": "Cette carte affiche les bancs mappés dans OpenStreetMap, entre autres : bancs des transports en commun, bancs publics, etc. À l'aide de votre compte OpenStretMap, vous pourrez ajouter de nouveaux bancs ou modifier les bancs existants." - }, - "bicyclelib": { - "title": "Vélothèques", - "description": "Une vélothèque est un endroit où on peut emprunter des vélos, souvent moyennant une petite somme annuelle. Un cas d'utilisation notable est celui des vélothèques pour les enfants, qui leur permettent de passer à un vélo plus grand quand ils sont trop grands pour leur vélo actuel" - }, - "bike_monitoring_stations": { - "title": "Station de comptage vélo", - "shortDescription": "Station de comptage vélo avec données en temps réel par Bruxelles Mobilités", - "description": "Ce thème montre les données des compteurs en temps réel" - }, - "bookcases": { - "title": "Carte des microbibliothèques", - "description": "Une microbibliothèques, également appelée boite à livre, est un élément de mobilier urbain (étagère, armoire, etc) dans lequel sont stockés des livres et autres objets en accès libre. Découvrez les boites à livres prêt de chez vous, ou ajouter en une nouvelle à l'aide de votre compte OpenStreetMap." - }, - "campersite": { - "title": "Campings", - "shortDescription": "Trouver des sites pour passer la nuit avec votre camping-car", - "description": "Ce site collecte les zones de camping officielles ainsi que les aires de vidange. Il est possible d’ajouter des détails à propos des services proposés ainsi que leurs coûts. Ajoutez vos images et avis. C’est un site et une application. Les données sont stockées sur OpenStreetMap, elles seront toujours gratuites et peuvent être réutilisées par n’importe quelle application.", - "layers": { - "0": { - "name": "Campings", - "title": { - "render": "Camping {name}", - "mappings": { - "0": { - "then": "Camping sans nom" - } - } - }, - "description": "campings", - "tagRenderings": { - "1": { - "render": "Cet endroit s'appelle {nom}", - "question": "Comment s'appelle cet endroit ?" - }, - "2": { - "question": "Cet endroit est-il payant ?", - "mappings": { - "0": { - "then": "L’utilisation est payante" - }, - "1": { - "then": "Peut être utilisé gratuitement" - } - } - }, - "3": { - "render": "Ce site fait payer {charge}", - "question": "Combien coûte cet endroit ?" - }, - "4": { - "question": "Ce site possède-t’il un lieu de vidange ?", - "mappings": { - "0": { - "then": "Cet endroit a une station de vidange sanitaire" - }, - "1": { - "then": "Ce site ne possède pas de lieu de vidange" - } - } - }, - "5": { - "render": "{capacity} personnes peuvent utiliser cet espace en même temps", - "question": "Combien de personnes peuvent camper ici ? (Passez s’il n’y a pas de places délimitées)" - }, - "6": { - "question": "Cet endroit offre-t-il un accès à Internet ?", - "mappings": { - "0": { - "then": "Il y a un accès internet" - }, - "1": { - "then": "Il y a un accès internet" - }, - "2": { - "then": "Il n’y a pas d’accès internet" - } - } - }, - "7": { - "question": "L’accès internet est-il payant ?", - "mappings": { - "0": { - "then": "L’accès internet est en supplément" - }, - "1": { - "then": "L’accès internet est inclus" - } - } - }, - "8": { - "question": "Y-a-t’il des toilettes sur le site ?", - "mappings": { - "0": { - "then": "Ce site a des toilettes" - }, - "1": { - "then": "Ce site n’a pas de toilettes" - } - } - }, - "9": { - "render": "Site officiel : {website}", - "question": "Ce lieu a-t’il un site internet ?" - }, - "10": { - "question": "Ce site permet-il la location longue durée ?", - "mappings": { - "0": { - "then": "Oui, mais il est possible d’y passer seulement une nuit" - }, - "1": { - "then": "Non, il n’y a pas de résidents permanents" - }, - "2": { - "then": "C’est possible sous contrat (Cette option fera disparaître le site de la carte)" - } - } - }, - "11": { - "render": "Plus de détails à propos du site : {description}", - "question": "Souhaitez-vous ajouter une description générale du lieu ? (Ne pas répéter les informations précédentes et rester neutre, les opinions vont dans les avis)" - } - }, - "presets": { - "0": { - "title": "Aire de camping", - "description": "Ajouter une nouvelle aire de camping officielle, destinée à y passer la nuit avec un camping-car. Elle ne nécessite pas d’infrastructures particulières et peut être simplement désignée sous arrêté municipal, un simple parking ne suffit pas à rentrer dans cette catégorie " - } - } - }, - "1": { - "name": "Site de vidange", - "title": { - "render": "Site de vidange {name}", - "mappings": { - "0": { - "then": "Site de vidange" - } - } - }, - "description": "Site de vidange", - "tagRenderings": { - "1": { - "question": "Ce site est-il payant ?", - "mappings": { - "0": { - "then": "Ce site demande un paiement" - }, - "1": { - "then": "Ce site ne demande pas de paiement" - } - } - }, - "2": { - "render": "Ce site fait payer {charge}", - "question": "Combien ce site demande t’il de payer ?" - }, - "3": { - "question": "Ce site dispose-t’il d’un point d’eau ?", - "mappings": { - "0": { - "then": "Ce site a un point d’eau" - }, - "1": { - "then": "Ce site n’a pas de point d’eau" - } - } - }, - "4": { - "question": "Est-il possible d’y faire sa vidange des eaux usées ?", - "mappings": { - "0": { - "then": "Il est possible d’y vidanger ses eaux usées" - }, - "1": { - "then": "Il n’est pas possible d’y vidanger ses eaux usées" - } - } - }, - "5": { - "question": "Est-il possible d’y vidanger ses toilettes chimiques ?", - "mappings": { - "0": { - "then": "Il est possible d’y vidanger ses toilettes chimiques" - }, - "1": { - "then": "Il n’est pas possible d’y vidanger ses toilettes chimiques" - } - } - }, - "6": { - "question": "Qui peut utiliser le site de vidange ?", - "mappings": { - "0": { - "then": "Un code est nécessaire" - }, - "1": { - "then": "Le site est réservés aux clients" - }, - "2": { - "then": "Le site est en libre-service" - }, - "3": { - "then": "Le site est en libre-service" - } - } - }, - "7": { - "render": "Cette station fait parte d’un réseau {network}", - "question": "De quel réseau fait-elle partie ? (Passer si aucun)" - } - }, - "presets": { - "0": { - "title": "Site de vidange", - "description": "Ajouter un nouveau site de vidange. Un espace où évacuer ses eaux usées (grises et/ou noires) généralement alimenté en eau potable et électricité." - } - } - } + "aed": { + "title": "Carte des défibrillateurs (DAE)", + "description": "Sur cette carte, vous pouvez trouver et améliorer les informations sur les défibrillateurs" }, - "roamingRenderings": { - "0": { - "render": "Ce site est exploité par {operator}", - "question": "Qui est l’exploitant du site ?" - }, - "1": { - "question": "Ce site a-t’il une source d’électricité ?", - "mappings": { - "0": { - "then": "Ce site a une source d’alimentation" - }, - "1": { - "then": "Ce site n’a pas de source d’alimentation" - } - } - } - } - }, - "climbing": { - "title": "Open Climbing Map", - "description": "Cette carte indique les sites d’escalades comme les salles d’escalade ou les sites naturels.", - "descriptionTail": "La carte a été créée par Christian Neumann. Merci de le contacter pour des avis ou des questions.

Ce projet utilise les données OpenStreetMap.

", - "layers": { - "0": { - "name": "Club d’escalade", - "title": { - "render": "Club d’escalade", - "mappings": { + "artwork": { + "title": "Carte ouverte des œuvres d'art", + "description": "Bienvenue sur la carte ouverte des œuvres d'art, une carte des statues, fresques, ... du monde entier", + "layers": { "0": { - "then": "Association d’escalade" + "name": "Œuvres d'art", + "title": { + "render": "Œuvre d'art", + "mappings": { + "0": { + "then": "Œuvre d'art {name}" + } + } + }, + "description": "Diverses œuvres d'art", + "presets": { + "0": { + "title": "Œuvre d'art" + } + }, + "tagRenderings": { + "1": { + "render": "Type d'œuvre : {artwork_type}", + "question": "Quel est le type de cette œuvre d'art?", + "mappings": { + "0": { + "then": "Architecture" + }, + "1": { + "then": "Peinture murale" + }, + "2": { + "then": "Peinture" + }, + "3": { + "then": "Sculpture" + }, + "4": { + "then": "Statue" + }, + "5": { + "then": "Buste" + }, + "6": { + "then": "Rocher" + }, + "7": { + "then": "Installation" + }, + "8": { + "then": "Graffiti" + }, + "9": { + "then": "Relief" + }, + "10": { + "then": "Azulejo (faïence latine)" + }, + "11": { + "then": "Carrelage" + } + } + }, + "2": { + "question": "Quel artiste a créé cette œuvre ?", + "render": "Créé par {artist_name}" + }, + "3": { + "question": "Existe-t-il un site web où trouver plus d'informations sur cette œuvre d'art ?", + "render": "Plus d'info sûr ce site web" + }, + "4": { + "question": "Quelle entrée Wikidata correspond à cette œuvre d'art ?", + "render": "Correspond à {wikidata}" + } + } } - } - }, - "description": "Club ou association d’escalade", - "tagRenderings": { - "0": { - "render": "{name}", - "question": "Quel est le nom du club ou de l’association ?" - } - }, - "presets": { - "0": { - "title": "Club d’escalade", - "description": "Un club d’escalade" - }, - "1": { - "title": "Association d’escalade", - "description": "Une association d’escalade" - } } - }, - "1": { - "name": "Salle d’escalade", - "title": { - "render": "Salle d’escalade", - "mappings": { + }, + "benches": { + "title": "Bancs", + "shortDescription": "Carte des bancs", + "description": "Cette carte affiche les bancs mappés dans OpenStreetMap, entre autres : bancs des transports en commun, bancs publics, etc. À l'aide de votre compte OpenStretMap, vous pourrez ajouter de nouveaux bancs ou modifier les bancs existants." + }, + "bicyclelib": { + "title": "Vélothèques", + "description": "Une vélothèque est un endroit où on peut emprunter des vélos, souvent moyennant une petite somme annuelle. Un cas d'utilisation notable est celui des vélothèques pour les enfants, qui leur permettent de passer à un vélo plus grand quand ils sont trop grands pour leur vélo actuel" + }, + "bike_monitoring_stations": { + "title": "Station de comptage vélo", + "shortDescription": "Station de comptage vélo avec données en temps réel par Bruxelles Mobilités", + "description": "Ce thème montre les données des compteurs en temps réel" + }, + "bookcases": { + "title": "Carte des microbibliothèques", + "description": "Une microbibliothèques, également appelée boite à livre, est un élément de mobilier urbain (étagère, armoire, etc) dans lequel sont stockés des livres et autres objets en accès libre. Découvrez les boites à livres prêt de chez vous, ou ajouter en une nouvelle à l'aide de votre compte OpenStreetMap." + }, + "campersite": { + "title": "Campings", + "shortDescription": "Trouver des sites pour passer la nuit avec votre camping-car", + "description": "Ce site collecte les zones de camping officielles ainsi que les aires de vidange. Il est possible d’ajouter des détails à propos des services proposés ainsi que leurs coûts. Ajoutez vos images et avis. C’est un site et une application. Les données sont stockées sur OpenStreetMap, elles seront toujours gratuites et peuvent être réutilisées par n’importe quelle application.", + "layers": { "0": { - "then": "Salle d’escalade {name}" - } - } - }, - "description": "Une salle d’escalade", - "tagRenderings": { - "3": { - "render": "{name}", - "question": "Quel est le nom de la salle d’escalade ?" - } - } - }, - "2": { - "name": "Voies d’escalade", - "title": { - "render": "Voie d’escalade", - "mappings": { - "0": { - "then": "Voie d’escalade {name}" - } - } - }, - "tagRenderings": { - "3": { - "render": "{name}", - "question": "Quel est le nom de cette voie d’escalade ?", - "mappings": { - "0": { - "then": "Cette voie n’a pas de nom" - } - } - }, - "4": { - "question": "Quelle est la longueur de cette voie (en mètres) ?", - "render": "Cette voie fait {canonical(climbing:length)} de long" - }, - "5": { - "question": "Quelle est la difficulté de cette voie selon le système franco-belge ?", - "render": "Selon le système franco-belge, la difficulté de cette voie est de {climbing:grade:french}" - }, - "6": { - "question": "Combien de prises cette voie possède avant d’atteindre la moulinette ?", - "render": "Cette voie a {climbing:bolts} prises", - "mappings": { - "0": { - "then": "Cette voie n’a pas de prises" - }, - "1": { - "then": "Cette voie n’a pas de prises" - } - } - }, - "8": { - "render": "Le type de roche est {_embedding_features_with_rock:rock} selon le mur" - } - }, - "presets": { - "0": { - "title": "Voie d’escalade" - } - } - }, - "3": { - "name": "Opportunité d’escalade", - "title": { - "render": "Opportunité d’escalade", - "mappings": { - "0": { - "then": "Mur d’escalade {name}" + "name": "Campings", + "title": { + "render": "Camping {name}", + "mappings": { + "0": { + "then": "Camping sans nom" + } + } + }, + "description": "campings", + "tagRenderings": { + "1": { + "render": "Cet endroit s'appelle {nom}", + "question": "Comment s'appelle cet endroit ?" + }, + "2": { + "question": "Cet endroit est-il payant ?", + "mappings": { + "0": { + "then": "L’utilisation est payante" + }, + "1": { + "then": "Peut être utilisé gratuitement" + } + } + }, + "3": { + "render": "Ce site fait payer {charge}", + "question": "Combien coûte cet endroit ?" + }, + "4": { + "question": "Ce site possède-t’il un lieu de vidange ?", + "mappings": { + "0": { + "then": "Cet endroit a une station de vidange sanitaire" + }, + "1": { + "then": "Ce site ne possède pas de lieu de vidange" + } + } + }, + "5": { + "render": "{capacity} personnes peuvent utiliser cet espace en même temps", + "question": "Combien de personnes peuvent camper ici ? (Passez s’il n’y a pas de places délimitées)" + }, + "6": { + "question": "Cet endroit offre-t-il un accès à Internet ?", + "mappings": { + "0": { + "then": "Il y a un accès internet" + }, + "1": { + "then": "Il y a un accès internet" + }, + "2": { + "then": "Il n’y a pas d’accès internet" + } + } + }, + "7": { + "question": "L’accès internet est-il payant ?", + "mappings": { + "0": { + "then": "L’accès internet est en supplément" + }, + "1": { + "then": "L’accès internet est inclus" + } + } + }, + "8": { + "question": "Y-a-t’il des toilettes sur le site ?", + "mappings": { + "0": { + "then": "Ce site a des toilettes" + }, + "1": { + "then": "Ce site n’a pas de toilettes" + } + } + }, + "9": { + "render": "Site officiel : {website}", + "question": "Ce lieu a-t’il un site internet ?" + }, + "10": { + "question": "Ce site permet-il la location longue durée ?", + "mappings": { + "0": { + "then": "Oui, mais il est possible d’y passer seulement une nuit" + }, + "1": { + "then": "Non, il n’y a pas de résidents permanents" + }, + "2": { + "then": "C’est possible sous contrat (Cette option fera disparaître le site de la carte)" + } + } + }, + "11": { + "render": "Plus de détails à propos du site : {description}", + "question": "Souhaitez-vous ajouter une description générale du lieu ? (Ne pas répéter les informations précédentes et rester neutre, les opinions vont dans les avis)" + } + }, + "presets": { + "0": { + "title": "Aire de camping", + "description": "Ajouter une nouvelle aire de camping officielle, destinée à y passer la nuit avec un camping-car. Elle ne nécessite pas d’infrastructures particulières et peut être simplement désignée sous arrêté municipal, un simple parking ne suffit pas à rentrer dans cette catégorie " + } + } }, "1": { - "then": "Zone d’escalade {name}" + "name": "Site de vidange", + "title": { + "render": "Site de vidange {name}", + "mappings": { + "0": { + "then": "Site de vidange" + } + } + }, + "description": "Site de vidange", + "tagRenderings": { + "1": { + "question": "Ce site est-il payant ?", + "mappings": { + "0": { + "then": "Ce site demande un paiement" + }, + "1": { + "then": "Ce site ne demande pas de paiement" + } + } + }, + "2": { + "render": "Ce site fait payer {charge}", + "question": "Combien ce site demande t’il de payer ?" + }, + "3": { + "question": "Ce site dispose-t’il d’un point d’eau ?", + "mappings": { + "0": { + "then": "Ce site a un point d’eau" + }, + "1": { + "then": "Ce site n’a pas de point d’eau" + } + } + }, + "4": { + "question": "Est-il possible d’y faire sa vidange des eaux usées ?", + "mappings": { + "0": { + "then": "Il est possible d’y vidanger ses eaux usées" + }, + "1": { + "then": "Il n’est pas possible d’y vidanger ses eaux usées" + } + } + }, + "5": { + "question": "Est-il possible d’y vidanger ses toilettes chimiques ?", + "mappings": { + "0": { + "then": "Il est possible d’y vidanger ses toilettes chimiques" + }, + "1": { + "then": "Il n’est pas possible d’y vidanger ses toilettes chimiques" + } + } + }, + "6": { + "question": "Qui peut utiliser le site de vidange ?", + "mappings": { + "0": { + "then": "Un code est nécessaire" + }, + "1": { + "then": "Le site est réservés aux clients" + }, + "2": { + "then": "Le site est en libre-service" + }, + "3": { + "then": "Le site est en libre-service" + } + } + }, + "7": { + "render": "Cette station fait parte d’un réseau {network}", + "question": "De quel réseau fait-elle partie ? (Passer si aucun)" + } + }, + "presets": { + "0": { + "title": "Site de vidange", + "description": "Ajouter un nouveau site de vidange. Un espace où évacuer ses eaux usées (grises et/ou noires) généralement alimenté en eau potable et électricité." + } + } + } + }, + "roamingRenderings": { + "0": { + "render": "Ce site est exploité par {operator}", + "question": "Qui est l’exploitant du site ?" + }, + "1": { + "question": "Ce site a-t’il une source d’électricité ?", + "mappings": { + "0": { + "then": "Ce site a une source d’alimentation" + }, + "1": { + "then": "Ce site n’a pas de source d’alimentation" + } + } + } + } + }, + "climbing": { + "title": "Open Climbing Map", + "description": "Cette carte indique les sites d’escalades comme les salles d’escalade ou les sites naturels.", + "descriptionTail": "La carte a été créée par Christian Neumann. Merci de le contacter pour des avis ou des questions.

Ce projet utilise les données OpenStreetMap.

", + "layers": { + "0": { + "name": "Club d’escalade", + "title": { + "render": "Club d’escalade", + "mappings": { + "0": { + "then": "Association d’escalade" + } + } + }, + "description": "Club ou association d’escalade", + "tagRenderings": { + "0": { + "render": "{name}", + "question": "Quel est le nom du club ou de l’association ?" + } + }, + "presets": { + "0": { + "title": "Club d’escalade", + "description": "Un club d’escalade" + }, + "1": { + "title": "Association d’escalade", + "description": "Une association d’escalade" + } + } + }, + "1": { + "name": "Salle d’escalade", + "title": { + "render": "Salle d’escalade", + "mappings": { + "0": { + "then": "Salle d’escalade {name}" + } + } + }, + "description": "Une salle d’escalade", + "tagRenderings": { + "3": { + "render": "{name}", + "question": "Quel est le nom de la salle d’escalade ?" + } + } }, "2": { - "then": "Site d’escalade" + "name": "Voies d’escalade", + "title": { + "render": "Voie d’escalade", + "mappings": { + "0": { + "then": "Voie d’escalade {name}" + } + } + }, + "tagRenderings": { + "3": { + "render": "{name}", + "question": "Quel est le nom de cette voie d’escalade ?", + "mappings": { + "0": { + "then": "Cette voie n’a pas de nom" + } + } + }, + "4": { + "question": "Quelle est la longueur de cette voie (en mètres) ?", + "render": "Cette voie fait {canonical(climbing:length)} de long" + }, + "5": { + "question": "Quelle est la difficulté de cette voie selon le système franco-belge ?", + "render": "Selon le système franco-belge, la difficulté de cette voie est de {climbing:grade:french}" + }, + "6": { + "question": "Combien de prises cette voie possède avant d’atteindre la moulinette ?", + "render": "Cette voie a {climbing:bolts} prises", + "mappings": { + "0": { + "then": "Cette voie n’a pas de prises" + }, + "1": { + "then": "Cette voie n’a pas de prises" + } + } + }, + "8": { + "render": "Le type de roche est {_embedding_features_with_rock:rock} selon le mur" + } + }, + "presets": { + "0": { + "title": "Voie d’escalade" + } + } }, "3": { - "then": "Opportunité d’escalade {name}" - } - } - }, - "description": "Opportunité d’escalade", - "tagRenderings": { - "3": { - "render": "

Résumé de longueur

{histogram(_length_hist)}" - }, - "4": { - "render": "

Résumé des difficultés

{histogram(_difficulty_hist)}" - }, - "5": { - "render": "

Contient {_contained_climbing_routes_count} voies

    {_contained_climbing_routes}
" - }, - "6": { - "render": "{name}", - "question": "Quel est le nom de ce site ?", - "mappings": { - "0": { - "then": "Ce site n’a pas de nom" - } - } - }, - "7": { - "mappings": { - "0": { - "then": "Rocher d’escalade, rocher avec une ou peu de voie permettant d’escalader sans corde" - }, - "1": { - "then": "Mur d’escalade, rocher avec plusieurs voies d’escalades" - } - } - }, - "8": { - "question": "Quel est le type de roche ?", - "render": "La roche est du {rock}", - "mappings": { - "0": { - "then": "Calcaire" - } - } - } - }, - "presets": { - "0": { - "title": "Opportunité d’escalade", - "description": "Opportunité d’escalade" - } - } - }, - "4": { - "name": "Opportunités d’escalade ?", - "title": { - "render": "Opportunité d’escalade ?" - }, - "description": "Opportunité d’escalade ?", - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "question": "Est-il possible d’escalader ici ?", - "mappings": { - "0": { - "then": "Escalader n’est pas possible" - }, - "1": { - "then": "Escalader est possible" - }, - "2": { - "then": "Escalader n’est pas possible" - } - } - } - } - } - }, - "units": { - "0": { - "applicableUnits": { - "0": { - "human": " mètres" - }, - "1": { - "human": " pieds" - } - } - } - }, - "roamingRenderings": { - "0": { - "question": "Existe-t’il un site avec plus d’informations (ex : topographie) ?" - }, - "1": { - "mappings": { - "0": { - "then": "L’élément englobant indique un accès libre
{_embedding_feature:access:description}" - }, - "1": { - "then": "L’élément englobant indique qu’ une autorisation d’accès est nécessaire
{_embedding_feature:access:description}" - }, - "2": { - "then": "L’élément englobant indique que l’accès est réservés aux clients
{_embedding_feature:access:description}" - }, - "3": { - "then": "L’élément englobant indique que l’accès est réservé aux membres
{_embedding_feature:access:description}" - } - } - }, - "2": { - "question": "Qui peut y accéder ?", - "mappings": { - "0": { - "then": "Libre d’accès" - }, - "1": { - "then": "Une autorisation est nécessaire" - }, - "2": { - "then": "Réservé aux clients" - }, - "3": { - "then": "Réservé aux membres" - } - } - }, - "4": { - "render": "Les voies font {canonical(climbing:length)} de long en moyenne", - "question": "Quelle est la longueur moyenne des voies en mètres ?" - }, - "5": { - "question": "Quel est le niveau de la voie la plus simple selon la classification franco-belge ?", - "render": "La difficulté minimale est {climbing:grade:french:min} selon la classification franco-belge" - }, - "6": { - "question": "Quel est le niveau de la voie la plus difficile selon la classification franco-belge ?", - "render": "La difficulté maximale est {climbing:grade:french:max} selon la classification franco-belge" - }, - "7": { - "question": "L’escalade de bloc est-elle possible ici ?", - "mappings": { - "0": { - "then": "L’escalade de bloc est possible" - }, - "1": { - "then": "L’escalade de bloc n’est pas possible" - }, - "2": { - "then": "L’escalade de bloc est possible sur des voies précises" - }, - "3": { - "then": "Il y a {climbing:boulder} voies d’escalade de bloc" - } - } - }, - "8": { - "question": "Est-il possible d’escalader à la moulinette ?", - "mappings": { - "0": { - "then": "L’escalade à la moulinette est possible" - }, - "1": { - "then": "L’escalade à la moulinette n’est pas possible" - }, - "2": { - "then": "{climbing:toprope} voies sont équipées de moulinettes" - } - } - } - } - }, - "cyclofix": { - "title": "Cyclofix - Une carte ouverte pour les cyclistes", - "description": "Le but de cette carte est de présenter aux cyclistes une solution facile à utiliser pour trouver l'infrastructure appropriée à leurs besoins.

Vous pouvez suivre votre localisation précise (mobile uniquement) et sélectionner les couches qui vous concernent dans le coin inférieur gauche. Vous pouvez également utiliser cet outil pour ajouter ou modifier des épingles (points d'intérêt) sur la carte et fournir plus de données en répondant aux questions.

Toutes les modifications que vous apportez seront automatiquement enregistrées dans la base de données mondiale d'OpenStreetMap et peuvent être librement réutilisées par d'autres.

Pour plus d'informations sur le projet cyclofix, rendez-vous sur cyclofix.osm.be." - }, - "drinking_water": { - "title": "Eau potable", - "description": "Cette carte affiche les points d'accès public à de l'eau potable, et permet d'en ajouter facilement" - }, - "facadegardens": { - "title": "Facade gardens", - "shortDescription": "Cette carte indique les murs végétalisés avec des photos et des informations comme leur orientation, l’ensoleillement et le type de plantes.", - "description": "Les jardins muraux en ville n’apportent pas seulement paix et tranquillité mais contribuent à embellir la ville, favoriser la biodiversité, régule la température et assainit l’air.
Klimaan VZW et Mechelen Klimaatneutraal veulent cartographier les jardins muraux comme exemple pour les personnes souhaitant en construire ainsi que celles aimant la nature.
Plus d’infos sur klimaan.be.", - "layers": { - "0": { - "name": "Jardins muraux", - "title": { - "render": "Jardin mural" - }, - "description": "Jardins muraux", - "tagRenderings": { - "1": { - "render": "Orientation : {direction} (0 pour le Nord et 90 pour l’Ouest)", - "question": "Quelle est l’orientation du jardin ?" - }, - "2": { - "mappings": { - "0": { - "then": "Le jardin est en plein soleil" - }, - "1": { - "then": "Le jardin est partiellement ensoleillé" - }, - "2": { - "then": "Le jardin est à l’ombre" - } + "name": "Opportunité d’escalade", + "title": { + "render": "Opportunité d’escalade", + "mappings": { + "0": { + "then": "Mur d’escalade {name}" + }, + "1": { + "then": "Zone d’escalade {name}" + }, + "2": { + "then": "Site d’escalade" + }, + "3": { + "then": "Opportunité d’escalade {name}" + } + } + }, + "description": "Opportunité d’escalade", + "tagRenderings": { + "3": { + "render": "

Résumé de longueur

{histogram(_length_hist)}" + }, + "4": { + "render": "

Résumé des difficultés

{histogram(_difficulty_hist)}" + }, + "5": { + "render": "

Contient {_contained_climbing_routes_count} voies

    {_contained_climbing_routes}
" + }, + "6": { + "render": "{name}", + "question": "Quel est le nom de ce site ?", + "mappings": { + "0": { + "then": "Ce site n’a pas de nom" + } + } + }, + "7": { + "mappings": { + "0": { + "then": "Rocher d’escalade, rocher avec une ou peu de voie permettant d’escalader sans corde" + }, + "1": { + "then": "Mur d’escalade, rocher avec plusieurs voies d’escalades" + } + } + }, + "8": { + "question": "Quel est le type de roche ?", + "render": "La roche est du {rock}", + "mappings": { + "0": { + "then": "Calcaire" + } + } + } + }, + "presets": { + "0": { + "title": "Opportunité d’escalade", + "description": "Opportunité d’escalade" + } + } }, - "question": "Quel est l’ensoleillement du jardin ?" - }, - "3": { - "question": "Des réserves d’eau ont-elles été installées pour le jardin ?", - "mappings": { - "0": { - "then": "Il y a des réserves" - }, - "1": { - "then": "Il n’y a pas de réserves" - } + "4": { + "name": "Opportunités d’escalade ?", + "title": { + "render": "Opportunité d’escalade ?" + }, + "description": "Opportunité d’escalade ?", + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "question": "Est-il possible d’escalader ici ?", + "mappings": { + "0": { + "then": "Escalader n’est pas possible" + }, + "1": { + "then": "Escalader est possible" + }, + "2": { + "then": "Escalader n’est pas possible" + } + } + } + } } - }, - "4": { - "render": "Date de construction du jardin : {start_date}", - "question": "Quand le jardin a-t’il été construit ? (L’année suffit)" - }, - "5": { - "mappings": { - "0": { - "then": "Il y a des plantes comestibles" - }, - "1": { - "then": "Il n’y a pas de plantes comestibles" - } - }, - "question": "Y-a-t’il des plantes comestibles ?" - }, - "6": { - "question": "Quel type de plantes pousse ici ?", - "mappings": { - "0": { - "then": "Il y a des plantes grimpantes" - }, - "1": { - "then": "Il y a des fleurs" - }, - "2": { - "then": "Il y a des buissons" - }, - "3": { - "then": "Il y a des plantes couvre-sol" - } - } - }, - "7": { - "render": "Plus de détails : {description}", - "question": "Détails supplémentaires sur le jardin (si nécessaire et non décrit précédemment)" - } }, - "presets": { - "0": { - "title": "jardin mural", - "description": "Ajouter un jardin mural" - } - } - } - } - }, - "fritures": { - "title": "Carte des friteries", - "layers": { - "0": { - "override": { - "name": "Friteries" - } - } - } - }, - "ghostbikes": { - "title": "Vélo fantôme", - "description": "Les vélos fantômes sont des mémoriaux pour les cyclistes tuées sur la route, prenant la forme de vélos blancs placés à proximité des faits.

Cette carte indique leur emplacement à partir d’OpenStreetMap. Il est possible de contribuer aux informations ici, sous réserve d’avoir un compte OpenStreetMap (gratuit)." - }, - "hailhydrant": { - "title": "Bornes incendies, extincteurs, casernes de pompiers et ambulanciers.", - "shortDescription": "Carte indiquant les bornes incendies, extincteurs, casernes de pompiers et ambulanciers.", - "description": "Sur cette carte on trouve et met à jour les bornes incendies, extincteurs, casernes de pompiers et ambulanciers dans son quartier.
Les options en haut à gauche permettent de localiser sa position (sur téléphone) et de filtrer les éléments. Il est possible d’utiliser cet outil pour ajouter et éditer les points d’intérêt de la carte et d’y ajouter des détails en répondant aux questions.
Toutes les modifications sont automatiquement enregistrées dans la base de données OpenStreetMap et peuvent êtres librement réutilisées par d’autres.", - "layers": { - "0": { - "name": "Carte des bornes incendie", - "title": { - "render": "Bornes incendie" - }, - "description": "Couche des bornes incendie.", - "tagRenderings": { - "0": { - "question": "Quelle est la couleur de la borne ?", - "render": "La borne est {colour}", - "mappings": { - "0": { - "then": "La borne est de couleur inconnue." - }, - "1": { - "then": "La borne est jaune." - }, - "2": { - "then": "La borne est rouge." - } - } - }, - "1": { - "question": "De quel type de borne s’agit-il ?", - "render": " Type de borne : {fire_hydrant:type}", - "mappings": { - "0": { - "then": "La borne est de type inconnu." - }, - "1": { - "then": " Pilier." - }, - "2": { - "then": " Tuyau." - }, - "3": { - "then": " Mural." - }, - "4": { - "then": " Enterré." - } - } - }, - "2": { - "question": "Mettre à jour l’état de la borne.", - "render": "État", - "mappings": { - "0": { - "then": "La borne est en état, ou partiellement en état, de fonctionner." - }, - "1": { - "then": "La borne est hors-service." - }, - "2": { - "then": "La borne a été retirée." - } - } - } - }, - "presets": { - "0": { - "title": "Borne incendie", - "description": "Une borne incendie est un point où les pompiers peuvent s’alimenter en eau. Elle peut être enterrée." - } - } - }, - "1": { - "name": "Couche des extincteurs.", - "title": { - "render": "Exctincteurs" - }, - "description": "Couche des lances à incendie.", - "tagRenderings": { - "0": { - "render": "Emplacement : {location}", - "question": "Où est-elle positionnée ?", - "mappings": { - "0": { - "then": "Intérieur." - }, - "1": { - "then": "Extérieur." - } - } - } - }, - "presets": { - "0": { - "title": "Extincteur", - "description": "Un extincteur est un appareil portatif servant à éteindre un feu" - } - } - }, - "2": { - "name": "Couche des stations de pompiers", - "title": { - "render": "Station de pompiers" - }, - "description": "Couche des stations de pompiers.", - "tagRenderings": { - "0": { - "question": "Quel est le nom de la station ?", - "render": "Cette station s’appelle {name}." - }, - "1": { - "question": " Quel est le nom de la rue dans lequel elle se situe ?", - "render": "La station fait partie de la {addr:street}." - }, - "2": { - "question": "Dans quelle localité la station est-elle située ?", - "render": "La station fait partie de {addr:place}." - }, - "3": { - "question": "Quel est l’exploitant de la station ?", - "render": "Cette station est opérée par {operator}.", - "mappings": { - "0": { - "then": "Brigade de Protection du Feu" - } - } - }, - "4": { - "question": "Quel est le type d’exploitant ?", - "render": "L’exploitant est de type {operator:type}.", - "mappings": { - "0": { - "then": "La station est opérée par le gouvernement." - }, - "1": { - "then": "La station est opérée par une organisation informelle." - }, - "2": { - "then": "La station est opérée par un groupe officiel de bénévoles." - }, - "3": { - "then": "La station est opérée par un groupe privé." - } - } - } - }, - "presets": { - "0": { - "title": "Caserne de pompiers", - "description": "Une caserne de pompiers est un lieu où les pompiers et leur équipements sont situés en dehors des missions." - } - } - }, - "3": { - "name": "Couche des ambulances", - "title": { - "render": "Station d’ambulances" - }, - "description": "Une station d’ambulance est un lieu où sont stockés les véhicules d’urgence ainsi que de l’équipement médical.", - "tagRenderings": { - "0": { - "question": "Quel est le nom de cette station ?", - "render": "Cette station s’appelle {name}." - }, - "1": { - "question": " Quel est le nom de la rue où la station se situe ?", - "render": "La station fait partie de {addr:street}." - }, - "2": { - "question": "Dans quelle localité la station est-elle située ?", - "render": "La station fait partie de {addr:place}." - }, - "3": { - "question": "Quel est l’exploitant de la station ?", - "render": "Cette station est opérée par {operator}." - }, - "4": { - "question": "Quel est le type d’exploitant ?", - "render": "L’exploitant est de type {operator:type}.", - "mappings": { - "0": { - "then": "La station est opérée par le gouvernement." - }, - "1": { - "then": "La station est opérée par une organisation informelle." - }, - "2": { - "then": "La station est opérée par un groupe officiel de bénévoles." - }, - "3": { - "then": "La station est opérée par un groupe privé." - } - } - } - }, - "presets": { - "0": { - "title": "Station d’ambulances", - "description": "Ajouter une station d’ambulances à la carte" - } - } - } - } - }, - "maps": { - "title": "Carte des cartes", - "shortDescription": "Cette carte affiche toutes les cartes (plans) mappés dans OpenStreetMap", - "description": "Sur cette carte sont affichées les cartes (plans) mappées dans OpenStreetMap.

Si une carte est manquante, vous pouvez l'ajouer facilement avec un compte OpenStreetMap." - }, - "openwindpowermap": { - "title": "OpenWindPowerMap", - "description": "Une carte indiquant les éoliennes et permettant leur édition.", - "layers": { - "0": { - "name": "Éolienne", - "title": { - "render": "éolienne", - "mappings": { + "units": { "0": { - "then": "{name}" + "applicableUnits": { + "0": { + "human": " mètres" + }, + "1": { + "human": " pieds" + } + } } - } }, - "tagRenderings": { - "0": { - "render": "La puissance générée par cette éolienne est de {generator:output:electricity}.", - "question": "Quel est la puissance générée par cette éolienne ?" - }, - "1": { - "render": "Cette éolienne est opérée par {operator}.", - "question": "Qui est l’exploitant de cette éolienne ?" - }, - "2": { - "render": "La hauteur totale, incluant les pales, est de {height} mètres.", - "question": "Quelle est la hauteur totale de l’éolienne en mètres, pales incluses ?" - }, - "3": { - "render": "Le diamètre du rotor est de {rotor:diameter} mètres.", - "question": "Quel est le diamètre du rotor en mètres ?" - }, - "4": { - "render": "L’éolienne est active depuis {start_date}.", - "question": "Depuis quand l’éolienne est-elle en fonctionnement ?" - } - }, - "presets": { - "0": { - "title": "Éolienne" - } - } - } - }, - "units": { - "0": { - "applicableUnits": { - "0": { - "human": " megawatts" - }, - "1": { - "human": " kilowatts" - }, - "2": { - "human": " watts" - }, - "3": { - "human": " gigawatts" - } - } - }, - "1": { - "applicableUnits": { - "0": { - "human": " mètres" - } - } - } - } - }, - "personal": { - "title": "Thème personnalisé", - "description": "Crée un thème personnalisé basé sur toutes les couches disponibles de tous les thèmes" - }, - "playgrounds": { - "title": "Aires de jeux", - "shortDescription": "Une carte des aires de jeux", - "description": "Cette carte affiche les aires de jeux et permet d'ajouter plus d'informations" - }, - "shops": { - "title": "Carte des magasins", - "shortDescription": "Carte modifiable affichant les informations de base des magasins", - "description": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, horaires d'ouverture et numéro de téléphone", - "layers": { - "0": { - "name": "Magasin", - "title": { - "render": "Magasin", - "mappings": { + "roamingRenderings": { "0": { - "then": "{name}" + "question": "Existe-t’il un site avec plus d’informations (ex : topographie) ?" }, "1": { - "then": "{shop}" + "mappings": { + "0": { + "then": "L’élément englobant indique un accès libre
{_embedding_feature:access:description}" + }, + "1": { + "then": "L’élément englobant indique qu’ une autorisation d’accès est nécessaire
{_embedding_feature:access:description}" + }, + "2": { + "then": "L’élément englobant indique que l’accès est réservés aux clients
{_embedding_feature:access:description}" + }, + "3": { + "then": "L’élément englobant indique que l’accès est réservé aux membres
{_embedding_feature:access:description}" + } + } + }, + "2": { + "question": "Qui peut y accéder ?", + "mappings": { + "0": { + "then": "Libre d’accès" + }, + "1": { + "then": "Une autorisation est nécessaire" + }, + "2": { + "then": "Réservé aux clients" + }, + "3": { + "then": "Réservé aux membres" + } + } + }, + "4": { + "render": "Les voies font {canonical(climbing:length)} de long en moyenne", + "question": "Quelle est la longueur moyenne des voies en mètres ?" + }, + "5": { + "question": "Quel est le niveau de la voie la plus simple selon la classification franco-belge ?", + "render": "La difficulté minimale est {climbing:grade:french:min} selon la classification franco-belge" + }, + "6": { + "question": "Quel est le niveau de la voie la plus difficile selon la classification franco-belge ?", + "render": "La difficulté maximale est {climbing:grade:french:max} selon la classification franco-belge" + }, + "7": { + "question": "L’escalade de bloc est-elle possible ici ?", + "mappings": { + "0": { + "then": "L’escalade de bloc est possible" + }, + "1": { + "then": "L’escalade de bloc n’est pas possible" + }, + "2": { + "then": "L’escalade de bloc est possible sur des voies précises" + }, + "3": { + "then": "Il y a {climbing:boulder} voies d’escalade de bloc" + } + } + }, + "8": { + "question": "Est-il possible d’escalader à la moulinette ?", + "mappings": { + "0": { + "then": "L’escalade à la moulinette est possible" + }, + "1": { + "then": "L’escalade à la moulinette n’est pas possible" + }, + "2": { + "then": "{climbing:toprope} voies sont équipées de moulinettes" + } + } } - } - }, - "description": "Un magasin", - "tagRenderings": { - "1": { - "question": "Qu'est-ce que le nom de ce magasin?" - }, - "2": { - "render": "Ce magasin vends {shop}", - "question": "Que vends ce magasin ?", - "mappings": { - "0": { - "then": "Épicerie/superette" - }, - "1": { - "then": "Supermarché" - }, - "2": { - "then": "Magasin de vêtements" - }, - "3": { - "then": "Coiffeur" - }, - "4": { - "then": "Boulangerie" - }, - "5": { - "then": "Garagiste" - }, - "6": { - "then": "Concessionnaire" - } - } - }, - "3": { - "render": "{phone}", - "question": "Quel est le numéro de téléphone ?" - }, - "4": { - "render": "{website}", - "question": "Quel est le site internet de ce magasin ?" - }, - "5": { - "render": "{email}", - "question": "Quelle est l'adresse électronique de ce magasin ?" - }, - "6": { - "render": "{opening_hours_table(opening_hours)}", - "question": "Quels sont les horaires d'ouverture de ce magasin ?" - } - }, - "presets": { - "0": { - "title": "Magasin", - "description": "Ajouter un nouveau magasin" - } } - } + }, + "cyclofix": { + "title": "Cyclofix - Une carte ouverte pour les cyclistes", + "description": "Le but de cette carte est de présenter aux cyclistes une solution facile à utiliser pour trouver l'infrastructure appropriée à leurs besoins.

Vous pouvez suivre votre localisation précise (mobile uniquement) et sélectionner les couches qui vous concernent dans le coin inférieur gauche. Vous pouvez également utiliser cet outil pour ajouter ou modifier des épingles (points d'intérêt) sur la carte et fournir plus de données en répondant aux questions.

Toutes les modifications que vous apportez seront automatiquement enregistrées dans la base de données mondiale d'OpenStreetMap et peuvent être librement réutilisées par d'autres.

Pour plus d'informations sur le projet cyclofix, rendez-vous sur cyclofix.osm.be." + }, + "drinking_water": { + "title": "Eau potable", + "description": "Cette carte affiche les points d'accès public à de l'eau potable, et permet d'en ajouter facilement" + }, + "facadegardens": { + "title": "Facade gardens", + "shortDescription": "Cette carte indique les murs végétalisés avec des photos et des informations comme leur orientation, l’ensoleillement et le type de plantes.", + "description": "Les jardins muraux en ville n’apportent pas seulement paix et tranquillité mais contribuent à embellir la ville, favoriser la biodiversité, régule la température et assainit l’air.
Klimaan VZW et Mechelen Klimaatneutraal veulent cartographier les jardins muraux comme exemple pour les personnes souhaitant en construire ainsi que celles aimant la nature.
Plus d’infos sur klimaan.be.", + "layers": { + "0": { + "name": "Jardins muraux", + "title": { + "render": "Jardin mural" + }, + "description": "Jardins muraux", + "tagRenderings": { + "1": { + "render": "Orientation : {direction} (0 pour le Nord et 90 pour l’Ouest)", + "question": "Quelle est l’orientation du jardin ?" + }, + "2": { + "mappings": { + "0": { + "then": "Le jardin est en plein soleil" + }, + "1": { + "then": "Le jardin est partiellement ensoleillé" + }, + "2": { + "then": "Le jardin est à l’ombre" + } + }, + "question": "Quel est l’ensoleillement du jardin ?" + }, + "3": { + "question": "Des réserves d’eau ont-elles été installées pour le jardin ?", + "mappings": { + "0": { + "then": "Il y a des réserves" + }, + "1": { + "then": "Il n’y a pas de réserves" + } + } + }, + "4": { + "render": "Date de construction du jardin : {start_date}", + "question": "Quand le jardin a-t’il été construit ? (L’année suffit)" + }, + "5": { + "mappings": { + "0": { + "then": "Il y a des plantes comestibles" + }, + "1": { + "then": "Il n’y a pas de plantes comestibles" + } + }, + "question": "Y-a-t’il des plantes comestibles ?" + }, + "6": { + "question": "Quel type de plantes pousse ici ?", + "mappings": { + "0": { + "then": "Il y a des plantes grimpantes" + }, + "1": { + "then": "Il y a des fleurs" + }, + "2": { + "then": "Il y a des buissons" + }, + "3": { + "then": "Il y a des plantes couvre-sol" + } + } + }, + "7": { + "render": "Plus de détails : {description}", + "question": "Détails supplémentaires sur le jardin (si nécessaire et non décrit précédemment)" + } + }, + "presets": { + "0": { + "title": "jardin mural", + "description": "Ajouter un jardin mural" + } + } + } + } + }, + "fritures": { + "title": "Carte des friteries", + "layers": { + "0": { + "override": { + "name": "Friteries" + } + } + } + }, + "ghostbikes": { + "title": "Vélo fantôme", + "description": "Les vélos fantômes sont des mémoriaux pour les cyclistes tuées sur la route, prenant la forme de vélos blancs placés à proximité des faits.

Cette carte indique leur emplacement à partir d’OpenStreetMap. Il est possible de contribuer aux informations ici, sous réserve d’avoir un compte OpenStreetMap (gratuit)." + }, + "hailhydrant": { + "title": "Bornes incendies, extincteurs, casernes de pompiers et ambulanciers.", + "shortDescription": "Carte indiquant les bornes incendies, extincteurs, casernes de pompiers et ambulanciers.", + "description": "Sur cette carte on trouve et met à jour les bornes incendies, extincteurs, casernes de pompiers et ambulanciers dans son quartier.
Les options en haut à gauche permettent de localiser sa position (sur téléphone) et de filtrer les éléments. Il est possible d’utiliser cet outil pour ajouter et éditer les points d’intérêt de la carte et d’y ajouter des détails en répondant aux questions.
Toutes les modifications sont automatiquement enregistrées dans la base de données OpenStreetMap et peuvent êtres librement réutilisées par d’autres.", + "layers": { + "0": { + "name": "Carte des bornes incendie", + "title": { + "render": "Bornes incendie" + }, + "description": "Couche des bornes incendie.", + "tagRenderings": { + "0": { + "question": "Quelle est la couleur de la borne ?", + "render": "La borne est {colour}", + "mappings": { + "0": { + "then": "La borne est de couleur inconnue." + }, + "1": { + "then": "La borne est jaune." + }, + "2": { + "then": "La borne est rouge." + } + } + }, + "1": { + "question": "De quel type de borne s’agit-il ?", + "render": " Type de borne : {fire_hydrant:type}", + "mappings": { + "0": { + "then": "La borne est de type inconnu." + }, + "1": { + "then": " Pilier." + }, + "2": { + "then": " Tuyau." + }, + "3": { + "then": " Mural." + }, + "4": { + "then": " Enterré." + } + } + }, + "2": { + "question": "Mettre à jour l’état de la borne.", + "render": "État", + "mappings": { + "0": { + "then": "La borne est en état, ou partiellement en état, de fonctionner." + }, + "1": { + "then": "La borne est hors-service." + }, + "2": { + "then": "La borne a été retirée." + } + } + } + }, + "presets": { + "0": { + "title": "Borne incendie", + "description": "Une borne incendie est un point où les pompiers peuvent s’alimenter en eau. Elle peut être enterrée." + } + } + }, + "1": { + "name": "Couche des extincteurs.", + "title": { + "render": "Exctincteurs" + }, + "description": "Couche des lances à incendie.", + "tagRenderings": { + "0": { + "render": "Emplacement : {location}", + "question": "Où est-elle positionnée ?", + "mappings": { + "0": { + "then": "Intérieur." + }, + "1": { + "then": "Extérieur." + } + } + } + }, + "presets": { + "0": { + "title": "Extincteur", + "description": "Un extincteur est un appareil portatif servant à éteindre un feu" + } + } + }, + "2": { + "name": "Couche des stations de pompiers", + "title": { + "render": "Station de pompiers" + }, + "description": "Couche des stations de pompiers.", + "tagRenderings": { + "0": { + "question": "Quel est le nom de la station ?", + "render": "Cette station s’appelle {name}." + }, + "1": { + "question": " Quel est le nom de la rue dans lequel elle se situe ?", + "render": "La station fait partie de la {addr:street}." + }, + "2": { + "question": "Dans quelle localité la station est-elle située ?", + "render": "La station fait partie de {addr:place}." + }, + "3": { + "question": "Quel est l’exploitant de la station ?", + "render": "Cette station est opérée par {operator}.", + "mappings": { + "0": { + "then": "Brigade de Protection du Feu" + } + } + }, + "4": { + "question": "Quel est le type d’exploitant ?", + "render": "L’exploitant est de type {operator:type}.", + "mappings": { + "0": { + "then": "La station est opérée par le gouvernement." + }, + "1": { + "then": "La station est opérée par une organisation informelle." + }, + "2": { + "then": "La station est opérée par un groupe officiel de bénévoles." + }, + "3": { + "then": "La station est opérée par un groupe privé." + } + } + } + }, + "presets": { + "0": { + "title": "Caserne de pompiers", + "description": "Une caserne de pompiers est un lieu où les pompiers et leur équipements sont situés en dehors des missions." + } + } + }, + "3": { + "name": "Couche des ambulances", + "title": { + "render": "Station d’ambulances" + }, + "description": "Une station d’ambulance est un lieu où sont stockés les véhicules d’urgence ainsi que de l’équipement médical.", + "tagRenderings": { + "0": { + "question": "Quel est le nom de cette station ?", + "render": "Cette station s’appelle {name}." + }, + "1": { + "question": " Quel est le nom de la rue où la station se situe ?", + "render": "La station fait partie de {addr:street}." + }, + "2": { + "question": "Dans quelle localité la station est-elle située ?", + "render": "La station fait partie de {addr:place}." + }, + "3": { + "question": "Quel est l’exploitant de la station ?", + "render": "Cette station est opérée par {operator}." + }, + "4": { + "question": "Quel est le type d’exploitant ?", + "render": "L’exploitant est de type {operator:type}.", + "mappings": { + "0": { + "then": "La station est opérée par le gouvernement." + }, + "1": { + "then": "La station est opérée par une organisation informelle." + }, + "2": { + "then": "La station est opérée par un groupe officiel de bénévoles." + }, + "3": { + "then": "La station est opérée par un groupe privé." + } + } + } + }, + "presets": { + "0": { + "title": "Station d’ambulances", + "description": "Ajouter une station d’ambulances à la carte" + } + } + } + } + }, + "maps": { + "title": "Carte des cartes", + "shortDescription": "Cette carte affiche toutes les cartes (plans) mappés dans OpenStreetMap", + "description": "Sur cette carte sont affichées les cartes (plans) mappées dans OpenStreetMap.

Si une carte est manquante, vous pouvez l'ajouer facilement avec un compte OpenStreetMap." + }, + "openwindpowermap": { + "title": "OpenWindPowerMap", + "description": "Une carte indiquant les éoliennes et permettant leur édition.", + "layers": { + "0": { + "name": "Éolienne", + "title": { + "render": "éolienne", + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "tagRenderings": { + "0": { + "render": "La puissance générée par cette éolienne est de {generator:output:electricity}.", + "question": "Quel est la puissance générée par cette éolienne ?" + }, + "1": { + "render": "Cette éolienne est opérée par {operator}.", + "question": "Qui est l’exploitant de cette éolienne ?" + }, + "2": { + "render": "La hauteur totale, incluant les pales, est de {height} mètres.", + "question": "Quelle est la hauteur totale de l’éolienne en mètres, pales incluses ?" + }, + "3": { + "render": "Le diamètre du rotor est de {rotor:diameter} mètres.", + "question": "Quel est le diamètre du rotor en mètres ?" + }, + "4": { + "render": "L’éolienne est active depuis {start_date}.", + "question": "Depuis quand l’éolienne est-elle en fonctionnement ?" + } + }, + "presets": { + "0": { + "title": "Éolienne" + } + } + } + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": " megawatts" + }, + "1": { + "human": " kilowatts" + }, + "2": { + "human": " watts" + }, + "3": { + "human": " gigawatts" + } + } + }, + "1": { + "applicableUnits": { + "0": { + "human": " mètres" + } + } + } + } + }, + "personal": { + "title": "Thème personnalisé", + "description": "Crée un thème personnalisé basé sur toutes les couches disponibles de tous les thèmes" + }, + "playgrounds": { + "title": "Aires de jeux", + "shortDescription": "Une carte des aires de jeux", + "description": "Cette carte affiche les aires de jeux et permet d'ajouter plus d'informations" + }, + "shops": { + "title": "Carte des magasins", + "shortDescription": "Carte modifiable affichant les informations de base des magasins", + "description": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, horaires d'ouverture et numéro de téléphone", + "layers": { + "0": { + "name": "Magasin", + "title": { + "render": "Magasin", + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + } + }, + "description": "Un magasin", + "tagRenderings": { + "1": { + "question": "Qu'est-ce que le nom de ce magasin?" + }, + "2": { + "render": "Ce magasin vends {shop}", + "question": "Que vends ce magasin ?", + "mappings": { + "0": { + "then": "Épicerie/superette" + }, + "1": { + "then": "Supermarché" + }, + "2": { + "then": "Magasin de vêtements" + }, + "3": { + "then": "Coiffeur" + }, + "4": { + "then": "Boulangerie" + }, + "5": { + "then": "Garagiste" + }, + "6": { + "then": "Concessionnaire" + } + } + }, + "3": { + "render": "{phone}", + "question": "Quel est le numéro de téléphone ?" + }, + "4": { + "render": "{website}", + "question": "Quel est le site internet de ce magasin ?" + }, + "5": { + "render": "{email}", + "question": "Quelle est l'adresse électronique de ce magasin ?" + }, + "6": { + "render": "{opening_hours_table(opening_hours)}", + "question": "Quels sont les horaires d'ouverture de ce magasin ?" + } + }, + "presets": { + "0": { + "title": "Magasin", + "description": "Ajouter un nouveau magasin" + } + } + } + } + }, + "sport_pitches": { + "title": "Terrains de sport", + "shortDescription": "Une carte montrant les terrains de sport", + "description": "Un terrain de sport est une zone faite pour pratiquer un sport" + }, + "surveillance": { + "title": "Surveillance", + "shortDescription": "Caméras et autres dispositifs de surveillance", + "description": "Cette carte indique l’emplacement des caméras de surveillance." + }, + "toilets": { + "title": "Carte des WC et toilettes publiques", + "description": "Carte affichant les WC et toilettes publiques" + }, + "trees": { + "title": "Arbres", + "shortDescription": "Carte des arbres", + "description": "Cartographions tous les arbres !" } - }, - "sport_pitches": { - "title": "Terrains de sport", - "shortDescription": "Une carte montrant les terrains de sport", - "description": "Un terrain de sport est une zone faite pour pratiquer un sport" - }, - "surveillance": { - "title": "Surveillance", - "shortDescription": "Caméras et autres dispositifs de surveillance", - "description": "Cette carte indique l’emplacement des caméras de surveillance." - }, - "toilets": { - "title": "Carte des WC et toilettes publiques", - "description": "Carte affichant les WC et toilettes publiques" - }, - "trees": { - "title": "Arbres", - "shortDescription": "Carte des arbres", - "description": "Cartographions tous les arbres !" - } } \ No newline at end of file diff --git a/langs/themes/gl.json b/langs/themes/gl.json index 2f2dd067f..8a8cbe3d3 100644 --- a/langs/themes/gl.json +++ b/langs/themes/gl.json @@ -1,10 +1,10 @@ { - "cyclofix": { - "title": "Cyclofix - Un mapa aberto para os ciclistas", - "description": "O obxectivo deste mapa é amosar ós ciclistas unha solución doada de empregar para atopar a infraestrutura axeitada para as súas necesidades.

Podes obter a túa localización precisa (só para dispositivos móbiles) e escoller as capas que sexan relevantes para ti na esquina inferior esquerda. Tamén podes empregar esta ferramenta para engadir ou editar puntos de interese ó mapa e fornecer máis datos respondendo as cuestións.

Todas as modificacións que fagas serán gardadas de xeito automático na base de datos global do OpenStreetMap e outros poderán reutilizalos libremente.

Para máis información sobre o proxecto cyclofix, vai a cyclofix.osm.be." - }, - "personal": { - "title": "Tema personalizado", - "description": "Crea un tema baseado en todas as capas dispoñíbeis de todos os temas" - } + "cyclofix": { + "title": "Cyclofix - Un mapa aberto para os ciclistas", + "description": "O obxectivo deste mapa é amosar ós ciclistas unha solución doada de empregar para atopar a infraestrutura axeitada para as súas necesidades.

Podes obter a túa localización precisa (só para dispositivos móbiles) e escoller as capas que sexan relevantes para ti na esquina inferior esquerda. Tamén podes empregar esta ferramenta para engadir ou editar puntos de interese ó mapa e fornecer máis datos respondendo as cuestións.

Todas as modificacións que fagas serán gardadas de xeito automático na base de datos global do OpenStreetMap e outros poderán reutilizalos libremente.

Para máis información sobre o proxecto cyclofix, vai a cyclofix.osm.be." + }, + "personal": { + "title": "Tema personalizado", + "description": "Crea un tema baseado en todas as capas dispoñíbeis de todos os temas" + } } \ No newline at end of file diff --git a/langs/themes/hu.json b/langs/themes/hu.json index 8fe9ce695..cb8f0fd7f 100644 --- a/langs/themes/hu.json +++ b/langs/themes/hu.json @@ -1,8 +1,8 @@ { - "aed": { - "title": "Nyílt AED Térkép" - }, - "artwork": { - "title": "Nyít Műalkotás Térkép" - } + "aed": { + "title": "Nyílt AED Térkép" + }, + "artwork": { + "title": "Nyít Műalkotás Térkép" + } } \ No newline at end of file diff --git a/langs/themes/id.json b/langs/themes/id.json index 17c05c9df..71148bcf3 100644 --- a/langs/themes/id.json +++ b/langs/themes/id.json @@ -1,160 +1,160 @@ { - "aed": { - "title": "Buka Peta AED", - "description": "Di peta ini, seseorang dapat menemukan dan menandai defibrillator terdekat" - }, - "artwork": { - "title": "Buka Peta Karya Seni", - "description": "Selamat datang di Open Artwork Map, peta untuk patung, grafiti, dan karya seni lain di seluruh dunia", - "layers": { - "0": { - "name": "Karya seni", - "title": { - "render": "Karya seni", - "mappings": { - "0": { - "then": "Karya seni {name}" - } - } - }, - "tagRenderings": { - "3": { - "render": "Info lanjut tersedia di laman web ini." - } - } - } - } - }, - "campersite": { - "layers": { - "0": { - "tagRenderings": { - "1": { - "question": "Apakah nama tempat ini?" - }, - "2": { - "mappings": { - "1": { - "then": "Boleh digunakan tanpa bayaran" - } - } - }, - "6": { - "question": "Tempat ini berbagi akses Web?", - "mappings": { - "0": { - "then": "Akses Web tersedia" - }, - "1": { - "then": "Akses Web tersedia" - }, - "2": { - "then": "Tiada akses Web" - } - } - }, - "8": { - "mappings": { - "0": { - "then": "Tempat sini ada tandas" - }, - "1": { - "then": "Tempat sini tiada tandas" - } - } - }, - "9": { - "render": "Situs resmi: {website}", - "question": "Tempat sini terada situs web?" - } - } - } + "aed": { + "title": "Buka Peta AED", + "description": "Di peta ini, seseorang dapat menemukan dan menandai defibrillator terdekat" }, - "roamingRenderings": { - "1": { - "mappings": { - "0": { - "then": "Tempat ini memiliki catu daya" - }, - "1": { - "then": "Tempat ini tidak memiliki sumber listrik" - } - } - } - } - }, - "charging_stations": { - "title": "Stasiun pengisian daya" - }, - "climbing": { - "layers": { - "0": { - "tagRenderings": { - "0": { - "render": "{name}" - } - } - }, - "1": { - "tagRenderings": { - "3": { - "render": "{name}" - } - } - }, - "2": { - "tagRenderings": { - "3": { - "render": "{name}" - } - } - }, - "3": { - "tagRenderings": { - "6": { - "render": "{name}" - } - } - }, - "4": { - "tagRenderings": { - "1": { - "render": "{name}" - } - } - } - } - }, - "hailhydrant": { - "layers": { - "0": { - "tagRenderings": { - "1": { - "mappings": { - "3": { - "then": " Jenis dinding." - } + "artwork": { + "title": "Buka Peta Karya Seni", + "description": "Selamat datang di Open Artwork Map, peta untuk patung, grafiti, dan karya seni lain di seluruh dunia", + "layers": { + "0": { + "name": "Karya seni", + "title": { + "render": "Karya seni", + "mappings": { + "0": { + "then": "Karya seni {name}" + } + } + }, + "tagRenderings": { + "3": { + "render": "Info lanjut tersedia di laman web ini." + } + } } - } } - } - } - }, - "shops": { - "layers": { - "0": { - "tagRenderings": { - "3": { - "render": "{phone}" - }, - "4": { - "render": "{website}" - }, - "5": { - "render": "{email}" - } + }, + "campersite": { + "layers": { + "0": { + "tagRenderings": { + "1": { + "question": "Apakah nama tempat ini?" + }, + "2": { + "mappings": { + "1": { + "then": "Boleh digunakan tanpa bayaran" + } + } + }, + "6": { + "question": "Tempat ini berbagi akses Web?", + "mappings": { + "0": { + "then": "Akses Web tersedia" + }, + "1": { + "then": "Akses Web tersedia" + }, + "2": { + "then": "Tiada akses Web" + } + } + }, + "8": { + "mappings": { + "0": { + "then": "Tempat sini ada tandas" + }, + "1": { + "then": "Tempat sini tiada tandas" + } + } + }, + "9": { + "render": "Situs resmi: {website}", + "question": "Tempat sini terada situs web?" + } + } + } + }, + "roamingRenderings": { + "1": { + "mappings": { + "0": { + "then": "Tempat ini memiliki catu daya" + }, + "1": { + "then": "Tempat ini tidak memiliki sumber listrik" + } + } + } + } + }, + "charging_stations": { + "title": "Stasiun pengisian daya" + }, + "climbing": { + "layers": { + "0": { + "tagRenderings": { + "0": { + "render": "{name}" + } + } + }, + "1": { + "tagRenderings": { + "3": { + "render": "{name}" + } + } + }, + "2": { + "tagRenderings": { + "3": { + "render": "{name}" + } + } + }, + "3": { + "tagRenderings": { + "6": { + "render": "{name}" + } + } + }, + "4": { + "tagRenderings": { + "1": { + "render": "{name}" + } + } + } + } + }, + "hailhydrant": { + "layers": { + "0": { + "tagRenderings": { + "1": { + "mappings": { + "3": { + "then": " Jenis dinding." + } + } + } + } + } + } + }, + "shops": { + "layers": { + "0": { + "tagRenderings": { + "3": { + "render": "{phone}" + }, + "4": { + "render": "{website}" + }, + "5": { + "render": "{email}" + } + } + } } - } } - } } \ No newline at end of file diff --git a/langs/themes/it.json b/langs/themes/it.json index 094a7194c..189b76178 100644 --- a/langs/themes/it.json +++ b/langs/themes/it.json @@ -1,536 +1,536 @@ { - "aed": { - "title": "Mappa dei defibrillatori (DAE)", - "description": "Su questa mappa puoi trovare e segnalare i defibrillatori nelle vicinanze" - }, - "artwork": { - "title": "Mappa libera delle opere d'arte", - "description": "Benvenuto/a sulla mappa libera dell’arte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo", - "layers": { - "0": { - "name": "Opere d’arte", - "title": { - "render": "Opera d’arte", - "mappings": { - "0": { - "then": "Opera {name}" - } - } - }, - "description": "Diverse opere d’arte", - "presets": { - "0": { - "title": "Opera d’arte" - } - }, - "tagRenderings": { - "1": { - "render": "Si tratta di un {artwork_type}", - "question": "Che tipo di opera d’arte è questo?", - "mappings": { - "0": { - "then": "Architettura" - }, - "1": { - "then": "Murale" - }, - "2": { - "then": "Dipinto" - }, - "3": { - "then": "Scultura" - }, - "4": { - "then": "Statua" - }, - "5": { - "then": "Busto" - }, - "6": { - "then": "Masso" - }, - "7": { - "then": "Istallazione" - }, - "8": { - "then": "Graffiti" - }, - "9": { - "then": "Rilievo" - }, - "10": { - "then": "Azulejo (ornamento decorativo piastrellato spagnolo)" - }, - "11": { - "then": "Mosaico di piastrelle" - } - } - }, - "2": { - "question": "Quale artista ha creato quest’opera?", - "render": "Creato da {artist_name}" - }, - "3": { - "question": "Esiste un sito web con maggiori informazioni su quest’opera?", - "render": "Ulteriori informazioni su questo sito web" - }, - "4": { - "question": "Quale elemento Wikidata corrisponde a quest’opera d’arte?", - "render": "Corrisponde a {wikidata}" - } - } - } - } - }, - "benches": { - "title": "Panchine", - "shortDescription": "Una mappa delle panchine", - "description": "Questa mappa mostra tutte le panchine che sono state aggiunte su OpenStreetMap: panchine individuali e quelle alle fermate del trasporto pubblico o nei ripari. Se disponi di un account OpenStreetMap puoi mappare delle nuove panchine o modificare i dettagli di quelle esistenti." - }, - "bicyclelib": { - "title": "Biciclette in prestito", - "description": "«Biciclette in prestito» è un luogo dove le biciclette possono essere prese in prestito, spesso in cambio di un piccolo contributo annuale. Un caso degno di nota è quello delle biciclette in prestito per bambini che permettono loro di cambiare le dimensioni della propria bici quando quella attuale diventa troppo piccola" - }, - "bike_monitoring_stations": { - "title": "Stazioni di monitoraggio biciclette", - "shortDescription": "Stazioni di monitoraggio bici con dati in tempo reale forniti da Bruxelles Mobility", - "description": "Questo tema mostra le stazioni di monitoraggio bici con dati dal vivo" - }, - "bookcases": { - "title": "Mappa libera delle microbiblioteche", - "description": "Una minibiblioteca è una piccola cabina a lato della strada, una scatola, una vecchia cabina telefonica o qualche altro contenitore che ospita libri. Tutti può lasciare o prendere un libro. Questa mappa punta a rappresentarle tutte. Puoi facilmente scoprire nuove minibiblioteche nelle tue vicinanze e, con un account gratuito su OpenStreetMap, puoi aggiungerne altre." - }, - "campersite": { - "title": "Aree camper", - "shortDescription": "Trova aree dove passare la notte con il tuo camper", - "description": "Questo sito raccoglie tutti i luoghi ufficiali dove sostare con il camper e aree dove è possibile scaricare acque grigie e nere. Puoi aggiungere dettagli riguardanti i servizi forniti e il loro costo. Aggiungi foto e recensioni. Questo è al contempo un sito web e una web app. I dati sono memorizzati su OpenStreetMap in modo tale che siano per sempre liberi e riutilizzabili da qualsiasi app.", - "layers": { - "0": { - "name": "Aree camper", - "title": { - "render": "Area camper {name}", - "mappings": { - "0": { - "then": "Area camper senza nome" - } - } - }, - "description": "Aree camper", - "tagRenderings": { - "1": { - "render": "Questo luogo è chiamato {name}", - "question": "Come viene chiamato questo luogo?" - }, - "2": { - "question": "Ha una tariffa questo luogo?", - "mappings": { - "0": { - "then": "Devi pagare per usarlo" - }, - "1": { - "then": "Può essere usato gratuitamente" - } - } - }, - "3": { - "render": "Questo luogo costa {charge}", - "question": "Quanto costa questo luogo?" - }, - "4": { - "question": "Questo luogo ha una stazione per lo scarico delle acque?", - "mappings": { - "0": { - "then": "Questo luogo ha una stazione per lo scarico delle acque" - }, - "1": { - "then": "Questo luogo non ha una stazione per lo scarico delle acque" - } - } - }, - "5": { - "render": "{capacity} camper possono usare questo luogo al contempo", - "question": "Quanti camper possono stare qua? (non rispondere se non c’è un numero chario di spazi o veicoli ammessi)" - }, - "6": { - "question": "Questo luogo ha l’accesso a internet?", - "mappings": { - "0": { - "then": "C’è l’accesso a internet" - }, - "1": { - "then": "C’è l’accesso a internet" - }, - "2": { - "then": "Non c’è l’accesso a internet" - } - } - }, - "7": { - "question": "Occorre pagare per avere l’accesso a internet?", - "mappings": { - "0": { - "then": "Occorre pagare un extra per avere l’accesso a internet" - }, - "1": { - "then": "Non occorre pagare per l’accesso a internet" - } - } - }, - "8": { - "question": "Questo luogo dispone di servizi igienici?", - "mappings": { - "0": { - "then": "Questo luogo ha i servizi igienici" - }, - "1": { - "then": "Questo luogo non ha i servizi igienici" - } - } - }, - "9": { - "render": "Sito web ufficiale: {website}", - "question": "Questo luogo ha un sito web?" - }, - "10": { - "question": "Questo luogo offre spazi per il noleggio a lungo termine?", - "mappings": { - "0": { - "then": "Sì, ci sono spazi per il noleggio a lungo termine, ma puoi anche pagare per singola giornata" - }, - "1": { - "then": "No, non ci sono ospiti a lungo termine qui" - }, - "2": { - "then": "Puoi soggiornare qui solo se hai un contratto a lungo termine (se selezioni questa opzione, questo luogo sarà rimosso da questa mappa)" - } - } - }, - "11": { - "render": "Maggiori dettagli su questo luogo: {description}", - "question": "Desideri aggiungere una descrizione del luogo? (Non vanno ripetute informazioni già richieste e mostrate precedentemente. Si prega di attenersi a dati oggettivi - le opinioni vanno nelle recensioni)" - } - }, - "presets": { - "0": { - "title": "luogo di campeggio", - "description": "Aggiungi una nuova area di sosta ufficiale per camper. Si tratta di aree destinate alla sosta notturna dei camper. Potrebbe trattarsi di luoghi di campeggio o semplici parcheggi. Potrebbero anche non essere segnalati sul posto, ma semplicemente indicati in una delibera comunale. Un parcheggio destinato ai camper in cui non è però consentito trascorrere la notte -non- va considerato un'area di sosta per camper. " - } - } - }, - "1": { - "name": "Luoghi di sversamento delle acque reflue", - "title": { - "render": "Luogo di sversamento {name}", - "mappings": { - "0": { - "then": "Luogo di sversamento" - } - } - }, - "description": "Luoghi di sversamento delle acque reflue", - "tagRenderings": { - "1": { - "question": "Questo luogo è a pagamento?", - "mappings": { - "0": { - "then": "A pagamento" - }, - "1": { - "then": "È gratuito" - } - } - }, - "2": { - "render": "Ha una tariffa di {charge}", - "question": "Qual è la tariffa di questo luogo?" - }, - "3": { - "question": "Questo luogo ha un punto per l'approvvigionamento di acqua?", - "mappings": { - "0": { - "then": "Questo luogo ha un punto per l'approvvigionamento di acqua" - }, - "1": { - "then": "Questo luogo non ha un punto per l'approvvigionamento di acqua" - } - } - }, - "4": { - "question": "Si possono smaltire le acque grigie qui?", - "mappings": { - "0": { - "then": "Si possono smaltire le acque grigie qui" - }, - "1": { - "then": "Non si possono smaltire le acque grigie qui" - } - } - }, - "5": { - "question": "È possibile smaltire le acque del WC chimico qui?", - "mappings": { - "0": { - "then": "È possibile smaltire le acque del WC chimico qui" - }, - "1": { - "then": "Non è possibile smaltire le acque del WC chimico qui" - } - } - }, - "6": { - "question": "Chi può utilizzare questo luogo di sversamento?", - "mappings": { - "0": { - "then": "Servono una chiave o un codice di accesso" - }, - "1": { - "then": "È obbligatorio essere un cliente di questo campeggio o di questa area camper" - }, - "2": { - "then": "Chiunque può farne uso" - }, - "3": { - "then": "Chiunque può farne uso" - } - } - }, - "7": { - "render": "Questo luogo è parte della rete {network}", - "question": "Di quale rete fa parte questo luogo? (se non fa parte di nessuna rete, salta)" - } - }, - "presets": { - "0": { - "title": "luogo di sversamento delle acque reflue", - "description": "Aggiungi un nuovo luogo di sversamento delle acque reflue. Si tratta di luoghi dove chi viaggia in camper può smaltire le acque grigie o le acque nere. Spesso forniscono anche acqua ed elettricità." - } - } - } + "aed": { + "title": "Mappa dei defibrillatori (DAE)", + "description": "Su questa mappa puoi trovare e segnalare i defibrillatori nelle vicinanze" }, - "roamingRenderings": { - "0": { - "render": "Questo luogo è gestito da {operator}", - "question": "Chi gestisce questo luogo?" - }, - "1": { - "question": "Questo luogo fornisce corrente elettrica?", - "mappings": { - "0": { - "then": "Questo luogo fornisce corrente elettrica" - }, - "1": { - "then": "Questo luogo non fornisce corrente elettrica" - } - } - } - } - }, - "charging_stations": { - "title": "Stazioni di ricarica", - "shortDescription": "Una mappa mondiale delle stazioni di ricarica", - "description": "Su questa mappa aperta, puoi individuare le stazioni di ricarica o aggiungere informazioni" - }, - "climbing": { - "title": "Mappa aperta per le arrampicate", - "layers": { - "2": { - "title": { - "render": "Via di arrampicata", - "mappings": { + "artwork": { + "title": "Mappa libera delle opere d'arte", + "description": "Benvenuto/a sulla mappa libera dell’arte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo", + "layers": { "0": { - "then": "Via di arrampicata {name}" + "name": "Opere d’arte", + "title": { + "render": "Opera d’arte", + "mappings": { + "0": { + "then": "Opera {name}" + } + } + }, + "description": "Diverse opere d’arte", + "presets": { + "0": { + "title": "Opera d’arte" + } + }, + "tagRenderings": { + "1": { + "render": "Si tratta di un {artwork_type}", + "question": "Che tipo di opera d’arte è questo?", + "mappings": { + "0": { + "then": "Architettura" + }, + "1": { + "then": "Murale" + }, + "2": { + "then": "Dipinto" + }, + "3": { + "then": "Scultura" + }, + "4": { + "then": "Statua" + }, + "5": { + "then": "Busto" + }, + "6": { + "then": "Masso" + }, + "7": { + "then": "Istallazione" + }, + "8": { + "then": "Graffiti" + }, + "9": { + "then": "Rilievo" + }, + "10": { + "then": "Azulejo (ornamento decorativo piastrellato spagnolo)" + }, + "11": { + "then": "Mosaico di piastrelle" + } + } + }, + "2": { + "question": "Quale artista ha creato quest’opera?", + "render": "Creato da {artist_name}" + }, + "3": { + "question": "Esiste un sito web con maggiori informazioni su quest’opera?", + "render": "Ulteriori informazioni su questo sito web" + }, + "4": { + "question": "Quale elemento Wikidata corrisponde a quest’opera d’arte?", + "render": "Corrisponde a {wikidata}" + } + } } - } - }, - "tagRenderings": { - "3": { - "render": "{name}", - "question": "Come si chiama questa via di arrampicata?", - "mappings": { - "0": { - "then": "Questa via di arrampicata non ha un nome" - } - } - }, - "4": { - "question": "Quanto è lunga questa via di arrampicata (in metri)?", - "render": "Questo percorso è lungo {canonical(climbing:length)}" - }, - "5": { - "question": "Qual è la difficoltà di questa via di arrampicata nel sistema francese/belga?", - "render": "Il grado di difficoltà è {climbing:grade:french} nel sistema francese/belga" - } } - } - } - }, - "cyclestreets": { - "roamingRenderings": { - "0": { - "mappings": { - "3": { - "then": "Questa strada non è una strada ciclabile" - } - } - }, - "1": { - "question": "Questa strada diventerà una strada ciclabile quando?", - "render": "Questa strada diventerà una strada ciclabile dal {cyclestreet:start_date}" - } }, - "layers": { - "0": { - "name": "Strade ciclabili", - "description": "Una strada ciclabile è una strada in cui i veicoli a motore non possono sorpassare le persone in bicicletta" - }, - "1": { - "name": "Futura strada ciclabile", - "description": "Questa strada diventerà presto una strada ciclabile", - "title": { - "render": "Futura strada ciclabile", - "mappings": { + "benches": { + "title": "Panchine", + "shortDescription": "Una mappa delle panchine", + "description": "Questa mappa mostra tutte le panchine che sono state aggiunte su OpenStreetMap: panchine individuali e quelle alle fermate del trasporto pubblico o nei ripari. Se disponi di un account OpenStreetMap puoi mappare delle nuove panchine o modificare i dettagli di quelle esistenti." + }, + "bicyclelib": { + "title": "Biciclette in prestito", + "description": "«Biciclette in prestito» è un luogo dove le biciclette possono essere prese in prestito, spesso in cambio di un piccolo contributo annuale. Un caso degno di nota è quello delle biciclette in prestito per bambini che permettono loro di cambiare le dimensioni della propria bici quando quella attuale diventa troppo piccola" + }, + "bike_monitoring_stations": { + "title": "Stazioni di monitoraggio biciclette", + "shortDescription": "Stazioni di monitoraggio bici con dati in tempo reale forniti da Bruxelles Mobility", + "description": "Questo tema mostra le stazioni di monitoraggio bici con dati dal vivo" + }, + "bookcases": { + "title": "Mappa libera delle microbiblioteche", + "description": "Una minibiblioteca è una piccola cabina a lato della strada, una scatola, una vecchia cabina telefonica o qualche altro contenitore che ospita libri. Tutti può lasciare o prendere un libro. Questa mappa punta a rappresentarle tutte. Puoi facilmente scoprire nuove minibiblioteche nelle tue vicinanze e, con un account gratuito su OpenStreetMap, puoi aggiungerne altre." + }, + "campersite": { + "title": "Aree camper", + "shortDescription": "Trova aree dove passare la notte con il tuo camper", + "description": "Questo sito raccoglie tutti i luoghi ufficiali dove sostare con il camper e aree dove è possibile scaricare acque grigie e nere. Puoi aggiungere dettagli riguardanti i servizi forniti e il loro costo. Aggiungi foto e recensioni. Questo è al contempo un sito web e una web app. I dati sono memorizzati su OpenStreetMap in modo tale che siano per sempre liberi e riutilizzabili da qualsiasi app.", + "layers": { "0": { - "then": "{name} diventerà presto una strada ciclabile" - } - } - } - }, - "2": { - "name": "Tutte le strade", - "description": "Livello per contrassegnare tutte le strade come strade ciclabili", - "title": { - "render": "Strada" - } - } - } - }, - "cyclofix": { - "title": "Cyclofix - una mappa libera per chi va in bici", - "description": "Questa mappa offre a chi va in bici una soluzione semplice per trovare tutte le infrastrutture di cui ha bisogno.

Puoi tracciare la tua posizione esatta (solo su mobile) e selezionare i livelli che ti interessano nell'angolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare punti di interesse alla mappa e aggiungere nuove informazioni rispendendo alle domande.

Tutte le modifiche che apporterai saranno automaticamente salvate nel database mondiale di OpenStreetMap e potranno essere liberamente riutilizzate da tutti e tutte.

Per maggiori informazioni sul progetto ciclofix, visita cyclofix.osm.be." - }, - "drinking_water": { - "title": "Acqua potabile", - "description": "Questa mappa mostra tutti i luoghi in cui è disponibile acqua potabile ed è possibile aggiungerne di nuovi" - }, - "facadegardens": { - "title": "Giardini verticali", - "shortDescription": "Questa mappa mostra i giardini verticali, con foto e informazioni utili sulla loro orientazione, sull'illuminazione solare e sui tipi di piante.", - "layers": { - "0": { - "tagRenderings": { - "2": { - "mappings": { - "0": { - "then": "Il giardino è completamente illuminato dal sole" - }, - "1": { - "then": "Il giardino è parzialmente in ombra" - }, - "2": { - "then": "Il giardino è in ombra" - } + "name": "Aree camper", + "title": { + "render": "Area camper {name}", + "mappings": { + "0": { + "then": "Area camper senza nome" + } + } + }, + "description": "Aree camper", + "tagRenderings": { + "1": { + "render": "Questo luogo è chiamato {name}", + "question": "Come viene chiamato questo luogo?" + }, + "2": { + "question": "Ha una tariffa questo luogo?", + "mappings": { + "0": { + "then": "Devi pagare per usarlo" + }, + "1": { + "then": "Può essere usato gratuitamente" + } + } + }, + "3": { + "render": "Questo luogo costa {charge}", + "question": "Quanto costa questo luogo?" + }, + "4": { + "question": "Questo luogo ha una stazione per lo scarico delle acque?", + "mappings": { + "0": { + "then": "Questo luogo ha una stazione per lo scarico delle acque" + }, + "1": { + "then": "Questo luogo non ha una stazione per lo scarico delle acque" + } + } + }, + "5": { + "render": "{capacity} camper possono usare questo luogo al contempo", + "question": "Quanti camper possono stare qua? (non rispondere se non c’è un numero chario di spazi o veicoli ammessi)" + }, + "6": { + "question": "Questo luogo ha l’accesso a internet?", + "mappings": { + "0": { + "then": "C’è l’accesso a internet" + }, + "1": { + "then": "C’è l’accesso a internet" + }, + "2": { + "then": "Non c’è l’accesso a internet" + } + } + }, + "7": { + "question": "Occorre pagare per avere l’accesso a internet?", + "mappings": { + "0": { + "then": "Occorre pagare un extra per avere l’accesso a internet" + }, + "1": { + "then": "Non occorre pagare per l’accesso a internet" + } + } + }, + "8": { + "question": "Questo luogo dispone di servizi igienici?", + "mappings": { + "0": { + "then": "Questo luogo ha i servizi igienici" + }, + "1": { + "then": "Questo luogo non ha i servizi igienici" + } + } + }, + "9": { + "render": "Sito web ufficiale: {website}", + "question": "Questo luogo ha un sito web?" + }, + "10": { + "question": "Questo luogo offre spazi per il noleggio a lungo termine?", + "mappings": { + "0": { + "then": "Sì, ci sono spazi per il noleggio a lungo termine, ma puoi anche pagare per singola giornata" + }, + "1": { + "then": "No, non ci sono ospiti a lungo termine qui" + }, + "2": { + "then": "Puoi soggiornare qui solo se hai un contratto a lungo termine (se selezioni questa opzione, questo luogo sarà rimosso da questa mappa)" + } + } + }, + "11": { + "render": "Maggiori dettagli su questo luogo: {description}", + "question": "Desideri aggiungere una descrizione del luogo? (Non vanno ripetute informazioni già richieste e mostrate precedentemente. Si prega di attenersi a dati oggettivi - le opinioni vanno nelle recensioni)" + } + }, + "presets": { + "0": { + "title": "luogo di campeggio", + "description": "Aggiungi una nuova area di sosta ufficiale per camper. Si tratta di aree destinate alla sosta notturna dei camper. Potrebbe trattarsi di luoghi di campeggio o semplici parcheggi. Potrebbero anche non essere segnalati sul posto, ma semplicemente indicati in una delibera comunale. Un parcheggio destinato ai camper in cui non è però consentito trascorrere la notte -non- va considerato un'area di sosta per camper. " + } + } }, - "question": "Il giardino è al sole o in ombra?" - }, - "3": { - "mappings": { - "0": { - "then": "C'è un contenitore per raccogliere la pioggia" - }, - "1": { - "then": "Non c'è un contenitore per raccogliere la pioggia" - } + "1": { + "name": "Luoghi di sversamento delle acque reflue", + "title": { + "render": "Luogo di sversamento {name}", + "mappings": { + "0": { + "then": "Luogo di sversamento" + } + } + }, + "description": "Luoghi di sversamento delle acque reflue", + "tagRenderings": { + "1": { + "question": "Questo luogo è a pagamento?", + "mappings": { + "0": { + "then": "A pagamento" + }, + "1": { + "then": "È gratuito" + } + } + }, + "2": { + "render": "Ha una tariffa di {charge}", + "question": "Qual è la tariffa di questo luogo?" + }, + "3": { + "question": "Questo luogo ha un punto per l'approvvigionamento di acqua?", + "mappings": { + "0": { + "then": "Questo luogo ha un punto per l'approvvigionamento di acqua" + }, + "1": { + "then": "Questo luogo non ha un punto per l'approvvigionamento di acqua" + } + } + }, + "4": { + "question": "Si possono smaltire le acque grigie qui?", + "mappings": { + "0": { + "then": "Si possono smaltire le acque grigie qui" + }, + "1": { + "then": "Non si possono smaltire le acque grigie qui" + } + } + }, + "5": { + "question": "È possibile smaltire le acque del WC chimico qui?", + "mappings": { + "0": { + "then": "È possibile smaltire le acque del WC chimico qui" + }, + "1": { + "then": "Non è possibile smaltire le acque del WC chimico qui" + } + } + }, + "6": { + "question": "Chi può utilizzare questo luogo di sversamento?", + "mappings": { + "0": { + "then": "Servono una chiave o un codice di accesso" + }, + "1": { + "then": "È obbligatorio essere un cliente di questo campeggio o di questa area camper" + }, + "2": { + "then": "Chiunque può farne uso" + }, + "3": { + "then": "Chiunque può farne uso" + } + } + }, + "7": { + "render": "Questo luogo è parte della rete {network}", + "question": "Di quale rete fa parte questo luogo? (se non fa parte di nessuna rete, salta)" + } + }, + "presets": { + "0": { + "title": "luogo di sversamento delle acque reflue", + "description": "Aggiungi un nuovo luogo di sversamento delle acque reflue. Si tratta di luoghi dove chi viaggia in camper può smaltire le acque grigie o le acque nere. Spesso forniscono anche acqua ed elettricità." + } + } } - }, - "4": { - "render": "Data di realizzazione del giardino: {start_date}", - "question": "Quando è stato realizzato il giardino? (è sufficiente l'anno)" - }, - "5": { - "mappings": { - "0": { - "then": "Ci sono piante commestibili" - }, - "1": { - "then": "Non ci sono piante commestibili" - } + }, + "roamingRenderings": { + "0": { + "render": "Questo luogo è gestito da {operator}", + "question": "Chi gestisce questo luogo?" }, - "question": "Ci sono piante commestibili?" - }, - "6": { - "question": "Che tipi di piante sono presenti qui?", - "mappings": { - "0": { - "then": "Ci sono viti" - }, - "1": { - "then": "Ci sono piante da fiore" - }, - "2": { - "then": "Ci sono arbusti" - }, - "3": { - "then": "Ci sono piante tappezzanti" - } + "1": { + "question": "Questo luogo fornisce corrente elettrica?", + "mappings": { + "0": { + "then": "Questo luogo fornisce corrente elettrica" + }, + "1": { + "then": "Questo luogo non fornisce corrente elettrica" + } + } + } + } + }, + "charging_stations": { + "title": "Stazioni di ricarica", + "shortDescription": "Una mappa mondiale delle stazioni di ricarica", + "description": "Su questa mappa aperta, puoi individuare le stazioni di ricarica o aggiungere informazioni" + }, + "climbing": { + "title": "Mappa aperta per le arrampicate", + "layers": { + "2": { + "title": { + "render": "Via di arrampicata", + "mappings": { + "0": { + "then": "Via di arrampicata {name}" + } + } + }, + "tagRenderings": { + "3": { + "render": "{name}", + "question": "Come si chiama questa via di arrampicata?", + "mappings": { + "0": { + "then": "Questa via di arrampicata non ha un nome" + } + } + }, + "4": { + "question": "Quanto è lunga questa via di arrampicata (in metri)?", + "render": "Questo percorso è lungo {canonical(climbing:length)}" + }, + "5": { + "question": "Qual è la difficoltà di questa via di arrampicata nel sistema francese/belga?", + "render": "Il grado di difficoltà è {climbing:grade:french} nel sistema francese/belga" + } + } + } + } + }, + "cyclestreets": { + "roamingRenderings": { + "0": { + "mappings": { + "3": { + "then": "Questa strada non è una strada ciclabile" + } + } + }, + "1": { + "question": "Questa strada diventerà una strada ciclabile quando?", + "render": "Questa strada diventerà una strada ciclabile dal {cyclestreet:start_date}" } - }, - "7": { - "render": "Maggiori dettagli: {description}", - "question": "Altre informazioni per descrivere il giardino (se necessarie e non riportate qui sopra)" - } }, - "presets": { - "0": { - "title": "giardino verticale", - "description": "Aggiungi un giardino verticale" - } - } - } - } - }, - "hailhydrant": { - "layers": { - "0": { - "tagRenderings": { - "0": { - "mappings": { - "2": { - "then": "L'idrante è rosso." - } + "layers": { + "0": { + "name": "Strade ciclabili", + "description": "Una strada ciclabile è una strada in cui i veicoli a motore non possono sorpassare le persone in bicicletta" + }, + "1": { + "name": "Futura strada ciclabile", + "description": "Questa strada diventerà presto una strada ciclabile", + "title": { + "render": "Futura strada ciclabile", + "mappings": { + "0": { + "then": "{name} diventerà presto una strada ciclabile" + } + } + } + }, + "2": { + "name": "Tutte le strade", + "description": "Livello per contrassegnare tutte le strade come strade ciclabili", + "title": { + "render": "Strada" + } } - }, - "1": { - "question": "Di che tipo è questo idrante?", - "render": " Tipo di idrante: {fire_hydrant:type}", - "mappings": { - "0": { - "then": "Il tipo di idrante è sconosciuto." - } + } + }, + "cyclofix": { + "title": "Cyclofix - una mappa libera per chi va in bici", + "description": "Questa mappa offre a chi va in bici una soluzione semplice per trovare tutte le infrastrutture di cui ha bisogno.

Puoi tracciare la tua posizione esatta (solo su mobile) e selezionare i livelli che ti interessano nell'angolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare punti di interesse alla mappa e aggiungere nuove informazioni rispendendo alle domande.

Tutte le modifiche che apporterai saranno automaticamente salvate nel database mondiale di OpenStreetMap e potranno essere liberamente riutilizzate da tutti e tutte.

Per maggiori informazioni sul progetto ciclofix, visita cyclofix.osm.be." + }, + "drinking_water": { + "title": "Acqua potabile", + "description": "Questa mappa mostra tutti i luoghi in cui è disponibile acqua potabile ed è possibile aggiungerne di nuovi" + }, + "facadegardens": { + "title": "Giardini verticali", + "shortDescription": "Questa mappa mostra i giardini verticali, con foto e informazioni utili sulla loro orientazione, sull'illuminazione solare e sui tipi di piante.", + "layers": { + "0": { + "tagRenderings": { + "2": { + "mappings": { + "0": { + "then": "Il giardino è completamente illuminato dal sole" + }, + "1": { + "then": "Il giardino è parzialmente in ombra" + }, + "2": { + "then": "Il giardino è in ombra" + } + }, + "question": "Il giardino è al sole o in ombra?" + }, + "3": { + "mappings": { + "0": { + "then": "C'è un contenitore per raccogliere la pioggia" + }, + "1": { + "then": "Non c'è un contenitore per raccogliere la pioggia" + } + } + }, + "4": { + "render": "Data di realizzazione del giardino: {start_date}", + "question": "Quando è stato realizzato il giardino? (è sufficiente l'anno)" + }, + "5": { + "mappings": { + "0": { + "then": "Ci sono piante commestibili" + }, + "1": { + "then": "Non ci sono piante commestibili" + } + }, + "question": "Ci sono piante commestibili?" + }, + "6": { + "question": "Che tipi di piante sono presenti qui?", + "mappings": { + "0": { + "then": "Ci sono viti" + }, + "1": { + "then": "Ci sono piante da fiore" + }, + "2": { + "then": "Ci sono arbusti" + }, + "3": { + "then": "Ci sono piante tappezzanti" + } + } + }, + "7": { + "render": "Maggiori dettagli: {description}", + "question": "Altre informazioni per descrivere il giardino (se necessarie e non riportate qui sopra)" + } + }, + "presets": { + "0": { + "title": "giardino verticale", + "description": "Aggiungi un giardino verticale" + } + } } - } } - }, - "2": { - "name": "Mappa delle caserme dei vigili del fuoco", - "title": { - "render": "Caserma dei vigili del fuoco" - }, - "description": "Livello che mostra le caserme dei vigili del fuoco.", - "tagRenderings": { - "0": { - "question": "Come si chiama questa caserma dei vigili del fuoco?", - "render": "Questa caserma si chiama {name}." - }, - "1": { - "question": " Qual è il nome della via in cui si trova la caserma?" - } + }, + "hailhydrant": { + "layers": { + "0": { + "tagRenderings": { + "0": { + "mappings": { + "2": { + "then": "L'idrante è rosso." + } + } + }, + "1": { + "question": "Di che tipo è questo idrante?", + "render": " Tipo di idrante: {fire_hydrant:type}", + "mappings": { + "0": { + "then": "Il tipo di idrante è sconosciuto." + } + } + } + } + }, + "2": { + "name": "Mappa delle caserme dei vigili del fuoco", + "title": { + "render": "Caserma dei vigili del fuoco" + }, + "description": "Livello che mostra le caserme dei vigili del fuoco.", + "tagRenderings": { + "0": { + "question": "Come si chiama questa caserma dei vigili del fuoco?", + "render": "Questa caserma si chiama {name}." + }, + "1": { + "question": " Qual è il nome della via in cui si trova la caserma?" + } + } + } } - } + }, + "trees": { + "title": "Alberi", + "shortDescription": "Mappa tutti gli alberi", + "description": "Mappa tutti gli alberi!" } - }, - "trees": { - "title": "Alberi", - "shortDescription": "Mappa tutti gli alberi", - "description": "Mappa tutti gli alberi!" - } } \ No newline at end of file diff --git a/langs/themes/ja.json b/langs/themes/ja.json index a4caa70d8..26df69642 100644 --- a/langs/themes/ja.json +++ b/langs/themes/ja.json @@ -1,1018 +1,1018 @@ { - "aed": { - "title": "オープンAEDマップ", - "description": "この地図では近くにある除細動器(AED)を見つけてマークします" - }, - "artwork": { - "title": "オープン アートワーク マップ", - "description": "オープン アートワーク マップへようこそ。世界中の銅像や胸像、壁の落書きなどのアートワークの地図です", - "layers": { - "0": { - "name": "美術品", - "title": { - "render": "アートワーク", - "mappings": { - "0": { - "then": "アートワーク {name}" - } - } - }, - "description": "多様な作品", - "presets": { - "0": { - "title": "アートワーク" - } - }, - "tagRenderings": { - "1": { - "render": "これは{artwork_type}です", - "question": "この作品の種類は何ですか?", - "mappings": { - "0": { - "then": "建物" - }, - "1": { - "then": "壁画" - }, - "2": { - "then": "絵画" - }, - "3": { - "then": "彫刻" - }, - "4": { - "then": "彫像" - }, - "5": { - "then": "胸像" - }, - "6": { - "then": "石" - }, - "7": { - "then": "インスタレーション" - }, - "8": { - "then": "落書き" - }, - "9": { - "then": "レリーフ" - }, - "10": { - "then": "Azulejo (スペインの装飾タイル)" - }, - "11": { - "then": "タイルワーク" - } - } - }, - "2": { - "question": "どのアーティストが作ったんですか?", - "render": "作成者:{artist_name}" - }, - "3": { - "question": "この作品についての詳しい情報はどのウェブサイトにありますか?", - "render": "Webサイトに詳細情報がある" - }, - "4": { - "question": "このアートワークに関するWikidataのエントリーはどれですか?", - "render": "{wikidata}に関連する" - } - } - } - } - }, - "benches": { - "title": "ベンチ", - "shortDescription": "ベンチの地図", - "description": "このマップには、OpenStreetMapに記録されているすべてのベンチが表示されます。個々のベンチ、および公共交通機関の停留所または避難場所に属するベンチです。OpenStreetMapアカウントを使用すると、新しいベンチをマップしたり、既存のベンチの詳細を編集したりできます。" - }, - "bicyclelib": { - "title": "自転車ライブラリ", - "description": "自転車ライブラリは、少額の年間料金で自転車を借りられる場所です。注目すべきユースケースとしては、子供向けの自転車ライブラリで、子どもの成長にあわせて大きな自転車へ借り替えられます" - }, - "bike_monitoring_stations": { - "title": "自転車監視ステーション", - "shortDescription": "Brussels Mobilityのライブデータを使用した自転車モニタリングステーション", - "description": "このテーマでは、ライブデータのある自転車監視ステーションを示します" - }, - "bookcases": { - "title": "オープン本棚マップ", - "description": "公共の本棚とは、本が保管されている小さな街角のキャビネット、箱、古い電話のトランク、その他の物のことです。誰でも本を置いたり持ったりすることができます。このマップは、すべての公共の本棚を収集することを目的としています。近くで新しい本棚を見つけることができ、無料のOpenStreetMapアカウントを使えば、お気に入りの本棚を簡単に追加できます。" - }, - "campersite": { - "title": "キャンプサイト", - "shortDescription": "キャンパーと夜を共にするキャンプサイトを見つける", - "description": "このWebサイトでは、すべてのキャンピングカーの公式停車場所と、汚水を捨てることができる場所を収集します。提供されるサービスとコストに関する詳細を追加できます。写真とレビューを追加します。これはウェブサイトとウェブアプリです。データはOpenStreetMapに保存されるので、永遠に無料で、どんなアプリからでも再利用できます。", - "layers": { - "0": { - "name": "キャンプサイト", - "title": { - "render": "キャンプサイト {name}", - "mappings": { - "0": { - "then": "無名のキャンプサイト" - } - } - }, - "description": "キャンプサイト", - "tagRenderings": { - "1": { - "render": "この場所は {name} と呼ばれています", - "question": "ここは何というところですか?" - }, - "2": { - "question": "ここは有料ですか?", - "mappings": { - "0": { - "then": "使用料を支払う必要がある" - }, - "1": { - "then": "無料で使用可能" - } - } - }, - "3": { - "render": "この場所は{charge} が必要", - "question": "ここはいくらかかりますか?" - }, - "4": { - "question": "この場所に衛生的なゴミ捨て場はありますか?", - "mappings": { - "0": { - "then": "この場所には衛生的なゴミ捨て場がある" - }, - "1": { - "then": "この場所には衛生的なゴミ捨て場がない" - } - } - }, - "5": { - "render": "{capacity} 人が同時に使用できます", - "question": "ここには何人のキャンパーが泊まれますか?(許可された車両の数や駐車スペースが明らかでない場合は省略)" - }, - "6": { - "question": "この場所はインターネットにアクセスできますか?", - "mappings": { - "0": { - "then": "インターネットアクセスがある" - }, - "1": { - "then": "インターネットアクセスがある" - }, - "2": { - "then": "インターネットにアクセスできない" - } - } - }, - "7": { - "question": "インターネット接続にお金はかかりますか?", - "mappings": { - "0": { - "then": "インターネット接続には別途料金が必要です" - }, - "1": { - "then": "インターネット接続に追加料金を支払う必要はありません" - } - } - }, - "8": { - "question": "ここにトイレはありますか?", - "mappings": { - "0": { - "then": "ここにはトイレがある" - }, - "1": { - "then": "ここにはトイレがない" - } - } - }, - "9": { - "render": "公式Webサイト: {website}", - "question": "ここにはウェブサイトがありますか?" - }, - "10": { - "question": "ここには長期レンタルのスポットがありますか?", - "mappings": { - "0": { - "then": "はい、長期レンタルのスポットもあり、日常的に滞在することもできます" - }, - "1": { - "then": "いいえ、ここには長期滞在者はいません" - }, - "2": { - "then": "長期契約をしている場合のみ宿泊可能です(これを選択すると、この場所はこの地図から消えます)" - } - } - }, - "11": { - "render": "この場所の詳細:{description}", - "question": "この場所の一般的な説明を追加しますか?(前に問い合わせた情報や上記の情報を繰り返し入力しないでください。客観的な意見はレビューに反映されます)" - } - }, - "presets": { - "0": { - "title": "キャンプサイト", - "description": "新しい公式キャンプサイトを追加します。お客様のキャンピングカーで一泊する指定の場所です。本物のキャンプのように見えるかもしれないし、単なる駐車場のように見えるかもしれない。それらは全く署名されていないかもしれませんが、自治体の決定で定義されているだけです。夜を過ごすことが予想されないキャンパー向けの通常の駐車場は、キャンプサイトではない " - } - } - }, - "1": { - "name": "衛生ゴミ捨て場", - "title": { - "render": "ゴミ捨て場 {name}", - "mappings": { - "0": { - "then": "ゴミ捨て場" - } - } - }, - "description": "衛生ゴミ捨て場", - "tagRenderings": { - "1": { - "question": "ここは有料ですか?", - "mappings": { - "0": { - "then": "使用料を支払う必要がある" - }, - "1": { - "then": "無料で使用可能" - } - } - }, - "2": { - "render": "この場所は{charge} が必要", - "question": "ここはいくらかかりますか?" - }, - "3": { - "question": "この場所には給水所がありますか?", - "mappings": { - "0": { - "then": "この場所には給水所がある" - }, - "1": { - "then": "この場所には給水所がない" - } - } - }, - "4": { - "question": "汚水(雑排水)はこちらで処分できますか?", - "mappings": { - "0": { - "then": "ここで汚水(雑排水)を捨てることができます" - }, - "1": { - "then": "ここでは汚水(雑排水)を捨てることはできない" - } - } - }, - "5": { - "question": "携帯トイレのゴミはこちらで処分できますか?", - "mappings": { - "0": { - "then": "携帯トイレのゴミはここで処分できます" - }, - "1": { - "then": "ここでは携帯トイレの廃棄物を処分することはできません" - } - } - }, - "6": { - "question": "このゴミ捨て場は誰が使えるんですか?", - "mappings": { - "0": { - "then": "これを使用するには、ネットワークキー/コードが必要です" - }, - "1": { - "then": "この場所を使用するには、キャンプ/キャンプサイトのお客様である必要があります" - }, - "2": { - "then": "誰でもこのゴミ捨て場を使用できます" - }, - "3": { - "then": "誰でもこのゴミ捨て場を使用できます" - } - } - }, - "7": { - "render": "このステーションはネットワーク{network}の一部です", - "question": "ここは何のネットワークの一部ですか?(なければスキップ)" - } - }, - "presets": { - "0": { - "title": "衛生ゴミ捨て場", - "description": "新しい衛生ゴミ捨て場を追加します。ここは、キャンピングカーの運転手が排水や携帯トイレの廃棄物を捨てることができる場所です。飲料水や電気もあることが多いです。" - } - } - } + "aed": { + "title": "オープンAEDマップ", + "description": "この地図では近くにある除細動器(AED)を見つけてマークします" }, - "roamingRenderings": { - "0": { - "render": "この場所は{operator}によって運営されます", - "question": "この店は誰が経営しているんですか?" - }, - "1": { - "question": "この場所に電源はありますか?", - "mappings": { - "0": { - "then": "この場所には電源があります" - }, - "1": { - "then": "この場所には電源がありません" - } - } - } - } - }, - "charging_stations": { - "title": "充電ステーション", - "shortDescription": "充電ステーションの世界地図", - "description": "このオープンマップでは充電ステーションに関する情報を見つけてマークすることができます" - }, - "climbing": { - "title": "登山地図を開く", - "description": "この地図には、自然の中のクライミングジム、ボルダリングホール、岩など、さまざまなクライミングの機会があります。", - "descriptionTail": "登山地図はもともと Christian Neumann によって作成されたものです。フィードバックや質問がありましたら、ご連絡ください。

このプロジェクトでは、OpenStreetMapプロジェクトのデータを使用します。

", - "layers": { - "0": { - "name": "クライミングクラブ", - "title": { - "render": "クライミングクラブ", - "mappings": { + "artwork": { + "title": "オープン アートワーク マップ", + "description": "オープン アートワーク マップへようこそ。世界中の銅像や胸像、壁の落書きなどのアートワークの地図です", + "layers": { "0": { - "then": "クライミングNGO" + "name": "美術品", + "title": { + "render": "アートワーク", + "mappings": { + "0": { + "then": "アートワーク {name}" + } + } + }, + "description": "多様な作品", + "presets": { + "0": { + "title": "アートワーク" + } + }, + "tagRenderings": { + "1": { + "render": "これは{artwork_type}です", + "question": "この作品の種類は何ですか?", + "mappings": { + "0": { + "then": "建物" + }, + "1": { + "then": "壁画" + }, + "2": { + "then": "絵画" + }, + "3": { + "then": "彫刻" + }, + "4": { + "then": "彫像" + }, + "5": { + "then": "胸像" + }, + "6": { + "then": "石" + }, + "7": { + "then": "インスタレーション" + }, + "8": { + "then": "落書き" + }, + "9": { + "then": "レリーフ" + }, + "10": { + "then": "Azulejo (スペインの装飾タイル)" + }, + "11": { + "then": "タイルワーク" + } + } + }, + "2": { + "question": "どのアーティストが作ったんですか?", + "render": "作成者:{artist_name}" + }, + "3": { + "question": "この作品についての詳しい情報はどのウェブサイトにありますか?", + "render": "Webサイトに詳細情報がある" + }, + "4": { + "question": "このアートワークに関するWikidataのエントリーはどれですか?", + "render": "{wikidata}に関連する" + } + } } - } - }, - "description": "クライミングクラブや団体", - "tagRenderings": { - "0": { - "render": "{name}", - "question": "この登山クラブやNGOの名前は何ですか?" - } - }, - "presets": { - "0": { - "title": "クライミングクラブ", - "description": "クライミングクラブ" - }, - "1": { - "title": "クライミングNGO", - "description": "登山に関わるNGO" - } } - }, - "1": { - "name": "クライミングジム", - "title": { - "render": "クライミングジム", - "mappings": { - "0": { - "then": "クライミングジム{name}" - } - } - }, - "description": "クライミングジム", - "tagRenderings": { - "3": { - "render": "{name}", - "question": "このクライミングジムは何という名前ですか?" - } - } - }, - "2": { - "name": "登坂ルート", - "title": { - "render": "登坂ルート", - "mappings": { - "0": { - "then": "登坂ルート{name}" - } - } - }, - "tagRenderings": { - "3": { - "render": "{name}", - "question": "この登坂ルートの名前は何ですか?", - "mappings": { - "0": { - "then": "この登坂ルートには名前がありません" - } - } - }, - "4": { - "render": "このルート長は、 {canonical(climbing:length)} メーターです" - }, - "5": { - "render": "フランス/ベルギーのランク評価システムによると、{climbing:grade:french}の困難度です" - } - } - }, - "3": { - "name": "登坂教室", - "title": { - "render": "登坂教室" - }, - "description": "登坂教室", - "tagRenderings": { - "6": { - "render": "{name}", - "question": "この登坂教室の名前は何ですか?", - "mappings": { - "0": { - "then": "この登坂教室には名前がついていない" - } - } - } - }, - "presets": { - "0": { - "title": "登坂教室", - "description": "登坂教室" - } - } - }, - "4": { - "name": "登坂教室?", - "title": { - "render": "登坂教室?" - }, - "description": "登坂教室?", - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "question": "ここで登坂はできますか?", - "mappings": { - "0": { - "then": "ここでは登ることができない" - }, - "1": { - "then": "ここでは登ることができる" - }, - "2": { - "then": "ここでは登ることができない" - } - } - } - } - } }, - "roamingRenderings": { - "0": { - "question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?" - }, - "4": { - "render": "ルートの長さは平均で{canonical(climbing:length)}です", - "question": "ルートの(平均)長さはメートル単位でいくつですか?" - }, - "5": { - "question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?", - "render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です" - }, - "6": { - "question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?", - "render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です" - }, - "7": { - "question": "ここでボルダリングはできますか?", - "mappings": { - "0": { - "then": "ボルダリングはここで可能です" - }, - "1": { - "then": "ここではボルダリングはできません" - }, - "2": { - "then": "ボルダリングは可能ですが、少しのルートしかありません" - }, - "3": { - "then": "{climbing:boulder} ボルダールートがある" - } - } - }, - "8": { - "question": "ここでtoprope登坂はできますか?", - "mappings": { - "0": { - "then": "ここでToprope登坂ができます" - }, - "1": { - "then": "ここではToprope登坂はできません" - }, - "2": { - "then": "{climbing:toprope} 登坂ルートがある" - } - } - }, - "9": { - "question": "ここでは固定アンカー式のスポーツクライミングはできますか?", - "mappings": { - "0": { - "then": "ここでスポーツクライミングができます" - }, - "1": { - "then": "ここではスポーツクライミングはできません" - }, - "2": { - "then": "スポーツクライミングの {climbing:sport} ルートがある" - } - } - }, - "10": { - "question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)?", - "mappings": { - "0": { - "then": "ここでは伝統的な登山が可能です" - }, - "1": { - "then": "伝統的な登山はここではできない" - }, - "2": { - "then": "{climbing:traditional} の伝統的な登山ルートがある" - } - } - }, - "11": { - "question": "スピードクライミングウォールはありますか?", - "mappings": { - "0": { - "then": "スピードクライミングウォールがある" - }, - "1": { - "then": "スピードクライミングウォールがない" - }, - "2": { - "then": "{climbing:speed} のスピードクライミングウォールがある" - } - } - } - } - }, - "cyclestreets": { - "title": "Cyclestreets", - "shortDescription": "cyclestreetsの地図", - "description": "cyclestreetとは、自動車がサイクリストを追い越すことができない道です。専用の道路標識で表示されます。Cyclestreetsはオランダやベルギーにもありますが、ドイツやフランスにもあります。 ", - "roamingRenderings": { - "0": { - "question": "この通りはcyclestreetですか?", - "mappings": { - "0": { - "then": "cyclestreet(最高速度は30km/h)" - }, - "1": { - "then": "この通りはcyclestreetだ" - }, - "2": { - "then": "この通りはまもなくcyclstreetになるだろう" - }, - "3": { - "then": "この通りはcyclestreetではない" - } - } - }, - "1": { - "question": "この通りはいつcyclestreetになるんですか?", - "render": "この通りは{cyclestreet:start_date}に、cyclestreetになります" - } + "benches": { + "title": "ベンチ", + "shortDescription": "ベンチの地図", + "description": "このマップには、OpenStreetMapに記録されているすべてのベンチが表示されます。個々のベンチ、および公共交通機関の停留所または避難場所に属するベンチです。OpenStreetMapアカウントを使用すると、新しいベンチをマップしたり、既存のベンチの詳細を編集したりできます。" }, - "layers": { - "0": { - "name": "Cyclestreets", - "description": "cyclestreetとは、自動車による交通がサイクリストを追い越すことができない道路です" - }, - "1": { - "name": "将来のcyclestreet", - "description": "この通りはまもなくcyclestreetになります", - "title": { - "render": "将来のcyclestreet", - "mappings": { + "bicyclelib": { + "title": "自転車ライブラリ", + "description": "自転車ライブラリは、少額の年間料金で自転車を借りられる場所です。注目すべきユースケースとしては、子供向けの自転車ライブラリで、子どもの成長にあわせて大きな自転車へ借り替えられます" + }, + "bike_monitoring_stations": { + "title": "自転車監視ステーション", + "shortDescription": "Brussels Mobilityのライブデータを使用した自転車モニタリングステーション", + "description": "このテーマでは、ライブデータのある自転車監視ステーションを示します" + }, + "bookcases": { + "title": "オープン本棚マップ", + "description": "公共の本棚とは、本が保管されている小さな街角のキャビネット、箱、古い電話のトランク、その他の物のことです。誰でも本を置いたり持ったりすることができます。このマップは、すべての公共の本棚を収集することを目的としています。近くで新しい本棚を見つけることができ、無料のOpenStreetMapアカウントを使えば、お気に入りの本棚を簡単に追加できます。" + }, + "campersite": { + "title": "キャンプサイト", + "shortDescription": "キャンパーと夜を共にするキャンプサイトを見つける", + "description": "このWebサイトでは、すべてのキャンピングカーの公式停車場所と、汚水を捨てることができる場所を収集します。提供されるサービスとコストに関する詳細を追加できます。写真とレビューを追加します。これはウェブサイトとウェブアプリです。データはOpenStreetMapに保存されるので、永遠に無料で、どんなアプリからでも再利用できます。", + "layers": { "0": { - "then": "{name}は、もうすぐcyclestreetになる" - } - } - } - }, - "2": { - "name": "すべての道路", - "description": "任意の道路をCycle Streetとしてマークするレイヤ", - "title": { - "render": "ストリート" - } - } - } - }, - "cyclofix": { - "title": "Cyclofix - サイクリストのためのオープンマップ", - "description": "このマップの目的は、サイクリストのニーズに適した施設を見つけるための使いやすいソリューションを提供することです。

正確な位置を追跡し(モバイルのみ)、左下コーナーで関連するレイヤを選択できます。このツールを使用して、マップにピン(注目点)を追加または編集したり、質問に答えることでより多くのデータを提供することもできます。

変更内容はすべてOpenStreetMapのグローバルデータベースに自動的に保存され、他のユーザーが自由に再利用できます。

cyclofixプロジェクトの詳細については、 cyclofix.osm.be を参照してください。" - }, - "drinking_water": { - "title": "飲料水", - "description": "この地図には、一般にアクセス可能な飲料水スポットが示されており、簡単に追加することができる" - }, - "facadegardens": { - "title": "ファサード庭園", - "shortDescription": "このマップには、ファサード庭園が図とともに表示され、方向、日照、植物のタイプに関する有用な情報が示されます。", - "description": "ファサード庭園、都市の緑のファサードと樹木は、平和と静けさをもたらすだけでなく、より美しい都市、より大きな生物多様性、冷却効果、より良い大気質をもたらす。
KlimaanのVZWとMechelenのKlimaatneutraalは、自分で庭を作りたい人や自然を愛する都市の歩行者のために、既存のファサード庭園と新しいファサード庭園のマッピングしたいと考えています。
このプロジェクトに関する詳細情報はklimaanにあります。", - "layers": { - "0": { - "name": "ファサード庭園", - "title": { - "render": "ファサード庭園" - }, - "description": "ファサード庭園", - "tagRenderings": { - "1": { - "render": "方向: {direction} (0=N で 90=O)", - "question": "庭の向きはどうなっていますか?" - }, - "2": { - "mappings": { - "0": { - "then": "庭は日があたっている" - }, - "1": { - "then": "庭は部分的に日陰である" - }, - "2": { - "then": "庭は日陰である" - } - }, - "question": "庭は日陰ですか、日当たりがいいですか?" - }, - "3": { - "question": "庭に水桶が設置されているのですか?", - "mappings": { - "0": { - "then": "雨樽がある" - }, - "1": { - "then": "雨樽はありません" - } - } - }, - "4": { - "render": "庭園の建設日: {start_date}", - "question": "その庭園はいつ造られたのですか?(建設年で十分です)" - }, - "5": { - "mappings": { - "0": { - "then": "食用の植物がある" - }, - "1": { - "then": "食用植物は存在しない" - } - }, - "question": "食用の植物はありますか?" - }, - "6": { - "question": "ここではどんな植物が育つんですか?", - "mappings": { - "0": { - "then": "つるがある" - }, - "1": { - "then": "花を咲かせる植物がある" - }, - "2": { - "then": "低木がある" - }, - "3": { - "then": "地をはう植物がある" - } - } - }, - "7": { - "render": "詳細情報: {description}", - "question": "庭園に関する追加の説明情報(必要な場合でまだ上記に記載されていない場合)" - } - }, - "presets": { - "0": { - "title": "ファサード庭園", - "description": "ファサード庭園を追加する" - } - } - } - } - }, - "ghostbikes": { - "title": "ゴーストバイク", - "description": "ゴーストバイクは、交通事故で死亡したサイクリストを記念するもので、事故現場の近くに恒久的に置かれた白い自転車の形をしています。

このマップには、OpenStreetMapで知られているゴーストバイクがすべて表示されます。ゴーストバイクは行方不明ですか?誰でもここで情報の追加や更新ができます。必要なのは(無料の)OpenStreetMapアカウントだけです。" - }, - "hailhydrant": { - "title": "消火栓、消火器、消防署、救急ステーションです。", - "shortDescription": "消火栓、消火器、消防署消火栓、消火器、消防署、および救急ステーションを表示します。", - "description": "このマップでは、お気に入りの近隣にある消火栓、消防署、救急ステーション、消火器を検索して更新できます。\n\n正確な位置を追跡し(モバイルのみ)、左下コーナーで関連するレイヤを選択できます。このツールを使用して、マップにピン(注視点)を追加または編集したり、利用可能な質問に答えることによって追加の詳細を提供することもできます。\n\nすべての変更は自動的にOpenStreetMapのグローバルデータベースに保存され、他のユーザが自由に再利用できます。", - "layers": { - "0": { - "name": "消火栓の地図", - "title": { - "render": "消火栓" - }, - "description": "消火栓を表示するマップレイヤ。", - "tagRenderings": { - "0": { - "question": "消火栓の色は何色ですか?", - "render": "消火栓の色は{color}です", - "mappings": { - "0": { - "then": "消火栓の色は不明です。" - }, - "1": { - "then": "消火栓の色は黄色です。" - }, - "2": { - "then": "消火栓の色は赤です。" - } - } - }, - "1": { - "question": "どんな消火栓なんですか?", - "render": " 消火栓のタイプ:{fire_hydrant:type}", - "mappings": { - "0": { - "then": "消火栓の種類は不明です。" - }, - "1": { - "then": " ピラー型。" - }, - "2": { - "then": " パイプ型。" - }, - "3": { - "then": " 壁型。" - }, - "4": { - "then": "地下式。" - } - } - }, - "2": { - "question": "消火栓のライフサイクルステータスを更新します。", - "render": "ライフサイクルステータス", - "mappings": { - "0": { - "then": "消火栓は(完全にまたは部分的に)機能しています。" - }, - "1": { - "then": "消火栓は使用できません。" - }, - "2": { - "then": "消火栓が撤去されました。" - } - } - } - }, - "presets": { - "0": { - "title": "消火栓", - "description": "消火栓は消防士が水を汲み上げることができる接続点です。地下にあるかもしれません。" - } - } - }, - "1": { - "name": "消火器の地図です。", - "title": { - "render": "消火器" - }, - "description": "消火栓を表示するマップレイヤ。", - "tagRenderings": { - "0": { - "render": "場所:{location}", - "question": "どこにあるんですか?", - "mappings": { - "0": { - "then": "屋内にある。" - }, - "1": { - "then": "屋外にある。" - } - } - } - }, - "presets": { - "0": { - "title": "消火器", - "description": "消火器は、火災を止めるために使用される小型で携帯可能な装置である" - } - } - }, - "2": { - "name": "消防署の地図", - "title": { - "render": "消防署" - }, - "description": "消防署を表示するためのマップレイヤ。", - "tagRenderings": { - "0": { - "question": "この消防署の名前は何ですか?", - "render": "このステーションの名前は{name}です。" - }, - "1": { - "question": " 救急ステーションの所在地はどこですか?", - "render": "{addr:street} 沿いにあります。" - }, - "2": { - "question": "このステーションの住所は?(例: 地区、村、または町の名称)", - "render": "このステーションは{addr:place}にあります。" - }, - "3": { - "question": "このステーションを運営しているのはどこですか?", - "render": "このステーションは{operator}によって運営されています。", - "mappings": { - "0": { - "then": "消防局(消防庁)" - } - } - }, - "4": { - "question": "ステーションの運営の分類は?", - "render": "運営者は、{operator:type} です。", - "mappings": { - "0": { - "then": "ステーションは自治体が運営する。" - }, - "1": { - "then": "任意団体やコミュニティが運営しているステーションである。" - }, - "2": { - "then": "公益団体が運営しているステーションである。" - }, - "3": { - "then": "個人が運営しているステーションである。" - } - } - } - }, - "presets": { - "0": { - "title": "消防署", - "description": "消防署は、運転していないときに消防車や消防士がいる場所です。" - } - } - }, - "3": { - "name": "救急ステーションの地図", - "title": { - "render": "救急ステーション" - }, - "description": "救急ステーションは、救急車、医療機器、個人用保護具、およびその他の医療用品を保管する場所です。", - "tagRenderings": { - "0": { - "question": "この救急ステーションの名前は何ですか?", - "render": "このステーションの名前は{name}です。" - }, - "1": { - "question": " 救急ステーションの所在地はどこですか?", - "render": "{addr:street} 沿いにあります。" - }, - "2": { - "question": "このステーションの住所は?(例: 地区、村、または町の名称)", - "render": "このステーションは{addr:place}にあります。" - }, - "3": { - "question": "このステーションを運営しているのはどこですか?", - "render": "このステーションは{operator}によって運営されています。" - }, - "4": { - "question": "ステーションの運営の分類は?", - "render": "運営者は、{operator:type} です。", - "mappings": { - "0": { - "then": "ステーションは自治体が運営する。" - }, - "1": { - "then": "任意団体やコミュニティが運営しているステーションである。" - }, - "2": { - "then": "公益団体が運営しているステーションである。" - }, - "3": { - "then": "個人が運営しているステーションである。" - } - } - } - }, - "presets": { - "0": { - "title": "救急ステーション(消防署)", - "description": "救急ステーション(消防署)をマップに追加する" - } - } - } - } - }, - "maps": { - "title": "マップのマップ", - "shortDescription": "このテーマには、OpenStreetMapが知っているすべての(観光)マップが表示されます", - "description": "このマップには、OpenStreetMapが知っているすべてのマップが表示されます。通常は、エリア、都市、または地域を示す情報ボード上の大きなマップが表示されます。たとえば、ビルボードの背面にある観光マップ、自然保護区のマップ、地域内のサイクリングネットワークのマップなどです。)

マップがない場合は、このマップをOpenStreetMapに簡単にマップできます。" - }, - "personal": { - "title": "個人的なテーマ", - "description": "すべてのテーマの使用可能なすべてのレイヤーに基づいて個人用テーマを作成する" - }, - "playgrounds": { - "title": "遊び場", - "shortDescription": "遊び場のある地図", - "description": "この地図では遊び場を見つけ情報を追加することができます" - }, - "shops": { - "title": "オープン ショップ マップ", - "shortDescription": "基本的なショップ情報を含む編集可能なマップ", - "description": "この地図には店の基本情報を記入したり営業時間や電話番号を追加することができます", - "layers": { - "0": { - "name": "店", - "title": { - "render": "店", - "mappings": { - "0": { - "then": "{name}" + "name": "キャンプサイト", + "title": { + "render": "キャンプサイト {name}", + "mappings": { + "0": { + "then": "無名のキャンプサイト" + } + } + }, + "description": "キャンプサイト", + "tagRenderings": { + "1": { + "render": "この場所は {name} と呼ばれています", + "question": "ここは何というところですか?" + }, + "2": { + "question": "ここは有料ですか?", + "mappings": { + "0": { + "then": "使用料を支払う必要がある" + }, + "1": { + "then": "無料で使用可能" + } + } + }, + "3": { + "render": "この場所は{charge} が必要", + "question": "ここはいくらかかりますか?" + }, + "4": { + "question": "この場所に衛生的なゴミ捨て場はありますか?", + "mappings": { + "0": { + "then": "この場所には衛生的なゴミ捨て場がある" + }, + "1": { + "then": "この場所には衛生的なゴミ捨て場がない" + } + } + }, + "5": { + "render": "{capacity} 人が同時に使用できます", + "question": "ここには何人のキャンパーが泊まれますか?(許可された車両の数や駐車スペースが明らかでない場合は省略)" + }, + "6": { + "question": "この場所はインターネットにアクセスできますか?", + "mappings": { + "0": { + "then": "インターネットアクセスがある" + }, + "1": { + "then": "インターネットアクセスがある" + }, + "2": { + "then": "インターネットにアクセスできない" + } + } + }, + "7": { + "question": "インターネット接続にお金はかかりますか?", + "mappings": { + "0": { + "then": "インターネット接続には別途料金が必要です" + }, + "1": { + "then": "インターネット接続に追加料金を支払う必要はありません" + } + } + }, + "8": { + "question": "ここにトイレはありますか?", + "mappings": { + "0": { + "then": "ここにはトイレがある" + }, + "1": { + "then": "ここにはトイレがない" + } + } + }, + "9": { + "render": "公式Webサイト: {website}", + "question": "ここにはウェブサイトがありますか?" + }, + "10": { + "question": "ここには長期レンタルのスポットがありますか?", + "mappings": { + "0": { + "then": "はい、長期レンタルのスポットもあり、日常的に滞在することもできます" + }, + "1": { + "then": "いいえ、ここには長期滞在者はいません" + }, + "2": { + "then": "長期契約をしている場合のみ宿泊可能です(これを選択すると、この場所はこの地図から消えます)" + } + } + }, + "11": { + "render": "この場所の詳細:{description}", + "question": "この場所の一般的な説明を追加しますか?(前に問い合わせた情報や上記の情報を繰り返し入力しないでください。客観的な意見はレビューに反映されます)" + } + }, + "presets": { + "0": { + "title": "キャンプサイト", + "description": "新しい公式キャンプサイトを追加します。お客様のキャンピングカーで一泊する指定の場所です。本物のキャンプのように見えるかもしれないし、単なる駐車場のように見えるかもしれない。それらは全く署名されていないかもしれませんが、自治体の決定で定義されているだけです。夜を過ごすことが予想されないキャンパー向けの通常の駐車場は、キャンプサイトではない " + } + } }, "1": { - "then": "{shop}" + "name": "衛生ゴミ捨て場", + "title": { + "render": "ゴミ捨て場 {name}", + "mappings": { + "0": { + "then": "ゴミ捨て場" + } + } + }, + "description": "衛生ゴミ捨て場", + "tagRenderings": { + "1": { + "question": "ここは有料ですか?", + "mappings": { + "0": { + "then": "使用料を支払う必要がある" + }, + "1": { + "then": "無料で使用可能" + } + } + }, + "2": { + "render": "この場所は{charge} が必要", + "question": "ここはいくらかかりますか?" + }, + "3": { + "question": "この場所には給水所がありますか?", + "mappings": { + "0": { + "then": "この場所には給水所がある" + }, + "1": { + "then": "この場所には給水所がない" + } + } + }, + "4": { + "question": "汚水(雑排水)はこちらで処分できますか?", + "mappings": { + "0": { + "then": "ここで汚水(雑排水)を捨てることができます" + }, + "1": { + "then": "ここでは汚水(雑排水)を捨てることはできない" + } + } + }, + "5": { + "question": "携帯トイレのゴミはこちらで処分できますか?", + "mappings": { + "0": { + "then": "携帯トイレのゴミはここで処分できます" + }, + "1": { + "then": "ここでは携帯トイレの廃棄物を処分することはできません" + } + } + }, + "6": { + "question": "このゴミ捨て場は誰が使えるんですか?", + "mappings": { + "0": { + "then": "これを使用するには、ネットワークキー/コードが必要です" + }, + "1": { + "then": "この場所を使用するには、キャンプ/キャンプサイトのお客様である必要があります" + }, + "2": { + "then": "誰でもこのゴミ捨て場を使用できます" + }, + "3": { + "then": "誰でもこのゴミ捨て場を使用できます" + } + } + }, + "7": { + "render": "このステーションはネットワーク{network}の一部です", + "question": "ここは何のネットワークの一部ですか?(なければスキップ)" + } + }, + "presets": { + "0": { + "title": "衛生ゴミ捨て場", + "description": "新しい衛生ゴミ捨て場を追加します。ここは、キャンピングカーの運転手が排水や携帯トイレの廃棄物を捨てることができる場所です。飲料水や電気もあることが多いです。" + } + } } - } }, - "description": "ショップ", - "tagRenderings": { - "1": { - "question": "このお店の名前は何ですか?" - }, - "2": { - "render": "こちらのお店では{shop}を販売しております", - "question": "このお店では何を売っていますか?", - "mappings": { - "0": { - "then": "コンビニエンスストア" - }, - "1": { - "then": "スーパーマーケット" - }, - "2": { - "then": "衣料品店" - }, - "3": { - "then": "理容師" - }, - "4": { - "then": "ベーカリー" - }, - "5": { - "then": "自動車修理(ガレージ)" - }, - "6": { - "then": "自動車ディーラー" - } + "roamingRenderings": { + "0": { + "render": "この場所は{operator}によって運営されます", + "question": "この店は誰が経営しているんですか?" + }, + "1": { + "question": "この場所に電源はありますか?", + "mappings": { + "0": { + "then": "この場所には電源があります" + }, + "1": { + "then": "この場所には電源がありません" + } + } } - }, - "3": { - "render": "{phone}", - "question": "電話番号は何番ですか?" - }, - "4": { - "render": "{website}", - "question": "このお店のホームページは何ですか?" - }, - "5": { - "render": "{email}", - "question": "このお店のメールアドレスは何ですか?" - }, - "6": { - "render": "{opening_hours_table(opening_hours)}", - "question": "この店の営業時間は何時から何時までですか?" - } - }, - "presets": { - "0": { - "title": "店", - "description": "新しい店を追加する" - } } - } + }, + "charging_stations": { + "title": "充電ステーション", + "shortDescription": "充電ステーションの世界地図", + "description": "このオープンマップでは充電ステーションに関する情報を見つけてマークすることができます" + }, + "climbing": { + "title": "登山地図を開く", + "description": "この地図には、自然の中のクライミングジム、ボルダリングホール、岩など、さまざまなクライミングの機会があります。", + "descriptionTail": "登山地図はもともと Christian Neumann によって作成されたものです。フィードバックや質問がありましたら、ご連絡ください。

このプロジェクトでは、OpenStreetMapプロジェクトのデータを使用します。

", + "layers": { + "0": { + "name": "クライミングクラブ", + "title": { + "render": "クライミングクラブ", + "mappings": { + "0": { + "then": "クライミングNGO" + } + } + }, + "description": "クライミングクラブや団体", + "tagRenderings": { + "0": { + "render": "{name}", + "question": "この登山クラブやNGOの名前は何ですか?" + } + }, + "presets": { + "0": { + "title": "クライミングクラブ", + "description": "クライミングクラブ" + }, + "1": { + "title": "クライミングNGO", + "description": "登山に関わるNGO" + } + } + }, + "1": { + "name": "クライミングジム", + "title": { + "render": "クライミングジム", + "mappings": { + "0": { + "then": "クライミングジム{name}" + } + } + }, + "description": "クライミングジム", + "tagRenderings": { + "3": { + "render": "{name}", + "question": "このクライミングジムは何という名前ですか?" + } + } + }, + "2": { + "name": "登坂ルート", + "title": { + "render": "登坂ルート", + "mappings": { + "0": { + "then": "登坂ルート{name}" + } + } + }, + "tagRenderings": { + "3": { + "render": "{name}", + "question": "この登坂ルートの名前は何ですか?", + "mappings": { + "0": { + "then": "この登坂ルートには名前がありません" + } + } + }, + "4": { + "render": "このルート長は、 {canonical(climbing:length)} メーターです" + }, + "5": { + "render": "フランス/ベルギーのランク評価システムによると、{climbing:grade:french}の困難度です" + } + } + }, + "3": { + "name": "登坂教室", + "title": { + "render": "登坂教室" + }, + "description": "登坂教室", + "tagRenderings": { + "6": { + "render": "{name}", + "question": "この登坂教室の名前は何ですか?", + "mappings": { + "0": { + "then": "この登坂教室には名前がついていない" + } + } + } + }, + "presets": { + "0": { + "title": "登坂教室", + "description": "登坂教室" + } + } + }, + "4": { + "name": "登坂教室?", + "title": { + "render": "登坂教室?" + }, + "description": "登坂教室?", + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "question": "ここで登坂はできますか?", + "mappings": { + "0": { + "then": "ここでは登ることができない" + }, + "1": { + "then": "ここでは登ることができる" + }, + "2": { + "then": "ここでは登ることができない" + } + } + } + } + } + }, + "roamingRenderings": { + "0": { + "question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?" + }, + "4": { + "render": "ルートの長さは平均で{canonical(climbing:length)}です", + "question": "ルートの(平均)長さはメートル単位でいくつですか?" + }, + "5": { + "question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?", + "render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です" + }, + "6": { + "question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?", + "render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です" + }, + "7": { + "question": "ここでボルダリングはできますか?", + "mappings": { + "0": { + "then": "ボルダリングはここで可能です" + }, + "1": { + "then": "ここではボルダリングはできません" + }, + "2": { + "then": "ボルダリングは可能ですが、少しのルートしかありません" + }, + "3": { + "then": "{climbing:boulder} ボルダールートがある" + } + } + }, + "8": { + "question": "ここでtoprope登坂はできますか?", + "mappings": { + "0": { + "then": "ここでToprope登坂ができます" + }, + "1": { + "then": "ここではToprope登坂はできません" + }, + "2": { + "then": "{climbing:toprope} 登坂ルートがある" + } + } + }, + "9": { + "question": "ここでは固定アンカー式のスポーツクライミングはできますか?", + "mappings": { + "0": { + "then": "ここでスポーツクライミングができます" + }, + "1": { + "then": "ここではスポーツクライミングはできません" + }, + "2": { + "then": "スポーツクライミングの {climbing:sport} ルートがある" + } + } + }, + "10": { + "question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)?", + "mappings": { + "0": { + "then": "ここでは伝統的な登山が可能です" + }, + "1": { + "then": "伝統的な登山はここではできない" + }, + "2": { + "then": "{climbing:traditional} の伝統的な登山ルートがある" + } + } + }, + "11": { + "question": "スピードクライミングウォールはありますか?", + "mappings": { + "0": { + "then": "スピードクライミングウォールがある" + }, + "1": { + "then": "スピードクライミングウォールがない" + }, + "2": { + "then": "{climbing:speed} のスピードクライミングウォールがある" + } + } + } + } + }, + "cyclestreets": { + "title": "Cyclestreets", + "shortDescription": "cyclestreetsの地図", + "description": "cyclestreetとは、自動車がサイクリストを追い越すことができない道です。専用の道路標識で表示されます。Cyclestreetsはオランダやベルギーにもありますが、ドイツやフランスにもあります。 ", + "roamingRenderings": { + "0": { + "question": "この通りはcyclestreetですか?", + "mappings": { + "0": { + "then": "cyclestreet(最高速度は30km/h)" + }, + "1": { + "then": "この通りはcyclestreetだ" + }, + "2": { + "then": "この通りはまもなくcyclstreetになるだろう" + }, + "3": { + "then": "この通りはcyclestreetではない" + } + } + }, + "1": { + "question": "この通りはいつcyclestreetになるんですか?", + "render": "この通りは{cyclestreet:start_date}に、cyclestreetになります" + } + }, + "layers": { + "0": { + "name": "Cyclestreets", + "description": "cyclestreetとは、自動車による交通がサイクリストを追い越すことができない道路です" + }, + "1": { + "name": "将来のcyclestreet", + "description": "この通りはまもなくcyclestreetになります", + "title": { + "render": "将来のcyclestreet", + "mappings": { + "0": { + "then": "{name}は、もうすぐcyclestreetになる" + } + } + } + }, + "2": { + "name": "すべての道路", + "description": "任意の道路をCycle Streetとしてマークするレイヤ", + "title": { + "render": "ストリート" + } + } + } + }, + "cyclofix": { + "title": "Cyclofix - サイクリストのためのオープンマップ", + "description": "このマップの目的は、サイクリストのニーズに適した施設を見つけるための使いやすいソリューションを提供することです。

正確な位置を追跡し(モバイルのみ)、左下コーナーで関連するレイヤを選択できます。このツールを使用して、マップにピン(注目点)を追加または編集したり、質問に答えることでより多くのデータを提供することもできます。

変更内容はすべてOpenStreetMapのグローバルデータベースに自動的に保存され、他のユーザーが自由に再利用できます。

cyclofixプロジェクトの詳細については、 cyclofix.osm.be を参照してください。" + }, + "drinking_water": { + "title": "飲料水", + "description": "この地図には、一般にアクセス可能な飲料水スポットが示されており、簡単に追加することができる" + }, + "facadegardens": { + "title": "ファサード庭園", + "shortDescription": "このマップには、ファサード庭園が図とともに表示され、方向、日照、植物のタイプに関する有用な情報が示されます。", + "description": "ファサード庭園、都市の緑のファサードと樹木は、平和と静けさをもたらすだけでなく、より美しい都市、より大きな生物多様性、冷却効果、より良い大気質をもたらす。
KlimaanのVZWとMechelenのKlimaatneutraalは、自分で庭を作りたい人や自然を愛する都市の歩行者のために、既存のファサード庭園と新しいファサード庭園のマッピングしたいと考えています。
このプロジェクトに関する詳細情報はklimaanにあります。", + "layers": { + "0": { + "name": "ファサード庭園", + "title": { + "render": "ファサード庭園" + }, + "description": "ファサード庭園", + "tagRenderings": { + "1": { + "render": "方向: {direction} (0=N で 90=O)", + "question": "庭の向きはどうなっていますか?" + }, + "2": { + "mappings": { + "0": { + "then": "庭は日があたっている" + }, + "1": { + "then": "庭は部分的に日陰である" + }, + "2": { + "then": "庭は日陰である" + } + }, + "question": "庭は日陰ですか、日当たりがいいですか?" + }, + "3": { + "question": "庭に水桶が設置されているのですか?", + "mappings": { + "0": { + "then": "雨樽がある" + }, + "1": { + "then": "雨樽はありません" + } + } + }, + "4": { + "render": "庭園の建設日: {start_date}", + "question": "その庭園はいつ造られたのですか?(建設年で十分です)" + }, + "5": { + "mappings": { + "0": { + "then": "食用の植物がある" + }, + "1": { + "then": "食用植物は存在しない" + } + }, + "question": "食用の植物はありますか?" + }, + "6": { + "question": "ここではどんな植物が育つんですか?", + "mappings": { + "0": { + "then": "つるがある" + }, + "1": { + "then": "花を咲かせる植物がある" + }, + "2": { + "then": "低木がある" + }, + "3": { + "then": "地をはう植物がある" + } + } + }, + "7": { + "render": "詳細情報: {description}", + "question": "庭園に関する追加の説明情報(必要な場合でまだ上記に記載されていない場合)" + } + }, + "presets": { + "0": { + "title": "ファサード庭園", + "description": "ファサード庭園を追加する" + } + } + } + } + }, + "ghostbikes": { + "title": "ゴーストバイク", + "description": "ゴーストバイクは、交通事故で死亡したサイクリストを記念するもので、事故現場の近くに恒久的に置かれた白い自転車の形をしています。

このマップには、OpenStreetMapで知られているゴーストバイクがすべて表示されます。ゴーストバイクは行方不明ですか?誰でもここで情報の追加や更新ができます。必要なのは(無料の)OpenStreetMapアカウントだけです。" + }, + "hailhydrant": { + "title": "消火栓、消火器、消防署、救急ステーションです。", + "shortDescription": "消火栓、消火器、消防署消火栓、消火器、消防署、および救急ステーションを表示します。", + "description": "このマップでは、お気に入りの近隣にある消火栓、消防署、救急ステーション、消火器を検索して更新できます。\n\n正確な位置を追跡し(モバイルのみ)、左下コーナーで関連するレイヤを選択できます。このツールを使用して、マップにピン(注視点)を追加または編集したり、利用可能な質問に答えることによって追加の詳細を提供することもできます。\n\nすべての変更は自動的にOpenStreetMapのグローバルデータベースに保存され、他のユーザが自由に再利用できます。", + "layers": { + "0": { + "name": "消火栓の地図", + "title": { + "render": "消火栓" + }, + "description": "消火栓を表示するマップレイヤ。", + "tagRenderings": { + "0": { + "question": "消火栓の色は何色ですか?", + "render": "消火栓の色は{color}です", + "mappings": { + "0": { + "then": "消火栓の色は不明です。" + }, + "1": { + "then": "消火栓の色は黄色です。" + }, + "2": { + "then": "消火栓の色は赤です。" + } + } + }, + "1": { + "question": "どんな消火栓なんですか?", + "render": " 消火栓のタイプ:{fire_hydrant:type}", + "mappings": { + "0": { + "then": "消火栓の種類は不明です。" + }, + "1": { + "then": " ピラー型。" + }, + "2": { + "then": " パイプ型。" + }, + "3": { + "then": " 壁型。" + }, + "4": { + "then": "地下式。" + } + } + }, + "2": { + "question": "消火栓のライフサイクルステータスを更新します。", + "render": "ライフサイクルステータス", + "mappings": { + "0": { + "then": "消火栓は(完全にまたは部分的に)機能しています。" + }, + "1": { + "then": "消火栓は使用できません。" + }, + "2": { + "then": "消火栓が撤去されました。" + } + } + } + }, + "presets": { + "0": { + "title": "消火栓", + "description": "消火栓は消防士が水を汲み上げることができる接続点です。地下にあるかもしれません。" + } + } + }, + "1": { + "name": "消火器の地図です。", + "title": { + "render": "消火器" + }, + "description": "消火栓を表示するマップレイヤ。", + "tagRenderings": { + "0": { + "render": "場所:{location}", + "question": "どこにあるんですか?", + "mappings": { + "0": { + "then": "屋内にある。" + }, + "1": { + "then": "屋外にある。" + } + } + } + }, + "presets": { + "0": { + "title": "消火器", + "description": "消火器は、火災を止めるために使用される小型で携帯可能な装置である" + } + } + }, + "2": { + "name": "消防署の地図", + "title": { + "render": "消防署" + }, + "description": "消防署を表示するためのマップレイヤ。", + "tagRenderings": { + "0": { + "question": "この消防署の名前は何ですか?", + "render": "このステーションの名前は{name}です。" + }, + "1": { + "question": " 救急ステーションの所在地はどこですか?", + "render": "{addr:street} 沿いにあります。" + }, + "2": { + "question": "このステーションの住所は?(例: 地区、村、または町の名称)", + "render": "このステーションは{addr:place}にあります。" + }, + "3": { + "question": "このステーションを運営しているのはどこですか?", + "render": "このステーションは{operator}によって運営されています。", + "mappings": { + "0": { + "then": "消防局(消防庁)" + } + } + }, + "4": { + "question": "ステーションの運営の分類は?", + "render": "運営者は、{operator:type} です。", + "mappings": { + "0": { + "then": "ステーションは自治体が運営する。" + }, + "1": { + "then": "任意団体やコミュニティが運営しているステーションである。" + }, + "2": { + "then": "公益団体が運営しているステーションである。" + }, + "3": { + "then": "個人が運営しているステーションである。" + } + } + } + }, + "presets": { + "0": { + "title": "消防署", + "description": "消防署は、運転していないときに消防車や消防士がいる場所です。" + } + } + }, + "3": { + "name": "救急ステーションの地図", + "title": { + "render": "救急ステーション" + }, + "description": "救急ステーションは、救急車、医療機器、個人用保護具、およびその他の医療用品を保管する場所です。", + "tagRenderings": { + "0": { + "question": "この救急ステーションの名前は何ですか?", + "render": "このステーションの名前は{name}です。" + }, + "1": { + "question": " 救急ステーションの所在地はどこですか?", + "render": "{addr:street} 沿いにあります。" + }, + "2": { + "question": "このステーションの住所は?(例: 地区、村、または町の名称)", + "render": "このステーションは{addr:place}にあります。" + }, + "3": { + "question": "このステーションを運営しているのはどこですか?", + "render": "このステーションは{operator}によって運営されています。" + }, + "4": { + "question": "ステーションの運営の分類は?", + "render": "運営者は、{operator:type} です。", + "mappings": { + "0": { + "then": "ステーションは自治体が運営する。" + }, + "1": { + "then": "任意団体やコミュニティが運営しているステーションである。" + }, + "2": { + "then": "公益団体が運営しているステーションである。" + }, + "3": { + "then": "個人が運営しているステーションである。" + } + } + } + }, + "presets": { + "0": { + "title": "救急ステーション(消防署)", + "description": "救急ステーション(消防署)をマップに追加する" + } + } + } + } + }, + "maps": { + "title": "マップのマップ", + "shortDescription": "このテーマには、OpenStreetMapが知っているすべての(観光)マップが表示されます", + "description": "このマップには、OpenStreetMapが知っているすべてのマップが表示されます。通常は、エリア、都市、または地域を示す情報ボード上の大きなマップが表示されます。たとえば、ビルボードの背面にある観光マップ、自然保護区のマップ、地域内のサイクリングネットワークのマップなどです。)

マップがない場合は、このマップをOpenStreetMapに簡単にマップできます。" + }, + "personal": { + "title": "個人的なテーマ", + "description": "すべてのテーマの使用可能なすべてのレイヤーに基づいて個人用テーマを作成する" + }, + "playgrounds": { + "title": "遊び場", + "shortDescription": "遊び場のある地図", + "description": "この地図では遊び場を見つけ情報を追加することができます" + }, + "shops": { + "title": "オープン ショップ マップ", + "shortDescription": "基本的なショップ情報を含む編集可能なマップ", + "description": "この地図には店の基本情報を記入したり営業時間や電話番号を追加することができます", + "layers": { + "0": { + "name": "店", + "title": { + "render": "店", + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + } + }, + "description": "ショップ", + "tagRenderings": { + "1": { + "question": "このお店の名前は何ですか?" + }, + "2": { + "render": "こちらのお店では{shop}を販売しております", + "question": "このお店では何を売っていますか?", + "mappings": { + "0": { + "then": "コンビニエンスストア" + }, + "1": { + "then": "スーパーマーケット" + }, + "2": { + "then": "衣料品店" + }, + "3": { + "then": "理容師" + }, + "4": { + "then": "ベーカリー" + }, + "5": { + "then": "自動車修理(ガレージ)" + }, + "6": { + "then": "自動車ディーラー" + } + } + }, + "3": { + "render": "{phone}", + "question": "電話番号は何番ですか?" + }, + "4": { + "render": "{website}", + "question": "このお店のホームページは何ですか?" + }, + "5": { + "render": "{email}", + "question": "このお店のメールアドレスは何ですか?" + }, + "6": { + "render": "{opening_hours_table(opening_hours)}", + "question": "この店の営業時間は何時から何時までですか?" + } + }, + "presets": { + "0": { + "title": "店", + "description": "新しい店を追加する" + } + } + } + } + }, + "sport_pitches": { + "title": "スポーツ競技場", + "shortDescription": "スポーツ競技場を示す地図", + "description": "スポーツ競技場は、スポーツが行われる場所です" + }, + "surveillance": { + "title": "監視カメラの監視", + "shortDescription": "監視カメラおよびその他の監視手段", + "description": "このオープンマップでは、監視カメラを確認できます。" + }, + "toilets": { + "title": "オープントイレマップ", + "description": "公衆トイレの地図" + }, + "trees": { + "title": "樹木", + "shortDescription": "すべての樹木をマッピングする", + "description": "すべての樹木をマッピングします!" } - }, - "sport_pitches": { - "title": "スポーツ競技場", - "shortDescription": "スポーツ競技場を示す地図", - "description": "スポーツ競技場は、スポーツが行われる場所です" - }, - "surveillance": { - "title": "監視カメラの監視", - "shortDescription": "監視カメラおよびその他の監視手段", - "description": "このオープンマップでは、監視カメラを確認できます。" - }, - "toilets": { - "title": "オープントイレマップ", - "description": "公衆トイレの地図" - }, - "trees": { - "title": "樹木", - "shortDescription": "すべての樹木をマッピングする", - "description": "すべての樹木をマッピングします!" - } } \ No newline at end of file diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json index e99690486..89305a087 100644 --- a/langs/themes/nb_NO.json +++ b/langs/themes/nb_NO.json @@ -1,289 +1,289 @@ { - "aed": { - "title": "Åpne AED-kart" - }, - "artwork": { - "layers": { - "0": { - "name": "Kunstverk", - "title": { - "render": "Kunstverk" - }, - "presets": { - "0": { - "title": "Kunstverk" - } - }, - "tagRenderings": { - "1": { - "render": "Dette er et kunstverk av typen {artwork_type}", - "question": "Hvilken type kunstverk er dette?", - "mappings": { - "0": { - "then": "Arkitektur" - }, - "1": { - "then": "Veggmaleri" - }, - "2": { - "then": "Maleri" - }, - "3": { - "then": "Skulptur" - }, - "4": { - "then": "Statue" - }, - "5": { - "then": "Byste" - }, - "6": { - "then": "Stein" - }, - "7": { - "then": "Installasjon" - }, - "8": { - "then": "Graffiti" - }, - "9": { - "then": "Relieff" - }, - "10": { - "then": "Azulejo (Spansk dekorativt flisverk)" - }, - "11": { - "then": "Flisarbeid" - } - } - }, - "2": { - "question": "Hvilken artist lagde dette?", - "render": "Laget av {artist_name}" - }, - "3": { - "question": "Finnes det en nettside med mer info om dette kunstverket?", - "render": "Mer info er å finne på denne nettsiden" - }, - "4": { - "question": "Hvilken Wikipedia-oppføring samsvarer med dette kunstverket?", - "render": "Samsvarer med {wikidata}" - } - } - } - } - }, - "benches": { - "title": "Benker", - "shortDescription": "Et benkekart" - }, - "bicyclelib": { - "title": "Sykkelbibliotek" - }, - "campersite": { - "layers": { - "0": { - "tagRenderings": { - "2": { - "mappings": { - "1": { - "then": "Kan brukes gratis" - } - } - }, - "3": { - "render": "Dette stedet tar {charge}", - "question": "pø" - }, - "8": { - "question": "Har dette stedet toaletter?", - "mappings": { - "0": { - "then": "Dette stedet har toalettfasiliteter" - }, - "1": { - "then": "Dette stedet har ikke toalettfasiliteter" - } - } - }, - "9": { - "render": "Offisiell nettside: {website}", - "question": "Har dette stedet en nettside?" - }, - "11": { - "render": "Flere detaljer om dette stedet: {description}" - } - } - } - } - }, - "climbing": { - "title": "Åpent klatrekart", - "layers": { - "0": { - "name": "Klatreklubb", - "title": { - "render": "Klatreklubb" - }, - "description": "En klatreklubb eller organisasjoner", - "presets": { - "0": { - "title": "Klatreklubb", - "description": "En klatreklubb" - } - } - }, - "2": { - "name": "Klatreruter", - "title": { - "render": "Klatrerute" - }, - "tagRenderings": { - "4": { - "render": "Denne ruten er {canonical(climbing:length)} lang" - } - } - }, - "3": { - "title": { - "render": "Klatremulighet" - }, - "description": "En klatremulighet", - "presets": { - "0": { - "title": "Klatremulighet", - "description": "En klatremulighet" - } - } - }, - "4": { - "name": "Klatremuligheter?", - "title": { - "render": "Klatremulighet?" - }, - "description": "En klatremulighet?", - "tagRenderings": { - "2": { - "question": "Er klatring mulig her?", - "mappings": { - "0": { - "then": "Klatring er ikke mulig her" - }, - "1": { - "then": "Klatring er mulig her" - }, - "2": { - "then": "Klatring er ikke mulig her" - } - } - } - } - } + "aed": { + "title": "Åpne AED-kart" }, - "roamingRenderings": { - "7": { - "question": "Er buldring mulig her?", - "mappings": { - "0": { - "then": "Buldring er mulig her" - }, - "1": { - "then": "Buldring er ikke mulig her" - } - } - } - } - }, - "cyclestreets": { - "shortDescription": "Et kart over sykkelveier", - "roamingRenderings": { - "0": { - "question": "Er denne gaten en sykkelvei?", - "mappings": { - "0": { - "then": "Denne gaten er en sykkelvei (og har en fartsgrense på 30 km/t)" - }, - "1": { - "then": "Denne gaten er en sykkelvei" - }, - "2": { - "then": "Denne gaten vil bli sykkelvei ganske snart" - }, - "3": { - "then": "Denne gaten er ikke en sykkelvei" - } - } - } - }, - "layers": { - "1": { - "name": "Fremtidig sykkelvei", - "title": { - "render": "Fremtidig sykkelvei" - } - }, - "2": { - "name": "Alle gater", - "description": "Lag for å markere hvilken som helst gate som sykkelvei" - } - } - }, - "facadegardens": { - "layers": { - "0": { - "tagRenderings": { - "2": { - "mappings": { - "1": { - "then": "Denne hagen er i delvis skygge" - } + "artwork": { + "layers": { + "0": { + "name": "Kunstverk", + "title": { + "render": "Kunstverk" + }, + "presets": { + "0": { + "title": "Kunstverk" + } + }, + "tagRenderings": { + "1": { + "render": "Dette er et kunstverk av typen {artwork_type}", + "question": "Hvilken type kunstverk er dette?", + "mappings": { + "0": { + "then": "Arkitektur" + }, + "1": { + "then": "Veggmaleri" + }, + "2": { + "then": "Maleri" + }, + "3": { + "then": "Skulptur" + }, + "4": { + "then": "Statue" + }, + "5": { + "then": "Byste" + }, + "6": { + "then": "Stein" + }, + "7": { + "then": "Installasjon" + }, + "8": { + "then": "Graffiti" + }, + "9": { + "then": "Relieff" + }, + "10": { + "then": "Azulejo (Spansk dekorativt flisverk)" + }, + "11": { + "then": "Flisarbeid" + } + } + }, + "2": { + "question": "Hvilken artist lagde dette?", + "render": "Laget av {artist_name}" + }, + "3": { + "question": "Finnes det en nettside med mer info om dette kunstverket?", + "render": "Mer info er å finne på denne nettsiden" + }, + "4": { + "question": "Hvilken Wikipedia-oppføring samsvarer med dette kunstverket?", + "render": "Samsvarer med {wikidata}" + } + } + } + } + }, + "benches": { + "title": "Benker", + "shortDescription": "Et benkekart" + }, + "bicyclelib": { + "title": "Sykkelbibliotek" + }, + "campersite": { + "layers": { + "0": { + "tagRenderings": { + "2": { + "mappings": { + "1": { + "then": "Kan brukes gratis" + } + } + }, + "3": { + "render": "Dette stedet tar {charge}", + "question": "pø" + }, + "8": { + "question": "Har dette stedet toaletter?", + "mappings": { + "0": { + "then": "Dette stedet har toalettfasiliteter" + }, + "1": { + "then": "Dette stedet har ikke toalettfasiliteter" + } + } + }, + "9": { + "render": "Offisiell nettside: {website}", + "question": "Har dette stedet en nettside?" + }, + "11": { + "render": "Flere detaljer om dette stedet: {description}" + } + } + } + } + }, + "climbing": { + "title": "Åpent klatrekart", + "layers": { + "0": { + "name": "Klatreklubb", + "title": { + "render": "Klatreklubb" + }, + "description": "En klatreklubb eller organisasjoner", + "presets": { + "0": { + "title": "Klatreklubb", + "description": "En klatreklubb" + } + } + }, + "2": { + "name": "Klatreruter", + "title": { + "render": "Klatrerute" + }, + "tagRenderings": { + "4": { + "render": "Denne ruten er {canonical(climbing:length)} lang" + } + } + }, + "3": { + "title": { + "render": "Klatremulighet" + }, + "description": "En klatremulighet", + "presets": { + "0": { + "title": "Klatremulighet", + "description": "En klatremulighet" + } + } + }, + "4": { + "name": "Klatremuligheter?", + "title": { + "render": "Klatremulighet?" + }, + "description": "En klatremulighet?", + "tagRenderings": { + "2": { + "question": "Er klatring mulig her?", + "mappings": { + "0": { + "then": "Klatring er ikke mulig her" + }, + "1": { + "then": "Klatring er mulig her" + }, + "2": { + "then": "Klatring er ikke mulig her" + } + } + } + } + } + }, + "roamingRenderings": { + "7": { + "question": "Er buldring mulig her?", + "mappings": { + "0": { + "then": "Buldring er mulig her" + }, + "1": { + "then": "Buldring er ikke mulig her" + } + } + } + } + }, + "cyclestreets": { + "shortDescription": "Et kart over sykkelveier", + "roamingRenderings": { + "0": { + "question": "Er denne gaten en sykkelvei?", + "mappings": { + "0": { + "then": "Denne gaten er en sykkelvei (og har en fartsgrense på 30 km/t)" + }, + "1": { + "then": "Denne gaten er en sykkelvei" + }, + "2": { + "then": "Denne gaten vil bli sykkelvei ganske snart" + }, + "3": { + "then": "Denne gaten er ikke en sykkelvei" + } + } + } + }, + "layers": { + "1": { + "name": "Fremtidig sykkelvei", + "title": { + "render": "Fremtidig sykkelvei" + } + }, + "2": { + "name": "Alle gater", + "description": "Lag for å markere hvilken som helst gate som sykkelvei" + } + } + }, + "facadegardens": { + "layers": { + "0": { + "tagRenderings": { + "2": { + "mappings": { + "1": { + "then": "Denne hagen er i delvis skygge" + } + } + } + } + } + } + }, + "ghostbikes": { + "title": "Spøkelsessykler" + }, + "hailhydrant": { + "layers": { + "0": { + "name": "Kart over brannhydranter", + "title": { + "render": "Brannhydrant" + }, + "description": "Kartlag for å vise brannhydranter.", + "tagRenderings": { + "0": { + "question": "Hvilken farge har brannhydranten?", + "render": "Brannhydranter er {colour}" + } + }, + "presets": { + "0": { + "title": "Brannhydrant" + } + } + }, + "1": { + "name": "Kart over brannhydranter", + "title": { + "render": "Brannslokkere" + }, + "description": "Kartlag for å vise brannslokkere.", + "presets": { + "0": { + "title": "Brannslukker" + } + } + }, + "2": { + "name": "Kart over brannstasjoner", + "title": { + "render": "Brannstasjon" + } } - } } - } } - }, - "ghostbikes": { - "title": "Spøkelsessykler" - }, - "hailhydrant": { - "layers": { - "0": { - "name": "Kart over brannhydranter", - "title": { - "render": "Brannhydrant" - }, - "description": "Kartlag for å vise brannhydranter.", - "tagRenderings": { - "0": { - "question": "Hvilken farge har brannhydranten?", - "render": "Brannhydranter er {colour}" - } - }, - "presets": { - "0": { - "title": "Brannhydrant" - } - } - }, - "1": { - "name": "Kart over brannhydranter", - "title": { - "render": "Brannslokkere" - }, - "description": "Kartlag for å vise brannslokkere.", - "presets": { - "0": { - "title": "Brannslukker" - } - } - }, - "2": { - "name": "Kart over brannstasjoner", - "title": { - "render": "Brannstasjon" - } - } - } - } } \ No newline at end of file diff --git a/langs/themes/nl.json b/langs/themes/nl.json index 2d2e055fe..21645f65e 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -1,1081 +1,1086 @@ { - "aed": { - "title": "Open AED-kaart", - "description": "Op deze kaart kan je informatie over AEDs vinden en verbeteren" - }, - "aed_brugge": { - "title": "Open AED-kaart - Brugge edition", - "description": "Op deze kaart kan je informatie over AEDs vinden en verbeteren + een export van de brugse defibrillatoren" - }, - "artwork": { - "title": "Kunstwerkenkaart", - "description": "Welkom op de Open Kunstwerken Kaart", - "layers": { - "0": { - "name": "Kunstwerken", - "title": { - "render": "Kunstwerk", - "mappings": { - "0": { - "then": "Kunstwerk {name}" - } - } - }, - "description": "Verschillende soorten kunstwerken", - "presets": { - "0": { - "title": "Kunstwerk" - } - }, - "tagRenderings": { - "1": { - "render": "Dit is een {artwork_type}", - "question": "Wat voor soort kunstwerk is dit?", - "mappings": { - "0": { - "then": "Architectuur" - }, - "1": { - "then": "Muurschildering" - }, - "2": { - "then": "Schilderij" - }, - "3": { - "then": "Beeldhouwwerk" - }, - "4": { - "then": "Standbeeld" - }, - "5": { - "then": "Buste" - }, - "6": { - "then": "Steen" - }, - "7": { - "then": "Installatie" - }, - "8": { - "then": "Graffiti" - }, - "9": { - "then": "Reliëf" - }, - "10": { - "then": "Azulejo (Spaanse siertegels)" - }, - "11": { - "then": "Tegelwerk" - } - } - }, - "2": { - "question": "Welke artist creëerde dit kunstwerk?", - "render": "Gecreëerd door {artist_name}" - }, - "3": { - "question": "Op welke website kan men meer informatie vinden over dit kunstwerk?", - "render": "Meer informatie op deze website" - }, - "4": { - "question": "Welk Wikidata-item beschrijft dit kunstwerk?", - "render": "Komt overeen met {wikidata}" - } - } - } - } - }, - "benches": { - "title": "Zitbanken", - "shortDescription": "Een kaart met zitbanken", - "description": "Deze kaart toont alle zitbanken die in OpenStreetMap gekend zijn: individuele banken en banken bij bushaltes. Met een OpenStreetMap-account can je informatie verbeteren en nieuwe zitbanken in toevoegen." - }, - "bicyclelib": { - "title": "Fietsbibliotheken", - "description": "Een fietsbibliotheek is een plaats waar men een fiets kan lenen, vaak voor een klein bedrag per jaar. Een typisch voorbeeld zijn kinderfietsbibliotheken, waar men een fiets op maat van het kind kan lenen. Is het kind de fiets ontgroeid, dan kan het te kleine fietsje omgeruild worden voor een grotere." - }, - "bike_monitoring_stations": { - "title": "Fietstelstations", - "shortDescription": "Fietstelstations met live data van Brussels Mobiliteit", - "description": "Dit thema toont fietstelstations met live data" - }, - "bookcases": { - "title": "Open Boekenruilkastenkaart", - "description": "Een boekenruilkast is een kastje waar iedereen een boek kan nemen of achterlaten. Op deze kaart kan je deze boekenruilkasten terugvinden en met een gratis OpenStreetMap-account, ook boekenruilkasten toevoegen of informatie verbeteren" - }, - "buurtnatuur": { - "title": "Breng jouw buurtnatuur in kaart", - "shortDescription": "Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje", - "description": "logo-groenmeld je aan voor e-mailupdates.", - "descriptionTail": "

Tips

  • Over groen ingekleurde gebieden weten we alles wat we willen weten.
  • Bij rood ingekleurde gebieden ontbreekt nog heel wat info: klik een gebied aan en beantwoord de vragen.
  • Je kan altijd een vraag overslaan als je het antwoord niet weet of niet zeker bent
  • Je kan altijd een foto toevoegen
  • Je kan ook zelf een gebied toevoegen door op de kaart te klikken
  • Open buurtnatuur.be op je smartphone om al wandelend foto's te maken en vragen te beantwoorden

De oorspronkelijke data komt van OpenStreetMap en je antwoorden worden daar bewaard.
Omdat iedereen vrij kan meewerken aan dit project, kunnen we niet garanderen dat er geen fouten opduiken.Kan je hier niet aanpassen wat je wilt, dan kan je dat zelf via OpenStreetMap.org doen. Groen kan geen enkele verantwoordelijkheid nemen over de kaart.

Je privacy is belangrijk. We tellen wel hoeveel gebruikers deze website bezoeken. We plaatsen een cookie waar geen persoonlijke informatie in bewaard wordt. Als je inlogt, komt er een tweede cookie bij met je inloggegevens.
", - "layers": { - "0": { - "name": "Natuurgebied", - "title": { - "render": "Natuurgebied", - "mappings": { - "0": { - "then": "{name:nl}" - }, - "1": { - "then": "{name}" - } - } - }, - "description": "Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. Typisch zijn deze in beheer van Natuurpunt of het Agentschap Natuur en Bos of zijn deze erkend door de overheid.", - "presets": { - "0": { - "title": "Natuurreservaat", - "description": "Voeg een ontbrekend, erkend natuurreservaat toe, bv. een gebied dat beheerd wordt door het ANB of natuurpunt" - } - } - }, - "1": { - "name": "Park", - "title": { - "render": "Park", - "mappings": { - "0": { - "then": "{name:nl}" - }, - "1": { - "then": "{name}" - } - } - }, - "description": "Een park is een publiek toegankelijke, groene ruimte binnen de stad. Ze is typisch ingericht voor recreatief gebruik, met (verharde) wandelpaden, zitbanken, vuilnisbakken, een gezellig vijvertje, ...", - "presets": { - "0": { - "title": "Park", - "description": "Voeg een ontbrekend park toe" - } - } - }, - "2": { - "name": "Bos", - "title": { - "render": "Bos", - "mappings": { - "0": { - "then": "{name:nl}" - }, - "1": { - "then": "{name}" - } - } - }, - "description": "Een bos is een verzameling bomen, al dan niet als productiehout.", - "presets": { - "0": { - "title": "Bos", - "description": "Voeg een ontbrekend bos toe aan de kaart" - } - } - } + "aed": { + "title": "Open AED-kaart", + "description": "Op deze kaart kan je informatie over AEDs vinden en verbeteren" }, - "roamingRenderings": { - "0": { - "render": "De toegankelijkheid van dit gebied is: {access:description}", - "question": "Is dit gebied toegankelijk?", - "mappings": { - "0": { - "then": "Dit gebied is vrij toegankelijk" - }, - "1": { - "then": "Vrij toegankelijk" - }, - "2": { - "then": "Niet toegankelijk" - }, - "3": { - "then": "Niet toegankelijk, want privégebied" - }, - "4": { - "then": "Toegankelijk, ondanks dat het privegebied is" - }, - "5": { - "then": "Enkel toegankelijk met een gids of tijdens een activiteit" - }, - "6": { - "then": "Toegankelijk mits betaling" - } - } - }, - "1": { - "render": "Beheer door {operator}", - "question": "Wie beheert dit gebied?", - "mappings": { - "1": { - "then": "Dit gebied wordt beheerd door Natuurpunt" - }, - "2": { - "then": "Dit gebied wordt beheerd door {operator}" - }, - "3": { - "then": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos" - } - } - }, - "2": { - "render": "Extra info: {description}" - }, - "3": { - "render": "Extra info via buurtnatuur.be: {description:0}" - }, - "4": { - "render": "Dit gebied heet {name:nl}", - "question": "Wat is de Nederlandstalige naam van dit gebied?" - }, - "5": { - "render": "Dit gebied heet {name}", - "question": "Wat is de naam van dit gebied?", - "mappings": { - "0": { - "then": "Dit gebied heeft geen naam" - } - } - } - } - }, - "cafes_and_pubs": { - "title": "Cafés", - "description": "Cafés, kroegen en drinkgelegenheden" - }, - "campersite": { - "title": "Kampeersite", - "shortDescription": "Vind locaties waar je de nacht kan doorbrengen met je mobilehome", - "description": "Deze website verzamelt en toont alle officiële plaatsen waar een camper mag overnachten en afvalwater kan lozen. Ook jij kan extra gegevens toevoegen, zoals welke services er geboden worden en hoeveel dit kot, ook afbeeldingen en reviews kan je toevoegen. De data wordt op OpenStreetMap opgeslaan en is dus altijd gratis te hergebruiken, ook door andere applicaties.", - "layers": { - "0": { - "name": "Camperplaatsen", - "title": { - "render": "Camperplaats {name}", - "mappings": { + "aed_brugge": { + "title": "Open AED-kaart - Brugge edition", + "description": "Op deze kaart kan je informatie over AEDs vinden en verbeteren + een export van de brugse defibrillatoren" + }, + "artwork": { + "title": "Kunstwerkenkaart", + "description": "Welkom op de Open Kunstwerken Kaart", + "layers": { "0": { - "then": "Camper site" + "name": "Kunstwerken", + "title": { + "render": "Kunstwerk", + "mappings": { + "0": { + "then": "Kunstwerk {name}" + } + } + }, + "description": "Verschillende soorten kunstwerken", + "presets": { + "0": { + "title": "Kunstwerk" + } + }, + "tagRenderings": { + "1": { + "render": "Dit is een {artwork_type}", + "question": "Wat voor soort kunstwerk is dit?", + "mappings": { + "0": { + "then": "Architectuur" + }, + "1": { + "then": "Muurschildering" + }, + "2": { + "then": "Schilderij" + }, + "3": { + "then": "Beeldhouwwerk" + }, + "4": { + "then": "Standbeeld" + }, + "5": { + "then": "Buste" + }, + "6": { + "then": "Steen" + }, + "7": { + "then": "Installatie" + }, + "8": { + "then": "Graffiti" + }, + "9": { + "then": "Reliëf" + }, + "10": { + "then": "Azulejo (Spaanse siertegels)" + }, + "11": { + "then": "Tegelwerk" + } + } + }, + "2": { + "question": "Welke artist creëerde dit kunstwerk?", + "render": "Gecreëerd door {artist_name}" + }, + "3": { + "question": "Op welke website kan men meer informatie vinden over dit kunstwerk?", + "render": "Meer informatie op deze website" + }, + "4": { + "question": "Welk Wikidata-item beschrijft dit kunstwerk?", + "render": "Komt overeen met {wikidata}" + } + } } - } - }, - "description": "camperplaatsen", - "tagRenderings": { - "1": { - "render": "Deze plaats heet {name}", - "question": "Wat is de naam van deze plaats?" - }, - "2": { - "question": "Moet men betalen om deze camperplaats te gebruiken?", - "mappings": { - "0": { - "then": "Gebruik is betalend" - }, - "1": { - "then": "Kan gratis gebruikt worden" - } - } - }, - "3": { - "render": "Deze plaats vraagt {charge}", - "question": "Hoeveel kost deze plaats?" - }, - "9": { - "render": "Officiële website: : {website}" - } } - } - } - }, - "charging_stations": { - "title": "Oplaadpunten", - "shortDescription": "Een wereldwijde kaart van oplaadpunten" - }, - "climbing": { - "title": "Open Klimkaart", - "description": "Op deze kaart vind je verschillende klimgelegenheden, zoals klimzalen, bolderzalen en klimmen in de natuur", - "descriptionTail": "De Open Klimkaart is oorspronkelijk gemaakt door Christian Neumann op kletterspots.de.", - "layers": { - "0": { - "name": "Klimclub", - "title": { - "render": "Klimclub", - "mappings": { + }, + "benches": { + "title": "Zitbanken", + "shortDescription": "Een kaart met zitbanken", + "description": "Deze kaart toont alle zitbanken die in OpenStreetMap gekend zijn: individuele banken en banken bij bushaltes. Met een OpenStreetMap-account can je informatie verbeteren en nieuwe zitbanken in toevoegen." + }, + "bicyclelib": { + "title": "Fietsbibliotheken", + "description": "Een fietsbibliotheek is een plaats waar men een fiets kan lenen, vaak voor een klein bedrag per jaar. Een typisch voorbeeld zijn kinderfietsbibliotheken, waar men een fiets op maat van het kind kan lenen. Is het kind de fiets ontgroeid, dan kan het te kleine fietsje omgeruild worden voor een grotere." + }, + "bike_monitoring_stations": { + "title": "Fietstelstations", + "shortDescription": "Fietstelstations met live data van Brussels Mobiliteit", + "description": "Dit thema toont fietstelstations met live data" + }, + "binoculars": { + "title": "Verrekijkers", + "shortDescription": "Een kaart met publieke verrekijker", + "description": "Een kaart met verrekijkers die op een vaste plaats zijn gemonteerd" + }, + "bookcases": { + "title": "Open Boekenruilkastenkaart", + "description": "Een boekenruilkast is een kastje waar iedereen een boek kan nemen of achterlaten. Op deze kaart kan je deze boekenruilkasten terugvinden en met een gratis OpenStreetMap-account, ook boekenruilkasten toevoegen of informatie verbeteren" + }, + "buurtnatuur": { + "title": "Breng jouw buurtnatuur in kaart", + "shortDescription": "Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje", + "description": "logo-groenmeld je aan voor e-mailupdates.", + "descriptionTail": "

Tips

  • Over groen ingekleurde gebieden weten we alles wat we willen weten.
  • Bij rood ingekleurde gebieden ontbreekt nog heel wat info: klik een gebied aan en beantwoord de vragen.
  • Je kan altijd een vraag overslaan als je het antwoord niet weet of niet zeker bent
  • Je kan altijd een foto toevoegen
  • Je kan ook zelf een gebied toevoegen door op de kaart te klikken
  • Open buurtnatuur.be op je smartphone om al wandelend foto's te maken en vragen te beantwoorden

De oorspronkelijke data komt van OpenStreetMap en je antwoorden worden daar bewaard.
Omdat iedereen vrij kan meewerken aan dit project, kunnen we niet garanderen dat er geen fouten opduiken.Kan je hier niet aanpassen wat je wilt, dan kan je dat zelf via OpenStreetMap.org doen. Groen kan geen enkele verantwoordelijkheid nemen over de kaart.

Je privacy is belangrijk. We tellen wel hoeveel gebruikers deze website bezoeken. We plaatsen een cookie waar geen persoonlijke informatie in bewaard wordt. Als je inlogt, komt er een tweede cookie bij met je inloggegevens.
", + "layers": { "0": { - "then": "Klimorganisatie" - } - } - }, - "description": "Een klimclub of organisatie", - "tagRenderings": { - "0": { - "render": "{name}", - "question": "Wat is de naam van deze klimclub?" - } - }, - "presets": { - "0": { - "title": "Klimclub", - "description": "Een klimclub" - }, - "1": { - "title": "Een klimorganisatie", - "description": "Een VZW die werkt rond klimmen" - } - } - }, - "1": { - "name": "Klimzalen", - "title": { - "render": "Klimzaal", - "mappings": { - "0": { - "then": "Klimzaal {name}" - } - } - }, - "description": "Een klimzaal", - "tagRenderings": { - "3": { - "render": "{name}", - "question": "Wat is de naam van dit Klimzaal?" - } - } - }, - "2": { - "name": "Klimroute", - "title": { - "render": "Klimroute", - "mappings": { - "0": { - "then": "Klimroute {name}" - } - } - }, - "tagRenderings": { - "3": { - "render": "{name}", - "question": "Hoe heet deze klimroute?", - "mappings": { - "0": { - "then": "Deze klimroute heeft geen naam" - } - } - }, - "4": { - "question": "Hoe lang is deze klimroute (in meters)?", - "render": "Deze klimroute is {canonical(climbing:length)} lang" - }, - "5": { - "question": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?", - "render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem" - } - }, - "presets": { - "0": { - "title": "Klimroute" - } - } - }, - "3": { - "name": "Klimgelegenheden", - "title": { - "render": "Klimgelegenheid", - "mappings": { + "name": "Natuurgebied", + "title": { + "render": "Natuurgebied", + "mappings": { + "0": { + "then": "{name:nl}" + }, + "1": { + "then": "{name}" + } + } + }, + "description": "Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. Typisch zijn deze in beheer van Natuurpunt of het Agentschap Natuur en Bos of zijn deze erkend door de overheid.", + "presets": { + "0": { + "title": "Natuurreservaat", + "description": "Voeg een ontbrekend, erkend natuurreservaat toe, bv. een gebied dat beheerd wordt door het ANB of natuurpunt" + } + } + }, "1": { - "then": "Klimsite {name}" + "name": "Park", + "title": { + "render": "Park", + "mappings": { + "0": { + "then": "{name:nl}" + }, + "1": { + "then": "{name}" + } + } + }, + "description": "Een park is een publiek toegankelijke, groene ruimte binnen de stad. Ze is typisch ingericht voor recreatief gebruik, met (verharde) wandelpaden, zitbanken, vuilnisbakken, een gezellig vijvertje, ...", + "presets": { + "0": { + "title": "Park", + "description": "Voeg een ontbrekend park toe" + } + } }, "2": { - "then": "Klimsite" + "name": "Bos", + "title": { + "render": "Bos", + "mappings": { + "0": { + "then": "{name:nl}" + }, + "1": { + "then": "{name}" + } + } + }, + "description": "Een bos is een verzameling bomen, al dan niet als productiehout.", + "presets": { + "0": { + "title": "Bos", + "description": "Voeg een ontbrekend bos toe aan de kaart" + } + } + } + }, + "roamingRenderings": { + "0": { + "render": "De toegankelijkheid van dit gebied is: {access:description}", + "question": "Is dit gebied toegankelijk?", + "mappings": { + "0": { + "then": "Dit gebied is vrij toegankelijk" + }, + "1": { + "then": "Vrij toegankelijk" + }, + "2": { + "then": "Niet toegankelijk" + }, + "3": { + "then": "Niet toegankelijk, want privégebied" + }, + "4": { + "then": "Toegankelijk, ondanks dat het privegebied is" + }, + "5": { + "then": "Enkel toegankelijk met een gids of tijdens een activiteit" + }, + "6": { + "then": "Toegankelijk mits betaling" + } + } + }, + "1": { + "render": "Beheer door {operator}", + "question": "Wie beheert dit gebied?", + "mappings": { + "1": { + "then": "Dit gebied wordt beheerd door Natuurpunt" + }, + "2": { + "then": "Dit gebied wordt beheerd door {operator}" + }, + "3": { + "then": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos" + } + } + }, + "2": { + "render": "Extra info: {description}" }, "3": { - "then": "Klimgelegenheid {name}" - } - } - }, - "description": "Een klimgelegenheid", - "tagRenderings": { - "6": { - "render": "{name}", - "question": "Wat is de naam van dit Klimgelegenheid?", - "mappings": { - "0": { - "then": "Dit Klimgelegenheid heeft geen naam" - } - } - }, - "8": { - "mappings": { - "0": { - "then": "Kalksteen" - } - } - } - }, - "presets": { - "0": { - "title": "Klimgelegenheid", - "description": "Een klimgelegenheid" - } - } - }, - "4": { - "name": "Klimgelegenheiden?", - "title": { - "render": "Klimgelegenheid?" - }, - "description": "Een klimgelegenheid?", - "tagRenderings": { - "1": { - "render": "{name}" - }, - "2": { - "mappings": { - "0": { - "then": "Klimmen is hier niet mogelijk" - }, - "1": { - "then": "Klimmen is hier niet toegelaten" - }, - "2": { - "then": "Klimmen is hier niet toegelaten" - } - } - } - } - } - }, - "units": { - "0": { - "applicableUnits": { - "0": { - "human": " meter" - }, - "1": { - "human": " voet" - } - } - } - }, - "roamingRenderings": { - "0": { - "question": "Is er een (onofficiële) website met meer informatie (b.v. met topos)?" - }, - "1": { - "mappings": { - "0": { - "then": "Een omvattend element geeft aan dat dit publiek toegangkelijk is
{_embedding_feature:access:description}" - }, - "1": { - "then": "Een omvattend element geeft aan dat een toelating nodig is om hier te klimmen
{_embedding_feature:access:description}" - } - } - }, - "4": { - "render": "De klimroutes zijn gemiddeld {canonical(climbing:length)} lang", - "question": "Wat is de (gemiddelde) lengte van de klimroutes, in meter?" - }, - "5": { - "question": "Wat is het niveau van de makkelijkste route, volgens het Franse classificatiesysteem?", - "render": "De minimale klimmoeilijkheid is {climbing:grade:french:min} volgens het Franse/Belgische systeem" - }, - "6": { - "question": "Wat is het niveau van de moeilijkste route, volgens het Franse classificatiesysteem?", - "render": "De maximale klimmoeilijkheid is {climbing:grade:french:max} volgens het Franse/Belgische systeem" - }, - "7": { - "question": "Is het mogelijk om hier te bolderen?", - "mappings": { - "0": { - "then": "Bolderen kan hier" - }, - "1": { - "then": "Bolderen kan hier niet" - }, - "2": { - "then": "Bolderen kan hier, maar er zijn niet zoveel routes" - }, - "3": { - "then": "Er zijn hier {climbing:boulder} bolderroutes" - } - } - }, - "8": { - "question": "Is het mogelijk om hier te toprope-klimmen?", - "mappings": { - "0": { - "then": "Toprope-klimmen kan hier" - }, - "1": { - "then": "Toprope-klimmen kan hier niet" - }, - "2": { - "then": "Er zijn hier {climbing:toprope} toprope routes" - } - } - }, - "9": { - "question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?", - "mappings": { - "0": { - "then": "Sportklimmen/voorklimmen kan hier" - }, - "1": { - "then": "Sportklimmen/voorklimmen kan hier niet" - }, - "2": { - "then": "Er zijn hier {climbing:sport} sportklimroutes/voorklimroutes" - } - } - }, - "10": { - "question": "Is het mogelijk om hier traditioneel te klimmen?
(Dit is klimmen met klemblokjes en friends)", - "mappings": { - "0": { - "then": "Traditioneel klimmen kan hier" - }, - "1": { - "then": "Traditioneel klimmen kan hier niet" - }, - "2": { - "then": "Er zijn hier {climbing:traditional} traditionele klimroutes" - } - } - }, - "11": { - "question": "Is er een snelklimmuur (speed climbing)?", - "mappings": { - "0": { - "then": "Er is een snelklimmuur voor speed climbing" - }, - "1": { - "then": "Er is geen snelklimmuur voor speed climbing" - }, - "2": { - "then": "Er zijn hier {climbing:speed} snelklimmuren" - } - } - } - } - }, - "cycle_infra": { - "title": "Fietsinfrastructuur", - "shortDescription": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken.", - "description": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken. Gemaakt tijdens #osoc21." - }, - "cyclestreets": { - "title": "Fietsstraten", - "shortDescription": "Een kaart met alle gekende fietsstraten", - "description": "Een fietsstraat is een straat waar
  • automobilisten geen fietsers mogen inhalen
  • Er een maximumsnelheid van 30km/u geldt
  • Fietsers gemotoriseerde voortuigen links mogen inhalen
  • Fietsers nog steeds voorrang aan rechts moeten verlenen - ook aan auto's en voetgangers op het zebrapad


Op deze open kaart kan je alle gekende fietsstraten zien en kan je ontbrekende fietsstraten aanduiden. Om de kaart aan te passen, moet je je aanmelden met OpenStreetMap en helemaal inzoomen tot straatniveau.", - "roamingRenderings": { - "0": { - "question": "Is deze straat een fietsstraat?", - "mappings": { - "0": { - "then": "Deze straat is een fietsstraat (en dus zone 30)" - }, - "1": { - "then": "Deze straat i een fietsstraat" - }, - "2": { - "then": "Deze straat wordt binnenkort een fietsstraat" - }, - "3": { - "then": "Deze straat is geen fietsstraat" - } - } - }, - "1": { - "question": "Wanneer wordt deze straat een fietsstraat?", - "render": "Deze straat wordt fietsstraat op {cyclestreet:start_date}" - } - }, - "layers": { - "0": { - "name": "Fietsstraten", - "description": "Een fietsstraat is een straat waar gemotoriseerd verkeer een fietser niet mag inhalen." - }, - "1": { - "name": "Toekomstige fietsstraat", - "description": "Deze straat wordt binnenkort een fietsstraat", - "title": { - "render": "Toekomstige fietsstraat", - "mappings": { - "0": { - "then": "{name} wordt fietsstraat" - } - } - } - }, - "2": { - "name": "Alle straten", - "description": "Laag waar je een straat als fietsstraat kan markeren", - "title": { - "render": "Straat" - } - } - } - }, - "cyclofix": { - "title": "Cyclofix - een open kaart voor fietsers", - "description": "Het doel van deze kaart is om fietsers een gebruiksvriendelijke oplossing te bieden voor het vinden van de juiste infrastructuur voor hun behoeften.

U kunt uw exacte locatie volgen (enkel mobiel) en in de linkerbenedenhoek categorieën selecteren die voor u relevant zijn. U kunt deze tool ook gebruiken om 'spelden' aan de kaart toe te voegen of te bewerken en meer gegevens te verstrekken door de vragen te beantwoorden.

Alle wijzigingen die u maakt worden automatisch opgeslagen in de wereldwijde database van OpenStreetMap en kunnen door anderen vrij worden hergebruikt.

Bekijk voor meer info over cyclofix ook cyclofix.osm.be." - }, - "drinking_water": { - "title": "Drinkwaterpunten", - "description": "Op deze kaart staan publiek toegankelijke drinkwaterpunten en kan je makkelijk een nieuw drinkwaterpunt toevoegen" - }, - "facadegardens": { - "title": "Straatgeveltuintjes", - "shortDescription": "Deze kaart toont geveltuintjes met foto's en bruikbare info over oriëntatie, zonlicht en planttypes.", - "description": "Ontharde voortuintjes, groene gevels en bomen ín de stad brengen naast rust ook een mooiere stad, een grotere biodiversiteit, een verkoelend effect en een betere luchtkwaliteit.
Klimaan VZW en 'Mechelen Klimaatneutraal' willen met het project Klim(t)aan je Gevel bestaande en nieuwe geveltuintjes in kaart brengen als voorbeeld voor mensen zelf een tuintje willen aanleggen of voor stadwandelaars die houden van de natuur.
Meer info over het project op klimaan.be.", - "layers": { - "0": { - "name": "Geveltuintjes", - "title": { - "render": "Geveltuintje" - }, - "description": "Geveltuintjes", - "tagRenderings": { - "1": { - "render": "Oriëntatie: {direction} (waarbij 0=N en 90=O)", - "question": "Hoe is de tuin georiënteerd?" - }, - "2": { - "mappings": { - "0": { - "then": "Het is een volle zon tuintje" - }, - "1": { - "then": "Het is een halfschaduw tuintje" - }, - "2": { - "then": "Het is een schaduw tuintje" - } + "render": "Extra info via buurtnatuur.be: {description:0}" }, - "question": "Ligt de tuin in zon/half schaduw of schaduw?" - }, - "3": { - "question": "Is er een regenton voorzien bij het tuintje?", - "mappings": { - "0": { - "then": "Er is een regenton" - }, - "1": { - "then": "Er is geen regenton" - } - } - }, - "4": { - "render": "Aanlegdatum van de tuin: {start_date}", - "question": "Wanneer werd de tuin aangelegd? (vul gewoon een jaartal in)" - }, - "5": { - "mappings": { - "0": { - "then": "Er staan eetbare planten" - }, - "1": { - "then": "Er staan geen eetbare planten" - } + "4": { + "render": "Dit gebied heet {name:nl}", + "question": "Wat is de Nederlandstalige naam van dit gebied?" }, - "question": "Staan er eetbare planten?" - }, - "6": { - "question": "Wat voor planten staan hier?", - "mappings": { - "0": { - "then": "Er staat een klimplant" - }, - "1": { - "then": "Er staan bloeiende planten" - }, - "2": { - "then": "Er staan struiken" - }, - "3": { - "then": "Er staan bodembedekkers" - } + "5": { + "render": "Dit gebied heet {name}", + "question": "Wat is de naam van dit gebied?", + "mappings": { + "0": { + "then": "Dit gebied heeft geen naam" + } + } } - }, - "7": { - "render": "Meer details: {description}", - "question": "Aanvullende omschrijving van de tuin (indien nodig, en voor zover nog niet omschreven hierboven)" - } - }, - "presets": { - "0": { - "title": "geveltuintje", - "description": "Voeg geveltuintje toe" - } } - } - } - }, - "food": { - "title": "Eetgelegenheden", - "description": "Restaurants en fast food" - }, - "fritures": { - "title": "Friturenkaart", - "description": "Op deze kaart vind je je favoriete frituur!", - "layers": { - "0": { - "override": { - "name": "Frituren" - } - } - } - }, - "fruit_trees": { - "title": "Open Boomgaardenkaart", - "shortDescription": "Boomgaarden en fruitbomen", - "description": "Op deze kaart vindt je boomgaarden en fruitbomen", - "layers": { - "0": { - "name": "Boomgaarden", - "title": { - "render": "Boomgaard" - }, - "presets": { - "0": { - "title": "Boomgaard", - "description": "Voeg een boomgaard toe (als punt - omtrek nog te tekenen)" - } - } - }, - "1": { - "name": "Boom", - "title": { - "render": "Boom" - }, - "description": "Een boom", - "tagRenderings": { - "0": { - "render": "De soort is {species:nl}", - "question": "Wat is de soort van deze boom (in het Nederlands)?" - }, - "1": { - "render": "Het ras (taxon) van deze boom is {taxon}", - "question": "Wat is het taxon (ras) van deze boom?" - }, - "2": { - "render": "Beschrijving: {description}", - "question": "Welke beschrijving past bij deze boom?" - }, - "3": { - "render": "Referentienummer: {ref}", - "question": "Is er een refernetienummer?" - } - }, - "presets": { - "0": { - "title": "Boom", - "description": "Voeg hier een boom toe" - } - } - } - } - }, - "ghostbikes": { - "title": "Witte Fietsen", - "description": "Een Witte Fiets of Spookfiets is een aandenken aan een fietser die bij een verkeersongeval om het leven kwam. Het gaat om een fiets die volledig wit is geschilderd en in de buurt van het ongeval werd geinstalleerd.

Op deze kaart zie je alle witte fietsen die door OpenStreetMap gekend zijn. Ontbreekt er een Witte Fiets of wens je informatie aan te passen? Meld je dan aan met een (gratis) OpenStreetMap account." - }, - "grb": { - "title": "GRB Fixup", - "shortDescription": "Grb Fixup", - "description": "GRB Fixup", - "layers": { - "0": { - "name": "Fixmes op gebouwen", - "title": { - "render": "{addr:street} {addr:housenumber}", - "mappings": { - "0": { - "then": "{fixme}" - } - } - }, - "description": "Dit gebouw heeft een foutmelding", - "tagRenderings": { - "0": { - "render": "Het huisnummer is {addr:housenumber}", - "question": "Wat is het huisnummer?", - "mappings": { - "0": { - "then": "Geen huisnummer" - } - } - }, - "1": { - "render": "De wooneenheid-aanduiding is {addr:unit} " - }, - "2": { - "render": "De straat is {addr:street}", - "question": "Wat is de straat?" - }, - "3": { - "render": "De fixme is {fixme}", - "question": "Wat zegt de fixme?", - "mappings": { - "0": { - "then": "Geen fixme" - } - } - }, - "4": { - "render": "Dit gebouw begint maar op de {building:min_level} verdieping", - "question": "Hoeveel verdiepingen ontbreken?" - } - } - } - } - }, - "maps": { - "title": "Een kaart met Kaarten", - "shortDescription": "Een kaart met alle kaarten die OpenStreetMap kent", - "description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.

Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen." - }, - "nature": { - "title": "De Natuur in", - "shortDescription": "Deze kaart bevat informatie voor natuurliefhebbers", - "description": "Op deze kaart vind je informatie voor natuurliefhebbers, zoals info over het natuurgebied waar je inzit, vogelkijkhutten, informatieborden, ..." - }, - "natuurpunt": { - "title": "Natuurgebieden", - "shortDescription": "Deze kaart toont de natuurgebieden van Natuurpunt", - "description": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt" - }, - "openwindpowermap": { - "layers": { - "0": { - "name": "windturbine", - "title": { - "render": "windturbine" - }, - "presets": { - "0": { - "title": "windturbine" - } - } - } }, - "units": { - "0": { - "applicableUnits": { - "0": { - "human": " megawatt" - }, - "1": { - "human": " kilowatt" - }, - "2": { - "human": " watt" - }, - "3": { - "human": " gigawatt" - } - } - }, - "1": { - "applicableUnits": { - "0": { - "human": " meter" - } - } - } - } - }, - "parkings": { - "title": "Parking", - "shortDescription": "Deze kaart toont verschillende parkeerplekken", - "description": "Deze kaart toont verschillende parkeerplekken" - }, - "personal": { - "title": "Persoonlijk thema", - "description": "Stel je eigen thema samen door lagen te combineren van alle andere themas" - }, - "play_forests": { - "title": "Speelbossen", - "shortDescription": "Deze kaart toont speelbossen", - "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." - }, - "playgrounds": { - "title": "Speelplekken", - "shortDescription": "Een kaart met speeltuinen", - "description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen" - }, - "shops": { - "layers": { - "0": { - "name": "Winkel", - "title": { - "render": "Winkel" - }, - "description": "Een winkel", - "tagRenderings": { - "1": { - "question": "Wat is de naam van deze winkel?" - }, - "2": { - "mappings": { - "1": { - "then": "Supermarkt" - }, - "3": { - "then": "Kapper" - }, - "4": { - "then": "Bakkerij" - } - } - }, - "3": { - "question": "Wat is het telefoonnummer?" - }, - "4": { - "question": "Wat is de website van deze winkel?" - }, - "5": { - "question": "Wat is het e-mailadres van deze winkel?" - }, - "6": { - "question": "Wat zijn de openingsuren van deze winkel?" - } - }, - "presets": { - "0": { - "title": "Winkel", - "description": "Voeg een nieuwe winkel toe" - } - } - } - } - }, - "speelplekken": { - "title": "Welkom bij de groendoener!", - "shortDescription": "Speelplekken in de Antwerpse Zuidrand", - "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": { - "7": { - "name": "Wandelroutes van provincie Antwerpen", - "tagRenderings": { - "0": { - "render": "Deze wandeling is {_length:km}km lang" - }, - "1": { - "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" - } - } - }, - "2": { - "render": "

Korte beschrijving:

{description}" - }, - "3": { - "question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?" - }, - "4": { - "question": "Naar wie kan men emailen bij problemen rond signalisatie?", - "render": "Bij problemen met signalisatie kan men emailen naar {operator:email}" - } - } - } - } - }, - "speelplekken_temp": { - "title": "Speelplekken in de Antwerpse Zuidrand", - "shortDescription": "Speelplekken in de Antwerpse Zuidrand", - "description": "Speelplekken in de Antwerpse Zuidrand. Een project van Provincie Antwerpen, in samenwerking met Createlli, Sportpret en OpenStreetMap België", - "layers": { - "6": { - "name": "Wandelroutes van provincie Antwerpen", - "tagRenderings": { - "0": { - "render": "Deze wandeling is {_length:km}km lang" - }, - "1": { - "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" - } - } - }, - "2": { - "render": "

Korte beschrijving:

{description}" - }, - "3": { - "question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?" - }, - "4": { - "question": "Naar wie kan men emailen bij problemen rond signalisatie?", - "render": "Bij problemen met signalisatie kan men emailen naar {operator:email}" - } - } - } - } - }, - "sport_pitches": { - "title": "Sportvelden", - "shortDescription": "Deze kaart toont sportvelden", - "description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen" - }, - "surveillance": { - "title": "Surveillance under Surveillance", - "shortDescription": "Bewakingscameras en dergelijke", - "description": "Op deze open kaart kan je bewakingscamera's vinden." - }, - "toerisme_vlaanderen": { - "title": "Toeristisch relevante info", - "shortDescription": "Een kaart om toeristisch relevante info op aan te duiden", - "description": "Op deze kaart kan je info zien voor toeristen en zelf aanpasingen maken, zichtbaar voor iedereen" - }, - "toilets": { - "title": "Open Toilettenkaart", - "description": "Een kaart met openbare toiletten" - }, - "trees": { - "title": "Bomen", - "shortDescription": "Breng bomen in kaart", - "description": "Breng bomen in kaart!" - }, - "waste_basket": { - "title": "Vuilnisbak", - "shortDescription": "Een kaart met vuilnisbakken", - "description": "Op deze kaart vind je vuilnisbakken waar je afval in kan smijten. Ontbreekt er een vuilnisbak? Dan kan je die zelf toevoegen" - }, - "width": { - "title": "Straatbreedtes", - "shortDescription": "Is de straat breed genoeg?", - "description": "

De straat is opgebruikt

\n

Er is steeds meer druk op de openbare ruimte. Voetgangers, fietsers, steps, auto's, bussen, bestelwagens, buggies, cargobikes, ... willen allemaal hun deel van de openbare ruimte.

\n

In deze studie nemen we Brugge onder de loep en kijken we hoe breed elke straat is én hoe breed elke straat zou moeten zijn voor een veilig én vlot verkeer.

\n

Legende

\n     Straat te smal voor veilig verkeer
\n     Straat is breed genoeg veilig verkeer
\n     Straat zonder voetpad, te smal als ook voetgangers plaats krijgen
\n     Woonerf, autoluw, autoloos of enkel plaatselijk verkeer
\n
\n
\n Een gestippelde lijn is een straat waar ook voor fietsers éénrichtingsverkeer geldt.
\n Klik op een straat om meer informatie te zien.\n

Hoe gaan we verder?

\n Verschillende ingrepen kunnen de stad teruggeven aan de inwoners en de stad leefbaarder en levendiger maken.
\n Denk aan:\n
    \n
  • De autovrije zone's uitbreiden
  • \n
  • De binnenstad fietszone maken
  • \n
  • Het aantal woonerven uitbreiden
  • \n
  • Grotere auto's meer belasten - ze nemen immers meer parkeerruimte in.
  • \n
  • Laat toeristen verplicht parkeren onder het zand; een (fiets)taxi kan hen naar hun hotel brengen
  • \n
  • Voorzie in elke straat enkele parkeerplaatsen voor kortparkeren. Zo kunnen leveringen, iemand afzetten,... gebeuren zonder op het voetpad en fietspad te parkeren
  • \n
", - "layers": { - "0": { - "name": "Straten met een breedte", - "title": { - "render": "{name}", - "mappings": { + "cafes_and_pubs": { + "title": "Cafés", + "description": "Cafés, kroegen en drinkgelegenheden" + }, + "campersite": { + "title": "Kampeersite", + "shortDescription": "Vind locaties waar je de nacht kan doorbrengen met je mobilehome", + "description": "Deze website verzamelt en toont alle officiële plaatsen waar een camper mag overnachten en afvalwater kan lozen. Ook jij kan extra gegevens toevoegen, zoals welke services er geboden worden en hoeveel dit kot, ook afbeeldingen en reviews kan je toevoegen. De data wordt op OpenStreetMap opgeslaan en is dus altijd gratis te hergebruiken, ook door andere applicaties.", + "layers": { "0": { - "then": "Naamloos segmet" + "name": "Camperplaatsen", + "title": { + "render": "Camperplaats {name}", + "mappings": { + "0": { + "then": "Camper site" + } + } + }, + "description": "camperplaatsen", + "tagRenderings": { + "1": { + "render": "Deze plaats heet {name}", + "question": "Wat is de naam van deze plaats?" + }, + "2": { + "question": "Moet men betalen om deze camperplaats te gebruiken?", + "mappings": { + "0": { + "then": "Gebruik is betalend" + }, + "1": { + "then": "Kan gratis gebruikt worden" + } + } + }, + "3": { + "render": "Deze plaats vraagt {charge}", + "question": "Hoeveel kost deze plaats?" + }, + "9": { + "render": "Officiële website: : {website}" + } + } + } + } + }, + "charging_stations": { + "title": "Oplaadpunten", + "shortDescription": "Een wereldwijde kaart van oplaadpunten" + }, + "climbing": { + "title": "Open Klimkaart", + "description": "Op deze kaart vind je verschillende klimgelegenheden, zoals klimzalen, bolderzalen en klimmen in de natuur", + "descriptionTail": "De Open Klimkaart is oorspronkelijk gemaakt door Christian Neumann op kletterspots.de.", + "layers": { + "0": { + "name": "Klimclub", + "title": { + "render": "Klimclub", + "mappings": { + "0": { + "then": "Klimorganisatie" + } + } + }, + "description": "Een klimclub of organisatie", + "tagRenderings": { + "0": { + "render": "{name}", + "question": "Wat is de naam van deze klimclub?" + } + }, + "presets": { + "0": { + "title": "Klimclub", + "description": "Een klimclub" + }, + "1": { + "title": "Een klimorganisatie", + "description": "Een VZW die werkt rond klimmen" + } + } + }, + "1": { + "name": "Klimzalen", + "title": { + "render": "Klimzaal", + "mappings": { + "0": { + "then": "Klimzaal {name}" + } + } + }, + "description": "Een klimzaal", + "tagRenderings": { + "3": { + "render": "{name}", + "question": "Wat is de naam van dit Klimzaal?" + } + } + }, + "2": { + "name": "Klimroute", + "title": { + "render": "Klimroute", + "mappings": { + "0": { + "then": "Klimroute {name}" + } + } + }, + "tagRenderings": { + "3": { + "render": "{name}", + "question": "Hoe heet deze klimroute?", + "mappings": { + "0": { + "then": "Deze klimroute heeft geen naam" + } + } + }, + "4": { + "question": "Hoe lang is deze klimroute (in meters)?", + "render": "Deze klimroute is {canonical(climbing:length)} lang" + }, + "5": { + "question": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?", + "render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem" + } + }, + "presets": { + "0": { + "title": "Klimroute" + } + } + }, + "3": { + "name": "Klimgelegenheden", + "title": { + "render": "Klimgelegenheid", + "mappings": { + "1": { + "then": "Klimsite {name}" + }, + "2": { + "then": "Klimsite" + }, + "3": { + "then": "Klimgelegenheid {name}" + } + } + }, + "description": "Een klimgelegenheid", + "tagRenderings": { + "6": { + "render": "{name}", + "question": "Wat is de naam van dit Klimgelegenheid?", + "mappings": { + "0": { + "then": "Dit Klimgelegenheid heeft geen naam" + } + } + }, + "8": { + "mappings": { + "0": { + "then": "Kalksteen" + } + } + } + }, + "presets": { + "0": { + "title": "Klimgelegenheid", + "description": "Een klimgelegenheid" + } + } + }, + "4": { + "name": "Klimgelegenheiden?", + "title": { + "render": "Klimgelegenheid?" + }, + "description": "Een klimgelegenheid?", + "tagRenderings": { + "1": { + "render": "{name}" + }, + "2": { + "mappings": { + "0": { + "then": "Klimmen is hier niet mogelijk" + }, + "1": { + "then": "Klimmen is hier niet toegelaten" + }, + "2": { + "then": "Klimmen is hier niet toegelaten" + } + } + } + } + } + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": " meter" + }, + "1": { + "human": " voet" + } + } + } + }, + "roamingRenderings": { + "0": { + "question": "Is er een (onofficiële) website met meer informatie (b.v. met topos)?" + }, + "1": { + "mappings": { + "0": { + "then": "Een omvattend element geeft aan dat dit publiek toegangkelijk is
{_embedding_feature:access:description}" + }, + "1": { + "then": "Een omvattend element geeft aan dat een toelating nodig is om hier te klimmen
{_embedding_feature:access:description}" + } + } + }, + "4": { + "render": "De klimroutes zijn gemiddeld {canonical(climbing:length)} lang", + "question": "Wat is de (gemiddelde) lengte van de klimroutes, in meter?" + }, + "5": { + "question": "Wat is het niveau van de makkelijkste route, volgens het Franse classificatiesysteem?", + "render": "De minimale klimmoeilijkheid is {climbing:grade:french:min} volgens het Franse/Belgische systeem" + }, + "6": { + "question": "Wat is het niveau van de moeilijkste route, volgens het Franse classificatiesysteem?", + "render": "De maximale klimmoeilijkheid is {climbing:grade:french:max} volgens het Franse/Belgische systeem" + }, + "7": { + "question": "Is het mogelijk om hier te bolderen?", + "mappings": { + "0": { + "then": "Bolderen kan hier" + }, + "1": { + "then": "Bolderen kan hier niet" + }, + "2": { + "then": "Bolderen kan hier, maar er zijn niet zoveel routes" + }, + "3": { + "then": "Er zijn hier {climbing:boulder} bolderroutes" + } + } + }, + "8": { + "question": "Is het mogelijk om hier te toprope-klimmen?", + "mappings": { + "0": { + "then": "Toprope-klimmen kan hier" + }, + "1": { + "then": "Toprope-klimmen kan hier niet" + }, + "2": { + "then": "Er zijn hier {climbing:toprope} toprope routes" + } + } + }, + "9": { + "question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?", + "mappings": { + "0": { + "then": "Sportklimmen/voorklimmen kan hier" + }, + "1": { + "then": "Sportklimmen/voorklimmen kan hier niet" + }, + "2": { + "then": "Er zijn hier {climbing:sport} sportklimroutes/voorklimroutes" + } + } + }, + "10": { + "question": "Is het mogelijk om hier traditioneel te klimmen?
(Dit is klimmen met klemblokjes en friends)", + "mappings": { + "0": { + "then": "Traditioneel klimmen kan hier" + }, + "1": { + "then": "Traditioneel klimmen kan hier niet" + }, + "2": { + "then": "Er zijn hier {climbing:traditional} traditionele klimroutes" + } + } + }, + "11": { + "question": "Is er een snelklimmuur (speed climbing)?", + "mappings": { + "0": { + "then": "Er is een snelklimmuur voor speed climbing" + }, + "1": { + "then": "Er is geen snelklimmuur voor speed climbing" + }, + "2": { + "then": "Er zijn hier {climbing:speed} snelklimmuren" + } + } + } + } + }, + "cycle_infra": { + "title": "Fietsinfrastructuur", + "shortDescription": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken.", + "description": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken. Gemaakt tijdens #osoc21." + }, + "cyclestreets": { + "title": "Fietsstraten", + "shortDescription": "Een kaart met alle gekende fietsstraten", + "description": "Een fietsstraat is een straat waar
  • automobilisten geen fietsers mogen inhalen
  • Er een maximumsnelheid van 30km/u geldt
  • Fietsers gemotoriseerde voortuigen links mogen inhalen
  • Fietsers nog steeds voorrang aan rechts moeten verlenen - ook aan auto's en voetgangers op het zebrapad


Op deze open kaart kan je alle gekende fietsstraten zien en kan je ontbrekende fietsstraten aanduiden. Om de kaart aan te passen, moet je je aanmelden met OpenStreetMap en helemaal inzoomen tot straatniveau.", + "roamingRenderings": { + "0": { + "question": "Is deze straat een fietsstraat?", + "mappings": { + "0": { + "then": "Deze straat is een fietsstraat (en dus zone 30)" + }, + "1": { + "then": "Deze straat i een fietsstraat" + }, + "2": { + "then": "Deze straat wordt binnenkort een fietsstraat" + }, + "3": { + "then": "Deze straat is geen fietsstraat" + } + } + }, + "1": { + "question": "Wanneer wordt deze straat een fietsstraat?", + "render": "Deze straat wordt fietsstraat op {cyclestreet:start_date}" + } + }, + "layers": { + "0": { + "name": "Fietsstraten", + "description": "Een fietsstraat is een straat waar gemotoriseerd verkeer een fietser niet mag inhalen." + }, + "1": { + "name": "Toekomstige fietsstraat", + "description": "Deze straat wordt binnenkort een fietsstraat", + "title": { + "render": "Toekomstige fietsstraat", + "mappings": { + "0": { + "then": "{name} wordt fietsstraat" + } + } + } + }, + "2": { + "name": "Alle straten", + "description": "Laag waar je een straat als fietsstraat kan markeren", + "title": { + "render": "Straat" + } + } + } + }, + "cyclofix": { + "title": "Cyclofix - een open kaart voor fietsers", + "description": "Het doel van deze kaart is om fietsers een gebruiksvriendelijke oplossing te bieden voor het vinden van de juiste infrastructuur voor hun behoeften.

U kunt uw exacte locatie volgen (enkel mobiel) en in de linkerbenedenhoek categorieën selecteren die voor u relevant zijn. U kunt deze tool ook gebruiken om 'spelden' aan de kaart toe te voegen of te bewerken en meer gegevens te verstrekken door de vragen te beantwoorden.

Alle wijzigingen die u maakt worden automatisch opgeslagen in de wereldwijde database van OpenStreetMap en kunnen door anderen vrij worden hergebruikt.

Bekijk voor meer info over cyclofix ook cyclofix.osm.be." + }, + "drinking_water": { + "title": "Drinkwaterpunten", + "description": "Op deze kaart staan publiek toegankelijke drinkwaterpunten en kan je makkelijk een nieuw drinkwaterpunt toevoegen" + }, + "facadegardens": { + "title": "Straatgeveltuintjes", + "shortDescription": "Deze kaart toont geveltuintjes met foto's en bruikbare info over oriëntatie, zonlicht en planttypes.", + "description": "Ontharde voortuintjes, groene gevels en bomen ín de stad brengen naast rust ook een mooiere stad, een grotere biodiversiteit, een verkoelend effect en een betere luchtkwaliteit.
Klimaan VZW en 'Mechelen Klimaatneutraal' willen met het project Klim(t)aan je Gevel bestaande en nieuwe geveltuintjes in kaart brengen als voorbeeld voor mensen zelf een tuintje willen aanleggen of voor stadwandelaars die houden van de natuur.
Meer info over het project op klimaan.be.", + "layers": { + "0": { + "name": "Geveltuintjes", + "title": { + "render": "Geveltuintje" + }, + "description": "Geveltuintjes", + "tagRenderings": { + "1": { + "render": "Oriëntatie: {direction} (waarbij 0=N en 90=O)", + "question": "Hoe is de tuin georiënteerd?" + }, + "2": { + "mappings": { + "0": { + "then": "Het is een volle zon tuintje" + }, + "1": { + "then": "Het is een halfschaduw tuintje" + }, + "2": { + "then": "Het is een schaduw tuintje" + } + }, + "question": "Ligt de tuin in zon/half schaduw of schaduw?" + }, + "3": { + "question": "Is er een regenton voorzien bij het tuintje?", + "mappings": { + "0": { + "then": "Er is een regenton" + }, + "1": { + "then": "Er is geen regenton" + } + } + }, + "4": { + "render": "Aanlegdatum van de tuin: {start_date}", + "question": "Wanneer werd de tuin aangelegd? (vul gewoon een jaartal in)" + }, + "5": { + "mappings": { + "0": { + "then": "Er staan eetbare planten" + }, + "1": { + "then": "Er staan geen eetbare planten" + } + }, + "question": "Staan er eetbare planten?" + }, + "6": { + "question": "Wat voor planten staan hier?", + "mappings": { + "0": { + "then": "Er staat een klimplant" + }, + "1": { + "then": "Er staan bloeiende planten" + }, + "2": { + "then": "Er staan struiken" + }, + "3": { + "then": "Er staan bodembedekkers" + } + } + }, + "7": { + "render": "Meer details: {description}", + "question": "Aanvullende omschrijving van de tuin (indien nodig, en voor zover nog niet omschreven hierboven)" + } + }, + "presets": { + "0": { + "title": "geveltuintje", + "description": "Voeg geveltuintje toe" + } + } + } + } + }, + "food": { + "title": "Eetgelegenheden", + "description": "Restaurants en fast food" + }, + "fritures": { + "title": "Friturenkaart", + "description": "Op deze kaart vind je je favoriete frituur!", + "layers": { + "0": { + "override": { + "name": "Frituren" + } + } + } + }, + "fruit_trees": { + "title": "Open Boomgaardenkaart", + "shortDescription": "Boomgaarden en fruitbomen", + "description": "Op deze kaart vindt je boomgaarden en fruitbomen", + "layers": { + "0": { + "name": "Boomgaarden", + "title": { + "render": "Boomgaard" + }, + "presets": { + "0": { + "title": "Boomgaard", + "description": "Voeg een boomgaard toe (als punt - omtrek nog te tekenen)" + } + } + }, + "1": { + "name": "Boom", + "title": { + "render": "Boom" + }, + "description": "Een boom", + "tagRenderings": { + "0": { + "render": "De soort is {species:nl}", + "question": "Wat is de soort van deze boom (in het Nederlands)?" + }, + "1": { + "render": "Het ras (taxon) van deze boom is {taxon}", + "question": "Wat is het taxon (ras) van deze boom?" + }, + "2": { + "render": "Beschrijving: {description}", + "question": "Welke beschrijving past bij deze boom?" + }, + "3": { + "render": "Referentienummer: {ref}", + "question": "Is er een refernetienummer?" + } + }, + "presets": { + "0": { + "title": "Boom", + "description": "Voeg hier een boom toe" + } + } + } + } + }, + "ghostbikes": { + "title": "Witte Fietsen", + "description": "Een Witte Fiets of Spookfiets is een aandenken aan een fietser die bij een verkeersongeval om het leven kwam. Het gaat om een fiets die volledig wit is geschilderd en in de buurt van het ongeval werd geinstalleerd.

Op deze kaart zie je alle witte fietsen die door OpenStreetMap gekend zijn. Ontbreekt er een Witte Fiets of wens je informatie aan te passen? Meld je dan aan met een (gratis) OpenStreetMap account." + }, + "grb": { + "title": "GRB Fixup", + "shortDescription": "Grb Fixup", + "description": "GRB Fixup", + "layers": { + "0": { + "name": "Fixmes op gebouwen", + "title": { + "render": "{addr:street} {addr:housenumber}", + "mappings": { + "0": { + "then": "{fixme}" + } + } + }, + "description": "Dit gebouw heeft een foutmelding", + "tagRenderings": { + "0": { + "render": "Het huisnummer is {addr:housenumber}", + "question": "Wat is het huisnummer?", + "mappings": { + "0": { + "then": "Geen huisnummer" + } + } + }, + "1": { + "render": "De wooneenheid-aanduiding is {addr:unit} " + }, + "2": { + "render": "De straat is {addr:street}", + "question": "Wat is de straat?" + }, + "3": { + "render": "De fixme is {fixme}", + "question": "Wat zegt de fixme?", + "mappings": { + "0": { + "then": "Geen fixme" + } + } + }, + "4": { + "render": "Dit gebouw begint maar op de {building:min_level} verdieping", + "question": "Hoeveel verdiepingen ontbreken?" + } + } + } + } + }, + "maps": { + "title": "Een kaart met Kaarten", + "shortDescription": "Een kaart met alle kaarten die OpenStreetMap kent", + "description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.

Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen." + }, + "nature": { + "title": "De Natuur in", + "shortDescription": "Deze kaart bevat informatie voor natuurliefhebbers", + "description": "Op deze kaart vind je informatie voor natuurliefhebbers, zoals info over het natuurgebied waar je inzit, vogelkijkhutten, informatieborden, ..." + }, + "natuurpunt": { + "title": "Natuurgebieden", + "shortDescription": "Deze kaart toont de natuurgebieden van Natuurpunt", + "description": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt" + }, + "openwindpowermap": { + "layers": { + "0": { + "name": "windturbine", + "title": { + "render": "windturbine" + }, + "presets": { + "0": { + "title": "windturbine" + } + } + } + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": " megawatt" + }, + "1": { + "human": " kilowatt" + }, + "2": { + "human": " watt" + }, + "3": { + "human": " gigawatt" + } + } + }, + "1": { + "applicableUnits": { + "0": { + "human": " meter" + } + } + } + } + }, + "parkings": { + "title": "Parking", + "shortDescription": "Deze kaart toont verschillende parkeerplekken", + "description": "Deze kaart toont verschillende parkeerplekken" + }, + "personal": { + "title": "Persoonlijk thema", + "description": "Stel je eigen thema samen door lagen te combineren van alle andere themas" + }, + "play_forests": { + "title": "Speelbossen", + "shortDescription": "Deze kaart toont speelbossen", + "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." + }, + "playgrounds": { + "title": "Speelplekken", + "shortDescription": "Een kaart met speeltuinen", + "description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen" + }, + "shops": { + "layers": { + "0": { + "name": "Winkel", + "title": { + "render": "Winkel" + }, + "description": "Een winkel", + "tagRenderings": { + "1": { + "question": "Wat is de naam van deze winkel?" + }, + "2": { + "mappings": { + "1": { + "then": "Supermarkt" + }, + "3": { + "then": "Kapper" + }, + "4": { + "then": "Bakkerij" + } + } + }, + "3": { + "question": "Wat is het telefoonnummer?" + }, + "4": { + "question": "Wat is de website van deze winkel?" + }, + "5": { + "question": "Wat is het e-mailadres van deze winkel?" + }, + "6": { + "question": "Wat zijn de openingsuren van deze winkel?" + } + }, + "presets": { + "0": { + "title": "Winkel", + "description": "Voeg een nieuwe winkel toe" + } + } + } + } + }, + "speelplekken": { + "title": "Welkom bij de groendoener!", + "shortDescription": "Speelplekken in de Antwerpse Zuidrand", + "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": { + "7": { + "name": "Wandelroutes van provincie Antwerpen", + "tagRenderings": { + "0": { + "render": "Deze wandeling is {_length:km}km lang" + }, + "1": { + "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" + } + } + }, + "2": { + "render": "

Korte beschrijving:

{description}" + }, + "3": { + "question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?" + }, + "4": { + "question": "Naar wie kan men emailen bij problemen rond signalisatie?", + "render": "Bij problemen met signalisatie kan men emailen naar {operator:email}" + } + } + } + } + }, + "speelplekken_temp": { + "title": "Speelplekken in de Antwerpse Zuidrand", + "shortDescription": "Speelplekken in de Antwerpse Zuidrand", + "description": "Speelplekken in de Antwerpse Zuidrand. Een project van Provincie Antwerpen, in samenwerking met Createlli, Sportpret en OpenStreetMap België", + "layers": { + "6": { + "name": "Wandelroutes van provincie Antwerpen", + "tagRenderings": { + "0": { + "render": "Deze wandeling is {_length:km}km lang" + }, + "1": { + "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" + } + } + }, + "2": { + "render": "

Korte beschrijving:

{description}" + }, + "3": { + "question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?" + }, + "4": { + "question": "Naar wie kan men emailen bij problemen rond signalisatie?", + "render": "Bij problemen met signalisatie kan men emailen naar {operator:email}" + } + } + } + } + }, + "sport_pitches": { + "title": "Sportvelden", + "shortDescription": "Deze kaart toont sportvelden", + "description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen" + }, + "surveillance": { + "title": "Surveillance under Surveillance", + "shortDescription": "Bewakingscameras en dergelijke", + "description": "Op deze open kaart kan je bewakingscamera's vinden." + }, + "toerisme_vlaanderen": { + "title": "Toeristisch relevante info", + "shortDescription": "Een kaart om toeristisch relevante info op aan te duiden", + "description": "Op deze kaart kan je info zien voor toeristen en zelf aanpasingen maken, zichtbaar voor iedereen" + }, + "toilets": { + "title": "Open Toilettenkaart", + "description": "Een kaart met openbare toiletten" + }, + "trees": { + "title": "Bomen", + "shortDescription": "Breng bomen in kaart", + "description": "Breng bomen in kaart!" + }, + "waste_basket": { + "title": "Vuilnisbak", + "shortDescription": "Een kaart met vuilnisbakken", + "description": "Op deze kaart vind je vuilnisbakken waar je afval in kan smijten. Ontbreekt er een vuilnisbak? Dan kan je die zelf toevoegen" + }, + "width": { + "title": "Straatbreedtes", + "shortDescription": "Is de straat breed genoeg?", + "description": "

De straat is opgebruikt

\n

Er is steeds meer druk op de openbare ruimte. Voetgangers, fietsers, steps, auto's, bussen, bestelwagens, buggies, cargobikes, ... willen allemaal hun deel van de openbare ruimte.

\n

In deze studie nemen we Brugge onder de loep en kijken we hoe breed elke straat is én hoe breed elke straat zou moeten zijn voor een veilig én vlot verkeer.

\n

Legende

\n     Straat te smal voor veilig verkeer
\n     Straat is breed genoeg veilig verkeer
\n     Straat zonder voetpad, te smal als ook voetgangers plaats krijgen
\n     Woonerf, autoluw, autoloos of enkel plaatselijk verkeer
\n
\n
\n Een gestippelde lijn is een straat waar ook voor fietsers éénrichtingsverkeer geldt.
\n Klik op een straat om meer informatie te zien.\n

Hoe gaan we verder?

\n Verschillende ingrepen kunnen de stad teruggeven aan de inwoners en de stad leefbaarder en levendiger maken.
\n Denk aan:\n
    \n
  • De autovrije zone's uitbreiden
  • \n
  • De binnenstad fietszone maken
  • \n
  • Het aantal woonerven uitbreiden
  • \n
  • Grotere auto's meer belasten - ze nemen immers meer parkeerruimte in.
  • \n
  • Laat toeristen verplicht parkeren onder het zand; een (fiets)taxi kan hen naar hun hotel brengen
  • \n
  • Voorzie in elke straat enkele parkeerplaatsen voor kortparkeren. Zo kunnen leveringen, iemand afzetten,... gebeuren zonder op het voetpad en fietspad te parkeren
  • \n
", + "layers": { + "0": { + "name": "Straten met een breedte", + "title": { + "render": "{name}", + "mappings": { + "0": { + "then": "Naamloos segmet" + } + } + } } - } } - } } - } } \ No newline at end of file diff --git a/langs/themes/pl.json b/langs/themes/pl.json index 3bfdcec90..b1e8db00a 100644 --- a/langs/themes/pl.json +++ b/langs/themes/pl.json @@ -1,18 +1,18 @@ { - "aed": { - "title": "Otwórz mapę AED", - "description": "Na tej mapie można znaleźć i oznaczyć defibrylatory w okolicy" - }, - "surveillance": { - "shortDescription": "Kamery monitorujące i inne środki nadzoru", - "description": "Na tej otwartej mapie można znaleźć kamery monitoringu." - }, - "toilets": { - "title": "Mapa otwartych toalet", - "description": "Mapa toalet publicznych" - }, - "trees": { - "title": "Drzewa", - "shortDescription": "Sporządzić mapę wszystkich drzew" - } + "aed": { + "title": "Otwórz mapę AED", + "description": "Na tej mapie można znaleźć i oznaczyć defibrylatory w okolicy" + }, + "surveillance": { + "shortDescription": "Kamery monitorujące i inne środki nadzoru", + "description": "Na tej otwartej mapie można znaleźć kamery monitoringu." + }, + "toilets": { + "title": "Mapa otwartych toalet", + "description": "Mapa toalet publicznych" + }, + "trees": { + "title": "Drzewa", + "shortDescription": "Sporządzić mapę wszystkich drzew" + } } \ No newline at end of file diff --git a/langs/themes/pt_BR.json b/langs/themes/pt_BR.json index 5a1098ed8..50e7f9431 100644 --- a/langs/themes/pt_BR.json +++ b/langs/themes/pt_BR.json @@ -1,174 +1,174 @@ { - "aed": { - "title": "Abrir mapa AED", - "description": "Neste mapa, pode-se encontrar e marcar desfibriladores próximos" - }, - "benches": { - "title": "Bancadas", - "shortDescription": "Um mapa de bancadas" - }, - "bicyclelib": { - "title": "Bibliotecas de bicicletas" - }, - "bike_monitoring_stations": { - "title": "Estações de monitoramento de bicicletas", - "shortDescription": "Estações de monitoramento de bicicletas com dados ao vivo da Mobilidade de Bruxelas", - "description": "Este tema mostra as estações de monitoramento de bicicletas com dados ao vivo" - }, - "bookcases": { - "title": "Abrir Mapa de Estantes" - }, - "campersite": { - "title": "Locais de acampamento", - "shortDescription": "Encontre locais para passar a noite com o seu campista", - "layers": { - "0": { - "name": "Locais de acampamento", - "title": { - "render": "Local de acampamento {name}", - "mappings": { + "aed": { + "title": "Abrir mapa AED", + "description": "Neste mapa, pode-se encontrar e marcar desfibriladores próximos" + }, + "benches": { + "title": "Bancadas", + "shortDescription": "Um mapa de bancadas" + }, + "bicyclelib": { + "title": "Bibliotecas de bicicletas" + }, + "bike_monitoring_stations": { + "title": "Estações de monitoramento de bicicletas", + "shortDescription": "Estações de monitoramento de bicicletas com dados ao vivo da Mobilidade de Bruxelas", + "description": "Este tema mostra as estações de monitoramento de bicicletas com dados ao vivo" + }, + "bookcases": { + "title": "Abrir Mapa de Estantes" + }, + "campersite": { + "title": "Locais de acampamento", + "shortDescription": "Encontre locais para passar a noite com o seu campista", + "layers": { "0": { - "then": "Locais de acampamento sem nome" + "name": "Locais de acampamento", + "title": { + "render": "Local de acampamento {name}", + "mappings": { + "0": { + "then": "Locais de acampamento sem nome" + } + } + }, + "description": "Locais de acampamento", + "tagRenderings": { + "1": { + "render": "Este lugar é chamado de {name}", + "question": "Qual o nome deste lugar?" + }, + "2": { + "question": "Este lugar cobra alguma taxa?", + "mappings": { + "0": { + "then": "Você precisa pagar para usar" + }, + "1": { + "then": "Pode ser usado de graça" + } + } + }, + "3": { + "render": "Este lugar cobra {charge}", + "question": "Quanto este lugar cobra?" + }, + "4": { + "question": "Este local tem uma estação de aterro sanitário?", + "mappings": { + "0": { + "then": "Este local tem uma estação de aterro sanitário" + }, + "1": { + "then": "Este local não tem uma estação de aterro sanitário" + } + } + }, + "5": { + "render": "{capacity} campistas podem usar este lugar ao mesmo tempo", + "question": "Quantos campistas podem ficar aqui? (pule se não houver um número óbvio de vagas ou veículos permitidos)" + }, + "6": { + "question": "Este lugar fornece acesso a internet?", + "mappings": { + "0": { + "then": "Há acesso à internet" + }, + "1": { + "then": "Há acesso à Internet" + }, + "2": { + "then": "Não há acesso à internet" + } + } + }, + "7": { + "question": "Você tem que pagar pelo acesso à internet?", + "mappings": { + "0": { + "then": "Você precisa pagar um extra pelo acesso à internet" + }, + "1": { + "then": "Você não precisa pagar um extra pelo acesso à internet" + } + } + }, + "8": { + "question": "Este lugar tem banheiros?", + "mappings": { + "0": { + "then": "Este lugar tem banheiros" + }, + "1": { + "then": "Este lugar não tem banheiros" + } + } + }, + "9": { + "render": "Site oficial: {website}", + "question": "Este lugar tem um website?" + }, + "10": { + "question": "Este lugar oferece vagas para aluguel a longo prazo?", + "mappings": { + "0": { + "then": "Sim, há alguns pontos para aluguel a longo prazo, mas você também pode ficar em uma base diária" + }, + "1": { + "then": "Não, não há hóspedes permanentes aqui" + } + } + }, + "11": { + "render": "Mais detalhes sobre este lugar: {description}" + } + }, + "presets": { + "0": { + "title": "local de acampamento" + } + } + }, + "1": { + "name": "Estações de despejo sanitário", + "title": { + "render": "Estação de despejo {nome}", + "mappings": { + "0": { + "then": "Estação de despejo" + } + } + }, + "description": "Estações de despejo sanitário", + "tagRenderings": { + "1": { + "question": "Este lugar cobra alguma taxa?", + "mappings": { + "0": { + "then": "Você precisa pagar pelo uso" + }, + "1": { + "then": "Pode ser usado gratuitamente" + } + } + }, + "2": { + "render": "Este lugar cobra {charge}", + "question": "Quanto este lugar cobra?" + }, + "3": { + "question": "Este lugar tem um ponto de água?", + "mappings": { + "0": { + "then": "Este lugar tem um ponto de água" + }, + "1": { + "then": "Este lugar não tem um ponto de água" + } + } + } + } } - } - }, - "description": "Locais de acampamento", - "tagRenderings": { - "1": { - "render": "Este lugar é chamado de {name}", - "question": "Qual o nome deste lugar?" - }, - "2": { - "question": "Este lugar cobra alguma taxa?", - "mappings": { - "0": { - "then": "Você precisa pagar para usar" - }, - "1": { - "then": "Pode ser usado de graça" - } - } - }, - "3": { - "render": "Este lugar cobra {charge}", - "question": "Quanto este lugar cobra?" - }, - "4": { - "question": "Este local tem uma estação de aterro sanitário?", - "mappings": { - "0": { - "then": "Este local tem uma estação de aterro sanitário" - }, - "1": { - "then": "Este local não tem uma estação de aterro sanitário" - } - } - }, - "5": { - "render": "{capacity} campistas podem usar este lugar ao mesmo tempo", - "question": "Quantos campistas podem ficar aqui? (pule se não houver um número óbvio de vagas ou veículos permitidos)" - }, - "6": { - "question": "Este lugar fornece acesso a internet?", - "mappings": { - "0": { - "then": "Há acesso à internet" - }, - "1": { - "then": "Há acesso à Internet" - }, - "2": { - "then": "Não há acesso à internet" - } - } - }, - "7": { - "question": "Você tem que pagar pelo acesso à internet?", - "mappings": { - "0": { - "then": "Você precisa pagar um extra pelo acesso à internet" - }, - "1": { - "then": "Você não precisa pagar um extra pelo acesso à internet" - } - } - }, - "8": { - "question": "Este lugar tem banheiros?", - "mappings": { - "0": { - "then": "Este lugar tem banheiros" - }, - "1": { - "then": "Este lugar não tem banheiros" - } - } - }, - "9": { - "render": "Site oficial: {website}", - "question": "Este lugar tem um website?" - }, - "10": { - "question": "Este lugar oferece vagas para aluguel a longo prazo?", - "mappings": { - "0": { - "then": "Sim, há alguns pontos para aluguel a longo prazo, mas você também pode ficar em uma base diária" - }, - "1": { - "then": "Não, não há hóspedes permanentes aqui" - } - } - }, - "11": { - "render": "Mais detalhes sobre este lugar: {description}" - } - }, - "presets": { - "0": { - "title": "local de acampamento" - } } - }, - "1": { - "name": "Estações de despejo sanitário", - "title": { - "render": "Estação de despejo {nome}", - "mappings": { - "0": { - "then": "Estação de despejo" - } - } - }, - "description": "Estações de despejo sanitário", - "tagRenderings": { - "1": { - "question": "Este lugar cobra alguma taxa?", - "mappings": { - "0": { - "then": "Você precisa pagar pelo uso" - }, - "1": { - "then": "Pode ser usado gratuitamente" - } - } - }, - "2": { - "render": "Este lugar cobra {charge}", - "question": "Quanto este lugar cobra?" - }, - "3": { - "question": "Este lugar tem um ponto de água?", - "mappings": { - "0": { - "then": "Este lugar tem um ponto de água" - }, - "1": { - "then": "Este lugar não tem um ponto de água" - } - } - } - } - } } - } } \ No newline at end of file diff --git a/langs/themes/ru.json b/langs/themes/ru.json index 7420de271..5c622034e 100644 --- a/langs/themes/ru.json +++ b/langs/themes/ru.json @@ -1,647 +1,647 @@ { - "aed": { - "title": "Открытая карта АВД (Автоматизированных внешних дефибрилляторов)", - "description": "На этой карте вы можете найти и отметить ближайшие дефибрилляторы" - }, - "artwork": { - "title": "Открытая карта произведений искусства", - "description": "Добро пожаловать на Open Artwork Map, карту статуй, бюстов, граффити и других произведений искусства по всему миру", - "layers": { - "0": { - "name": "Произведения искусства", - "title": { - "render": "Художественная работа", - "mappings": { - "0": { - "then": "Художественная работа {name}" - } - } - }, - "description": "Разнообразные произведения искусства", - "presets": { - "0": { - "title": "Художественная работа" - } - }, - "tagRenderings": { - "1": { - "render": "Это {artwork_type}", - "question": "К какому типу относится эта работа?", - "mappings": { - "0": { - "then": "Архитектура" - }, - "1": { - "then": "Фреска" - }, - "2": { - "then": "Живопись" - }, - "3": { - "then": "Скульптура" - }, - "4": { - "then": "Статуя" - }, - "5": { - "then": "Бюст" - }, - "6": { - "then": "Камень" - }, - "7": { - "then": "Инсталляция" - }, - "8": { - "then": "Граффити" - }, - "9": { - "then": "Рельеф" - }, - "10": { - "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)" - }, - "11": { - "then": "Плитка (мозаика)" - } - } - }, - "2": { - "question": "Какой художник создал это?", - "render": "Создано {artist_name}" - }, - "3": { - "question": "Есть ли сайт с более подробной информацией об этой работе?", - "render": "Больше информации на этом сайте" - }, - "4": { - "question": "Какая запись в Wikidata соответсвует этой работе?", - "render": "Запись об этой работе в wikidata: {wikidata}" - } - } - } - } - }, - "benches": { - "title": "Скамейки", - "shortDescription": "Карта скамеек", - "description": "На этой карте показаны все скамейки, записанные в OpenStreetMap: отдельные скамейки, а также скамейки, относящиеся к остановкам общественного транспорта или навесам. Имея учётную запись OpenStreetMap, вы можете наносить на карту новые скамейки или редактировать информацию о существующих скамейках." - }, - "bicyclelib": { - "title": "Велосипедные библиотеки", - "description": "Велосипедная библиотека - это место, где велосипеды можно взять на время, часто за небольшую ежегодную плату. Примером использования являются библиотеки велосипедов для детей, что позволяет им сменить велосипед на больший, когда они перерастают свой нынешний велосипед" - }, - "bike_monitoring_stations": { - "title": "Станции мониторинга велосипедов", - "shortDescription": "Станции мониторинга велосипедов с оперативными данными от Brussels Mobility", - "description": "В этой теме показаны станции мониторинга велосипедов с данными в реальном времени" - }, - "bookcases": { - "title": "Открытая карта книжных шкафов", - "description": "Общественный книжный шкаф - это небольшой уличный шкаф, коробка, старый телефонный аппарат или другие предметы, где хранятся книги. Каждый может положить или взять книгу. Цель этой карты - собрать все эти книжные шкафы. Вы можете обнаружить новые книжные шкафы поблизости и, имея бесплатный аккаунт OpenStreetMap, быстро добавить свои любимые книжные шкафы." - }, - "campersite": { - "title": "Кемпинги", - "shortDescription": "Найти места остановки, чтобы провести ночь в автофургоне", - "description": "На этом сайте собраны все официальные места остановки кемперов и места, где можно сбросить серую и черную воду. Вы можете добавить подробную информацию о предоставляемых услугах и их стоимости. Добавлять фотографии и отзывы. Это веб-сайт и веб-приложение. Данные хранятся в OpenStreetMap, поэтому они будут бесплатными всегда и могут быть повторно использованы любым приложением.", - "layers": { - "0": { - "name": "Площадки для кемпинга", - "title": { - "render": "Место для кемпинга {name}", - "mappings": { - "0": { - "then": "Место для кемпинга без названия" - } - } - }, - "description": "площадки для кемпинга", - "tagRenderings": { - "1": { - "render": "Это место называется {name}", - "question": "Как называется это место?" - }, - "2": { - "question": "Взимается ли в этом месте плата?", - "mappings": { - "0": { - "then": "За использование нужно платить" - }, - "1": { - "then": "Можно использовать бесплатно" - } - } - }, - "3": { - "render": "Это место взимает {charge}", - "question": "Сколько это место взимает?" - }, - "4": { - "question": "В этом кемпинге есть место для слива отходов из туалетных резервуаров?", - "mappings": { - "0": { - "then": "В этом кемпинге есть место для слива отходов из туалетных резервуаров" - }, - "1": { - "then": "В этом кемпинге нет места для слива отходов из туалетных резервуаров" - } - } - }, - "5": { - "render": "{capacity} кемперов могут использовать это место одновременно", - "question": "Сколько кемперов может здесь остановиться? (пропустите, если нет очевидного количества мест или разрешённых транспортных средств)" - }, - "6": { - "question": "Предоставляет ли это место доступ в Интернет?", - "mappings": { - "0": { - "then": "Есть доступ в Интернет" - }, - "1": { - "then": "Есть доступ в Интернет" - }, - "2": { - "then": "Нет доступа в Интернет" - } - } - }, - "7": { - "question": "Нужно ли платить за доступ в Интернет?", - "mappings": { - "0": { - "then": "За доступ в Интернет нужно платить дополнительно" - }, - "1": { - "then": "Вам не нужно платить дополнительно за доступ в Интернет" - } - } - }, - "8": { - "question": "Здесь есть туалеты?", - "mappings": { - "0": { - "then": "В этом месте есть туалеты" - }, - "1": { - "then": "В этом месте нет туалетов" - } - } - }, - "9": { - "render": "Официальный сайт: {website}", - "question": "Есть ли у этого места веб-сайт?" - }, - "10": { - "question": "Предлагает ли эта площадка места для долгосрочной аренды?", - "mappings": { - "0": { - "then": "Да, здесь есть места для долгосрочной аренды, но вы можете остановиться и на сутки" - }, - "1": { - "then": "Нет, здесь нет постоянных гостей" - }, - "2": { - "then": "Здесь можно остановиться, только если у вас долгосрочный контракт (это место исчезнет с этой карты, если вы выберете это)" - } - } - }, - "11": { - "render": "Более подробная информация об этом месте: {description}", - "question": "Хотели бы вы добавить общее описание этого места? (Не повторяйте информацию, которая уже написана выше или на которую вы уже ответили ранее. Пожалуйста, будьте объективны - мнения должны быть в отзывах)" - } - }, - "presets": { - "0": { - "title": "площадка для кемпинга", - "description": "Добавьте новую официальную площадку для кемпинга. Это специально отведённые места для ночлега с автофургоном. Они могут выглядеть как настоящий кемпинг или просто выглядеть как парковка. Они не могут быть обозначены вообще, а просто быть определены в муниципальном решении. Обычная парковка, предназначенная для отдыхающих, где не ожидается, что они проведут ночь это -НЕ- площадка для кемпинга " - } - } - }, - "1": { - "name": "Места для слива отходов из туалетных резервуаров", - "title": { - "render": "Ассенизационная сливная станция {name}", - "mappings": { - "0": { - "then": "Ассенизационная сливная станция" - } - } - }, - "description": "Ассенизационные сливные станции", - "tagRenderings": { - "1": { - "question": "Взимается ли в этом месте плата?", - "mappings": { - "0": { - "then": "За использование нужно платить" - }, - "1": { - "then": "Можно использовать бесплатно" - } - } - }, - "2": { - "render": "Это место взимает {charge}", - "question": "Сколько это место взимает?" - }, - "3": { - "question": "Есть ли в этом месте водоснабжение?", - "mappings": { - "0": { - "then": "В этом месте есть водоснабжение" - }, - "1": { - "then": "В этом месте нет водоснабжения" - } - } - }, - "4": { - "question": "Можно ли здесь утилизировать серую воду?", - "mappings": { - "0": { - "then": "Вы можете утилизировать серую воду здесь" - }, - "1": { - "then": "Здесь нельзя утилизировать серую воду" - } - } - }, - "5": { - "question": "Можно ли здесь утилизировать отходы химических туалетов?", - "mappings": { - "0": { - "then": "Вы можете утилизировать отходы химических туалетов здесь" - }, - "1": { - "then": "Здесь нельзя утилизировать отходы химических туалетов" - } - } - }, - "6": { - "question": "Кто может использовать эту станцию утилизации?", - "mappings": { - "2": { - "then": "Любой может воспользоваться этой станцией утилизации" - }, - "3": { - "then": "Любой может воспользоваться этой станцией утилизации" - } - } - }, - "7": { - "render": "Эта станция - часть сети {network}", - "question": "К какой сети относится эта станция? (пропустите, если неприменимо)" - } - } - } - } - }, - "charging_stations": { - "description": "На этой карте вы можно найти и отметить информацию о зарядных станциях" - }, - "climbing": { - "title": "Открытая карта скалолазания", - "description": "На этой карте вы найдете различные возможности для скалолазания, такие как скалодромы, залы для боулдеринга и скалы на природе.", - "descriptionTail": "Создатель карты скалолазания — Christian Neumann. Пожалуйста, пишите если у вас есть отзыв или вопросы.

Проект использует данные OpenStreetMap.

", - "layers": { - "0": { - "name": "Клуб скалолазания", - "title": { - "render": "Клуб скалолазания" - }, - "tagRenderings": { - "0": { - "render": "{name}" - } - }, - "presets": { - "0": { - "title": "Клуб скалолазания", - "description": "Клуб скалолазания" - } - } - }, - "1": { - "tagRenderings": { - "3": { - "render": "{name}" - } - } - }, - "2": { - "tagRenderings": { - "3": { - "render": "{name}" - } - } - }, - "3": { - "tagRenderings": { - "6": { - "render": "{name}" - } - } - }, - "4": { - "tagRenderings": { - "1": { - "render": "{name}" - } - } - } + "aed": { + "title": "Открытая карта АВД (Автоматизированных внешних дефибрилляторов)", + "description": "На этой карте вы можете найти и отметить ближайшие дефибрилляторы" }, - "roamingRenderings": { - "0": { - "question": "Есть ли (неофициальный) веб-сайт с более подробной информацией (напр., topos)?" - }, - "2": { - "mappings": { - "3": { - "then": "Только членам клуба" - } - } - }, - "9": { - "mappings": { - "0": { - "then": "Здесь можно заняться спортивным скалолазанием" - }, - "1": { - "then": "Спортивное скалолазание здесь невозможно" - } - } - } - } - }, - "cyclestreets": { - "layers": { - "2": { - "name": "Все улицы", - "title": { - "render": "Улица" - } - } - } - }, - "cyclofix": { - "title": "Cyclofix - открытая карта для велосипедистов" - }, - "drinking_water": { - "title": "Питьевая вода", - "description": "На этой карте показываются и могут быть легко добавлены общедоступные точки питьевой воды" - }, - "facadegardens": { - "layers": { - "0": { - "tagRenderings": { - "2": { - "question": "Сад расположен на солнечной стороне или в тени?" - }, - "3": { - "mappings": { - "0": { - "then": "Есть бочка с дождевой водой" - }, - "1": { - "then": "Нет бочки с дождевой водой" - } - } - }, - "4": { - "render": "Дата строительства сада: {start_date}" - }, - "6": { - "question": "Какие виды растений обитают здесь?" - }, - "7": { - "render": "Подробнее: {description}", - "question": "Дополнительная информация о саде (если требуется или еще не указана выше)" - } - } - } - } - }, - "hailhydrant": { - "title": "Пожарные гидранты, огнетушители, пожарные станции и станции скорой помощи.", - "shortDescription": "Карта пожарных гидрантов, огнетушителей, пожарных станций и станций скорой помощи.", - "layers": { - "0": { - "name": "Карта пожарных гидрантов", - "title": { - "render": "Гидрант" - }, - "description": "Слой карты, отображающий пожарные гидранты.", - "tagRenderings": { - "0": { - "question": "Какого цвета гидрант?", - "render": "Цвет гидранта {colour}", - "mappings": { - "0": { - "then": "Цвет гидранта не определён." - }, - "1": { - "then": "Гидрант жёлтого цвета." - }, - "2": { - "then": "Гидрант красного цвета." - } - } - }, - "1": { - "question": "К какому типу относится этот гидрант?", - "render": " Тип гидранта: {fire_hydrant:type}", - "mappings": { - "0": { - "then": "Тип гидранта не определён." - }, - "3": { - "then": " Тип стены." - } - } - }, - "2": { - "mappings": { - "0": { - "then": "Гидрант (полностью или частично) в рабочем состоянии." - }, - "2": { - "then": "Гидрант демонтирован." - } - } - } - }, - "presets": { - "0": { - "title": "Пожарный гидрант" - } - } - }, - "1": { - "name": "Карта огнетушителей.", - "title": { - "render": "Огнетушители" - }, - "description": "Слой карты, отображающий огнетушители.", - "tagRenderings": { - "0": { - "render": "Местоположение: {location}", - "question": "Где это расположено?", - "mappings": { - "0": { - "then": "Внутри." - }, - "1": { - "then": "Снаружи." - } - } - } - }, - "presets": { - "0": { - "title": "Огнетушитель", - "description": "Огнетушитель - небольшое переносное устройство для тушения огня" - } - } - }, - "2": { - "name": "Карта пожарных частей", - "title": { - "render": "Пожарная часть" - }, - "description": "Слой карты, отображающий пожарные части.", - "tagRenderings": { - "0": { - "question": "Как называется эта пожарная часть?", - "render": "Эта часть называется {name}." - }, - "1": { - "question": " По какому адресу расположена эта часть?", - "render": "Часть расположена вдоль шоссе {addr:street}." - }, - "2": { - "question": "Где расположена часть? (напр., название населённого пункта)", - "render": "Эта часть расположена в {addr:place}." - } - }, - "presets": { - "0": { - "title": "Пожарная часть" - } - } - }, - "3": { - "name": "Карта станций скорой помощи", - "title": { - "render": "Станция скорой помощи" - }, - "tagRenderings": { - "0": { - "question": "Как называется эта станция скорой помощи?", - "render": "Эта станция называется {name}." - }, - "1": { - "question": " По какому адресу расположена эта станция?", - "render": "Эта станция расположена вдоль шоссе {addr:street}." - }, - "2": { - "question": "Где расположена станция? (напр., название населённого пункта)" - } - }, - "presets": { - "0": { - "title": "Станция скорой помощи", - "description": "Добавить станцию скорой помощи на карту" - } - } - } - } - }, - "maps": { - "title": "Карта карт" - }, - "personal": { - "description": "Создать персональную тему на основе доступных слоёв тем" - }, - "playgrounds": { - "title": "Игровые площадки", - "shortDescription": "Карта игровых площадок", - "description": "На этой карте можно найти игровые площадки и добавить дополнительную информацию" - }, - "shops": { - "title": "Открыть карту магазинов", - "layers": { - "0": { - "name": "Магазин", - "title": { - "render": "Магазин", - "mappings": { + "artwork": { + "title": "Открытая карта произведений искусства", + "description": "Добро пожаловать на Open Artwork Map, карту статуй, бюстов, граффити и других произведений искусства по всему миру", + "layers": { "0": { - "then": "{name}" + "name": "Произведения искусства", + "title": { + "render": "Художественная работа", + "mappings": { + "0": { + "then": "Художественная работа {name}" + } + } + }, + "description": "Разнообразные произведения искусства", + "presets": { + "0": { + "title": "Художественная работа" + } + }, + "tagRenderings": { + "1": { + "render": "Это {artwork_type}", + "question": "К какому типу относится эта работа?", + "mappings": { + "0": { + "then": "Архитектура" + }, + "1": { + "then": "Фреска" + }, + "2": { + "then": "Живопись" + }, + "3": { + "then": "Скульптура" + }, + "4": { + "then": "Статуя" + }, + "5": { + "then": "Бюст" + }, + "6": { + "then": "Камень" + }, + "7": { + "then": "Инсталляция" + }, + "8": { + "then": "Граффити" + }, + "9": { + "then": "Рельеф" + }, + "10": { + "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)" + }, + "11": { + "then": "Плитка (мозаика)" + } + } + }, + "2": { + "question": "Какой художник создал это?", + "render": "Создано {artist_name}" + }, + "3": { + "question": "Есть ли сайт с более подробной информацией об этой работе?", + "render": "Больше информации на этом сайте" + }, + "4": { + "question": "Какая запись в Wikidata соответсвует этой работе?", + "render": "Запись об этой работе в wikidata: {wikidata}" + } + } + } + } + }, + "benches": { + "title": "Скамейки", + "shortDescription": "Карта скамеек", + "description": "На этой карте показаны все скамейки, записанные в OpenStreetMap: отдельные скамейки, а также скамейки, относящиеся к остановкам общественного транспорта или навесам. Имея учётную запись OpenStreetMap, вы можете наносить на карту новые скамейки или редактировать информацию о существующих скамейках." + }, + "bicyclelib": { + "title": "Велосипедные библиотеки", + "description": "Велосипедная библиотека - это место, где велосипеды можно взять на время, часто за небольшую ежегодную плату. Примером использования являются библиотеки велосипедов для детей, что позволяет им сменить велосипед на больший, когда они перерастают свой нынешний велосипед" + }, + "bike_monitoring_stations": { + "title": "Станции мониторинга велосипедов", + "shortDescription": "Станции мониторинга велосипедов с оперативными данными от Brussels Mobility", + "description": "В этой теме показаны станции мониторинга велосипедов с данными в реальном времени" + }, + "bookcases": { + "title": "Открытая карта книжных шкафов", + "description": "Общественный книжный шкаф - это небольшой уличный шкаф, коробка, старый телефонный аппарат или другие предметы, где хранятся книги. Каждый может положить или взять книгу. Цель этой карты - собрать все эти книжные шкафы. Вы можете обнаружить новые книжные шкафы поблизости и, имея бесплатный аккаунт OpenStreetMap, быстро добавить свои любимые книжные шкафы." + }, + "campersite": { + "title": "Кемпинги", + "shortDescription": "Найти места остановки, чтобы провести ночь в автофургоне", + "description": "На этом сайте собраны все официальные места остановки кемперов и места, где можно сбросить серую и черную воду. Вы можете добавить подробную информацию о предоставляемых услугах и их стоимости. Добавлять фотографии и отзывы. Это веб-сайт и веб-приложение. Данные хранятся в OpenStreetMap, поэтому они будут бесплатными всегда и могут быть повторно использованы любым приложением.", + "layers": { + "0": { + "name": "Площадки для кемпинга", + "title": { + "render": "Место для кемпинга {name}", + "mappings": { + "0": { + "then": "Место для кемпинга без названия" + } + } + }, + "description": "площадки для кемпинга", + "tagRenderings": { + "1": { + "render": "Это место называется {name}", + "question": "Как называется это место?" + }, + "2": { + "question": "Взимается ли в этом месте плата?", + "mappings": { + "0": { + "then": "За использование нужно платить" + }, + "1": { + "then": "Можно использовать бесплатно" + } + } + }, + "3": { + "render": "Это место взимает {charge}", + "question": "Сколько это место взимает?" + }, + "4": { + "question": "В этом кемпинге есть место для слива отходов из туалетных резервуаров?", + "mappings": { + "0": { + "then": "В этом кемпинге есть место для слива отходов из туалетных резервуаров" + }, + "1": { + "then": "В этом кемпинге нет места для слива отходов из туалетных резервуаров" + } + } + }, + "5": { + "render": "{capacity} кемперов могут использовать это место одновременно", + "question": "Сколько кемперов может здесь остановиться? (пропустите, если нет очевидного количества мест или разрешённых транспортных средств)" + }, + "6": { + "question": "Предоставляет ли это место доступ в Интернет?", + "mappings": { + "0": { + "then": "Есть доступ в Интернет" + }, + "1": { + "then": "Есть доступ в Интернет" + }, + "2": { + "then": "Нет доступа в Интернет" + } + } + }, + "7": { + "question": "Нужно ли платить за доступ в Интернет?", + "mappings": { + "0": { + "then": "За доступ в Интернет нужно платить дополнительно" + }, + "1": { + "then": "Вам не нужно платить дополнительно за доступ в Интернет" + } + } + }, + "8": { + "question": "Здесь есть туалеты?", + "mappings": { + "0": { + "then": "В этом месте есть туалеты" + }, + "1": { + "then": "В этом месте нет туалетов" + } + } + }, + "9": { + "render": "Официальный сайт: {website}", + "question": "Есть ли у этого места веб-сайт?" + }, + "10": { + "question": "Предлагает ли эта площадка места для долгосрочной аренды?", + "mappings": { + "0": { + "then": "Да, здесь есть места для долгосрочной аренды, но вы можете остановиться и на сутки" + }, + "1": { + "then": "Нет, здесь нет постоянных гостей" + }, + "2": { + "then": "Здесь можно остановиться, только если у вас долгосрочный контракт (это место исчезнет с этой карты, если вы выберете это)" + } + } + }, + "11": { + "render": "Более подробная информация об этом месте: {description}", + "question": "Хотели бы вы добавить общее описание этого места? (Не повторяйте информацию, которая уже написана выше или на которую вы уже ответили ранее. Пожалуйста, будьте объективны - мнения должны быть в отзывах)" + } + }, + "presets": { + "0": { + "title": "площадка для кемпинга", + "description": "Добавьте новую официальную площадку для кемпинга. Это специально отведённые места для ночлега с автофургоном. Они могут выглядеть как настоящий кемпинг или просто выглядеть как парковка. Они не могут быть обозначены вообще, а просто быть определены в муниципальном решении. Обычная парковка, предназначенная для отдыхающих, где не ожидается, что они проведут ночь это -НЕ- площадка для кемпинга " + } + } }, "1": { - "then": "{shop}" + "name": "Места для слива отходов из туалетных резервуаров", + "title": { + "render": "Ассенизационная сливная станция {name}", + "mappings": { + "0": { + "then": "Ассенизационная сливная станция" + } + } + }, + "description": "Ассенизационные сливные станции", + "tagRenderings": { + "1": { + "question": "Взимается ли в этом месте плата?", + "mappings": { + "0": { + "then": "За использование нужно платить" + }, + "1": { + "then": "Можно использовать бесплатно" + } + } + }, + "2": { + "render": "Это место взимает {charge}", + "question": "Сколько это место взимает?" + }, + "3": { + "question": "Есть ли в этом месте водоснабжение?", + "mappings": { + "0": { + "then": "В этом месте есть водоснабжение" + }, + "1": { + "then": "В этом месте нет водоснабжения" + } + } + }, + "4": { + "question": "Можно ли здесь утилизировать серую воду?", + "mappings": { + "0": { + "then": "Вы можете утилизировать серую воду здесь" + }, + "1": { + "then": "Здесь нельзя утилизировать серую воду" + } + } + }, + "5": { + "question": "Можно ли здесь утилизировать отходы химических туалетов?", + "mappings": { + "0": { + "then": "Вы можете утилизировать отходы химических туалетов здесь" + }, + "1": { + "then": "Здесь нельзя утилизировать отходы химических туалетов" + } + } + }, + "6": { + "question": "Кто может использовать эту станцию утилизации?", + "mappings": { + "2": { + "then": "Любой может воспользоваться этой станцией утилизации" + }, + "3": { + "then": "Любой может воспользоваться этой станцией утилизации" + } + } + }, + "7": { + "render": "Эта станция - часть сети {network}", + "question": "К какой сети относится эта станция? (пропустите, если неприменимо)" + } + } } - } - }, - "description": "Магазин", - "tagRenderings": { - "1": { - "question": "Как называется этот магазин?" - }, - "2": { - "question": "Что продаётся в этом магазине?", - "mappings": { - "1": { - "then": "Супермаркет" - }, - "2": { - "then": "Магазин одежды" - }, - "3": { - "then": "Парикмахерская" - }, - "6": { - "then": "Автосалон" - } - } - }, - "3": { - "render": "{phone}", - "question": "Какой телефон?" - }, - "4": { - "render": "{website}", - "question": "Какой веб-сайт у этого магазина?" - }, - "5": { - "render": "{email}", - "question": "Каков адрес электронной почты этого магазина?" - }, - "6": { - "render": "{opening_hours_table(opening_hours)}", - "question": "Каковы часы работы этого магазина?" - } - }, - "presets": { - "0": { - "title": "Магазин", - "description": "Добавить новый магазин" - } } - } + }, + "charging_stations": { + "description": "На этой карте вы можно найти и отметить информацию о зарядных станциях" + }, + "climbing": { + "title": "Открытая карта скалолазания", + "description": "На этой карте вы найдете различные возможности для скалолазания, такие как скалодромы, залы для боулдеринга и скалы на природе.", + "descriptionTail": "Создатель карты скалолазания — Christian Neumann. Пожалуйста, пишите если у вас есть отзыв или вопросы.

Проект использует данные OpenStreetMap.

", + "layers": { + "0": { + "name": "Клуб скалолазания", + "title": { + "render": "Клуб скалолазания" + }, + "tagRenderings": { + "0": { + "render": "{name}" + } + }, + "presets": { + "0": { + "title": "Клуб скалолазания", + "description": "Клуб скалолазания" + } + } + }, + "1": { + "tagRenderings": { + "3": { + "render": "{name}" + } + } + }, + "2": { + "tagRenderings": { + "3": { + "render": "{name}" + } + } + }, + "3": { + "tagRenderings": { + "6": { + "render": "{name}" + } + } + }, + "4": { + "tagRenderings": { + "1": { + "render": "{name}" + } + } + } + }, + "roamingRenderings": { + "0": { + "question": "Есть ли (неофициальный) веб-сайт с более подробной информацией (напр., topos)?" + }, + "2": { + "mappings": { + "3": { + "then": "Только членам клуба" + } + } + }, + "9": { + "mappings": { + "0": { + "then": "Здесь можно заняться спортивным скалолазанием" + }, + "1": { + "then": "Спортивное скалолазание здесь невозможно" + } + } + } + } + }, + "cyclestreets": { + "layers": { + "2": { + "name": "Все улицы", + "title": { + "render": "Улица" + } + } + } + }, + "cyclofix": { + "title": "Cyclofix - открытая карта для велосипедистов" + }, + "drinking_water": { + "title": "Питьевая вода", + "description": "На этой карте показываются и могут быть легко добавлены общедоступные точки питьевой воды" + }, + "facadegardens": { + "layers": { + "0": { + "tagRenderings": { + "2": { + "question": "Сад расположен на солнечной стороне или в тени?" + }, + "3": { + "mappings": { + "0": { + "then": "Есть бочка с дождевой водой" + }, + "1": { + "then": "Нет бочки с дождевой водой" + } + } + }, + "4": { + "render": "Дата строительства сада: {start_date}" + }, + "6": { + "question": "Какие виды растений обитают здесь?" + }, + "7": { + "render": "Подробнее: {description}", + "question": "Дополнительная информация о саде (если требуется или еще не указана выше)" + } + } + } + } + }, + "hailhydrant": { + "title": "Пожарные гидранты, огнетушители, пожарные станции и станции скорой помощи.", + "shortDescription": "Карта пожарных гидрантов, огнетушителей, пожарных станций и станций скорой помощи.", + "layers": { + "0": { + "name": "Карта пожарных гидрантов", + "title": { + "render": "Гидрант" + }, + "description": "Слой карты, отображающий пожарные гидранты.", + "tagRenderings": { + "0": { + "question": "Какого цвета гидрант?", + "render": "Цвет гидранта {colour}", + "mappings": { + "0": { + "then": "Цвет гидранта не определён." + }, + "1": { + "then": "Гидрант жёлтого цвета." + }, + "2": { + "then": "Гидрант красного цвета." + } + } + }, + "1": { + "question": "К какому типу относится этот гидрант?", + "render": " Тип гидранта: {fire_hydrant:type}", + "mappings": { + "0": { + "then": "Тип гидранта не определён." + }, + "3": { + "then": " Тип стены." + } + } + }, + "2": { + "mappings": { + "0": { + "then": "Гидрант (полностью или частично) в рабочем состоянии." + }, + "2": { + "then": "Гидрант демонтирован." + } + } + } + }, + "presets": { + "0": { + "title": "Пожарный гидрант" + } + } + }, + "1": { + "name": "Карта огнетушителей.", + "title": { + "render": "Огнетушители" + }, + "description": "Слой карты, отображающий огнетушители.", + "tagRenderings": { + "0": { + "render": "Местоположение: {location}", + "question": "Где это расположено?", + "mappings": { + "0": { + "then": "Внутри." + }, + "1": { + "then": "Снаружи." + } + } + } + }, + "presets": { + "0": { + "title": "Огнетушитель", + "description": "Огнетушитель - небольшое переносное устройство для тушения огня" + } + } + }, + "2": { + "name": "Карта пожарных частей", + "title": { + "render": "Пожарная часть" + }, + "description": "Слой карты, отображающий пожарные части.", + "tagRenderings": { + "0": { + "question": "Как называется эта пожарная часть?", + "render": "Эта часть называется {name}." + }, + "1": { + "question": " По какому адресу расположена эта часть?", + "render": "Часть расположена вдоль шоссе {addr:street}." + }, + "2": { + "question": "Где расположена часть? (напр., название населённого пункта)", + "render": "Эта часть расположена в {addr:place}." + } + }, + "presets": { + "0": { + "title": "Пожарная часть" + } + } + }, + "3": { + "name": "Карта станций скорой помощи", + "title": { + "render": "Станция скорой помощи" + }, + "tagRenderings": { + "0": { + "question": "Как называется эта станция скорой помощи?", + "render": "Эта станция называется {name}." + }, + "1": { + "question": " По какому адресу расположена эта станция?", + "render": "Эта станция расположена вдоль шоссе {addr:street}." + }, + "2": { + "question": "Где расположена станция? (напр., название населённого пункта)" + } + }, + "presets": { + "0": { + "title": "Станция скорой помощи", + "description": "Добавить станцию скорой помощи на карту" + } + } + } + } + }, + "maps": { + "title": "Карта карт" + }, + "personal": { + "description": "Создать персональную тему на основе доступных слоёв тем" + }, + "playgrounds": { + "title": "Игровые площадки", + "shortDescription": "Карта игровых площадок", + "description": "На этой карте можно найти игровые площадки и добавить дополнительную информацию" + }, + "shops": { + "title": "Открыть карту магазинов", + "layers": { + "0": { + "name": "Магазин", + "title": { + "render": "Магазин", + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + } + }, + "description": "Магазин", + "tagRenderings": { + "1": { + "question": "Как называется этот магазин?" + }, + "2": { + "question": "Что продаётся в этом магазине?", + "mappings": { + "1": { + "then": "Супермаркет" + }, + "2": { + "then": "Магазин одежды" + }, + "3": { + "then": "Парикмахерская" + }, + "6": { + "then": "Автосалон" + } + } + }, + "3": { + "render": "{phone}", + "question": "Какой телефон?" + }, + "4": { + "render": "{website}", + "question": "Какой веб-сайт у этого магазина?" + }, + "5": { + "render": "{email}", + "question": "Каков адрес электронной почты этого магазина?" + }, + "6": { + "render": "{opening_hours_table(opening_hours)}", + "question": "Каковы часы работы этого магазина?" + } + }, + "presets": { + "0": { + "title": "Магазин", + "description": "Добавить новый магазин" + } + } + } + } + }, + "sport_pitches": { + "title": "Спортивные площадки", + "shortDescription": "Карта, отображающая спортивные площадки" + }, + "toilets": { + "title": "Открытая карта туалетов", + "description": "Карта общественных туалетов" + }, + "trees": { + "title": "Деревья", + "shortDescription": "Карта деревьев", + "description": "Нанесите все деревья на карту!" } - }, - "sport_pitches": { - "title": "Спортивные площадки", - "shortDescription": "Карта, отображающая спортивные площадки" - }, - "toilets": { - "title": "Открытая карта туалетов", - "description": "Карта общественных туалетов" - }, - "trees": { - "title": "Деревья", - "shortDescription": "Карта деревьев", - "description": "Нанесите все деревья на карту!" - } } \ No newline at end of file diff --git a/langs/themes/sv.json b/langs/themes/sv.json index bbe525a8a..59d44792d 100644 --- a/langs/themes/sv.json +++ b/langs/themes/sv.json @@ -1,9 +1,9 @@ { - "aed": { - "title": "Öppna AED-karta", - "description": "På denna karta kan man hitta och markera närliggande defibrillatorer" - }, - "artwork": { - "title": "Öppen konstverkskarta" - } + "aed": { + "title": "Öppna AED-karta", + "description": "På denna karta kan man hitta och markera närliggande defibrillatorer" + }, + "artwork": { + "title": "Öppen konstverkskarta" + } } \ No newline at end of file diff --git a/langs/themes/zh_Hant.json b/langs/themes/zh_Hant.json index 5973ce9c4..01ae04809 100644 --- a/langs/themes/zh_Hant.json +++ b/langs/themes/zh_Hant.json @@ -1,354 +1,354 @@ { - "aed": { - "title": "開放AED地圖", - "description": "在這份地圖上,你可以找到與標記附近的除顫器" - }, - "artwork": { - "title": "開放藝術品地圖", - "description": "歡迎來到開放藝術品地圖,這份地圖會顯示全世界的雕像、半身像、塗鴉以及其他類型的藝術品", - "layers": { - "0": { - "name": "藝術品", - "title": { - "render": "藝術品", - "mappings": { + "aed": { + "title": "開放AED地圖", + "description": "在這份地圖上,你可以找到與標記附近的除顫器" + }, + "artwork": { + "title": "開放藝術品地圖", + "description": "歡迎來到開放藝術品地圖,這份地圖會顯示全世界的雕像、半身像、塗鴉以及其他類型的藝術品", + "layers": { "0": { - "then": "藝術品{name}" + "name": "藝術品", + "title": { + "render": "藝術品", + "mappings": { + "0": { + "then": "藝術品{name}" + } + } + }, + "description": "不同類型的藝術品", + "presets": { + "0": { + "title": "藝術品" + } + }, + "tagRenderings": { + "1": { + "render": "這是 {artwork_type}", + "question": "這是什麼類型的藝術品?", + "mappings": { + "0": { + "then": "建築物" + }, + "1": { + "then": "壁畫" + }, + "2": { + "then": "繪畫" + }, + "3": { + "then": "雕塑" + }, + "4": { + "then": "雕像" + }, + "5": { + "then": "半身像" + }, + "6": { + "then": "石頭" + }, + "7": { + "then": "安裝" + }, + "8": { + "then": "塗鴨" + }, + "9": { + "then": "寬慰" + }, + "10": { + "then": "Azulejo (西班牙雕塑作品名稱)" + }, + "11": { + "then": "瓷磚" + } + } + }, + "2": { + "question": "創造這個的藝術家是誰?", + "render": "{artist_name} 創作" + }, + "3": { + "question": "在那個網站能夠找到更多藝術品的資訊?", + "render": "這個網站有更多資訊" + }, + "4": { + "question": "這個藝術品有那個對應的 Wikidata 項目?", + "render": "與 {wikidata}對應" + } + } } - } - }, - "description": "不同類型的藝術品", - "presets": { - "0": { - "title": "藝術品" - } - }, - "tagRenderings": { - "1": { - "render": "這是 {artwork_type}", - "question": "這是什麼類型的藝術品?", - "mappings": { - "0": { - "then": "建築物" - }, - "1": { - "then": "壁畫" - }, - "2": { - "then": "繪畫" - }, - "3": { - "then": "雕塑" - }, - "4": { - "then": "雕像" - }, - "5": { - "then": "半身像" - }, - "6": { - "then": "石頭" - }, - "7": { - "then": "安裝" - }, - "8": { - "then": "塗鴨" - }, - "9": { - "then": "寬慰" - }, - "10": { - "then": "Azulejo (西班牙雕塑作品名稱)" - }, - "11": { - "then": "瓷磚" - } - } - }, - "2": { - "question": "創造這個的藝術家是誰?", - "render": "{artist_name} 創作" - }, - "3": { - "question": "在那個網站能夠找到更多藝術品的資訊?", - "render": "這個網站有更多資訊" - }, - "4": { - "question": "這個藝術品有那個對應的 Wikidata 項目?", - "render": "與 {wikidata}對應" - } } - } - } - }, - "benches": { - "title": "長椅", - "shortDescription": "長椅的地圖", - "description": "這份地圖顯示開放街圖上所有記錄的長椅:單獨的長椅,屬於大眾運輸站點或涼亭的長椅。只要有開放街圖帳號,你可以新增長椅或是編輯既有長椅的詳細內容。" - }, - "bicyclelib": { - "title": "單車圖書館", - "description": "單車圖書館是指每年支付小額費用,然後可以租用單車的地方。最有名的單車圖書館案例是給小孩的,能夠讓長大的小孩用目前的單車換成比較大的單車" - }, - "bike_monitoring_stations": { - "title": "自行車監視站", - "shortDescription": "布魯塞爾車行資料的即時單車監視站資料", - "description": "這個主題顯示單車監視站的即時資料" - }, - "bookcases": { - "title": "開放書架地圖", - "description": "公共書架是街邊箱子、盒子、舊的電話亭或是其他存放書本的物件,每一個人都能放置或拿取書本。這份地圖收集所有類型的書架,你可以探索你附近新的書架,同時也能用免費的開放街圖帳號來快速新增你最愛的書架。" - }, - "campersite": { - "title": "露營地點", - "shortDescription": "露營者尋找渡過夜晚的場地", - "description": "這個網站收集所有官方露營地點,以及那邊能排放廢水。你可以加上詳細的服務項目與價格,加上圖片以及評價。這是網站與網路 app,資料則是存在開放街圖,因此會永遠免費,而且可以被所有 app 再利用。", - "layers": { - "0": { - "name": "露營地", - "title": { - "render": "露營地 {name}", - "mappings": { + }, + "benches": { + "title": "長椅", + "shortDescription": "長椅的地圖", + "description": "這份地圖顯示開放街圖上所有記錄的長椅:單獨的長椅,屬於大眾運輸站點或涼亭的長椅。只要有開放街圖帳號,你可以新增長椅或是編輯既有長椅的詳細內容。" + }, + "bicyclelib": { + "title": "單車圖書館", + "description": "單車圖書館是指每年支付小額費用,然後可以租用單車的地方。最有名的單車圖書館案例是給小孩的,能夠讓長大的小孩用目前的單車換成比較大的單車" + }, + "bike_monitoring_stations": { + "title": "自行車監視站", + "shortDescription": "布魯塞爾車行資料的即時單車監視站資料", + "description": "這個主題顯示單車監視站的即時資料" + }, + "bookcases": { + "title": "開放書架地圖", + "description": "公共書架是街邊箱子、盒子、舊的電話亭或是其他存放書本的物件,每一個人都能放置或拿取書本。這份地圖收集所有類型的書架,你可以探索你附近新的書架,同時也能用免費的開放街圖帳號來快速新增你最愛的書架。" + }, + "campersite": { + "title": "露營地點", + "shortDescription": "露營者尋找渡過夜晚的場地", + "description": "這個網站收集所有官方露營地點,以及那邊能排放廢水。你可以加上詳細的服務項目與價格,加上圖片以及評價。這是網站與網路 app,資料則是存在開放街圖,因此會永遠免費,而且可以被所有 app 再利用。", + "layers": { "0": { - "then": "沒有名稱的露營地" + "name": "露營地", + "title": { + "render": "露營地 {name}", + "mappings": { + "0": { + "then": "沒有名稱的露營地" + } + } + }, + "description": "露營地", + "tagRenderings": { + "1": { + "render": "這個地方叫做 {name}", + "question": "這個地方叫做什麼?" + }, + "2": { + "question": "這個地方收費嗎?", + "mappings": { + "0": { + "then": "你要付費才能使用" + }, + "1": { + "then": "可以免費使用" + } + } + }, + "3": { + "render": "這個地方收費 {charge}", + "question": "這個地方收多少費用?" + }, + "4": { + "question": "這個地方有衛生設施嗎?", + "mappings": { + "0": { + "then": "這個地方有衛生設施" + }, + "1": { + "then": "這個地方沒有衛生設施" + } + } + }, + "5": { + "render": "{capacity} 露營者能夠同時使用這個地方", + "question": "多少露營者能夠待在這裡?(如果沒有明顯的空間數字或是允許車輛則可以跳過)" + }, + "6": { + "question": "這個地方有提網路連線嗎?", + "mappings": { + "0": { + "then": "這裡有網路連線" + }, + "1": { + "then": "這裡有網路連線" + }, + "2": { + "then": "這裡沒有網路連線" + } + } + }, + "7": { + "question": "你需要為網路連線付費嗎?", + "mappings": { + "0": { + "then": "你需要額外付費來使用網路連線" + }, + "1": { + "then": "你不需要額外付費來使用網路連線" + } + } + }, + "8": { + "question": "這個地方有廁所嗎?", + "mappings": { + "0": { + "then": "這個地方有廁所" + }, + "1": { + "then": "這個地方並沒有廁所" + } + } + }, + "9": { + "render": "官方網站:{website}", + "question": "這個地方有網站嗎?" + }, + "10": { + "question": "這個地方有提供長期租用嗎?", + "mappings": { + "0": { + "then": "有,這個地方有提供長期租用,但你也可以用天計算費用" + }, + "1": { + "then": "沒有,這裡沒有永久的客戶" + }, + "2": { + "then": "如果有長期租用合約才有可能待下來(如果你選擇這個地方則會在這份地圖消失)" + } + } + }, + "11": { + "render": "這個地方更詳細的資訊: {description}", + "question": "你想要為這個地方加一般的敘述嗎?(不要重覆加先前問過或提供的資訊,請保持敘述性-請將意見留在評價)" + } + }, + "presets": { + "0": { + "title": "露營地" + } + } + }, + "1": { + "tagRenderings": { + "5": { + "question": "你能在這裡丟棄廁所化學廢棄物嗎?", + "mappings": { + "0": { + "then": "你可以在這邊丟棄廁所化學廢棄物" + }, + "1": { + "then": "你不能在這邊丟棄廁所化學廢棄物" + } + } + } + } } - } - }, - "description": "露營地", - "tagRenderings": { - "1": { - "render": "這個地方叫做 {name}", - "question": "這個地方叫做什麼?" - }, - "2": { - "question": "這個地方收費嗎?", - "mappings": { - "0": { - "then": "你要付費才能使用" - }, - "1": { - "then": "可以免費使用" - } - } - }, - "3": { - "render": "這個地方收費 {charge}", - "question": "這個地方收多少費用?" - }, - "4": { - "question": "這個地方有衛生設施嗎?", - "mappings": { - "0": { - "then": "這個地方有衛生設施" - }, - "1": { - "then": "這個地方沒有衛生設施" - } - } - }, - "5": { - "render": "{capacity} 露營者能夠同時使用這個地方", - "question": "多少露營者能夠待在這裡?(如果沒有明顯的空間數字或是允許車輛則可以跳過)" - }, - "6": { - "question": "這個地方有提網路連線嗎?", - "mappings": { - "0": { - "then": "這裡有網路連線" - }, - "1": { - "then": "這裡有網路連線" - }, - "2": { - "then": "這裡沒有網路連線" - } - } - }, - "7": { - "question": "你需要為網路連線付費嗎?", - "mappings": { - "0": { - "then": "你需要額外付費來使用網路連線" - }, - "1": { - "then": "你不需要額外付費來使用網路連線" - } - } - }, - "8": { - "question": "這個地方有廁所嗎?", - "mappings": { - "0": { - "then": "這個地方有廁所" - }, - "1": { - "then": "這個地方並沒有廁所" - } - } - }, - "9": { - "render": "官方網站:{website}", - "question": "這個地方有網站嗎?" - }, - "10": { - "question": "這個地方有提供長期租用嗎?", - "mappings": { - "0": { - "then": "有,這個地方有提供長期租用,但你也可以用天計算費用" - }, - "1": { - "then": "沒有,這裡沒有永久的客戶" - }, - "2": { - "then": "如果有長期租用合約才有可能待下來(如果你選擇這個地方則會在這份地圖消失)" - } - } - }, - "11": { - "render": "這個地方更詳細的資訊: {description}", - "question": "你想要為這個地方加一般的敘述嗎?(不要重覆加先前問過或提供的資訊,請保持敘述性-請將意見留在評價)" - } - }, - "presets": { - "0": { - "title": "露營地" - } } - }, - "1": { - "tagRenderings": { - "5": { - "question": "你能在這裡丟棄廁所化學廢棄物嗎?", - "mappings": { - "0": { - "then": "你可以在這邊丟棄廁所化學廢棄物" - }, - "1": { - "then": "你不能在這邊丟棄廁所化學廢棄物" - } - } - } - } - } - } - }, - "charging_stations": { - "title": "充電站", - "shortDescription": "全世界的充電站地圖", - "description": "在這份開放地圖上,你可以尋找與標示充電站的資訊" - }, - "climbing": { - "title": "開放攀爬地圖", - "description": "在這份地圖上你會發現能夠攀爬機會,像是攀岩體育館、抱石大廳以及大自然當中的巨石。", - "descriptionTail": "攀爬地圖最初由 Christian Neumann 製作。如果你有回饋意見或問題請到Please 這邊反應

這專案使用來自開放街圖專案的資料。

", - "layers": { - "0": { - "name": "攀岩社團", - "title": { - "render": "攀岩社團", - "mappings": { + }, + "charging_stations": { + "title": "充電站", + "shortDescription": "全世界的充電站地圖", + "description": "在這份開放地圖上,你可以尋找與標示充電站的資訊" + }, + "climbing": { + "title": "開放攀爬地圖", + "description": "在這份地圖上你會發現能夠攀爬機會,像是攀岩體育館、抱石大廳以及大自然當中的巨石。", + "descriptionTail": "攀爬地圖最初由 Christian Neumann 製作。如果你有回饋意見或問題請到Please 這邊反應

這專案使用來自開放街圖專案的資料。

", + "layers": { "0": { - "then": "攀岩 NGO" + "name": "攀岩社團", + "title": { + "render": "攀岩社團", + "mappings": { + "0": { + "then": "攀岩 NGO" + } + } + }, + "description": "攀岩社團或組織", + "tagRenderings": { + "0": { + "render": "{name}" + } + } } - } - }, - "description": "攀岩社團或組織", - "tagRenderings": { - "0": { - "render": "{name}" - } } - } + }, + "cyclestreets": { + "title": "單車街道", + "shortDescription": "單車街道的地圖", + "description": "單車街道是機動車輛受限制,只允許單車通行的道路。通常會有路標顯示特別的交通指標。單車街道通常在荷蘭、比利時看到,但德國與法國也有。 ", + "layers": { + "0": { + "name": "單車街道" + }, + "1": { + "name": "將來的單車街道" + } + } + }, + "cyclofix": { + "title": "單車修正 - 單車騎士的開放地圖", + "description": "這份地圖的目的是為單車騎士能夠輕易顯示滿足他們需求的相關設施。

你可以追蹤你確切位置 (只有行動版),以及在左下角選擇相關的圖層。你可以使用這工具在地圖新增或編輯釘子,以及透過回答問題來提供更多資訊。

所有你的變動都會自動存在開放街圖這全球資料圖,並且能被任何人自由取用。

你可以到 cyclofix.osm.be 閱讀更多資訊。" + }, + "drinking_water": { + "title": "飲用水", + "description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加" + }, + "facadegardens": { + "title": "立面花園", + "shortDescription": "這地圖顯示立面花園的照片以及其他像是方向、日照以及植栽種類等實用訊息。", + "layers": { + "0": { + "name": "立面花園", + "title": { + "render": "立面花園" + }, + "description": "立面花園" + } + } + }, + "ghostbikes": { + "title": "幽靈單車", + "description": "幽靈單車是用來紀念死於交通事故的單車騎士,在事發地點附近放置白色單車。

在這份地圖上面,你可以看到所有在開放街圖已知的幽靈單車。有缺漏的幽靈單車嗎?所有人都可以在這邊新增或是更新資訊-只有你有(免費)開放街圖帳號。" + }, + "hailhydrant": { + "title": "消防栓、滅火器、消防隊、以及急救站。", + "shortDescription": "顯示消防栓、滅火器、消防隊與急救站的地圖。", + "description": "在這份地圖上面你可以在你喜愛的社區尋找與更新消防栓、消防隊、急救站與滅火器。\n\n你可以追蹤確切位置 (只有行動版) 以及在左下角選擇與你相關的圖層。你也可以使用這工具新增或編輯地圖上的釘子 (興趣點),以及透過回答一些問題提供額外的資訊。\n\n所有你做出的變動都會自動存到開放街圖這個全球資料庫,而且能自由讓其他人取用。", + "layers": { + "0": { + "name": "消防栓地圖", + "description": "顯示消防栓的地圖圖層。" + }, + "1": { + "description": "顯示消防栓的地圖圖層。" + } + } + }, + "maps": { + "title": "地圖的地圖", + "shortDescription": "這份主題顯示所有已知的開放街圖上的 (旅遊) 地圖", + "description": "在這份地圖你可以找到所在在開放街圖上已知的地圖 - 特別是顯示地區、城市、區域的資訊版面上的大型地圖,例如佈告欄背面的旅遊地圖,自然保護區的地圖,區域的單車網路地圖,...)

如果有缺少的地圖,你可以輕易在開放街圖上新增這地圖。" + }, + "personal": { + "title": "個人化主題", + "description": "從所有可用的主題圖層創建個人化主題" + }, + "playgrounds": { + "title": "遊樂場", + "shortDescription": "遊樂場的地圖", + "description": "在這份地圖上,你可以尋找遊樂場以及其相關資訊" + }, + "shops": { + "title": "開放商店地圖", + "description": "這份地圖上,你可以標記商家基本資訊,新增營業時間以及聯絡電話" + }, + "sport_pitches": { + "title": "運動場地", + "shortDescription": "顯示運動場地的地圖", + "description": "運動場地是進行運動的地方" + }, + "surveillance": { + "title": "被監視的監視器", + "shortDescription": "監視鏡頭與其他型式的監視", + "description": "在這份開放地圖,你可以找到監視鏡頭。" + }, + "toilets": { + "title": "開放廁所地圖", + "description": "公共廁所的地圖" + }, + "trees": { + "title": "樹木", + "shortDescription": "所有樹木的地圖", + "description": "繪製所有樹木!" } - }, - "cyclestreets": { - "title": "單車街道", - "shortDescription": "單車街道的地圖", - "description": "單車街道是機動車輛受限制,只允許單車通行的道路。通常會有路標顯示特別的交通指標。單車街道通常在荷蘭、比利時看到,但德國與法國也有。 ", - "layers": { - "0": { - "name": "單車街道" - }, - "1": { - "name": "將來的單車街道" - } - } - }, - "cyclofix": { - "title": "單車修正 - 單車騎士的開放地圖", - "description": "這份地圖的目的是為單車騎士能夠輕易顯示滿足他們需求的相關設施。

你可以追蹤你確切位置 (只有行動版),以及在左下角選擇相關的圖層。你可以使用這工具在地圖新增或編輯釘子,以及透過回答問題來提供更多資訊。

所有你的變動都會自動存在開放街圖這全球資料圖,並且能被任何人自由取用。

你可以到 cyclofix.osm.be 閱讀更多資訊。" - }, - "drinking_water": { - "title": "飲用水", - "description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加" - }, - "facadegardens": { - "title": "立面花園", - "shortDescription": "這地圖顯示立面花園的照片以及其他像是方向、日照以及植栽種類等實用訊息。", - "layers": { - "0": { - "name": "立面花園", - "title": { - "render": "立面花園" - }, - "description": "立面花園" - } - } - }, - "ghostbikes": { - "title": "幽靈單車", - "description": "幽靈單車是用來紀念死於交通事故的單車騎士,在事發地點附近放置白色單車。

在這份地圖上面,你可以看到所有在開放街圖已知的幽靈單車。有缺漏的幽靈單車嗎?所有人都可以在這邊新增或是更新資訊-只有你有(免費)開放街圖帳號。" - }, - "hailhydrant": { - "title": "消防栓、滅火器、消防隊、以及急救站。", - "shortDescription": "顯示消防栓、滅火器、消防隊與急救站的地圖。", - "description": "在這份地圖上面你可以在你喜愛的社區尋找與更新消防栓、消防隊、急救站與滅火器。\n\n你可以追蹤確切位置 (只有行動版) 以及在左下角選擇與你相關的圖層。你也可以使用這工具新增或編輯地圖上的釘子 (興趣點),以及透過回答一些問題提供額外的資訊。\n\n所有你做出的變動都會自動存到開放街圖這個全球資料庫,而且能自由讓其他人取用。", - "layers": { - "0": { - "name": "消防栓地圖", - "description": "顯示消防栓的地圖圖層。" - }, - "1": { - "description": "顯示消防栓的地圖圖層。" - } - } - }, - "maps": { - "title": "地圖的地圖", - "shortDescription": "這份主題顯示所有已知的開放街圖上的 (旅遊) 地圖", - "description": "在這份地圖你可以找到所在在開放街圖上已知的地圖 - 特別是顯示地區、城市、區域的資訊版面上的大型地圖,例如佈告欄背面的旅遊地圖,自然保護區的地圖,區域的單車網路地圖,...)

如果有缺少的地圖,你可以輕易在開放街圖上新增這地圖。" - }, - "personal": { - "title": "個人化主題", - "description": "從所有可用的主題圖層創建個人化主題" - }, - "playgrounds": { - "title": "遊樂場", - "shortDescription": "遊樂場的地圖", - "description": "在這份地圖上,你可以尋找遊樂場以及其相關資訊" - }, - "shops": { - "title": "開放商店地圖", - "description": "這份地圖上,你可以標記商家基本資訊,新增營業時間以及聯絡電話" - }, - "sport_pitches": { - "title": "運動場地", - "shortDescription": "顯示運動場地的地圖", - "description": "運動場地是進行運動的地方" - }, - "surveillance": { - "title": "被監視的監視器", - "shortDescription": "監視鏡頭與其他型式的監視", - "description": "在這份開放地圖,你可以找到監視鏡頭。" - }, - "toilets": { - "title": "開放廁所地圖", - "description": "公共廁所的地圖" - }, - "trees": { - "title": "樹木", - "shortDescription": "所有樹木的地圖", - "description": "繪製所有樹木!" - } } \ No newline at end of file diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index bc9981612..3b747a4a0 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -1,5 +1,6 @@ -// We HAVE to mark this while importing import {Utils} from "../Utils"; +// We HAVE to mark this while importing +Utils.runningFromConsole = true; import {existsSync, mkdirSync, readFileSync, writeFile, writeFileSync} from "fs"; import Locale from "../UI/i18n/Locale"; import Translations from "../UI/i18n/Translations"; @@ -9,7 +10,6 @@ import * as all_known_layouts from "../assets/generated/known_layers_and_themes. import {LayoutConfigJson} from "../Models/ThemeConfig/Json/LayoutConfigJson"; import LayoutConfig from "../Models/ThemeConfig/LayoutConfig"; -Utils.runningFromConsole = true; const sharp = require('sharp'); diff --git a/test/TestAll.ts b/test/TestAll.ts index f439a6a6f..8eff8b56d 100644 --- a/test/TestAll.ts +++ b/test/TestAll.ts @@ -1,4 +1,5 @@ import {Utils} from "../Utils"; +Utils.runningFromConsole = true; import TagSpec from "./Tag.spec"; import ImageAttributionSpec from "./ImageAttribution.spec"; import GeoOperationsSpec from "./GeoOperations.spec"; @@ -13,7 +14,6 @@ import OsmObjectSpec from "./OsmObject.spec"; import ScriptUtils from "../scripts/ScriptUtils"; import UnitsSpec from "./Units.spec"; -Utils.runningFromConsole = true; export default class TestAll {