Translated using Weblate (Spanish)

Currently translated at 69.0% (330 of 478 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
This commit is contained in:
Pablo Montepagano 2021-08-08 06:24:06 +00:00 committed by Hosted Weblate
parent b4f4f43a28
commit f893906455

View file

@ -114,7 +114,7 @@
"type": "text",
"placeholders": {}
},
"avatarHasBeenChanged": "La imagen de perfil ha sido cambiada",
"avatarHasBeenChanged": "Imagen de perfil modificada",
"@avatarHasBeenChanged": {
"type": "text",
"placeholders": {}
@ -1822,5 +1822,18 @@
"@people": {
"type": "text",
"placeholders": {}
},
"noPublicRoomsFound": "No se hallaron salas públicas…",
"@noPublicRoomsFound": {
"type": "text",
"placeholders": {}
},
"badServerLoginTypesException": "El servidor soporta los siguientes mecanismos para autenticación:\n{serverVersions}\npero esta aplicación sólo soporta:\n{supportedVersions}",
"@badServerLoginTypesException": {
"type": "text",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
}
}
}