From aab314d237a95ece274bcf6fbe64940ca910da7e Mon Sep 17 00:00:00 2001 From: seppesantens Date: Thu, 22 Jul 2021 19:50:01 +0000 Subject: [PATCH 1/2] Translated using Weblate (Dutch) Currently translated at 56.9% (243 of 427 strings) Translation: MapComplete/themes Translate-URL: https://hosted.weblate.org/projects/mapcomplete/themes/nl/ --- langs/themes/nl.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/langs/themes/nl.json b/langs/themes/nl.json index e1ab2203f..40c96529d 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -959,6 +959,19 @@ } } } + }, + "layers": { + "0": { + "presets": { + "0": { + "title": "windturbine" + } + }, + "title": { + "render": "windturbine" + }, + "name": "windturbine" + } } }, "personal": { @@ -1008,6 +1021,9 @@ }, "6": { "question": "Wat zijn de openingsuren van deze winkel?" + }, + "5": { + "question": "Wat is het e-mailadres van deze winkel?" } }, "presets": { @@ -1138,4 +1154,4 @@ } } } -} \ No newline at end of file +} From b023fc50a7be531daf9c6d68175910471e111e4a Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Sat, 24 Jul 2021 01:27:07 +0000 Subject: [PATCH 2/2] Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (11 of 11 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/zh_Hant/ --- langs/shared-questions/zh_Hant.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/zh_Hant.json b/langs/shared-questions/zh_Hant.json index 8256c0059..66071ff04 100644 --- a/langs/shared-questions/zh_Hant.json +++ b/langs/shared-questions/zh_Hant.json @@ -15,6 +15,21 @@ "opening_hours": { "question": "{name} 的開放時間是什麼?", "render": "

開放時間

{opening_hours_table(opening_hours)}" + }, + "level": { + "mappings": { + "2": { + "then": "位於 2 樓" + }, + "1": { + "then": "位於 1 樓" + }, + "0": { + "then": "位於地下" + } + }, + "render": "位於 {level} 樓", + "question": "此圖徽位於哪個樓層/層級?" } } -} \ No newline at end of file +}