From 554b585ac1f2e91412d8cdcade6761d9ab9e148d Mon Sep 17 00:00:00 2001 From: Jelv Date: Thu, 16 Dec 2021 14:25:24 +0000 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (522 of 522 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ --- assets/l10n/intl_nl.arb | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_nl.arb b/assets/l10n/intl_nl.arb index 013ed650f..b92b5b1bf 100644 --- a/assets/l10n/intl_nl.arb +++ b/assets/l10n/intl_nl.arb @@ -2653,5 +2653,25 @@ "saveTheSecurityKeyNow": "Sla je veiligheidssleutel nu op", "@saveTheSecurityKeyNow": {}, "pleaseEnterSecurityKeyDescription": "Om je chat back-up te ontgrendelen, voer je veiligheidssleutel in die je gemaakt hebt in de vorige sessie. Je veiligheidssleutel is NIET je wachtwoord.", - "@pleaseEnterSecurityKeyDescription": {} + "@pleaseEnterSecurityKeyDescription": {}, + "commandHint_clearcache": "Cache wissen", + "@commandHint_clearcache": { + "type": "text", + "description": "Usage hint for the command /clearcache" + }, + "commandHint_create": "Maak een lege groepschat\nGebruik --no-encryption om de versleuteling uit te schakelen", + "@commandHint_create": { + "type": "text", + "description": "Usage hint for the command /create" + }, + "commandHint_dm": "Start een directe chat\nGebruik --no-encryption om de versleuteling uit te schakelen", + "@commandHint_dm": { + "type": "text", + "description": "Usage hint for the command /dm" + }, + "commandHint_discardsession": "Sessie weggooien", + "@commandHint_discardsession": { + "type": "text", + "description": "Usage hint for the command /discardsession" + } }