diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:09 +0000 |
commit | 2ec9936b93bd134b2fa989d02f0c2ff61ff94f18 (patch) | |
tree | 69d21b22e377f7cd689aff2ae9e201c8832ac80a /apps/oauth2 | |
parent | a9c627cd9140ebad550fd3885e46c438019d6d5f (diff) | |
download | nextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.tar.gz nextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.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/pl.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/pl.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js index bc82d9586d2..fc7fb808d60 100644 --- a/apps/oauth2/l10n/pl.js +++ b/apps/oauth2/l10n/pl.js @@ -12,6 +12,7 @@ OC.L10N.register( "Redirection URI" : "URI przekierowania", "Client Identifier" : "Identyfikator Klienta", "Secret key" : "Tajny klucz", + "Delete client" : "Usuń klienta", "Add client" : "Dodaj klienta", "Add" : "Dodaj", "Show client secret" : "Pokaż tajny klucz klienta", diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json index 45d19c681af..72322a7133a 100644 --- a/apps/oauth2/l10n/pl.json +++ b/apps/oauth2/l10n/pl.json @@ -10,6 +10,7 @@ "Redirection URI" : "URI przekierowania", "Client Identifier" : "Identyfikator Klienta", "Secret key" : "Tajny klucz", + "Delete client" : "Usuń klienta", "Add client" : "Dodaj klienta", "Add" : "Dodaj", "Show client secret" : "Pokaż tajny klucz klienta", |