Merge pull request #2349 from weblate/weblate-fluffychat-translations

Translations update from Hosted Weblate
This commit is contained in:
Krille-chan 2025-11-14 16:01:04 +01:00 committed by GitHub
commit dd3c65a577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3439,5 +3439,60 @@
"donate": "Spenden",
"@donate": {},
"resume": "Fortsetzen",
"@resume": {}
"@resume": {},
"startedAPoll": "{username} hat eine Umfrage gestartet.",
"@startedAPoll": {
"type": "String",
"placeholders": {
"username": {
"type": "String"
}
}
},
"poll": "Umfrage",
"@poll": {},
"startPoll": "Umfrage starten",
"@startPoll": {},
"endPoll": "Umfrage beenden",
"@endPoll": {},
"answersVisible": "Antworten sichtbar",
"@answersVisible": {},
"answersHidden": "Antworten sind verborgen",
"@answersHidden": {},
"pollQuestion": "Frage",
"@pollQuestion": {},
"answerOption": "Antwortmöglichkeit",
"@answerOption": {},
"addAnswerOption": "Antwortoption hinzufügen",
"@addAnswerOption": {},
"allowMultipleAnswers": "Mehrere Antworten zulassen",
"@allowMultipleAnswers": {},
"pollHasBeenEnded": "Umfrage ist beendet",
"@pollHasBeenEnded": {},
"countVotes": "{count, plural, =1{Eine Stimme} other{{count} Stimmen}}",
"@countVotes": {
"type": "int",
"placeholders": {
"count": {
"type": "int"
}
}
},
"answersWillBeVisibleWhenPollHasEnded": "Die Antworten werden nach Ende der Umfrage sichtbar sein",
"@answersWillBeVisibleWhenPollHasEnded": {},
"replyInThread": "Im Thread antworten",
"@replyInThread": {},
"countReplies": "{count, plural, =1{Eine Antwort} other{{count} Antworten}}",
"@countReplies": {
"type": "int",
"placeholders": {
"count": {
"type": "int"
}
}
},
"thread": "Thread",
"@thread": {},
"backToMainChat": "Zurück zum Hauptchat",
"@backToMainChat": {}
}