From 4251a3fd74b0fac625786ecd312563f7a7d1aab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqu=C3=ADnez=20Ferr=C3=A1ndiz?= Date: Sun, 8 Jan 2023 13:55:13 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 96.0% (73 of 76 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/es/ --- langs/shared-questions/es.json | 67 +++++++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/langs/shared-questions/es.json b/langs/shared-questions/es.json index 6af5816280..c8e673ff92 100644 --- a/langs/shared-questions/es.json +++ b/langs/shared-questions/es.json @@ -50,8 +50,12 @@ }, "2": { "then": "El acceso a internet es gratis en este lugar, solamente para clientes" + }, + "0": { + "then": "Hay que pagar para acceder a internet en este lugar" } - } + }, + "question": "¿Hay que pagar para acceder a internet?" }, "internet-ssid": { "freeform": { @@ -195,6 +199,65 @@ } }, "question": "¿Cual es el ítem correspondiente en Wikipedia?" + }, + "opening_hours_by_appointment": { + "override": { + "mappings": { + "0": { + "then": "Sólo con cita previa" + }, + "1": { + "then": "Sólo con cita previa" + } + } + } + }, + "denominations-coins": { + "mappings": { + "0": { + "then": "Se aceptan monedas de 1 céntimo" + }, + "2": { + "then": "Se aceptan monedas de 5 céntimos" + }, + "3": { + "then": "Se aceptan monedas de 10 céntimos" + }, + "1": { + "then": "Se aceptan monedas de 2 céntimos" + }, + "4": { + "then": "Se aceptan monedas de 20 céntimos" + }, + "5": { + "then": "Se aceptan monedas de 50 céntimos" + }, + "6": { + "then": "Se aceptan monedas de 1 euro" + }, + "7": { + "then": "Se aceptan monedas de 2 euros" + } + }, + "question": "¿Qué monedas se pueden usar aquí para pagar?" + }, + "payment-options-split": { + "override": { + "mappings+": { + "1": { + "then": "Aquí se aceptan billetes" + }, + "2": { + "then": "Aquí se aceptan tarjetas de débito" + }, + "0": { + "then": "Aquí se aceptan monedas" + }, + "3": { + "then": "Aquí se aceptan tarjetas de crédito" + } + } + } } } -} \ No newline at end of file +}