From f57efbfa7bc7bc6c90ff471038e8a509f05ac9aa Mon Sep 17 00:00:00 2001 From: Romain de Bossoreille Date: Thu, 23 Jun 2022 20:12:27 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (42 of 42 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/fr/ --- langs/shared-questions/fr.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/fr.json b/langs/shared-questions/fr.json index 4e7d5bcc89..d8c863b137 100644 --- a/langs/shared-questions/fr.json +++ b/langs/shared-questions/fr.json @@ -129,6 +129,20 @@ } }, "question": "Quel est l’élément Wikipédia correspondant ?" + }, + "smoking": { + "mappings": { + "0": { + "then": "Il est autorisé de fumer" + }, + "2": { + "then": "Il est autorisé de fumer à l'extérieur." + }, + "1": { + "then": "Il est interdit de fumer" + } + }, + "question": "Est-ce autorisé de fumer à {title()} ?" } } -} \ No newline at end of file +}