diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-31 00:26:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-31 00:26:17 +0000 |
commit | 16bfe0cc65c3c4603c24d10c904c1aef39d5a9a2 (patch) | |
tree | 86e31c193199f031e46641714df71603eacd4503 /apps/oauth2 | |
parent | 1215379e0fd0352b4caf36ba0992052d96f39785 (diff) | |
download | nextcloud-server-16bfe0cc65c3c4603c24d10c904c1aef39d5a9a2.tar.gz nextcloud-server-16bfe0cc65c3c4603c24d10c904c1aef39d5a9a2.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/fr.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/gl.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/gl.json | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_TW.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js index 6e1e32bb3b9..e17f3690d8e 100644 --- a/apps/oauth2/l10n/fr.js +++ b/apps/oauth2/l10n/fr.js @@ -12,6 +12,7 @@ OC.L10N.register( "Redirection URI" : "URI de redirection", "Client Identifier" : "Identifiant du client", "Secret key" : "Clé secrète", + "Delete client" : "Supprimer le client", "Add client" : "Ajouter un client", "Add" : "Ajouter", "Show client secret" : "Afficher le code secret du client", diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json index ffd949f1b49..cbce7f222d8 100644 --- a/apps/oauth2/l10n/fr.json +++ b/apps/oauth2/l10n/fr.json @@ -10,6 +10,7 @@ "Redirection URI" : "URI de redirection", "Client Identifier" : "Identifiant du client", "Secret key" : "Clé secrète", + "Delete client" : "Supprimer le client", "Add client" : "Ajouter un client", "Add" : "Ajouter", "Show client secret" : "Afficher le code secret du client", diff --git a/apps/oauth2/l10n/gl.js b/apps/oauth2/l10n/gl.js index e19baae42c0..c8f0629fd4c 100644 --- a/apps/oauth2/l10n/gl.js +++ b/apps/oauth2/l10n/gl.js @@ -12,6 +12,7 @@ OC.L10N.register( "Redirection URI" : "URI de redireccionamento", "Client Identifier" : "Identificador do cliente", "Secret key" : "Chave secreta", + "Delete client" : "Eliminar cliente", "Add client" : "Engadir cliente", "Add" : "Engadir", "Show client secret" : "Amosar o segredo do cliente", diff --git a/apps/oauth2/l10n/gl.json b/apps/oauth2/l10n/gl.json index 3e7ee6cc86e..25dce36ce11 100644 --- a/apps/oauth2/l10n/gl.json +++ b/apps/oauth2/l10n/gl.json @@ -10,6 +10,7 @@ "Redirection URI" : "URI de redireccionamento", "Client Identifier" : "Identificador do cliente", "Secret key" : "Chave secreta", + "Delete client" : "Eliminar cliente", "Add client" : "Engadir cliente", "Add" : "Engadir", "Show client secret" : "Amosar o segredo do cliente", diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js index b7d481a6e34..4a2cbe1db81 100644 --- a/apps/oauth2/l10n/zh_TW.js +++ b/apps/oauth2/l10n/zh_TW.js @@ -12,6 +12,7 @@ OC.L10N.register( "Redirection URI" : "重新導向 URI", "Client Identifier" : "客戶端識別", "Secret key" : "私鑰", + "Delete client" : "刪除用戶端", "Add client" : "新增客戶端", "Add" : "新增", "Show client secret" : "顯示客戶端密碼", diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json index b84e7a05651..bcac11bc4eb 100644 --- a/apps/oauth2/l10n/zh_TW.json +++ b/apps/oauth2/l10n/zh_TW.json @@ -10,6 +10,7 @@ "Redirection URI" : "重新導向 URI", "Client Identifier" : "客戶端識別", "Secret key" : "私鑰", + "Delete client" : "刪除用戶端", "Add client" : "新增客戶端", "Add" : "新增", "Show client secret" : "顯示客戶端密碼", |