From 8f166980c52767b5ea27c7fe20c438336fa8707f Mon Sep 17 00:00:00 2001 From: Kimby Date: Wed, 24 Dec 2025 19:33:20 +0100 Subject: [PATCH] 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/ --- lib/l10n/intl_es.arb | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_es.arb b/lib/l10n/intl_es.arb index df0984a56..9ddfaaa4d 100644 --- a/lib/l10n/intl_es.arb +++ b/lib/l10n/intl_es.arb @@ -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": {} }