Add more playground translations in english
This commit is contained in:
parent
7351515566
commit
85b3612bf6
1 changed files with 73 additions and 19 deletions
|
@ -59,6 +59,13 @@
|
||||||
"en": "The surface is <b>sand</b>"
|
"en": "The surface is <b>sand</b>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"if": "surface=woodchips",
|
||||||
|
"then": {
|
||||||
|
"nl": "De ondergrond bestaat uit <b>houtsnippers</b>",
|
||||||
|
"en": "The surface consist of <b>woodchips</b>"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "surface=paving_stones",
|
"if": "surface=paving_stones",
|
||||||
"then": {
|
"then": {
|
||||||
|
@ -100,25 +107,34 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Is deze speeltuin 's nachts verlicht?"
|
"nl": "Is deze speeltuin 's nachts verlicht?",
|
||||||
|
"en": "Is this playground lit at night?"
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "lit=yes",
|
"if": "lit=yes",
|
||||||
"then": "Deze speeltuin is 's nachts verlicht"
|
"then": {
|
||||||
|
"nl": "Deze speeltuin is 's nachts verlicht",
|
||||||
|
"en": "This playground is lit at night"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "lit=no",
|
"if": "lit=no",
|
||||||
"then": "Deze speeltuin is 's nachts niet verlicht"
|
"then": {
|
||||||
|
"nl": "Deze speeltuin is 's nachts niet verlicht",
|
||||||
|
"en": "This playground is not lit at night"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": {
|
"render": {
|
||||||
"nl": "Toegankelijk vanaf {min_age} jaar oud"
|
"nl": "Toegankelijk vanaf {min_age} jaar oud",
|
||||||
|
"en": "Accessible to kids older then {min_age} years"
|
||||||
},
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Wat is de minimale leeftijd om op deze speeltuin te mogen?"
|
"nl": "Wat is de minimale leeftijd om op deze speeltuin te mogen?",
|
||||||
|
"en": "What is the minimum age required to access this playground?"
|
||||||
},
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "min_age",
|
"key": "min_age",
|
||||||
|
@ -127,10 +143,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": {
|
"render": {
|
||||||
"nl": "Toegankelijk tot {max_age}"
|
"nl": "Toegankelijk tot {max_age}",
|
||||||
|
"en": "Accessible to kids of at most {max_age}"
|
||||||
},
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?"
|
"nl": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?",
|
||||||
|
"en": "What is the maximum age allowed to access this playground?"
|
||||||
},
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "max_age",
|
"key": "max_age",
|
||||||
|
@ -138,49 +156,85 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Wie beheert deze speeltuin?",
|
"question": {
|
||||||
"render": "Beheer door {operator}",
|
"nl": "Wie beheert deze speeltuin?",
|
||||||
|
"en": "Who operates this playground?"
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"nl": "Beheer door {operator}",
|
||||||
|
"en": "Operated by {operator}"
|
||||||
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "operator"
|
"key": "operator"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Is deze speeltuin vrij toegankelijk voor het publiek?",
|
"question": {
|
||||||
|
"nl": "Is deze speeltuin vrij toegankelijk voor het publiek?",
|
||||||
|
"en": "Is this playground accessible to the general public?"
|
||||||
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "access=",
|
"if": "access=",
|
||||||
"then": "Vrij toegankelijk voor het publiek",
|
"then": {
|
||||||
|
"en": "Accessible to the general public",
|
||||||
|
"nl": "Vrij toegankelijk voor het publiek"
|
||||||
|
},
|
||||||
"hideInAnswer": true
|
"hideInAnswer": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "access=yes",
|
"if": "access=yes",
|
||||||
"then": "Vrij toegankelijk voor het publiek"
|
"then": {
|
||||||
|
"en": "Accessible to the general public",
|
||||||
|
"nl": "Vrij toegankelijk voor het publiek"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "access=customers",
|
"if": "access=customers",
|
||||||
"then": "Enkel toegankelijk voor klanten van de bijhorende zaak"
|
"then": {
|
||||||
|
"en": "Only accessible for clients of the operating business",
|
||||||
|
"nl": "Enkel toegankelijk voor klanten van de bijhorende zaak"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "access=students",
|
"if": "access=students",
|
||||||
"then": "Vrij toegankelijk voor scholieren van de school"
|
"then": {
|
||||||
|
"en": "Only accessible to studants of the school",
|
||||||
|
"nl": "Vrij toegankelijk voor scholieren van de school"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "access=private",
|
"if": "access=private",
|
||||||
"then": "Niet vrij toegankelijk"
|
"then": {
|
||||||
|
"en": "Not accessible",
|
||||||
|
"nl": "Niet vrij toegankelijk"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Wie kan men emailen indien er problemen zijn met de speeltuin?",
|
"question": {
|
||||||
"render": "De bevoegde dienst kan bereikt worden via {email}",
|
"nl": "Wie kan men emailen indien er problemen zijn met de speeltuin?",
|
||||||
|
"en": "What is the email address of the playground maintainer?"
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"nl": "De bevoegde dienst kan bereikt worden via <a href='mailto:{email}'>{email}</a>",
|
||||||
|
"en": "<a href='mailto:{email}'>{email}</a>"
|
||||||
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "email",
|
"key": "email",
|
||||||
"type": "email"
|
"type": "email"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Wie kan men bellen indien er problemen zijn met de speeltuin?",
|
"question": {
|
||||||
"render": "De bevoegde dienst kan getelefoneerd worden via {phone}",
|
"nl": "Wie kan men bellen indien er problemen zijn met de speeltuin?",
|
||||||
|
"en": "What is the phone number of the playground maintainer?"
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"nl": "De bevoegde dienst kan getelefoneerd worden via <a href='tel:{phone}'>{phone}</a>",
|
||||||
|
"en": "<a href='tel:{phone}'>{phone}</a>"
|
||||||
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "phone",
|
"key": "phone",
|
||||||
"type": "phone"
|
"type": "phone"
|
||||||
|
|
Loading…
Reference in a new issue