forked from MapComplete/MapComplete
Translation reset
This commit is contained in:
parent
3ac7a3c59e
commit
668e68f874
14 changed files with 794 additions and 762 deletions
|
@ -174,8 +174,8 @@
|
|||
"condition": "service:bicycle:diy=yes",
|
||||
"render": "<img src='./assets/layers/bike_shop/tools.svg'/>"
|
||||
},
|
||||
{ "condition": "service:bicycle:cleaning=yes",
|
||||
|
||||
{
|
||||
"condition": "service:bicycle:cleaning=yes",
|
||||
"render": "<img src='./assets/layers/bike_cleaning/bike_cleaning_icon.svg'/>"
|
||||
},
|
||||
"defaults"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"id": "buurtnatuur",
|
||||
"title": {
|
||||
"#": "DO NOT TRANSLATE THIS THEME - this one is only meant to be in dutch!",
|
||||
"nl": "Breng jouw buurtnatuur in kaart"
|
||||
},
|
||||
"shortDescription": {
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"ccb": "under the CC-BY-license",
|
||||
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
|
||||
"respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
|
||||
"uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
|
||||
"uploadDone": "Your picture has been added. Thanks for helping out!",
|
||||
"uploadMultipleDone": "{count} pictures have been added. Thanks for helping out!",
|
||||
"dontDelete": "Cancel",
|
||||
"doDelete": "Remove image",
|
||||
"isDeleted": "Deleted",
|
||||
|
|
|
@ -2376,7 +2376,7 @@
|
|||
"question": "Is this street lit?"
|
||||
},
|
||||
"width:carriageway": {
|
||||
"question": "What is the carriage width of this road (in meters)?",
|
||||
"question": "What is the carriage width of this road (in meters)?<br/><span class='subtle'>This is measured curb to curb and thus includes the width of parallell parking lanes</span>",
|
||||
"render": "The carriage width of this road is <strong>{width:carriageway}m</strong>"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2329,7 +2329,7 @@
|
|||
"question": "Is deze weg verlicht?"
|
||||
},
|
||||
"width:carriageway": {
|
||||
"question": "Hoe breed is de rijbaan in deze straat (in meters)?",
|
||||
"question": "Hoe breed is de rijbaan in deze straat (in meters)?<br/><span class='subtle'>Dit is </span><br/><span class='subtle'>Meet dit van stoepsteen tot stoepsteen, dus inclusief een parallelle parkeerstrook</span>",
|
||||
"render": "De breedte van deze rijbaan in deze straat is <strong>{width:carriageway}m</strong>"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -233,21 +233,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Wer betreibt diesen Ort?",
|
||||
"render": "Dieser Ort wird betrieben von {operator}"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dieser Ort hat eine Stromversorgung"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dieser Ort hat keine Stromversorgung"
|
||||
}
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Wer betreibt diesen Ort?",
|
||||
"render": "Dieser Ort wird betrieben von {operator}"
|
||||
},
|
||||
"question": "Hat dieser Ort eine Stromversorgung?"
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dieser Ort hat eine Stromversorgung"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dieser Ort hat keine Stromversorgung"
|
||||
}
|
||||
},
|
||||
"question": "Hat dieser Ort eine Stromversorgung?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Finden Sie Plätze zum Übernachten mit Ihrem Wohnmobil",
|
||||
|
@ -428,6 +430,113 @@
|
|||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Öffentlich zugänglich für jedermann"
|
||||
},
|
||||
"1": {
|
||||
"then": "Zugang nur mit Genehmigung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Nur für Kunden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Nur für Vereinsmitglieder"
|
||||
}
|
||||
},
|
||||
"question": "Wer hat hier Zugang?"
|
||||
},
|
||||
"4": {
|
||||
"question": "Wie lang sind die Routen (durchschnittlich) in Metern?",
|
||||
"render": "Die Routen sind durchschnittlich <b>{canonical(climbing:length)}</b> lang"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Kann hier gebouldert werden?"
|
||||
},
|
||||
"8": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Ist Toprope-Klettern hier möglich?"
|
||||
},
|
||||
"9": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?"
|
||||
},
|
||||
"10": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?"
|
||||
},
|
||||
"11": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Gibt es hier eine Speedkletter-Wand?"
|
||||
}
|
||||
},
|
||||
"units+": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
|
@ -441,113 +550,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Öffentlich zugänglich für jedermann"
|
||||
},
|
||||
"1": {
|
||||
"then": "Zugang nur mit Genehmigung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Nur für Kunden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Nur für Vereinsmitglieder"
|
||||
}
|
||||
},
|
||||
"question": "Wer hat hier Zugang?"
|
||||
},
|
||||
"4": {
|
||||
"question": "Wie lang sind die Routen (durchschnittlich) in Metern?",
|
||||
"render": "Die Routen sind durchschnittlich <b>{canonical(climbing:length)}</b> lang"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Kann hier gebouldert werden?"
|
||||
},
|
||||
"8": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Ist Toprope-Klettern hier möglich?"
|
||||
},
|
||||
"9": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?"
|
||||
},
|
||||
"10": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?"
|
||||
},
|
||||
"11": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Gibt es hier eine Speedkletter-Wand?"
|
||||
}
|
||||
},
|
||||
"title": "Offene Kletterkarte"
|
||||
},
|
||||
"cycle_highways": {
|
||||
|
@ -594,27 +596,29 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Straße ist eine Fahrradstraße (mit einer Geschwindigkeitsbegrenzung von 30 km/h)"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Straße ist eine Fahrradstraße (mit einer Geschwindigkeitsbegrenzung von 30 km/h)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Diese Straße ist eine Fahrradstraße"
|
||||
},
|
||||
"2": {
|
||||
"then": "Diese Straße wird bald eine Fahrradstraße sein"
|
||||
},
|
||||
"3": {
|
||||
"then": "Diese Straße ist keine Fahrradstraße"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"then": "Diese Straße ist eine Fahrradstraße"
|
||||
},
|
||||
"2": {
|
||||
"then": "Diese Straße wird bald eine Fahrradstraße sein"
|
||||
},
|
||||
"3": {
|
||||
"then": "Diese Straße ist keine Fahrradstraße"
|
||||
}
|
||||
"question": "Ist diese Straße eine Fahrradstraße?"
|
||||
},
|
||||
"question": "Ist diese Straße eine Fahrradstraße?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Wann wird diese Straße eine Fahrradstraße?",
|
||||
"render": "Diese Straße wird am {cyclestreet:start_date} zu einer Fahrradstraße"
|
||||
"1": {
|
||||
"question": "Wann wird diese Straße eine Fahrradstraße?",
|
||||
"render": "Diese Straße wird am {cyclestreet:start_date} zu einer Fahrradstraße"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Eine Karte von Fahrradstraßen",
|
||||
|
|
|
@ -233,21 +233,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Who operates this place?",
|
||||
"render": "This place is operated by {operator}"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This place has a power supply"
|
||||
},
|
||||
"1": {
|
||||
"then": "This place does not have power supply"
|
||||
}
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Who operates this place?",
|
||||
"render": "This place is operated by {operator}"
|
||||
},
|
||||
"question": "Does this place have a power supply?"
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This place has a power supply"
|
||||
},
|
||||
"1": {
|
||||
"then": "This place does not have power supply"
|
||||
}
|
||||
},
|
||||
"question": "Does this place have a power supply?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Find sites to spend the night with your camper",
|
||||
|
@ -452,6 +454,129 @@
|
|||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Is there a (unofficial) website with more informations (e.g. topos)?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> publicly accessible<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"1": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that </span> a permit is needed to access<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"2": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to customers<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"3": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to club members<br/>{_embedding_feature:access:description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Who can access here?"
|
||||
},
|
||||
"4": {
|
||||
"question": "What is the (average) length of the routes in meters?",
|
||||
"render": "The routes are <b>{canonical(climbing:length)}</b> long on average"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is bouldering possible here?"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Toprope climbing is possible here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Toprope climbing is not possible here"
|
||||
},
|
||||
"2": {
|
||||
"then": "There are {climbing:toprope} toprope routes"
|
||||
}
|
||||
},
|
||||
"question": "Is toprope climbing possible here?"
|
||||
},
|
||||
"9": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is sport climbing possible here on fixed anchors?"
|
||||
},
|
||||
"10": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is traditional climbing possible here (using own gear e.g. chocks)?"
|
||||
},
|
||||
"11": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is there a speed climbing wall?"
|
||||
}
|
||||
},
|
||||
"units+": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
|
@ -465,129 +590,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Is there a (unofficial) website with more informations (e.g. topos)?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> publicly accessible<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"1": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that </span> a permit is needed to access<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"2": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to customers<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"3": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to club members<br/>{_embedding_feature:access:description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Who can access here?"
|
||||
},
|
||||
"4": {
|
||||
"question": "What is the (average) length of the routes in meters?",
|
||||
"render": "The routes are <b>{canonical(climbing:length)}</b> long on average"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is bouldering possible here?"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Toprope climbing is possible here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Toprope climbing is not possible here"
|
||||
},
|
||||
"2": {
|
||||
"then": "There are {climbing:toprope} toprope routes"
|
||||
}
|
||||
},
|
||||
"question": "Is toprope climbing possible here?"
|
||||
},
|
||||
"9": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is sport climbing possible here on fixed anchors?"
|
||||
},
|
||||
"10": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is traditional climbing possible here (using own gear e.g. chocks)?"
|
||||
},
|
||||
"11": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is there a speed climbing wall?"
|
||||
}
|
||||
},
|
||||
"title": "Open Climbing Map"
|
||||
},
|
||||
"cycle_highways": {
|
||||
|
@ -634,27 +636,29 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This street is a cyclestreet (and has a speed limit of 30 km/h)"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"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": {
|
||||
"then": "This street is a cyclestreet"
|
||||
},
|
||||
"2": {
|
||||
"then": "This street will become a cyclstreet soon"
|
||||
},
|
||||
"3": {
|
||||
"then": "This street is not a cyclestreet"
|
||||
}
|
||||
"question": "Is this street a cyclestreet?"
|
||||
},
|
||||
"question": "Is this street a cyclestreet?"
|
||||
},
|
||||
"1": {
|
||||
"question": "When will this street become a cyclestreet?",
|
||||
"render": "This street will become a cyclestreet at {cyclestreet:start_date}"
|
||||
"1": {
|
||||
"question": "When will this street become a cyclestreet?",
|
||||
"render": "This street will become a cyclestreet at {cyclestreet:start_date}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "A map of cyclestreets",
|
||||
|
|
|
@ -225,21 +225,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Qui est l’exploitant du site ?",
|
||||
"render": "Ce site est exploité par {operator}"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce site a une source d’alimentation"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce site n’a pas de source d’alimentation"
|
||||
}
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Qui est l’exploitant du site ?",
|
||||
"render": "Ce site est exploité par {operator}"
|
||||
},
|
||||
"question": "Ce site a-t’il une source d’électricité ?"
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce site a une source d’alimentation"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce site n’a pas de source d’alimentation"
|
||||
}
|
||||
},
|
||||
"question": "Ce site a-t’il une source d’électricité ?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Trouver des sites pour passer la nuit avec votre camping-car",
|
||||
|
@ -439,6 +441,87 @@
|
|||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Existe-t’il un site avec plus d’informations (ex : topographie) ?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique un </span> accès libre<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"1": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique qu’</span> une autorisation d’accès est nécessaire<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"2": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique que </span> l’accès est réservés aux clients<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"3": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique que </span> l’accès est réservé aux membres<br/>{_embedding_feature:access:description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Qui peut y accéder ?"
|
||||
},
|
||||
"4": {
|
||||
"question": "Quelle est la longueur moyenne des voies en mètres ?",
|
||||
"render": "Les voies font <b>{canonical(climbing:length)}</b> de long en moyenne"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "L’escalade de bloc est-elle possible ici ?"
|
||||
},
|
||||
"8": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Est-il possible d’escalader à la moulinette ?"
|
||||
}
|
||||
},
|
||||
"units+": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
|
@ -452,87 +535,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Existe-t’il un site avec plus d’informations (ex : topographie) ?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique un </span> accès libre<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"1": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique qu’</span> une autorisation d’accès est nécessaire<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"2": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique que </span> l’accès est réservés aux clients<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"3": {
|
||||
"then": "<span class='subtle'>L’<a href='#{_embedding_feature:id}'>élément englobant</a> indique que </span> l’accès est réservé aux membres<br/>{_embedding_feature:access:description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Qui peut y accéder ?"
|
||||
},
|
||||
"4": {
|
||||
"question": "Quelle est la longueur moyenne des voies en mètres ?",
|
||||
"render": "Les voies font <b>{canonical(climbing:length)}</b> de long en moyenne"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "L’escalade de bloc est-elle possible ici ?"
|
||||
},
|
||||
"8": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Est-il possible d’escalader à la moulinette ?"
|
||||
}
|
||||
},
|
||||
"title": "Open Climbing Map"
|
||||
},
|
||||
"cyclofix": {
|
||||
|
|
|
@ -52,14 +52,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tempat ini memiliki catu daya"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tempat ini tidak memiliki sumber listrik"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tempat ini memiliki catu daya"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tempat ini tidak memiliki sumber listrik"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -225,21 +225,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Chi gestisce questo luogo?",
|
||||
"render": "Questo luogo è gestito da {operator}"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo luogo fornisce corrente elettrica"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo luogo non fornisce corrente elettrica"
|
||||
}
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Chi gestisce questo luogo?",
|
||||
"render": "Questo luogo è gestito da {operator}"
|
||||
},
|
||||
"question": "Questo luogo fornisce corrente elettrica?"
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo luogo fornisce corrente elettrica"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo luogo non fornisce corrente elettrica"
|
||||
}
|
||||
},
|
||||
"question": "Questo luogo fornisce corrente elettrica?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Trova aree dove passare la notte con il tuo camper",
|
||||
|
@ -310,17 +312,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "Questa strada non è una strada ciclabile"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"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}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Questa strada diventerà una strada ciclabile quando?",
|
||||
"render": "Questa strada diventerà una strada ciclabile dal {cyclestreet:start_date}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -225,21 +225,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "この店は誰が経営しているんですか?",
|
||||
"render": "この場所は{operator}によって運営されます"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "この場所には電源があります"
|
||||
},
|
||||
"1": {
|
||||
"then": "この場所には電源がありません"
|
||||
}
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "この店は誰が経営しているんですか?",
|
||||
"render": "この場所は{operator}によって運営されます"
|
||||
},
|
||||
"question": "この場所に電源はありますか?"
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "この場所には電源があります"
|
||||
},
|
||||
"1": {
|
||||
"then": "この場所には電源がありません"
|
||||
}
|
||||
},
|
||||
"question": "この場所に電源はありますか?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "キャンパーと夜を共にするキャンプサイトを見つける",
|
||||
|
@ -379,94 +381,96 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?"
|
||||
},
|
||||
"4": {
|
||||
"question": "ルートの(平均)長さはメートル単位でいくつですか?",
|
||||
"render": "ルートの長さは平均で<b>{canonical(climbing:length)}</b>です"
|
||||
},
|
||||
"5": {
|
||||
"question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?",
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です"
|
||||
},
|
||||
"6": {
|
||||
"question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?",
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です"
|
||||
},
|
||||
"7": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ボルダリングはここで可能です"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここではボルダリングはできません"
|
||||
},
|
||||
"2": {
|
||||
"then": "ボルダリングは可能ですが、少しのルートしかありません"
|
||||
},
|
||||
"3": {
|
||||
"then": "{climbing:boulder} ボルダールートがある"
|
||||
}
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?"
|
||||
},
|
||||
"question": "ここでボルダリングはできますか?"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでToprope登坂ができます"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここではToprope登坂はできません"
|
||||
},
|
||||
"2": {
|
||||
"then": "{climbing:toprope} 登坂ルートがある"
|
||||
}
|
||||
"4": {
|
||||
"question": "ルートの(平均)長さはメートル単位でいくつですか?",
|
||||
"render": "ルートの長さは平均で<b>{canonical(climbing:length)}</b>です"
|
||||
},
|
||||
"question": "ここでtoprope登坂はできますか?"
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでスポーツクライミングができます"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここではスポーツクライミングはできません"
|
||||
},
|
||||
"2": {
|
||||
"then": "スポーツクライミングの {climbing:sport} ルートがある"
|
||||
}
|
||||
"5": {
|
||||
"question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?",
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です"
|
||||
},
|
||||
"question": "ここでは固定アンカー式のスポーツクライミングはできますか?"
|
||||
},
|
||||
"10": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでは伝統的な登山が可能です"
|
||||
},
|
||||
"1": {
|
||||
"then": "伝統的な登山はここではできない"
|
||||
},
|
||||
"2": {
|
||||
"then": "{climbing:traditional} の伝統的な登山ルートがある"
|
||||
}
|
||||
"6": {
|
||||
"question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?",
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です"
|
||||
},
|
||||
"question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)?"
|
||||
},
|
||||
"11": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "スピードクライミングウォールがある"
|
||||
"7": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ボルダリングはここで可能です"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここではボルダリングはできません"
|
||||
},
|
||||
"2": {
|
||||
"then": "ボルダリングは可能ですが、少しのルートしかありません"
|
||||
},
|
||||
"3": {
|
||||
"then": "{climbing:boulder} ボルダールートがある"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"then": "スピードクライミングウォールがない"
|
||||
},
|
||||
"2": {
|
||||
"then": "{climbing:speed} のスピードクライミングウォールがある"
|
||||
}
|
||||
"question": "ここでボルダリングはできますか?"
|
||||
},
|
||||
"question": "スピードクライミングウォールはありますか?"
|
||||
"8": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでToprope登坂ができます"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここではToprope登坂はできません"
|
||||
},
|
||||
"2": {
|
||||
"then": "{climbing:toprope} 登坂ルートがある"
|
||||
}
|
||||
},
|
||||
"question": "ここでtoprope登坂はできますか?"
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでスポーツクライミングができます"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここではスポーツクライミングはできません"
|
||||
},
|
||||
"2": {
|
||||
"then": "スポーツクライミングの {climbing:sport} ルートがある"
|
||||
}
|
||||
},
|
||||
"question": "ここでは固定アンカー式のスポーツクライミングはできますか?"
|
||||
},
|
||||
"10": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでは伝統的な登山が可能です"
|
||||
},
|
||||
"1": {
|
||||
"then": "伝統的な登山はここではできない"
|
||||
},
|
||||
"2": {
|
||||
"then": "{climbing:traditional} の伝統的な登山ルートがある"
|
||||
}
|
||||
},
|
||||
"question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)?"
|
||||
},
|
||||
"11": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "スピードクライミングウォールがある"
|
||||
},
|
||||
"1": {
|
||||
"then": "スピードクライミングウォールがない"
|
||||
},
|
||||
"2": {
|
||||
"then": "{climbing:speed} のスピードクライミングウォールがある"
|
||||
}
|
||||
},
|
||||
"question": "スピードクライミングウォールはありますか?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "登山地図を開く"
|
||||
|
@ -498,27 +502,29 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "cyclestreet(最高速度は30km/h)"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "cyclestreet(最高速度は30km/h)"
|
||||
},
|
||||
"1": {
|
||||
"then": "この通りはcyclestreetだ"
|
||||
},
|
||||
"2": {
|
||||
"then": "この通りはまもなくcyclstreetになるだろう"
|
||||
},
|
||||
"3": {
|
||||
"then": "この通りはcyclestreetではない"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"then": "この通りはcyclestreetだ"
|
||||
},
|
||||
"2": {
|
||||
"then": "この通りはまもなくcyclstreetになるだろう"
|
||||
},
|
||||
"3": {
|
||||
"then": "この通りはcyclestreetではない"
|
||||
}
|
||||
"question": "この通りはcyclestreetですか?"
|
||||
},
|
||||
"question": "この通りはcyclestreetですか?"
|
||||
},
|
||||
"1": {
|
||||
"question": "この通りはいつcyclestreetになるんですか?",
|
||||
"render": "この通りは{cyclestreet:start_date}に、cyclestreetになります"
|
||||
"1": {
|
||||
"question": "この通りはいつcyclestreetになるんですか?",
|
||||
"render": "この通りは{cyclestreet:start_date}に、cyclestreetになります"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "cyclestreetsの地図",
|
||||
|
|
|
@ -108,17 +108,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"7": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Buldring er mulig her"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"7": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Buldring er mulig her"
|
||||
},
|
||||
"1": {
|
||||
"then": "Buldring er ikke mulig her"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"then": "Buldring er ikke mulig her"
|
||||
}
|
||||
},
|
||||
"question": "Er buldring mulig her?"
|
||||
"question": "Er buldring mulig her?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Åpent klatrekart"
|
||||
|
@ -136,23 +138,25 @@
|
|||
"name": "Alle gater"
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Denne gaten er en sykkelvei (og har en fartsgrense på 30 km/t)"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"then": "Denne gaten er en sykkelvei"
|
||||
},
|
||||
"2": {
|
||||
"then": "Denne gaten vil bli sykkelvei ganske snart"
|
||||
},
|
||||
"3": {
|
||||
"then": "Denne gaten er ikke en sykkelvei"
|
||||
}
|
||||
},
|
||||
"question": "Er denne gaten en sykkelvei?"
|
||||
"question": "Er denne gaten en sykkelvei?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Et kart over sykkelveier"
|
||||
|
|
|
@ -97,67 +97,69 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit gebied is vrij toegankelijk"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
"question": "Is dit gebied toegankelijk?",
|
||||
"render": "De toegankelijkheid van dit gebied is: {access:description}"
|
||||
},
|
||||
"question": "Is dit gebied toegankelijk?",
|
||||
"render": "De toegankelijkheid van dit gebied is: {access:description}"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door Natuurpunt"
|
||||
"1": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door Natuurpunt"
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door {operator}"
|
||||
},
|
||||
"3": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/ANB.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door het Agentschap Natuur en Bos"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door {operator}"
|
||||
"question": "Wie beheert dit gebied?",
|
||||
"render": "Beheer door {operator}"
|
||||
},
|
||||
"2": {
|
||||
"render": "Extra info: <i>{description}</i>"
|
||||
},
|
||||
"3": {
|
||||
"render": "Extra info via buurtnatuur.be: <i>{description:0}</i>"
|
||||
},
|
||||
"4": {
|
||||
"question": "Wat is de Nederlandstalige naam van dit gebied?",
|
||||
"render": "Dit gebied heet {name:nl}"
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit gebied heeft geen naam"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/ANB.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door het Agentschap Natuur en Bos"
|
||||
}
|
||||
},
|
||||
"question": "Wie beheert dit gebied?",
|
||||
"render": "Beheer door {operator}"
|
||||
},
|
||||
"2": {
|
||||
"render": "Extra info: <i>{description}</i>"
|
||||
},
|
||||
"3": {
|
||||
"render": "Extra info via buurtnatuur.be: <i>{description:0}</i>"
|
||||
},
|
||||
"4": {
|
||||
"question": "Wat is de Nederlandstalige naam van dit gebied?",
|
||||
"render": "Dit gebied heet {name:nl}"
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit gebied heeft geen naam"
|
||||
}
|
||||
},
|
||||
"question": "Wat is de naam van dit gebied?",
|
||||
"render": "Dit gebied heet {name}"
|
||||
"question": "Wat is de naam van dit gebied?",
|
||||
"render": "Dit gebied heet {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje",
|
||||
|
@ -368,6 +370,106 @@
|
|||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Is er een (onofficiële) website met meer informatie (b.v. met topos)?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<span class='subtle'>Een <a href='#{_embedding_feature:id}'>omvattend element</a> geeft aan dat dit <span>publiek toegangkelijk is</span><br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"1": {
|
||||
"then": "<span class='subtle'>Een <a href='#{_embedding_feature:id}'>omvattend element</a> geeft aan dat</span> een toelating nodig is om hier te klimmen<br/>{_embedding_feature:access:description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "Wat is de (gemiddelde) lengte van de klimroutes, in meter?",
|
||||
"render": "De klimroutes zijn gemiddeld <b>{canonical(climbing:length)}</b> lang"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier te bolderen?"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Toprope-klimmen kan hier"
|
||||
},
|
||||
"1": {
|
||||
"then": "Toprope-klimmen kan hier niet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn hier {climbing:toprope} toprope routes"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier te toprope-klimmen?"
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sportklimmen/voorklimmen kan hier"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sportklimmen/voorklimmen kan hier niet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn hier {climbing:sport} sportklimroutes/voorklimroutes"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?"
|
||||
},
|
||||
"10": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Traditioneel klimmen kan hier"
|
||||
},
|
||||
"1": {
|
||||
"then": "Traditioneel klimmen kan hier niet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn hier {climbing:traditional} traditionele klimroutes"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier traditioneel te klimmen? <br/><span class='subtle'>(Dit is klimmen met klemblokjes en friends)</span>"
|
||||
},
|
||||
"11": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is er een snelklimmuur (speed climbing)?"
|
||||
}
|
||||
},
|
||||
"units+": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
|
@ -381,106 +483,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Is er een (onofficiële) website met meer informatie (b.v. met topos)?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<span class='subtle'>Een <a href='#{_embedding_feature:id}'>omvattend element</a> geeft aan dat dit <span>publiek toegangkelijk is</span><br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"1": {
|
||||
"then": "<span class='subtle'>Een <a href='#{_embedding_feature:id}'>omvattend element</a> geeft aan dat</span> een toelating nodig is om hier te klimmen<br/>{_embedding_feature:access:description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "Wat is de (gemiddelde) lengte van de klimroutes, in meter?",
|
||||
"render": "De klimroutes zijn gemiddeld <b>{canonical(climbing:length)}</b> lang"
|
||||
},
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier te bolderen?"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Toprope-klimmen kan hier"
|
||||
},
|
||||
"1": {
|
||||
"then": "Toprope-klimmen kan hier niet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn hier {climbing:toprope} toprope routes"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier te toprope-klimmen?"
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sportklimmen/voorklimmen kan hier"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sportklimmen/voorklimmen kan hier niet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn hier {climbing:sport} sportklimroutes/voorklimroutes"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?"
|
||||
},
|
||||
"10": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Traditioneel klimmen kan hier"
|
||||
},
|
||||
"1": {
|
||||
"then": "Traditioneel klimmen kan hier niet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn hier {climbing:traditional} traditionele klimroutes"
|
||||
}
|
||||
},
|
||||
"question": "Is het mogelijk om hier traditioneel te klimmen? <br/><span class='subtle'>(Dit is klimmen met klemblokjes en friends)</span>"
|
||||
},
|
||||
"11": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Is er een snelklimmuur (speed climbing)?"
|
||||
}
|
||||
},
|
||||
"title": "Open klimkaart"
|
||||
},
|
||||
"cycle_infra": {
|
||||
|
@ -515,27 +517,29 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze straat is een fietsstraat (en dus zone 30)"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"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": {
|
||||
"then": "Deze straat i een fietsstraat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze straat wordt binnenkort een fietsstraat"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze straat is geen fietsstraat"
|
||||
}
|
||||
"question": "Is deze straat een fietsstraat?"
|
||||
},
|
||||
"question": "Is deze straat een fietsstraat?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Wanneer wordt deze straat een fietsstraat?",
|
||||
"render": "Deze straat wordt fietsstraat op {cyclestreet:start_date}"
|
||||
"1": {
|
||||
"question": "Wanneer wordt deze straat een fietsstraat?",
|
||||
"render": "Deze straat wordt fietsstraat op {cyclestreet:start_date}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Een kaart met alle gekende fietsstraten",
|
||||
|
|
|
@ -269,24 +269,26 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Есть ли (неофициальный) веб-сайт с более подробной информацией (напр., topos)?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "Только членам клуба"
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"question": "Есть ли (неофициальный) веб-сайт с более подробной информацией (напр., topos)?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "Только членам клуба"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Здесь можно заняться спортивным скалолазанием"
|
||||
},
|
||||
"1": {
|
||||
"then": "Спортивное скалолазание здесь невозможно"
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Здесь можно заняться спортивным скалолазанием"
|
||||
},
|
||||
"1": {
|
||||
"then": "Спортивное скалолазание здесь невозможно"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue