From 883782c707d131d78a433f805064faf75bc1b219 Mon Sep 17 00:00:00 2001 From: Jelv Date: Sun, 8 Aug 2021 05:52:34 +0000 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 99.7% (477 of 478 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ --- assets/l10n/intl_nl.arb | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/assets/l10n/intl_nl.arb b/assets/l10n/intl_nl.arb index d5a8bc41..fd2d6cbe 100644 --- a/assets/l10n/intl_nl.arb +++ b/assets/l10n/intl_nl.arb @@ -2541,5 +2541,42 @@ "placeholders": { "uri": {} } + }, + "locationPermissionDeniedNotice": "Locatievoorzieningen is geweigerd. Zet hem aan om locatie delen te gebruiken.", + "@locationPermissionDeniedNotice": { + "type": "text", + "placeholders": {} + }, + "shareLocation": "Locatie delen", + "@shareLocation": { + "type": "text", + "placeholders": {} + }, + "obtainingLocation": "Locatie ophalen…", + "@obtainingLocation": { + "type": "text", + "placeholders": {} + }, + "errorObtainingLocation": "Locatie ophalen fout: {error}", + "@errorObtainingLocation": { + "type": "text", + "placeholders": { + "error": {} + } + }, + "locationDisabledNotice": "Locatievoorzieningen is uitgeschakeld. Zet dit eerst aan om je locatie te delen.", + "@locationDisabledNotice": { + "type": "text", + "placeholders": {} + }, + "openInMaps": "In kaarten openen", + "@openInMaps": { + "type": "text", + "placeholders": {} + }, + "allChats": "Alle chats", + "@allChats": { + "type": "text", + "placeholders": {} } }