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/
This commit is contained in:
Pablo Montepagano 2021-03-28 17:58:05 +00:00 committed by Hosted Weblate
parent 2f5a73f41e
commit f27b9acc9e
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 19 additions and 1 deletions

View File

@ -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": {}
}
}
}