chore(translations): Translated using Weblate (Estonian)

Currently translated at 100.0% (811 of 811 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
This commit is contained in:
Priit Jõerüüt 2025-11-05 08:18:45 +01:00 committed by Hosted Weblate
commit c518f470db
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -3462,7 +3462,7 @@
"@allowMultipleAnswers": {}, "@allowMultipleAnswers": {},
"pollHasBeenEnded": "Küsitlus on lõppenud", "pollHasBeenEnded": "Küsitlus on lõppenud",
"@pollHasBeenEnded": {}, "@pollHasBeenEnded": {},
"countVotes": "{count} häält", "countVotes": "{count, plural, =1{Üks hääl} other{{count} häält}}",
"@countVotes": { "@countVotes": {
"type": "int", "type": "int",
"placeholders": { "placeholders": {
@ -3472,5 +3472,20 @@
} }
}, },
"answersWillBeVisibleWhenPollHasEnded": "Vastused on näha küsitluse lõppedes", "answersWillBeVisibleWhenPollHasEnded": "Vastused on näha küsitluse lõppedes",
"@answersWillBeVisibleWhenPollHasEnded": {} "@answersWillBeVisibleWhenPollHasEnded": {},
"replyInThread": "Vasta jutulõngas",
"@replyInThread": {},
"countReplies": "{count, plural, =1{Üks vastus} other{{count} vastust}}",
"@countReplies": {
"type": "int",
"placeholders": {
"count": {
"type": "int"
}
}
},
"thread": "Jutulõng",
"@thread": {},
"backToMainChat": "Tagasi põhivestlusesse",
"@backToMainChat": {}
} }