From 055b89c1d3f40804d3c58d1d969ebbf0a2afec88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqu=C3=ADnez=20Ferr=C3=A1ndiz?= Date: Mon, 27 Mar 2023 19:49:25 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 97.7% (86 of 88 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/es/ --- langs/shared-questions/es.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/es.json b/langs/shared-questions/es.json index ff5eb29f8..ca018939b 100644 --- a/langs/shared-questions/es.json +++ b/langs/shared-questions/es.json @@ -152,6 +152,23 @@ "question": "¿En qué nivel se encuentra esta característica?", "render": "Localizada en la {level}° planta" }, + "luminous_or_lit": { + "mappings": { + "0": { + "then": "Este objeto emite luz y es también iluminado por una fuente de luz externa" + }, + "1": { + "then": "Este objeto emite luz" + }, + "2": { + "then": "Este objeto recibe iluminación, por ejemplo por un foco u otras luces" + }, + "3": { + "then": "Este objeto ni emite luz ni es iluminado" + } + }, + "question": "¿Está este objeto iluminado o emite luz?" + }, "multilevels": { "override": { "question": "¿A qué pisos va este ascensor?", @@ -290,4 +307,4 @@ "question": "¿Cual es la entidad de Wikidata que se corresponde?" } } -} \ No newline at end of file +}