From d7b51babb9f94dc196581f83e24123b333da0cbb Mon Sep 17 00:00:00 2001 From: Jelv Date: Tue, 13 Jul 2021 17:11:40 +0000 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (462 of 462 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ --- assets/l10n/intl_nl.arb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/assets/l10n/intl_nl.arb b/assets/l10n/intl_nl.arb index d6875c886..9acd82a5a 100644 --- a/assets/l10n/intl_nl.arb +++ b/assets/l10n/intl_nl.arb @@ -2480,5 +2480,22 @@ "@commandHintSend": { "type": "text", "description": "Usage hint for the command /send" + }, + "savedFileAs": "Bestand opgeslagen als {filename}", + "@savedFileAs": { + "type": "text", + "placeholders": { + "filename": {} + } + }, + "saveFileToFolder": "Bestand opslaan in deze map", + "@saveFileToFolder": { + "type": "text", + "placeholders": {} + }, + "saveFile": "Bestand opslaan", + "@saveFile": { + "type": "text", + "placeholders": {} } }