diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-10 00:20:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-10 00:20:23 +0000 |
commit | 39bae6f32591036be1674b58a355d71303a44790 (patch) | |
tree | e68658705b864c0a745ad6d271095702c909e656 /apps/oauth2 | |
parent | 8bf6a60199e221abd413439aa6abca59b8d45521 (diff) | |
download | nextcloud-server-39bae6f32591036be1674b58a355d71303a44790.tar.gz nextcloud-server-39bae6f32591036be1674b58a355d71303a44790.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/cs.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/cs.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js index e45c13e2b04..b41ad4ee235 100644 --- a/apps/oauth2/l10n/cs.js +++ b/apps/oauth2/l10n/cs.js @@ -13,9 +13,11 @@ OC.L10N.register( "Client Identifier" : "Identifikátor klienta", "Secret key" : "Tajný klíč", "Delete client" : "Smazat klienta", + "Make sure you store the secret key, it cannot be recovered." : "Nezapomeňte si uložit tajný klíč – není možné ho obnovit.", "Add client" : "Přidat klienta", "Add" : "Přidat", "Delete" : "Smazat", - "Show client secret" : "Zobrazit klientské tajemství" + "Show client secret" : "Zobrazit klientské tajemství", + "Hide client secret" : "Skrýt tajemství klienta" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/oauth2/l10n/cs.json b/apps/oauth2/l10n/cs.json index f5b89b76934..008787a98f8 100644 --- a/apps/oauth2/l10n/cs.json +++ b/apps/oauth2/l10n/cs.json @@ -11,9 +11,11 @@ "Client Identifier" : "Identifikátor klienta", "Secret key" : "Tajný klíč", "Delete client" : "Smazat klienta", + "Make sure you store the secret key, it cannot be recovered." : "Nezapomeňte si uložit tajný klíč – není možné ho obnovit.", "Add client" : "Přidat klienta", "Add" : "Přidat", "Delete" : "Smazat", - "Show client secret" : "Zobrazit klientské tajemství" + "Show client secret" : "Zobrazit klientské tajemství", + "Hide client secret" : "Skrýt tajemství klienta" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |