From 74573fcae94e84128dd18340473a8275f38a9fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jos=C3=A9=20m?= Date: Tue, 21 Oct 2025 15:15:42 +0200 Subject: [PATCH] chore(translations): Translated using Weblate (Galician) Currently translated at 99.7% (792 of 794 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ --- lib/l10n/intl_gl.arb | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_gl.arb b/lib/l10n/intl_gl.arb index 9a047891d..dbb19083e 100644 --- a/lib/l10n/intl_gl.arb +++ b/lib/l10n/intl_gl.arb @@ -3393,5 +3393,26 @@ "pause": "Deter", "@pause": {}, "resume": "Continuar", - "@resume": {} + "@resume": {}, + "newSubSpace": "Novo sub espazo", + "@newSubSpace": {}, + "moveToDifferentSpace": "Mover a outro espazo", + "@moveToDifferentSpace": {}, + "moveUp": "Mover arriba", + "@moveUp": {}, + "moveDown": "Mover abaixo", + "@moveDown": {}, + "removeFromSpaceDescription": "Vaise quitar a conversa do espazo pero seguirá aparecendo na túa lista de conversas.", + "@removeFromSpaceDescription": {}, + "countChats": "{chats} conversas", + "@countChats": { + "type": "String", + "placeholders": { + "chats": { + "type": "int" + } + } + }, + "donate": "Doar", + "@donate": {} }