diff --git a/assets/layers/playground/playground.json b/assets/layers/playground/playground.json index 416934c..0dedfe8 100644 --- a/assets/layers/playground/playground.json +++ b/assets/layers/playground/playground.json @@ -342,7 +342,8 @@ "leisure=playground" ], "title": { - "nl": "Speeltuin" + "nl": "Speeltuin", + "en": "Playground" } } ], diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json index 01e819d..3bdfac5 100644 --- a/assets/layers/sport_pitch/sport_pitch.json +++ b/assets/layers/sport_pitch/sport_pitch.json @@ -183,7 +183,8 @@ }, { "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": { "and": [ @@ -195,24 +196,40 @@ "mappings": [ { "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", - "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", - "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", - "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": { "key": "phone", "type": "phone" @@ -220,7 +237,10 @@ "render": "{phone}" }, { - "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": { "key": "email", "type": "email" diff --git a/assets/svg/license_info.json b/assets/svg/license_info.json index 1587895..3ce5788 100644 --- a/assets/svg/license_info.json +++ b/assets/svg/license_info.json @@ -550,5 +550,15 @@ "sources": [ "https://www.wikipedia.org/" ] + }, + { + "authors": [ + "Mapillary" + ], + "path": "mapillary_black.svg", + "license": "Logo; All rights reserved", + "sources": [ + "https://www.mapillary.com/" + ] } ] \ No newline at end of file