English translation of playground theme

This commit is contained in:
pietervdvn 2021-03-17 14:36:07 +01:00
parent f5999e0f12
commit a71324154d
3 changed files with 22 additions and 12 deletions

View file

@ -242,25 +242,29 @@
}, },
{ {
"question": { "question": {
"nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?" "nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?",
"en": "Is this playground accessible to wheelchair users?"
}, },
"mappings": [ "mappings": [
{ {
"if": "wheelchair=yes", "if": "wheelchair=yes",
"then": { "then": {
"nl": "Geheel toegankelijk voor rolstoelgebruikers" "nl": "Geheel toegankelijk voor rolstoelgebruikers",
"en": "Completely accessible for wheelchair users"
} }
}, },
{ {
"if": "wheelchair=limited", "if": "wheelchair=limited",
"then": { "then": {
"nl": "Beperkt toegankelijk voor rolstoelgebruikers" "nl": "Beperkt toegankelijk voor rolstoelgebruikers",
"en": "Limited accessibility for wheelchair users"
} }
}, },
{ {
"if": "wheelchair=no", "if": "wheelchair=no",
"then": { "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)}", "render": "{opening_hours_table(opening_hours)}",
"question": { "question": {
"nl": "Op welke uren is deze speeltuin toegankelijk?" "nl": "Op welke uren is deze speeltuin toegankelijk?",
"en": "When is this playground accessible?"
}, },
"mappings": [ "mappings": [
{ {
"if": "opening_hours=sunrise-sunset", "if": "opening_hours=sunrise-sunset",
"then": { "then": {
"nl": "Van zonsopgang tot zonsondergang" "nl": "Van zonsopgang tot zonsondergang",
"en": "Accessible from sunrise till sunset"
} }
} }
] ]

View file

@ -22,14 +22,14 @@
"de" "de"
], ],
"maintainer": "MapComplete", "maintainer": "MapComplete",
"icon": "./assets/themes/cyclofix/logo.svg", "icon": "assets/themes/cyclofix/logo.svg",
"version": "0", "version": "0",
"startLat": 0, "startLat": 0,
"defaultBackgroundId": "CartoDB.Voyager", "defaultBackgroundId": "CartoDB.Voyager",
"startLon": 0, "startLon": 0,
"startZoom": 1, "startZoom": 1,
"widenFactor": 0.05, "widenFactor": 0.05,
"socialImage": "./assets/themes/cyclofix/logo.svg", "socialImage": "assets/themes/cyclofix/logo.svg",
"layers": [ "layers": [
"bike_cafes", "bike_cafes",
"bike_shops", "bike_shops",

View file

@ -1,16 +1,20 @@
{ {
"id": "playgrounds", "id": "playgrounds",
"title": { "title": {
"nl": "Speelplekken" "nl": "Speelplekken",
"en": "Playgrounds"
}, },
"shortDescription": { "shortDescription": {
"nl": "Speelplekken en sportplekken" "nl": "Een kaart met speeltuinen",
"en": "A map with playgrounds"
}, },
"description": { "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": [ "language": [
"nl" "nl",
"en"
], ],
"maintainer": "", "maintainer": "",
"icon": "./assets/themes/playgrounds/playground.svg", "icon": "./assets/themes/playgrounds/playground.svg",