From 2165c1a9a20143196c49a6ea43fcbcf2af9d7337 Mon Sep 17 00:00:00 2001 From: kjon Date: Mon, 20 Jun 2022 17:44:16 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (42 of 42 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/de/ --- langs/shared-questions/de.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/de.json b/langs/shared-questions/de.json index c31ae8be47..43702c29d0 100644 --- a/langs/shared-questions/de.json +++ b/langs/shared-questions/de.json @@ -129,6 +129,20 @@ } }, "question": "Wie lautet der zugehörige Wikipedia Artikel?" + }, + "smoking": { + "mappings": { + "1": { + "then": "Rauchen ist nicht erlaubt" + }, + "0": { + "then": "Rauchen ist erlaubt" + }, + "2": { + "then": "Rauchen ist draußen erlaubt." + } + }, + "question": "Ist das Rauchen in {title()} erlaubt?" } } -} \ No newline at end of file +}