From 74e7f9ae525741c96e9e80e56048dc1fe1f0c635 Mon Sep 17 00:00:00 2001 From: seppesantens Date: Sat, 10 Jul 2021 07:41:08 +0000 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 55.2% (225 of 407 strings) Translation: MapComplete/themes Translate-URL: https://hosted.weblate.org/projects/mapcomplete/themes/nl/ --- langs/themes/nl.json | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/langs/themes/nl.json b/langs/themes/nl.json index 6746eff92b..b23136e56b 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -1022,5 +1022,61 @@ } } } + }, + "charging_stations": { + "layers": { + "0": { + "description": "Een oplaadpunt", + "title": { + "render": "Oplaadpunt" + }, + "name": "Oplaadpunten" + } + }, + "title": "Oplaadpunten" + }, + "shops": { + "layers": { + "0": { + "tagRenderings": { + "4": { + "question": "Wat is de website van deze winkel?" + }, + "3": { + "question": "Wat is het telefoonnummer?" + }, + "2": { + "mappings": { + "4": { + "then": "Bakkerij" + }, + "3": { + "then": "Kapper" + }, + "1": { + "then": "Supermarkt" + } + } + }, + "1": { + "question": "Wat is de naam van deze winkel?" + }, + "6": { + "question": "Wat zijn de openingsuren van deze winkel?" + } + }, + "description": "Een winkel", + "title": { + "render": "Winkel" + }, + "name": "Winkel", + "presets": { + "0": { + "title": "Winkel", + "description": "Voeg een nieuwe winkel toe" + } + } + } + } } }