From 61a650875229a83ded4c6530eb397e29177c009a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jos=C3=A9=20m=2E?= Date: Wed, 5 Nov 2025 17:49:18 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Galician) Currently translated at 100.0% (811 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ --- lib/l10n/intl_gl.arb | 75 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_gl.arb b/lib/l10n/intl_gl.arb index dbb19083e..1fe0d7d3a 100644 --- a/lib/l10n/intl_gl.arb +++ b/lib/l10n/intl_gl.arb @@ -3414,5 +3414,78 @@ } }, "donate": "Doar", - "@donate": {} + "@donate": {}, + "spaceMemberOf": "Participa no espazo {spaces}", + "@spaceMemberOf": { + "type": "String", + "placeholders": { + "spaces": { + "type": "String" + } + } + }, + "spaceMemberOfCanKnock": "Os membros de {spaces} poden petar á porta", + "@spaceMemberOfCanKnock": { + "type": "String", + "placeholders": { + "spaces": { + "type": "String" + } + } + }, + "startedAPoll": "{username} publicou unha enquisa.", + "@startedAPoll": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "poll": "Enquisa", + "@poll": {}, + "startPoll": "Publicar enquisa", + "@startPoll": {}, + "endPoll": "Finalizar enquisa", + "@endPoll": {}, + "answersVisible": "Resultados visibles", + "@answersVisible": {}, + "answersHidden": "Non se ven os resultados", + "@answersHidden": {}, + "pollQuestion": "Pregunta da enquisa", + "@pollQuestion": {}, + "answerOption": "Opción de resposta", + "@answerOption": {}, + "addAnswerOption": "Engadir opción", + "@addAnswerOption": {}, + "allowMultipleAnswers": "Permitir varias respostas", + "@allowMultipleAnswers": {}, + "pollHasBeenEnded": "Rematou a enquisa", + "@pollHasBeenEnded": {}, + "countVotes": "{count, plural, =1{Un voto} other{{count} votos}}", + "@countVotes": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "answersWillBeVisibleWhenPollHasEnded": "As respostas son visibles ao finalizar a enquisa", + "@answersWillBeVisibleWhenPollHasEnded": {}, + "replyInThread": "Responder ao fío", + "@replyInThread": {}, + "countReplies": "{count, plural, =1{Unha resposta} other{{count} respostas}}", + "@countReplies": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "thread": "Fío", + "@thread": {}, + "backToMainChat": "Volver á conversa principal", + "@backToMainChat": {} }