mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
18 lines
558 B
JSON
18 lines
558 B
JSON
{
|
|
"key": "piste:difficulty",
|
|
"type": "combo",
|
|
"label": "Difficulty",
|
|
"placeholder": "Easy, Intermediate, Advanced...",
|
|
"strings": {
|
|
"options": {
|
|
"novice": "Novice (instructional)",
|
|
"easy": "Easy (green circle)",
|
|
"intermediate": "Intermediate (blue square)",
|
|
"advanced": "Advanced (black diamond)",
|
|
"expert": "Expert (double black diamond)",
|
|
"freeride": "Freeride (off-piste)",
|
|
"extreme": "Extreme (climbing equipment required)"
|
|
}
|
|
}
|
|
}
|