Initial commit

This commit is contained in:
Quincy Morgan 2020-11-05 11:30:34 -05:00
commit bf95421f65
1906 changed files with 55742 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"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"
}
}
}

View file

@ -0,0 +1,17 @@
{
"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)"
}
}
}

View file

@ -0,0 +1,15 @@
{
"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"
}
}
}

View file

@ -0,0 +1,17 @@
{
"key": "piste:difficulty",
"type": "combo",
"label": "Difficulty",
"placeholder": "Easy, Intermediate, Advanced...",
"strings": {
"options": {
"novice": "Novice - L: <30° incline",
"easy": "Easy - WS: 30-35° incline",
"intermediate": "Intermediate - ZS: 35-40° incline",
"advanced": "Advanced - S: 40-45° incline",
"expert": "Expert - SS: 4550° incline",
"freeride": "Freeride - AS: 5055° incline",
"extreme": "Extreme - EX: >55° incline"
}
}
}

View file

@ -0,0 +1,15 @@
{
"key": "piste:grooming",
"type": "combo",
"label": "Grooming",
"strings": {
"options": {
"classic": "Classic",
"mogul": "Mogul",
"backcountry": "Backcountry",
"classic+skating": "Classic and Skating",
"scooter": "Scooter/Snowmobile",
"skating": "Skating"
}
}
}

View file

@ -0,0 +1,12 @@
{
"key": "piste:grooming",
"type": "combo",
"label": "Grooming",
"strings": {
"options": {
"classic": "Classic",
"mogul": "Mogul",
"backcountry": "Backcountry - no grooming"
}
}
}

View file

@ -0,0 +1,11 @@
{
"key": "piste:grooming",
"type": "combo",
"label": "Grooming",
"strings": {
"options": {
"classic": "Classic - Winter Hiking",
"backcountry": "Backcountry - Snowshoeing"
}
}
}

View file

@ -0,0 +1,14 @@
{
"key": "piste:grooming",
"type": "combo",
"label": "Grooming",
"strings": {
"options": {
"classic": "Classic",
"backcountry": "Backcountry, no grooming",
"classic+skating": "Classic and Skating",
"scooter": "Scooter/Snowmobile",
"skating": "Skating"
}
}
}

View file

@ -0,0 +1,19 @@
{
"key": "piste:type",
"type": "typeCombo",
"label": "Type",
"strings": {
"options": {
"downhill": "Downhill",
"nordic": "Nordic",
"skitour": "Skitour",
"sled": "Sled",
"hike": "Hike",
"sleigh": "Sleigh",
"ice_skate": "Ice Skate",
"snow_park": "Snow Park",
"playground": "Playground",
"connection": "Connection"
}
}
}