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:
authorNextcloud bot <bot@nextcloud.com>2021-11-12 05:57:37 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-12 05:57:37 +0300
commit247eb95be254ac40fd26cd07de57906ffb359004 (patch)
tree87dd8b8c89f73a88b8c60940839db6edce6d00e0
parent29be77032f4d3e66c59fd009da14a51929c3ed4a (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/nl.js11
-rw-r--r--l10n/nl.json11
2 files changed, 20 insertions, 2 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);");
diff --git a/l10n/nl.json b/l10n/nl.json
index 1af9832..20fb2c5 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "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.",
@@ -11,6 +14,12 @@
"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."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file