chore(translations): Translated using Weblate (Spanish)

Currently translated at 96.3% (797 of 827 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
This commit is contained in:
Kimby 2025-12-24 19:33:20 +01:00 committed by Hosted Weblate
parent ff7bb45a1f
commit 8f166980c5
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -3408,5 +3408,37 @@
"newSubSpace": "Nuevo sub espacio",
"@newSubSpace": {},
"moveToDifferentSpace": "Mover a otro espacio",
"@moveToDifferentSpace": {}
"@moveToDifferentSpace": {},
"moveUp": "Mover arriba",
"@moveUp": {},
"moveDown": "Mover abajo",
"@moveDown": {},
"removeFromSpaceDescription": "El chat sera removido del espacio pero continuara apareciendo en tu lista de chats.",
"@removeFromSpaceDescription": {},
"countChats": "{chats} chats",
"@countChats": {
"type": "String",
"placeholders": {
"chats": {
"type": "int"
}
}
},
"startedAPoll": "{username} inició una encuesta.",
"@startedAPoll": {
"type": "String",
"placeholders": {
"username": {
"type": "String"
}
}
},
"poll": "Encuesta",
"@poll": {},
"startPoll": "Iniciar encuesta",
"@startPoll": {},
"endPoll": "Finalizar encuesta",
"@endPoll": {},
"answersVisible": "Respuestas visibles",
"@answersVisible": {}
}