diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-29 02:19:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-29 02:19:11 +0000 |
commit | 6e1269d912c3e0419f3376fb55416248d9b480a6 (patch) | |
tree | 11bbafb6c1888d396e7f46f99262f0bdf5e338f5 /apps/user_status | |
parent | 099b7590a9a9e3f421f21d7c1e937cd53da254f4 (diff) | |
download | nextcloud-server-6e1269d912c3e0419f3376fb55416248d9b480a6.tar.gz nextcloud-server-6e1269d912c3e0419f3376fb55416248d9b480a6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/nl.js | 5 | ||||
-rw-r--r-- | apps/user_status/l10n/nl.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/user_status/l10n/nl.js b/apps/user_status/l10n/nl.js index 077c9e12a16..1063bc7ffea 100644 --- a/apps/user_status/l10n/nl.js +++ b/apps/user_status/l10n/nl.js @@ -7,9 +7,11 @@ OC.L10N.register( "Out sick" : "Ziek", "Vacationing" : "vakantie", "Working remotely" : "Thuiswerken", + "User status" : "Gebruikersstatus", "What's your status?" : "Wat is je status?", "Set status" : "Instellen status", "Status message" : "Statusbericht", + "No recent status changes" : "Geen recente statuswijzigingen", "Away" : "Afwezig", "Do not disturb" : "Niet storen", "{status}, {timestamp}" : "{status}, {timestamp}", @@ -20,6 +22,7 @@ OC.L10N.register( "Offline" : "Off-line", "30 minutes" : "30 minuten", "1 hour" : "1 uur", - "4 hours" : "4 uur" + "4 hours" : "4 uur", + "Mute all notifications" : "Onderdruk alle meldingen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/nl.json b/apps/user_status/l10n/nl.json index 4413518a3ff..4593e9927b0 100644 --- a/apps/user_status/l10n/nl.json +++ b/apps/user_status/l10n/nl.json @@ -5,9 +5,11 @@ "Out sick" : "Ziek", "Vacationing" : "vakantie", "Working remotely" : "Thuiswerken", + "User status" : "Gebruikersstatus", "What's your status?" : "Wat is je status?", "Set status" : "Instellen status", "Status message" : "Statusbericht", + "No recent status changes" : "Geen recente statuswijzigingen", "Away" : "Afwezig", "Do not disturb" : "Niet storen", "{status}, {timestamp}" : "{status}, {timestamp}", @@ -18,6 +20,7 @@ "Offline" : "Off-line", "30 minutes" : "30 minuten", "1 hour" : "1 uur", - "4 hours" : "4 uur" + "4 hours" : "4 uur", + "Mute all notifications" : "Onderdruk alle meldingen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |