From 636c9f096fb7d65132d6f9cf91a1d5dbae9cca8a Mon Sep 17 00:00:00 2001 From: SC Date: Fri, 24 Jun 2022 13:34:52 +0000 Subject: [PATCH] Translated using Weblate (Portuguese) Currently translated at 100.0% (42 of 42 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/pt/ --- langs/shared-questions/pt.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json index 72bfbb4b1e..18b549ac8c 100644 --- a/langs/shared-questions/pt.json +++ b/langs/shared-questions/pt.json @@ -129,6 +129,20 @@ } }, "question": "Qual é o item correspondente na Wikipédia?" + }, + "smoking": { + "mappings": { + "2": { + "then": "É permitido fumar no exterior." + }, + "0": { + "then": "É permitido fumar" + }, + "1": { + "then": "Não é permitido fumar" + } + }, + "question": "É permitido fumar em {title()}?" } } -} \ No newline at end of file +}