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!"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -369,4 +369,4 @@
|
|||
"shortDescription": "Carte des arbres",
|
||||
"description": "Cartographions tous les arbres !"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1079,4 +1079,4 @@
|
|||
"shortDescription": "すべての樹木をマッピングする",
|
||||
"description": "すべての樹木をマッピングします!"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -61,13 +61,13 @@
|
|||
"question": "Hvilken artist lagde dette?",
|
||||
"render": "Laget av {artist_name}"
|
||||
},
|
||||
"4": {
|
||||
"render": "Samsvarer med <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"question": "Hvilken Wikipedia-oppføring samsvarer med <b>dette kunstverket</b>?"
|
||||
},
|
||||
"3": {
|
||||
"question": "Finnes det en nettside med mer info om dette kunstverket?",
|
||||
"render": "Mer info er å finne på <a href='{website}' target='_blank'>denne nettsiden</a>"
|
||||
},
|
||||
"4": {
|
||||
"question": "Hvilken Wikipedia-oppføring samsvarer med <b>dette kunstverket</b>?",
|
||||
"render": "Samsvarer med <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -316,4 +316,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -347,6 +347,13 @@
|
|||
"then": "Dit Klimgelegenheid heeft geen naam"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kalksteen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -939,4 +946,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -522,4 +522,4 @@
|
|||
"trees": {
|
||||
"title": "Деревья"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -383,4 +383,4 @@
|
|||
"shortDescription": "所有樹木的地圖",
|
||||
"description": "繪製所有樹木!"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue