diff --git a/langs/themes/ca.json b/langs/themes/ca.json index a98c0057fe..ce636df9b2 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -28,7 +28,7 @@ }, "3": { "tagRenderings": { - "2": { + "5": { "render": "{name}" } } diff --git a/langs/themes/de.json b/langs/themes/de.json index a7468af1c4..7dc948f4d0 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -177,7 +177,7 @@ }, "description": "Eine Klettergelegenheit", "tagRenderings": { - "2": { + "5": { "render": "{name}", "question": "Wie heißt diese Klettergelegenheit?", "mappings": { @@ -212,6 +212,9 @@ }, "1": { "then": "Hier kann geklettert werden" + }, + "2": { + "then": "Hier kann nicht geklettert werden" } } } @@ -222,19 +225,19 @@ "0": { "question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?" }, - "1": { + "4": { "render": "Die Routen sind durchschnittlich {climbing:length}m lang", "question": "Wie lang sind die Routen (durchschnittlich) in Metern?" }, - "2": { + "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)" }, - "3": { + "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)" }, - "4": { + "7": { "question": "Kann hier gebouldert werden?", "mappings": { "0": { @@ -251,7 +254,7 @@ } } }, - "5": { + "8": { "question": "Ist Toprope-Klettern hier möglich?", "mappings": { "0": { @@ -265,7 +268,7 @@ } } }, - "6": { + "9": { "question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?", "mappings": { "0": { @@ -279,7 +282,7 @@ } } }, - "7": { + "10": { "question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?", "mappings": { "0": { @@ -293,7 +296,7 @@ } } }, - "8": { + "11": { "question": "Gibt es hier eine Speedkletter-Wand?", "mappings": { "0": { diff --git a/langs/themes/en.json b/langs/themes/en.json index 6a12c8b35f..ca72d90b77 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -434,21 +434,48 @@ } }, "3": { + "question": "How long is this climbing route (in meters)?", "render": "This route is {climbing:length} meter long" }, "4": { + "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" } + }, + "presets": { + "0": { + "title": "Climbing route" + } } }, "3": { "name": "Climbing opportunities", "title": { - "render": "Climbing opportunity" + "render": "Climbing opportunity", + "mappings": { + "0": { + "then": "Climbing crag" + }, + "1": { + "then": "Climbing area {name}" + }, + "2": { + "then": "Climbing site" + }, + "3": { + "then": "Climbing opportunity {name}" + } + } }, "description": "A climbing opportunity", "tagRenderings": { - "2": { + "3": { + "render": "

Length overview

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

Difficulties overview

{histogram(_difficulty_hist)}" + }, + "5": { "render": "{name}", "question": "What is the name of this climbing opportunity?", "mappings": { @@ -456,6 +483,16 @@ "then": "This climbing opportunity doesn't have a name" } } + }, + "6": { + "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" + } + } } }, "presets": { @@ -483,6 +520,9 @@ }, "1": { "then": "Climbing is possible here" + }, + "2": { + "then": "Climbing is not possible here" } } } @@ -494,18 +534,51 @@ "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 {climbing:length}m long on average", "question": "What is the (average) length of the routes in meters?" }, - "2": { + "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" }, - "3": { + "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" }, - "4": { + "7": { "question": "Is bouldering possible here?", "mappings": { "0": { @@ -522,7 +595,7 @@ } } }, - "5": { + "8": { "question": "Is toprope climbing possible here?", "mappings": { "0": { @@ -536,7 +609,7 @@ } } }, - "6": { + "9": { "question": "Is sport climbing possible here on fixed anchors?", "mappings": { "0": { @@ -550,7 +623,7 @@ } } }, - "7": { + "10": { "question": "Is traditional climbing possible here (using own gear e.g. chocks)?", "mappings": { "0": { @@ -564,7 +637,7 @@ } } }, - "8": { + "11": { "question": "Is there a speed climbing wall?", "mappings": { "0": { diff --git a/langs/themes/fr.json b/langs/themes/fr.json index cf7413ee45..03b95f8c76 100644 --- a/langs/themes/fr.json +++ b/langs/themes/fr.json @@ -165,7 +165,7 @@ }, "3": { "tagRenderings": { - "2": { + "5": { "render": "{name}" } } diff --git a/langs/themes/id.json b/langs/themes/id.json index 3de39550ba..eba943f863 100644 --- a/langs/themes/id.json +++ b/langs/themes/id.json @@ -111,7 +111,7 @@ }, "3": { "tagRenderings": { - "2": { + "5": { "render": "{name}" } } diff --git a/langs/themes/ja.json b/langs/themes/ja.json index b51db0c39a..05aaa64424 100644 --- a/langs/themes/ja.json +++ b/langs/themes/ja.json @@ -448,7 +448,7 @@ }, "description": "登坂教室", "tagRenderings": { - "2": { + "5": { "render": "{name}", "question": "この登坂教室の名前は何ですか?", "mappings": { @@ -483,6 +483,9 @@ }, "1": { "then": "ここでは登ることができる" + }, + "2": { + "then": "ここでは登ることができない" } } } @@ -493,19 +496,19 @@ "0": { "question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?" }, - "1": { + "4": { "render": "ルートの長さは平均で{climbing:length} mです", "question": "ルートの(平均)長さはメートル単位でいくつですか?" }, - "2": { + "5": { "question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?", "render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です" }, - "3": { + "6": { "question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?", "render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です" }, - "4": { + "7": { "question": "ここでボルダリングはできますか?", "mappings": { "0": { @@ -522,7 +525,7 @@ } } }, - "5": { + "8": { "question": "ここでtoprope登坂はできますか?", "mappings": { "0": { @@ -536,7 +539,7 @@ } } }, - "6": { + "9": { "question": "ここでは固定アンカー式のスポーツクライミングはできますか?", "mappings": { "0": { @@ -550,7 +553,7 @@ } } }, - "7": { + "10": { "question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)?", "mappings": { "0": { @@ -564,7 +567,7 @@ } } }, - "8": { + "11": { "question": "スピードクライミングウォールはありますか?", "mappings": { "0": { diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json index 74c11e335d..13d398f258 100644 --- a/langs/themes/nb_NO.json +++ b/langs/themes/nb_NO.json @@ -182,6 +182,9 @@ }, "1": { "then": "Klatring er mulig her" + }, + "2": { + "then": "Klatring er ikke mulig her" } } } @@ -189,7 +192,7 @@ } }, "roamingRenderings": { - "4": { + "7": { "question": "Er buldring mulig her?", "mappings": { "0": { diff --git a/langs/themes/nl.json b/langs/themes/nl.json index c45e95978b..1bb42f8c5a 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -312,9 +312,11 @@ } }, "3": { + "question": "Hoe lang is deze klimroute (in meters)?", "render": "Deze klimroute is {climbing:length} meter lang" }, "4": { + "question": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?", "render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem" } } @@ -322,11 +324,22 @@ "3": { "name": "Klimgelegenheden", "title": { - "render": "Klimgelegenheid" + "render": "Klimgelegenheid", + "mappings": { + "1": { + "then": "Klimsite {name}" + }, + "2": { + "then": "Klimsite" + }, + "3": { + "then": "Klimgelegenheid {name}" + } + } }, "description": "Een klimgelegenheid", "tagRenderings": { - "2": { + "5": { "render": "{name}", "question": "Wat is de naam van dit Klimgelegenheid?", "mappings": { @@ -352,19 +365,19 @@ } }, "roamingRenderings": { - "1": { + "4": { "render": "De klimroutes zijn gemiddeld {climbing:length}m lang", "question": "Wat is de (gemiddelde) lengte van de klimroutes, in meter?" }, - "2": { + "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" }, - "3": { + "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" }, - "4": { + "7": { "question": "Is het mogelijk om hier te bolderen?", "mappings": { "0": { @@ -381,7 +394,7 @@ } } }, - "5": { + "8": { "question": "Is het mogelijk om hier te toprope-klimmen?", "mappings": { "0": { @@ -395,7 +408,7 @@ } } }, - "6": { + "9": { "question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?", "mappings": { "0": { @@ -409,7 +422,7 @@ } } }, - "7": { + "10": { "question": "Is het mogelijk om hier traditioneel te klimmen?
(Dit is klimmen met klemblokjes en friends)", "mappings": { "0": { @@ -423,7 +436,7 @@ } } }, - "8": { + "11": { "question": "Is er een snelklimmuur (speed climbing)?", "mappings": { "0": { diff --git a/langs/themes/ru.json b/langs/themes/ru.json index a36b4728a5..3167445126 100644 --- a/langs/themes/ru.json +++ b/langs/themes/ru.json @@ -350,7 +350,7 @@ }, "3": { "tagRenderings": { - "2": { + "5": { "render": "{name}" } } @@ -364,7 +364,7 @@ } }, "roamingRenderings": { - "6": { + "9": { "mappings": { "0": { "then": "Здесь можно заняться спортивным скалолазанием"