diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:30 +0000 |
commit | 5e6280d757b72e2253b117d37f31b6e4ce9ed8ad (patch) | |
tree | 5e69886379f16035311bb97077e56e882b20cd58 /apps/oauth2/l10n | |
parent | 406aeb81f9e645e8dce7c712d7bd68b5bec92523 (diff) | |
download | nextcloud-server-5e6280d757b72e2253b117d37f31b6e4ce9ed8ad.tar.gz nextcloud-server-5e6280d757b72e2253b117d37f31b6e4ce9ed8ad.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-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", |