From f59c58b08feaaef4379105fa210b7f3eca367c43 Mon Sep 17 00:00:00 2001
From: SchoNie <niekschoute@gmail.com>
Date: Fri, 3 Jun 2022 06:22:43 +0000
Subject: [PATCH] Translated using Weblate (Dutch)

Currently translated at 100.0% (189 of 189 strings)

Translation: ntfy/Web app
Translate-URL: https://hosted.weblate.org/projects/ntfy/web/nl/
---
 web/public/static/langs/nl.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/web/public/static/langs/nl.json b/web/public/static/langs/nl.json
index 1195485..2b7990e 100644
--- a/web/public/static/langs/nl.json
+++ b/web/public/static/langs/nl.json
@@ -62,8 +62,8 @@
     "notifications_click_copy_url_title": "URL naar klembord kopiëren",
     "notifications_click_copy_url_button": "Link kopiëren",
     "notifications_click_open_button": "Link openen",
-    "notifications_none_for_topic_description": "Om notificaties naar dit onderwerp te sturen, doe een PUT of POST naar het onderwerp URL.",
-    "notifications_none_for_any_description": "Om notificaties naar dit onderwerp te sturen, doe een PUT of POST naar het onderwerp URL. Hier is een voorbeeld met één van je onderwerpen.",
+    "notifications_none_for_topic_description": "Om notificaties naar dit onderwerp te sturen, doe een PUT of POST naar de URL van het onderwerp.",
+    "notifications_none_for_any_description": "Om notificaties naar dit onderwerp te sturen, doe een PUT of POST naar de URL van het onderwerp. Hier is een voorbeeld met één van je onderwerpen.",
     "notifications_no_subscriptions_title": "Het lijkt erop dat je nog op geen onderwerpen geabonneerd bent.",
     "notifications_no_subscriptions_description": "Klik op de \"{{linktext}}\" link om een onderwerp te maken of erop te abonneren. Daarna kan je berichten sturen via PUT of POST and ontvang je hier notificaties.",
     "notifications_example": "Voorbeeld",
@@ -148,12 +148,12 @@
     "prefs_notifications_sound_title": "Meldingsgeluid",
     "prefs_notifications_sound_description_none": "Notificaties zullen geen geluid geven",
     "prefs_notifications_sound_play": "Geselecteerd geluid afspelen",
-    "prefs_notifications_sound_description_some": "Inkomende notificaties zullen het {{sound}} afspelen",
+    "prefs_notifications_sound_description_some": "Inkomende notificaties zullen het {{sound}} geluid afspelen",
     "prefs_notifications_sound_no_sound": "Geen geluid",
     "prefs_notifications_min_priority_title": "Minimale prioriteit",
     "prefs_notifications_min_priority_description_any": "Toon alle notificaties, ongeacht prioriteit",
-    "prefs_notifications_min_priority_description_x_or_higher": "Toon notificaties als prioriteit is {{number}} ({{name}}) of hoger",
-    "prefs_notifications_min_priority_description_max": "Toon notificaties als prioriteit is 5 (maximaal)",
+    "prefs_notifications_min_priority_description_x_or_higher": "Toon notificaties als prioriteit {{number}} ({{name}}) is of hoger",
+    "prefs_notifications_min_priority_description_max": "Toon notificaties als prioriteit 5 (maximaal) is",
     "prefs_notifications_min_priority_any": "Elke prioriteit",
     "prefs_notifications_min_priority_low_and_higher": "Lage prioriteit en hoger",
     "prefs_notifications_min_priority_default_and_higher": "Standaard prioriteit en hoger",
-- 
GitLab