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/
This commit is contained in:
josé m. 2025-11-05 17:49:18 +01:00 committed by Hosted Weblate
parent 06e4b28e6f
commit 61a6508752
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -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": {}
}