diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-02 00:19:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-02 00:19:52 +0000 |
commit | 2072d73156ff7eda13a8ac6d2da483ae6fbd2a40 (patch) | |
tree | b24b46debb9aa0ff6a48cf8de91dbc6d41405be2 /core/l10n | |
parent | db036ae84edea867160d2fb3779587100e8fbc9c (diff) | |
download | nextcloud-server-2072d73156ff7eda13a8ac6d2da483ae6fbd2a40.tar.gz nextcloud-server-2072d73156ff7eda13a8ac6d2da483ae6fbd2a40.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-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 |