diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_CN.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/oauth2/l10n/zh_CN.js b/apps/oauth2/l10n/zh_CN.js index 3d76f2f4bff..2806db7428c 100644 --- a/apps/oauth2/l10n/zh_CN.js +++ b/apps/oauth2/l10n/zh_CN.js @@ -13,8 +13,8 @@ OC.L10N.register( "Redirection URI" : "跳转URI", "Add" : "添加", "Client Identifier" : "客户端 ID", - "Secret" : "密钥", - "Show client secret" : "显示客户端密钥", + "Secret" : "Secret", + "Show client secret" : "显示客户端 secret", "Delete" : "删除" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/zh_CN.json b/apps/oauth2/l10n/zh_CN.json index 2f2c812cf3a..4aa0d6bf0b6 100644 --- a/apps/oauth2/l10n/zh_CN.json +++ b/apps/oauth2/l10n/zh_CN.json @@ -11,8 +11,8 @@ "Redirection URI" : "跳转URI", "Add" : "添加", "Client Identifier" : "客户端 ID", - "Secret" : "密钥", - "Show client secret" : "显示客户端密钥", + "Secret" : "Secret", + "Show client secret" : "显示客户端 secret", "Delete" : "删除" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |