Translated using Weblate (Spanish)

Currently translated at 100.0% (295 of 295 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
This commit is contained in:
Scoopity Whoop 2020-08-23 13:34:25 +00:00 committed by Hosted Weblate
parent 0ef919e136
commit 445ca5a5ed
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 46 additions and 3 deletions

View File

@ -875,12 +875,12 @@
"type": "text",
"placeholders": {}
},
"noCrossSignBootstrap": "Fluffychat actualmente no admite habilitar confirmación cruzada. Por favor habilítela desde Element.",
"noCrossSignBootstrap": "Fluffychat actualmente no soporta la activación de Cross-Signing. Por favor, actívelo dentro de Riot.",
"@noCrossSignBootstrap": {
"type": "text",
"placeholders": {}
},
"noMegolmBootstrap": "Fluffychat actualmente no admite habilitar la Copia de seguridad de clave en línea. Por favor habilítela desde Element.",
"noMegolmBootstrap": "Fluffychat actualmente no soporta la activación de Online Key Backup. Por favor, actívalo dentro de Riot.",
"@noMegolmBootstrap": {
"type": "text",
"placeholders": {}
@ -1539,7 +1539,7 @@
"type": "text",
"placeholders": {}
},
"Welcome to the cutest instant messenger in the matrix network.": "Bienvenido al mensajero instantáneo más tierno de la red Matrix.",
"Welcome to the cutest instant messenger in the matrix network.": "Bienvenidos al mensajero instantáneo más lindo de la red matricial.",
"@Welcome to the cutest instant messenger in the matrix network.": {
"type": "text",
"placeholders": {}
@ -1588,5 +1588,48 @@
"@Your own username": {
"type": "text",
"placeholders": {}
},
"Unpin": "Despinchar",
"@Unpin": {
"type": "text",
"placeholders": {}
},
"startedACall": "{senderName} comenzó una llamada",
"@startedACall": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"sentCallInformations": "{senderName} envió información de la llamada",
"@sentCallInformations": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"Pin": "Pin",
"@Pin": {
"type": "text",
"placeholders": {}
},
"Join room": "Unirse a la sala",
"@Join room": {
"type": "text",
"placeholders": {}
},
"endedTheCall": "{senderName} terminó la llamada",
"@endedTheCall": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"answeredTheCall": "{senderName} respondió a la llamada",
"@answeredTheCall": {
"type": "text",
"placeholders": {
"senderName": {}
}
}
}