diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
commit | bc411a2cf318d807cd42e15bf9b2ffca56b78bd8 (patch) | |
tree | 076993e7b7463ade82c99775c7ac0e916e783d03 /apps/user_status/l10n/nl.js | |
parent | 020401b6c82930783188fd428b961ddd4a296656 (diff) | |
download | nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.tar.gz nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n/nl.js')
-rw-r--r-- | apps/user_status/l10n/nl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/nl.js b/apps/user_status/l10n/nl.js index d4bb83106e5..7f155611acd 100644 --- a/apps/user_status/l10n/nl.js +++ b/apps/user_status/l10n/nl.js @@ -2,6 +2,7 @@ OC.L10N.register( "user_status", { "Recent statuses" : "Recente statussen", + "No recent status changes" : "Geen recente statuswijzigingen", "In a meeting" : "In een vergadering", "Commuting" : "Woon-werk", "Out sick" : "Ziek", @@ -19,14 +20,12 @@ OC.L10N.register( "Set status message" : "Statusbericht instellen", "There was an error saving the status" : "Er is een fout opgetreden bij het bewaren van de status", "There was an error clearing the status" : "Er is een fout opgetreden bij het leegmaken van de status", - "No recent status changes" : "Geen recente statuswijzigingen", - "Away" : "Afwezig", - "Do not disturb" : "Niet storen", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Niet schoonmaken", "Today" : "Vandaag", "This week" : "Deze week", "Online" : "Online", + "Away" : "Afwezig", + "Do not disturb" : "Niet storen", "Invisible" : "Verborgen", "Offline" : "Off-line", "There was an error saving the new status" : "Er is een fout opgetreden bij het bewaren van de nieuwe status", @@ -34,6 +33,7 @@ OC.L10N.register( "1 hour" : "1 uur", "4 hours" : "4 uur", "Mute all notifications" : "Onderdruk alle meldingen", - "Appear offline" : "Toon afwezig" + "Appear offline" : "Toon afwezig", + "{status}, {timestamp}" : "{status}, {timestamp}" }, "nplurals=2; plural=(n != 1);"); |