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/
This commit is contained in:
Jelv 2025-11-06 21:06:41 +01:00 committed by Christian Kußowski
parent f02e2826e5
commit 1e6ac977ff
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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