diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:19 +0000 |
commit | 600351c4cf7e8b7c599d6a7cea457cfc09393d03 (patch) | |
tree | 091b1a42d71beadf2dc4674223ae61d2617a5ac7 /apps/oauth2 | |
parent | fe471da3169f055738b1326baffdbfb1c72c3d2e (diff) | |
download | nextcloud-server-600351c4cf7e8b7c599d6a7cea457cfc09393d03.tar.gz nextcloud-server-600351c4cf7e8b7c599d6a7cea457cfc09393d03.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/sv.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/sv.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/sv.js b/apps/oauth2/l10n/sv.js index 029e58c7b90..d748a349c1b 100644 --- a/apps/oauth2/l10n/sv.js +++ b/apps/oauth2/l10n/sv.js @@ -12,6 +12,7 @@ OC.L10N.register( "Redirection URI" : "Omdirigerings-URI", "Client Identifier" : "Klientidentifierare", "Secret key" : "Hemlig nyckel", + "Delete client" : "Ta bort klient", "Add client" : "Lägg till klient", "Add" : "Lägg till", "Show client secret" : "Visa klienthemlighet", diff --git a/apps/oauth2/l10n/sv.json b/apps/oauth2/l10n/sv.json index 5af8f73d39a..08d992902eb 100644 --- a/apps/oauth2/l10n/sv.json +++ b/apps/oauth2/l10n/sv.json @@ -10,6 +10,7 @@ "Redirection URI" : "Omdirigerings-URI", "Client Identifier" : "Klientidentifierare", "Secret key" : "Hemlig nyckel", + "Delete client" : "Ta bort klient", "Add client" : "Lägg till klient", "Add" : "Lägg till", "Show client secret" : "Visa klienthemlighet", |