diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-28 02:17:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-28 02:17:48 +0000 |
commit | 7f83150f4a4c0ec17d999319cf80f37370c11049 (patch) | |
tree | 84959c1824814875d67a962707a00c6364886849 /apps/user_status/l10n/nl.js | |
parent | 190f0be5fb820501527238112ca9a495cbbc2610 (diff) | |
download | nextcloud-server-7f83150f4a4c0ec17d999319cf80f37370c11049.tar.gz nextcloud-server-7f83150f4a4c0ec17d999319cf80f37370c11049.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status/l10n/nl.js')
-rw-r--r-- | apps/user_status/l10n/nl.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/user_status/l10n/nl.js b/apps/user_status/l10n/nl.js new file mode 100644 index 00000000000..06ac2b087a7 --- /dev/null +++ b/apps/user_status/l10n/nl.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "Recente statussen", + "In a meeting" : "Vergadering", + "Commuting" : "Woon-werk", + "Out sick" : "Ziek", + "Vacationing" : "vakantie", + "Working remotely" : "Thuiswerken", + "Online" : "Online", + "Away" : "Afwezig", + "Do not disturb" : "Niet storen", + "Invisible" : "Verborgen", + "Offline" : "Off-line", + "Set status" : "Instellen status", + "What's your status?" : "Wat is je status?", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Today" : "Vandaag", + "This week" : "Deze week", + "30 minutes" : "30 minuten", + "1 hour" : "1 uur", + "4 hours" : "4 uur" +}, +"nplurals=2; plural=(n != 1);"); |