Add license info, add some missing translations
This commit is contained in:
parent
01608b8b65
commit
9fc8a7136f
3 changed files with 39 additions and 8 deletions
|
@ -342,7 +342,8 @@
|
||||||
"leisure=playground"
|
"leisure=playground"
|
||||||
],
|
],
|
||||||
"title": {
|
"title": {
|
||||||
"nl": "Speeltuin"
|
"nl": "Speeltuin",
|
||||||
|
"en": "Playground"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -183,7 +183,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Moet men reserveren om gebruik te maken van dit sportveld?"
|
"nl": "Moet men reserveren om gebruik te maken van dit sportveld?",
|
||||||
|
"en": "Does one have to make an appointment to use this sport pitch?"
|
||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
"and": [
|
"and": [
|
||||||
|
@ -195,24 +196,40 @@
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "reservation=required",
|
"if": "reservation=required",
|
||||||
"then": "Reserveren is verplicht om gebruik te maken van dit sportterrein"
|
"then": {
|
||||||
|
"nl": "Reserveren is verplicht om gebruik te maken van dit sportterrein",
|
||||||
|
"en": "Making an appointment is obligatory to use this sport pitch"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "reservation=recommended",
|
"if": "reservation=recommended",
|
||||||
"then": "Reserveren is sterk aangeraden om gebruik te maken van dit sportterrein"
|
"then": {
|
||||||
|
"nl":
|
||||||
|
"Reserveren is sterk aangeraden om gebruik te maken van dit sportterrein",
|
||||||
|
"en": "Making an appointment is recommended when using this sport pitch"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "reservation=yes",
|
"if": "reservation=yes",
|
||||||
"then": "Reserveren is mogelijk, maar geen voorwaarde"
|
"then": {
|
||||||
|
"nl":"Reserveren is mogelijk, maar geen voorwaarde",
|
||||||
|
"en": "Making an appointment is possible, but not necessary to use this sport pitch"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "reservation=no",
|
"if": "reservation=no",
|
||||||
"then": "Reserveren is niet mogelijk"
|
"then": {
|
||||||
|
"nl": "Reserveren is niet mogelijk",
|
||||||
|
"en": "Making an appointment is not possible"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Wat is het telefoonnummer van de bevoegde dienst of uitbater?",
|
"question": {
|
||||||
|
"nl": "Wat is het telefoonnummer van de bevoegde dienst of uitbater?",
|
||||||
|
"en": "What is the phone number of the operator?"
|
||||||
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "phone",
|
"key": "phone",
|
||||||
"type": "phone"
|
"type": "phone"
|
||||||
|
@ -220,7 +237,10 @@
|
||||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Wat is het email-adres van de bevoegde dienst of uitbater?",
|
"question": {
|
||||||
|
"nl": "Wat is het email-adres van de bevoegde dienst of uitbater?",
|
||||||
|
"en": "What is the email address of the operator?"
|
||||||
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "email",
|
"key": "email",
|
||||||
"type": "email"
|
"type": "email"
|
||||||
|
|
|
@ -550,5 +550,15 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
"https://www.wikipedia.org/"
|
"https://www.wikipedia.org/"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Mapillary"
|
||||||
|
],
|
||||||
|
"path": "mapillary_black.svg",
|
||||||
|
"license": "Logo; All rights reserved",
|
||||||
|
"sources": [
|
||||||
|
"https://www.mapillary.com/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue