mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-18 17:13:31 +00:00
16 lines
507 B
JSON
16 lines
507 B
JSON
{
|
|
"key": "piste:difficulty",
|
|
"type": "combo",
|
|
"label": "Difficulty",
|
|
"placeholder": "Easy, Intermediate, Advanced...",
|
|
"strings": {
|
|
"options": {
|
|
"novice": "Novice - Flat, no effort needed",
|
|
"easy": "Easy - Soft hills, short steep section",
|
|
"intermediate": "Intermediate - Steep section",
|
|
"advanced": "Advanced - Narrow, steep or icy section, sharp turn",
|
|
"expert": "Expert - Dangerous terrain around"
|
|
}
|
|
}
|
|
}
|