Merge pull request #2349 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
This commit is contained in:
commit
dd3c65a577
1 changed files with 56 additions and 1 deletions
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue