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