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/nb.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/nb.js')
-rw-r--r-- | apps/user_status/l10n/nb.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/nb.js b/apps/user_status/l10n/nb.js index dc982a39068..dd9e40b6350 100644 --- a/apps/user_status/l10n/nb.js +++ b/apps/user_status/l10n/nb.js @@ -2,6 +2,7 @@ OC.L10N.register( "user_status", { "Recent statuses" : "Nylige statuser", + "No recent status changes" : "Ingen nylige statusendringer", "In a meeting" : "I et møte", "Commuting" : "Pendler", "Out sick" : "Syk", @@ -19,14 +20,12 @@ OC.L10N.register( "Set status message" : "Velg statusmelding", "There was an error saving the status" : "Det oppsto en feil ved lagring av status", "There was an error clearing the status" : "Det oppsto en feil ved fjerning av status", - "No recent status changes" : "Ingen nylige statusendringer", - "Away" : "Borte", - "Do not disturb" : "Ikke forstyrr", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Ikke fjern", "Today" : "I dag", "This week" : "Denne uken", "Online" : "Pålogget", + "Away" : "Borte", + "Do not disturb" : "Ikke forstyrr", "Invisible" : "Usynlig", "Offline" : "Frakoblet", "There was an error saving the new status" : "Det oppsto en feil ved lagring av ny status", @@ -34,6 +33,7 @@ OC.L10N.register( "1 hour" : "1 time", "4 hours" : "4 timer", "Mute all notifications" : "Demp alle varslinger", - "Appear offline" : "Vis som frakoblet" + "Appear offline" : "Vis som frakoblet", + "{status}, {timestamp}" : "{status}, {timestamp}" }, "nplurals=2; plural=(n != 1);"); |