forked from MapComplete/MapComplete
Fix translations
This commit is contained in:
parent
d7edc3da02
commit
68845fc2d7
11 changed files with 79 additions and 35 deletions
|
@ -440,6 +440,21 @@
|
|||
"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"
|
||||
},
|
||||
"5": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"render": "The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a>"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -475,6 +490,9 @@
|
|||
"3": {
|
||||
"render": "<h3>Difficulties overview</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"4": {
|
||||
"render": "<h3>Contains {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>",
|
||||
"question": "What is the name of this climbing opportunity?",
|
||||
|
@ -493,6 +511,15 @@
|
|||
"then": "A climbing crag - a single rock or cliff with at least a few climbing routes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"question": "What is the rock type here?",
|
||||
"render": "The rock type is {rock}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Limestone"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -1149,4 +1176,4 @@
|
|||
"shortDescription": "Map all the trees",
|
||||
"description": "Map all the trees!"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue