From 6709ca049811f034d039b1233752e8dda881fb21 Mon Sep 17 00:00:00 2001 From: Iago Date: Mon, 20 Jun 2022 17:51:12 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 100.0% (42 of 42 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/es/ --- langs/shared-questions/es.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/es.json b/langs/shared-questions/es.json index 91619211b..da2a4ba95 100644 --- a/langs/shared-questions/es.json +++ b/langs/shared-questions/es.json @@ -129,6 +129,20 @@ } }, "question": "¿Cual es el ítem correspondiente en Wikipedia?" + }, + "smoking": { + "mappings": { + "0": { + "then": "Está permitido fumar" + }, + "1": { + "then": "No está permitido fumar" + }, + "2": { + "then": "Está permitido fumar en el exterior." + } + }, + "question": "¿Está permitido fumar en {title()}?" } } -} \ No newline at end of file +}