Translated using Weblate (Dutch)

Currently translated at 100.0% (582 of 582 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
This commit is contained in:
Jelv 2022-04-16 15:42:12 +00:00 committed by Hosted Weblate
parent fc56a943dc
commit 6a60f16f83
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -2807,5 +2807,53 @@
"@showDirectChatsInSpaces": {
"type": "text",
"placeholders": {}
},
"youAcceptedTheInvitation": "Je hebt de uitnodiging geaccepteerd",
"@youAcceptedTheInvitation": {},
"youRejectedTheInvitation": "Je hebt de uitnodiging afgewezen",
"@youRejectedTheInvitation": {},
"youJoinedTheChat": "Je bent toegetreden tot de chat",
"@youJoinedTheChat": {},
"youBannedUser": "Je hebt {user} verbannen",
"@youBannedUser": {
"placeholders": {
"user": {}
}
},
"youHaveWithdrawnTheInvitationFor": "Je hebt de uitnodiging voor {user} ingetrokken",
"@youHaveWithdrawnTheInvitationFor": {
"placeholders": {
"user": {}
}
},
"youInvitedBy": "Je bent uitgenodigd door {user}",
"@youInvitedBy": {
"placeholders": {
"user": {}
}
},
"youInvitedUser": "Je hebt {user} uitgenodigd",
"@youInvitedUser": {
"placeholders": {
"user": {}
}
},
"youKicked": "Je hebt {user} weggestuurd",
"@youKicked": {
"placeholders": {
"user": {}
}
},
"youKickedAndBanned": "Je hebt weggestuurd en verbannen {user}",
"@youKickedAndBanned": {
"placeholders": {
"user": {}
}
},
"youUnbannedUser": "Je hebt de ban op {user} opgeheven",
"@youUnbannedUser": {
"placeholders": {
"user": {}
}
}
}