From 7d16329cb593f39feefd82ee8b9d4fde302d6727 Mon Sep 17 00:00:00 2001 From: Jana Date: Fri, 14 Nov 2025 15:38:00 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (German) Currently translated at 100.0% (811 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ --- lib/l10n/intl_de.arb | 57 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index 8e396e21a..2fcd3f041 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -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": {} }