Translated using Weblate (Dutch)

Currently translated at 100.0% (775 of 775 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
This commit is contained in:
Jelv 2025-05-15 11:48:19 +02:00 committed by Hosted Weblate
parent 08a6442068
commit befc90a4b3
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -3354,5 +3354,28 @@
"approve": "Goedkeuren",
"@approve": {},
"youHaveKnocked": "Je hebt geklopt",
"@youHaveKnocked": {}
"@youHaveKnocked": {},
"sentVoiceMessage": "🎙️ {duration} - {sender}",
"@sentVoiceMessage": {
"type": "String",
"placeholders": {
"sender": {
"type": "String"
},
"duration": {
"type": "String"
}
}
},
"countInvited": "{count} uitgenodigd",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
},
"checkList": "Checklist",
"@checkList": {}
}