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/
onboarding
Pablo Montepagano 4 years ago committed by Hosted Weblate
parent b4f4f43a28
commit f893906455

@ -114,7 +114,7 @@
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"avatarHasBeenChanged": "La imagen de perfil ha sido cambiada", "avatarHasBeenChanged": "Imagen de perfil modificada",
"@avatarHasBeenChanged": { "@avatarHasBeenChanged": {
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
@ -1822,5 +1822,18 @@
"@people": { "@people": {
"type": "text", "type": "text",
"placeholders": {} "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": {}
}
} }
} }

Loading…
Cancel
Save