chore(translations): Translated using Weblate (Estonian)

Currently translated at 100.0% (807 of 807 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-04 20:35:01 +01:00 committed by Hosted Weblate
parent 39bdc34eb9
commit c78e715dfa
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -3432,5 +3432,45 @@
}
},
"donate": "Toeta meid rahaliselt",
"@donate": {}
"@donate": {},
"startedAPoll": "{username} koostas küsitluse.",
"@startedAPoll": {
"type": "String",
"placeholders": {
"username": {
"type": "String"
}
}
},
"poll": "Küsitlus",
"@poll": {},
"startPoll": "Koosta küsitlus",
"@startPoll": {},
"endPoll": "Lõpeta küsitlus",
"@endPoll": {},
"answersVisible": "Vastused on näha",
"@answersVisible": {},
"answersHidden": "Vastused on peidetud",
"@answersHidden": {},
"pollQuestion": "Küsitluse küsimus",
"@pollQuestion": {},
"answerOption": "Valikvastus",
"@answerOption": {},
"addAnswerOption": "Lisa valikvastus",
"@addAnswerOption": {},
"allowMultipleAnswers": "Luba mitu vastusevalikut",
"@allowMultipleAnswers": {},
"pollHasBeenEnded": "Küsitlus on lõppenud",
"@pollHasBeenEnded": {},
"countVotes": "{count} häält",
"@countVotes": {
"type": "int",
"placeholders": {
"count": {
"type": "int"
}
}
},
"answersWillBeVisibleWhenPollHasEnded": "Vastused on näha küsitluse lõppedes",
"@answersWillBeVisibleWhenPollHasEnded": {}
}