From 23e3ccade8ca7d2078094bd7c4f6d2bf72f395bc Mon Sep 17 00:00:00 2001 From: Weblate <51095-weblate@users.noreply.framagit.org> Date: Thu, 10 Feb 2022 12:46:02 +0000 Subject: [PATCH] Translations update from Weblate --- src/assets/i18n/es.json | 28 ++++++++-- src/assets/i18n/oc.json | 112 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 135 insertions(+), 5 deletions(-) diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 64faa98f..2215a8cf 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -83,7 +83,10 @@ "datepicker_input": "Usar el selector de fecha", "format_helper": "DD/MM/AA", "remove": "Quitar fecha", - "element": "Fecha" + "element": "Fecha", + "errors": { + "missing": "Ingrese al menos un día" + } }, "choices": { "title": "Escribir las propuestas", @@ -92,7 +95,14 @@ "answer_preset_3": "y D, la respuesta D", "add": "Agregar", "continue": "Veamos cómo va", - "answer_preset_1": "Respuesta de demostración 1" + "answer_preset_1": "Respuesta de demostración 1", + "add_link": "Añadir enlace", + "element": "Opción", + "delete": "Eliminar opción", + "modal": { + "title": "Agregar un enlace a la opción", + "description": "Puede agregar una dirección de página web (URL), un enlace a una imagen web o ambos." + } }, "resume": { "title": "¡Y eso es todo!", @@ -604,7 +614,7 @@ "FR": "Frances", "DE": "Alemán", "BR": "Bretón", - "CA": "Catalan", + "CA": "Catalan", "EL": "el", "ES": "Español", "EN": "Ingles", @@ -706,5 +716,17 @@ "validate": "Sí, cancelar encuesta", "reject": "No" } + }, + "hours": { + "title": "Elige los horarios", + "element": "Horario", + "apply_same": "Aplicar los mismos períodos de tiempo a todas las fechas", + "add": "Agregar horario", + "modal": { + "title": "Elija los intervalos de tiempo para aplicar para todas las fechas", + "validate": "Aplicar" + }, + "empty": "Sin franja horaria", + "reinit": "Reinicializar" } } diff --git a/src/assets/i18n/oc.json b/src/assets/i18n/oc.json index 963f2640..45287c40 100644 --- a/src/assets/i18n/oc.json +++ b/src/assets/i18n/oc.json @@ -56,7 +56,9 @@ "POLL": "Aqueste sondatge existís pas." }, "dates": { - "title": "Configuracion especiala per las datas" + "title": "Configuracion especiala per las datas", + "element": "Data", + "empty": "Voidar" }, "SENTENCES": { "create-a-poll": "Creatz un sondatge", @@ -485,5 +487,111 @@ "the-poll-has-expired-it-will-soon-be-deleted": "Lo sondatge a expirat, serà lèu suprimit.", "your-vote-has-been-saved-but-please-note-you-need-to-keep-this-personalised-link-to-be-able-to-edit-": "Vòstre vòte es estat enregistrat corrèctament, mas mèfi : aqueste sondatge permet l’edicion de vòstre vòte solament amb lo ligam personalizat." }, - "Intro": "Bonjorn m’apèli {{name}}, ai {{age}} ans." + "Intro": "Bonjorn m’apèli {{name}}, ai {{age}} ans.", + "admin": { + "comments_deletion_title": "Comentaris" + }, + "LANGUAGES": { + "BR": "Breton", + "CA": "Catalan", + "ES": "Castelhan", + "EN": "Anglés", + "IT": "Italian", + "FR": "Francés", + "DE": "Alemand", + "EO": "Esperanto", + "JA": "Japonés", + "NL": "Neerlandés", + "OC": "Occitan" + }, + "calendar_widget": { + "dayNames": [ + "Dimenge", + "Divendres", + "Dimars", + "Dimècres", + "Dijòus" + ], + "cancel": "Anullar", + "monthNames": [ + "Genièr", + "Febrièr", + "Març", + "Abril", + "Mai", + "Novembre", + "Decembre" + ], + "today": "Uèi", + "apply": "Aplicar", + "accept": "Òc", + "reject": "Non", + "choose": "Causir" + }, + "hours": { + "modal": { + "validate": "Aplicar" + } + }, + "advanced": { + "password_label": "Senhal", + "notifications_title": "Notificacions" + }, + "success": { + "copy": "Copiar" + }, + "participation": { + "yes": "Òc", + "maybe": "Benlèu", + "created_at": "Creat lo", + "by": "per", + "menu_label": "Opcions", + "details": "Detalhs", + "modal": { + "options": { + "print": "Imprimir" + } + }, + "no": "Non", + "comments": "Comentaris" + }, + "date_delays": { + "days": "jorns", + "dipslay_comments_delay": "Fa {{counter_delay}} {{time_unit}}", + "now": "Ara", + "minutes": "minutas", + "seconds": "segondas", + "hours": "oras" + }, + "choices": { + "element": "Opcion", + "modal": { + "validate": "Apondre" + } + }, + "LANGUAGES_SHORT": { + "DE": "De", + "FR": "Fr", + "BR": "Br", + "CA": "Ca", + "EL": "El", + "ES": "Es", + "EN": "En", + "GL": "Gl", + "HU": "Hu", + "IT": "It", + "NL": "Nl", + "OC": "Oc", + "AR": "Ar", + "JA": "Ja", + "SV": "Sv" + }, + "popup": { + "cancel": { + "reject": "Non" + } + }, + "selectors": { + "lang": "Seleccionar la lenga" + } }