From 1e6ac977ff6449613f51e727b19924563bc6fbd5 Mon Sep 17 00:00:00 2001 From: Jelv Date: Thu, 6 Nov 2025 21:06:41 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Dutch) Currently translated at 100.0% (811 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ --- lib/l10n/intl_nl.arb | 57 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_nl.arb b/lib/l10n/intl_nl.arb index 314246dd2..dc43eabc0 100644 --- a/lib/l10n/intl_nl.arb +++ b/lib/l10n/intl_nl.arb @@ -3431,5 +3431,60 @@ "type": "String" } } - } + }, + "startedAPoll": "{username} is een peiling begonnen.", + "@startedAPoll": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "poll": "Peiling", + "@poll": {}, + "startPoll": "Peiling starten", + "@startPoll": {}, + "endPoll": "Peiling beëindigen", + "@endPoll": {}, + "answersVisible": "Zichtbaar invullen", + "@answersVisible": {}, + "answersHidden": "Antwoorden verborgen", + "@answersHidden": {}, + "pollQuestion": "Peiling vraag", + "@pollQuestion": {}, + "answerOption": "Antwoord optie", + "@answerOption": {}, + "addAnswerOption": "Antwoord optie toevoegen", + "@addAnswerOption": {}, + "allowMultipleAnswers": "Meerdere antwoorden toestaan", + "@allowMultipleAnswers": {}, + "pollHasBeenEnded": "Peiling is geëindigd", + "@pollHasBeenEnded": {}, + "countVotes": "{count, plural, =1{Één stem} other{{count} stemmen}}", + "@countVotes": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "answersWillBeVisibleWhenPollHasEnded": "Antwoorden zullen zichtbaar zijn wanneer de peiling is geëindigd", + "@answersWillBeVisibleWhenPollHasEnded": {}, + "replyInThread": "Antwoord in draad", + "@replyInThread": {}, + "countReplies": "{count, plural, =1{Één antwoord} other{{count} antwoorden}}", + "@countReplies": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "thread": "Draad", + "@thread": {}, + "backToMainChat": "Terug naar hoofdchat", + "@backToMainChat": {} }