mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"key": "piste:difficulty",
|
|
"type": "combo",
|
|
"label": "Difficulty",
|
|
"placeholder": "Easy, Intermediate, Advanced...",
|
|
"strings": {
|
|
"options": {
|
|
"novice": "Novice",
|
|
"easy": "Easy",
|
|
"intermediate": "Intermediate",
|
|
"advanced": "Advanced",
|
|
"expert": "Expert",
|
|
"freeride": "Freeride",
|
|
"extreme": "Extreme"
|
|
}
|
|
}
|
|
}
|