English translation of playground theme
This commit is contained in:
parent
f5999e0f12
commit
a71324154d
3 changed files with 22 additions and 12 deletions
|
@ -242,25 +242,29 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?"
|
||||
"nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?",
|
||||
"en": "Is this playground accessible to wheelchair users?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "wheelchair=yes",
|
||||
"then": {
|
||||
"nl": "Geheel toegankelijk voor rolstoelgebruikers"
|
||||
"nl": "Geheel toegankelijk voor rolstoelgebruikers",
|
||||
"en": "Completely accessible for wheelchair users"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "wheelchair=limited",
|
||||
"then": {
|
||||
"nl": "Beperkt toegankelijk voor rolstoelgebruikers"
|
||||
"nl": "Beperkt toegankelijk voor rolstoelgebruikers",
|
||||
"en": "Limited accessibility for wheelchair users"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "wheelchair=no",
|
||||
"then": {
|
||||
"nl": "Niet toegankelijk voor rolstoelgebruikers"
|
||||
"nl": "Niet toegankelijk voor rolstoelgebruikers",
|
||||
"en": "Not accessible for wheelchair users"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -272,13 +276,15 @@
|
|||
},
|
||||
"render": "{opening_hours_table(opening_hours)}",
|
||||
"question": {
|
||||
"nl": "Op welke uren is deze speeltuin toegankelijk?"
|
||||
"nl": "Op welke uren is deze speeltuin toegankelijk?",
|
||||
"en": "When is this playground accessible?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "opening_hours=sunrise-sunset",
|
||||
"then": {
|
||||
"nl": "Van zonsopgang tot zonsondergang"
|
||||
"nl": "Van zonsopgang tot zonsondergang",
|
||||
"en": "Accessible from sunrise till sunset"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -22,14 +22,14 @@
|
|||
"de"
|
||||
],
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/themes/cyclofix/logo.svg",
|
||||
"icon": "assets/themes/cyclofix/logo.svg",
|
||||
"version": "0",
|
||||
"startLat": 0,
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"widenFactor": 0.05,
|
||||
"socialImage": "./assets/themes/cyclofix/logo.svg",
|
||||
"socialImage": "assets/themes/cyclofix/logo.svg",
|
||||
"layers": [
|
||||
"bike_cafes",
|
||||
"bike_shops",
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
{
|
||||
"id": "playgrounds",
|
||||
"title": {
|
||||
"nl": "Speelplekken"
|
||||
"nl": "Speelplekken",
|
||||
"en": "Playgrounds"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "Speelplekken en sportplekken"
|
||||
"nl": "Een kaart met speeltuinen",
|
||||
"en": "A map with playgrounds"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Op deze kaart vind je speelplekken zoals speeltuinen, speelbossen en sportterreinen"
|
||||
"nl": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
|
||||
"en": "On this map, you find playgrounds and can add more information"
|
||||
},
|
||||
"language": [
|
||||
"nl"
|
||||
"nl",
|
||||
"en"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "./assets/themes/playgrounds/playground.svg",
|
||||
|
|
Loading…
Reference in a new issue