diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-02 00:19:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-02 00:19:41 +0000 |
commit | 477f6f1f86ce320d3b425877a5911de9b69326d6 (patch) | |
tree | d583d2109f0bd9d4765be321854f1786400badef /core | |
parent | 8d1d8da6b5e194e3b823b7d4004763dc2f9ff2a1 (diff) | |
download | nextcloud-server-477f6f1f86ce320d3b425877a5911de9b69326d6.tar.gz nextcloud-server-477f6f1f86ce320d3b425877a5911de9b69326d6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/nb.js | 3 | ||||
-rw-r--r-- | core/l10n/nb.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/core/l10n/nb.js b/core/l10n/nb.js index 28cb6263777..2db34d6e27f 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -410,6 +410,7 @@ OC.L10N.register( "The page could not be found on the server." : "Siden ble ikke funnet på serveren.", "Confirm your password" : "Bekreft ditt passord", "App token" : "App-symbol", - "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode" + "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne forekomsten kjører i feilsøkingsmodus. Bare aktiver dette for lokal utvikling og ikke i produksjonsmiljøer." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nb.json b/core/l10n/nb.json index 735c30f2023..5e52cdc6399 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -408,6 +408,7 @@ "The page could not be found on the server." : "Siden ble ikke funnet på serveren.", "Confirm your password" : "Bekreft ditt passord", "App token" : "App-symbol", - "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode" + "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne forekomsten kjører i feilsøkingsmodus. Bare aktiver dette for lokal utvikling og ikke i produksjonsmiljøer." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |