Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/nl.js')
-rw-r--r--l10n/nl.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/l10n/nl.js b/l10n/nl.js
index a985925..d1dd00d 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Hallo %s",
+ "Hello %s," : "Hallo %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Nieuwe melding voor %s","%n nieuwe meldingen voor %s"],
"Admin notifications" : "Beheermeldingen",
"Notifications" : "Meldingen",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Deze app levert de back-end en front-end voor de meldingen-API in Nextcloud.",
@@ -13,6 +16,12 @@ OC.L10N.register(
"Dismiss" : "Wissen",
"seconds ago" : "seconden geleden",
"Failed to dismiss notification" : "Niet gelukt om melding te wissen",
- "in {path}" : "in {path}"
+ "in {path}" : "in {path}",
+ "Never" : "Nooit",
+ "1 hour" : "1 uur",
+ "3 hours" : "3 uur",
+ "1 day" : "1 dag",
+ "1 week" : "1 week",
+ "Your settings have been updated." : "Je instellingen zijn bijgewerkt."
},
"nplurals=2; plural=(n != 1);");