diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:36 +0000 |
commit | 0af2125a82f23ad337ca2ad12ac034ca72409e96 (patch) | |
tree | 4680a0debe502bc334a438facecb2b09c315f598 /apps/oauth2 | |
parent | 2668bd0cd54784b8464b15b23ea7b7336ee1bdc3 (diff) | |
download | nextcloud-server-0af2125a82f23ad337ca2ad12ac034ca72409e96.tar.gz nextcloud-server-0af2125a82f23ad337ca2ad12ac034ca72409e96.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", |