diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-28 00:26:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-28 00:26:37 +0000 |
commit | 9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0 (patch) | |
tree | 894949e5eac1edab28ffa01aed3c0d52acc9e3fa /apps/oauth2 | |
parent | a6d0a4e6d4f60bbf7d0ada06dc61c34157c876a5 (diff) | |
download | nextcloud-server-9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0.tar.gz nextcloud-server-9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0.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/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_CN.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/zh_CN.js b/apps/oauth2/l10n/zh_CN.js index 7d752327dce..dc606531ddb 100644 --- a/apps/oauth2/l10n/zh_CN.js +++ b/apps/oauth2/l10n/zh_CN.js @@ -12,6 +12,7 @@ OC.L10N.register( "Redirection URI" : "跳转URI", "Client Identifier" : "客户端标识", "Secret key" : "Secret key", + "Delete client" : "删除客户端", "Add client" : "添加客户端", "Add" : "添加", "Show client secret" : "显示客户端 secret", diff --git a/apps/oauth2/l10n/zh_CN.json b/apps/oauth2/l10n/zh_CN.json index 3d034ee0aed..84fdda136a7 100644 --- a/apps/oauth2/l10n/zh_CN.json +++ b/apps/oauth2/l10n/zh_CN.json @@ -10,6 +10,7 @@ "Redirection URI" : "跳转URI", "Client Identifier" : "客户端标识", "Secret key" : "Secret key", + "Delete client" : "删除客户端", "Add client" : "添加客户端", "Add" : "添加", "Show client secret" : "显示客户端 secret", |