diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
commit | fea2277b632ff724856bee182ed1ab28e7c446f5 (patch) | |
tree | 33bf918ea5f6dcba103ba3a5ac3cb73ed650e73b /apps/oauth2 | |
parent | 6f1d9eb11880efb900370f1e6857f05dbef5f84a (diff) | |
download | nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.tar.gz nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/nb.js | 2 | ||||
-rw-r--r-- | apps/oauth2/l10n/nb.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js index 7afcca39145..a4dc29324ac 100644 --- a/apps/oauth2/l10n/nb.js +++ b/apps/oauth2/l10n/nb.js @@ -12,10 +12,12 @@ OC.L10N.register( "Redirection URI" : "Videresendings-URI", "Client Identifier" : "Klient-identifikator", "Secret key" : "Hemmelig nøkkel", + "Delete client" : "Slett klient", "Add client" : "Legg til klient", "Add" : "Legg til", "Delete" : "Slett", "Show client secret" : "Vis klients hemmelighet", + "Hide client secret" : "Skjul klienthemmelighet", "Secret" : "Hemmelighet" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/nb.json b/apps/oauth2/l10n/nb.json index 72f61d98461..ffd403c05f4 100644 --- a/apps/oauth2/l10n/nb.json +++ b/apps/oauth2/l10n/nb.json @@ -10,10 +10,12 @@ "Redirection URI" : "Videresendings-URI", "Client Identifier" : "Klient-identifikator", "Secret key" : "Hemmelig nøkkel", + "Delete client" : "Slett klient", "Add client" : "Legg til klient", "Add" : "Legg til", "Delete" : "Slett", "Show client secret" : "Vis klients hemmelighet", + "Hide client secret" : "Skjul klienthemmelighet", "Secret" : "Hemmelighet" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |