Regeneration of the translation files after changes to the climbing theme

This commit is contained in:
Pieter Vander Vennet 2021-06-21 00:10:49 +02:00
parent df4923d8bf
commit 2e5e242e91
9 changed files with 138 additions and 43 deletions

View file

@ -28,7 +28,7 @@
}, },
"3": { "3": {
"tagRenderings": { "tagRenderings": {
"2": { "5": {
"render": "<strong>{name}</strong>" "render": "<strong>{name}</strong>"
} }
} }

View file

@ -177,7 +177,7 @@
}, },
"description": "Eine Klettergelegenheit", "description": "Eine Klettergelegenheit",
"tagRenderings": { "tagRenderings": {
"2": { "5": {
"render": "<strong>{name}</strong>", "render": "<strong>{name}</strong>",
"question": "Wie heißt diese Klettergelegenheit?", "question": "Wie heißt diese Klettergelegenheit?",
"mappings": { "mappings": {
@ -212,6 +212,9 @@
}, },
"1": { "1": {
"then": "Hier kann geklettert werden" "then": "Hier kann geklettert werden"
},
"2": {
"then": "Hier kann nicht geklettert werden"
} }
} }
} }
@ -222,19 +225,19 @@
"0": { "0": {
"question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?" "question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?"
}, },
"1": { "4": {
"render": "Die Routen sind durchschnittlich <b>{climbing:length}m</b> lang", "render": "Die Routen sind durchschnittlich <b>{climbing:length}m</b> lang",
"question": "Wie lang sind die Routen (durchschnittlich) in Metern?" "question": "Wie lang sind die Routen (durchschnittlich) in Metern?"
}, },
"2": { "5": {
"question": "Welche Schwierigkeit hat hier die leichteste Route (französisch/belgisches System)?", "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)" "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)?", "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)" "render": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)"
}, },
"4": { "7": {
"question": "Kann hier gebouldert werden?", "question": "Kann hier gebouldert werden?",
"mappings": { "mappings": {
"0": { "0": {
@ -251,7 +254,7 @@
} }
} }
}, },
"5": { "8": {
"question": "Ist Toprope-Klettern hier möglich?", "question": "Ist Toprope-Klettern hier möglich?",
"mappings": { "mappings": {
"0": { "0": {
@ -265,7 +268,7 @@
} }
} }
}, },
"6": { "9": {
"question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?", "question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?",
"mappings": { "mappings": {
"0": { "0": {
@ -279,7 +282,7 @@
} }
} }
}, },
"7": { "10": {
"question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?", "question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?",
"mappings": { "mappings": {
"0": { "0": {
@ -293,7 +296,7 @@
} }
} }
}, },
"8": { "11": {
"question": "Gibt es hier eine Speedkletter-Wand?", "question": "Gibt es hier eine Speedkletter-Wand?",
"mappings": { "mappings": {
"0": { "0": {

View file

@ -434,21 +434,48 @@
} }
}, },
"3": { "3": {
"question": "How long is this climbing route (in meters)?",
"render": "This route is {climbing:length} meter long" "render": "This route is {climbing:length} meter long"
}, },
"4": { "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" "render": "The difficulty is {climbing:grade:french} according to the french/belgian system"
} }
},
"presets": {
"0": {
"title": "Climbing route"
}
} }
}, },
"3": { "3": {
"name": "Climbing opportunities", "name": "Climbing opportunities",
"title": { "title": {
"render": "Climbing opportunity" "render": "Climbing opportunity",
"mappings": {
"0": {
"then": "Climbing crag"
},
"1": {
"then": "Climbing area <b>{name}</b>"
},
"2": {
"then": "Climbing site"
},
"3": {
"then": "Climbing opportunity <b>{name}</b>"
}
}
}, },
"description": "A climbing opportunity", "description": "A climbing opportunity",
"tagRenderings": { "tagRenderings": {
"2": { "3": {
"render": "<h3>Length overview</h3>{histogram(_length_hist)}"
},
"4": {
"render": "<h3>Difficulties overview</h3>{histogram(_difficulty_hist)}"
},
"5": {
"render": "<strong>{name}</strong>", "render": "<strong>{name}</strong>",
"question": "What is the name of this climbing opportunity?", "question": "What is the name of this climbing opportunity?",
"mappings": { "mappings": {
@ -456,6 +483,16 @@
"then": "This climbing opportunity doesn't have a name" "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": { "presets": {
@ -483,6 +520,9 @@
}, },
"1": { "1": {
"then": "Climbing is possible here" "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)?" "question": "Is there a (unofficial) website with more informations (e.g. topos)?"
}, },
"1": { "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": {
"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 <b>{climbing:length}m</b> long on average", "render": "The routes are <b>{climbing:length}m</b> long on average",
"question": "What is the (average) length of the routes in meters?" "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?", "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" "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?", "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" "render": "The maximal difficulty is {climbing:grade:french:max} according to the french/belgian system"
}, },
"4": { "7": {
"question": "Is bouldering possible here?", "question": "Is bouldering possible here?",
"mappings": { "mappings": {
"0": { "0": {
@ -522,7 +595,7 @@
} }
} }
}, },
"5": { "8": {
"question": "Is toprope climbing possible here?", "question": "Is toprope climbing possible here?",
"mappings": { "mappings": {
"0": { "0": {
@ -536,7 +609,7 @@
} }
} }
}, },
"6": { "9": {
"question": "Is sport climbing possible here on fixed anchors?", "question": "Is sport climbing possible here on fixed anchors?",
"mappings": { "mappings": {
"0": { "0": {
@ -550,7 +623,7 @@
} }
} }
}, },
"7": { "10": {
"question": "Is traditional climbing possible here (using own gear e.g. chocks)?", "question": "Is traditional climbing possible here (using own gear e.g. chocks)?",
"mappings": { "mappings": {
"0": { "0": {
@ -564,7 +637,7 @@
} }
} }
}, },
"8": { "11": {
"question": "Is there a speed climbing wall?", "question": "Is there a speed climbing wall?",
"mappings": { "mappings": {
"0": { "0": {

View file

@ -165,7 +165,7 @@
}, },
"3": { "3": {
"tagRenderings": { "tagRenderings": {
"2": { "5": {
"render": "<strong>{name}</strong>" "render": "<strong>{name}</strong>"
} }
} }

View file

@ -111,7 +111,7 @@
}, },
"3": { "3": {
"tagRenderings": { "tagRenderings": {
"2": { "5": {
"render": "<strong>{name}</strong>" "render": "<strong>{name}</strong>"
} }
} }

View file

@ -448,7 +448,7 @@
}, },
"description": "登坂教室", "description": "登坂教室",
"tagRenderings": { "tagRenderings": {
"2": { "5": {
"render": "<strong>{name}</strong>", "render": "<strong>{name}</strong>",
"question": "この登坂教室の名前は何ですか?", "question": "この登坂教室の名前は何ですか?",
"mappings": { "mappings": {
@ -483,6 +483,9 @@
}, },
"1": { "1": {
"then": "ここでは登ることができる" "then": "ここでは登ることができる"
},
"2": {
"then": "ここでは登ることができない"
} }
} }
} }
@ -493,19 +496,19 @@
"0": { "0": {
"question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?" "question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?"
}, },
"1": { "4": {
"render": "ルートの長さは平均で<b>{climbing:length} m</b>です", "render": "ルートの長さは平均で<b>{climbing:length} m</b>です",
"question": "ルートの(平均)長さはメートル単位でいくつですか?" "question": "ルートの(平均)長さはメートル単位でいくつですか?"
}, },
"2": { "5": {
"question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?", "question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?",
"render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です" "render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です"
}, },
"3": { "6": {
"question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?", "question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?",
"render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です" "render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です"
}, },
"4": { "7": {
"question": "ここでボルダリングはできますか?", "question": "ここでボルダリングはできますか?",
"mappings": { "mappings": {
"0": { "0": {
@ -522,7 +525,7 @@
} }
} }
}, },
"5": { "8": {
"question": "ここでtoprope登坂はできますか?", "question": "ここでtoprope登坂はできますか?",
"mappings": { "mappings": {
"0": { "0": {
@ -536,7 +539,7 @@
} }
} }
}, },
"6": { "9": {
"question": "ここでは固定アンカー式のスポーツクライミングはできますか?", "question": "ここでは固定アンカー式のスポーツクライミングはできますか?",
"mappings": { "mappings": {
"0": { "0": {
@ -550,7 +553,7 @@
} }
} }
}, },
"7": { "10": {
"question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)", "question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)",
"mappings": { "mappings": {
"0": { "0": {
@ -564,7 +567,7 @@
} }
} }
}, },
"8": { "11": {
"question": "スピードクライミングウォールはありますか?", "question": "スピードクライミングウォールはありますか?",
"mappings": { "mappings": {
"0": { "0": {

View file

@ -182,6 +182,9 @@
}, },
"1": { "1": {
"then": "Klatring er mulig her" "then": "Klatring er mulig her"
},
"2": {
"then": "Klatring er ikke mulig her"
} }
} }
} }
@ -189,7 +192,7 @@
} }
}, },
"roamingRenderings": { "roamingRenderings": {
"4": { "7": {
"question": "Er buldring mulig her?", "question": "Er buldring mulig her?",
"mappings": { "mappings": {
"0": { "0": {

View file

@ -312,9 +312,11 @@
} }
}, },
"3": { "3": {
"question": "Hoe lang is deze klimroute (in meters)?",
"render": "Deze klimroute is {climbing:length} meter lang" "render": "Deze klimroute is {climbing:length} meter lang"
}, },
"4": { "4": {
"question": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?",
"render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem" "render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
} }
} }
@ -322,11 +324,22 @@
"3": { "3": {
"name": "Klimgelegenheden", "name": "Klimgelegenheden",
"title": { "title": {
"render": "Klimgelegenheid" "render": "Klimgelegenheid",
"mappings": {
"1": {
"then": "Klimsite <b>{name}</b>"
},
"2": {
"then": "Klimsite"
},
"3": {
"then": "Klimgelegenheid <b>{name}</b>"
}
}
}, },
"description": "Een klimgelegenheid", "description": "Een klimgelegenheid",
"tagRenderings": { "tagRenderings": {
"2": { "5": {
"render": "<strong>{name}</strong>", "render": "<strong>{name}</strong>",
"question": "Wat is de naam van dit Klimgelegenheid?", "question": "Wat is de naam van dit Klimgelegenheid?",
"mappings": { "mappings": {
@ -352,19 +365,19 @@
} }
}, },
"roamingRenderings": { "roamingRenderings": {
"1": { "4": {
"render": "De klimroutes zijn gemiddeld <b>{climbing:length}m</b> lang", "render": "De klimroutes zijn gemiddeld <b>{climbing:length}m</b> lang",
"question": "Wat is de (gemiddelde) lengte van de klimroutes, in meter?" "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?", "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" "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?", "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" "render": "De maximale klimmoeilijkheid is {climbing:grade:french:max} volgens het Franse/Belgische systeem"
}, },
"4": { "7": {
"question": "Is het mogelijk om hier te bolderen?", "question": "Is het mogelijk om hier te bolderen?",
"mappings": { "mappings": {
"0": { "0": {
@ -381,7 +394,7 @@
} }
} }
}, },
"5": { "8": {
"question": "Is het mogelijk om hier te toprope-klimmen?", "question": "Is het mogelijk om hier te toprope-klimmen?",
"mappings": { "mappings": {
"0": { "0": {
@ -395,7 +408,7 @@
} }
} }
}, },
"6": { "9": {
"question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?", "question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?",
"mappings": { "mappings": {
"0": { "0": {
@ -409,7 +422,7 @@
} }
} }
}, },
"7": { "10": {
"question": "Is het mogelijk om hier traditioneel te klimmen? <br/><span class='subtle'>(Dit is klimmen met klemblokjes en friends)</span>", "question": "Is het mogelijk om hier traditioneel te klimmen? <br/><span class='subtle'>(Dit is klimmen met klemblokjes en friends)</span>",
"mappings": { "mappings": {
"0": { "0": {
@ -423,7 +436,7 @@
} }
} }
}, },
"8": { "11": {
"question": "Is er een snelklimmuur (speed climbing)?", "question": "Is er een snelklimmuur (speed climbing)?",
"mappings": { "mappings": {
"0": { "0": {

View file

@ -350,7 +350,7 @@
}, },
"3": { "3": {
"tagRenderings": { "tagRenderings": {
"2": { "5": {
"render": "<strong>{name}</strong>" "render": "<strong>{name}</strong>"
} }
} }
@ -364,7 +364,7 @@
} }
}, },
"roamingRenderings": { "roamingRenderings": {
"6": { "9": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Здесь можно заняться спортивным скалолазанием" "then": "Здесь можно заняться спортивным скалолазанием"