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:
parent
f02e2826e5
commit
1e6ac977ff
1 changed files with 56 additions and 1 deletions
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue