forked from MapComplete/MapComplete
Themes: Add rubber;tartan surface to playgrounds, add checkdate to playgrounds, add tartan to sport pitches
This commit is contained in:
parent
be3297db03
commit
7859e7d069
2 changed files with 20 additions and 0 deletions
|
@ -268,6 +268,19 @@
|
|||
"cs": "Povrch je <b>zpevněný</b>"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "surface=tartan",
|
||||
"then": {
|
||||
"en": "The surface is tartan - a synthetic, springy surface typically seen on athletic pistes",
|
||||
"nl": "De ondergrond bestaat uit Tartan - een synthetisch, elastisch en poreus materiaal dat je ook vindt op atletiekpistes"
|
||||
}
|
||||
},
|
||||
{"if": "surface=rubber",
|
||||
"then": {
|
||||
"en": "The surface is made from rubber, such as rubber tiles, rubber mulch or a big rubber area",
|
||||
"nl": "De ondergrond bestaat uit rubber, zoals rubberen tegels, rubber snippers of een groot rubberen oppervlak"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "playground-surface",
|
||||
|
@ -670,6 +683,7 @@
|
|||
],
|
||||
"id": "playground-opening_hours"
|
||||
},
|
||||
"check_date",
|
||||
"questions",
|
||||
{
|
||||
"id": "playground-reviews",
|
||||
|
|
|
@ -463,6 +463,12 @@
|
|||
"nl": "De ondergrond bestaat uit <b>grind</b>",
|
||||
"de": "Die Oberfläche ist <b>feiner Kies</b>"
|
||||
}
|
||||
},
|
||||
{"if": "surface=tartan",
|
||||
"then": {
|
||||
"en": "The surface of this track is Tartan, a synthetic, slightly springy, porous surface",
|
||||
"nl": "De ondergrond is Tartan, een synthetisch, licht verende en poreuze ondergrond"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "sport_pitch-surface"
|
||||
|
|
Loading…
Reference in a new issue