From f27b9acc9eb4b18dea57c1eead760cce8e436387 Mon Sep 17 00:00:00 2001 From: Pablo Montepagano Date: Sun, 28 Mar 2021 17:58:05 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 71.1% (301 of 423 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ --- lib/l10n/intl_es.arb | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_es.arb b/lib/l10n/intl_es.arb index 16355c2c..44ec546e 100644 --- a/lib/l10n/intl_es.arb +++ b/lib/l10n/intl_es.arb @@ -23,7 +23,7 @@ "type": "text", "placeholders": {} }, - "accountInformation": "Informaciones de la cuenta", + "accountInformation": "Información de la cuenta", "@accountInformation": { "type": "text", "placeholders": {} @@ -1777,5 +1777,23 @@ "@addEmail": { "type": "text", "placeholders": {} + }, + "pleaseFollowInstructionsOnWeb": "Por favor, siga las instrucciones del sitio web y presione \"siguiente\".", + "@pleaseFollowInstructionsOnWeb": { + "type": "text", + "placeholders": {} + }, + "areYouSureYouWantToLogout": "¿Estás seguro de que quieres cerrar sesión?", + "@areYouSureYouWantToLogout": { + "type": "text", + "placeholders": {} + }, + "badServerVersionsException": "El servidor soporta las siguientes versiones de la especificación:\n{serverVersions}\npero esta aplicación sólo soporta las versiones {supportedVersions}", + "@badServerVersionsException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } } }