diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 29304daddc0..447199cbc3d 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -15,6 +15,7 @@ OC.L10N.register( "No valid crop data provided" : "没有提供有效的裁剪数据", "Crop is not square" : "裁剪的不是正方形", "State token does not match" : "状态令牌无法匹配", + "Auth flow can only be started unauthenticated." : "验证流程只能在未经身份验证的情况下启动。", "Password reset is disabled" : "密码重置不可用", "Couldn't reset password because the token is invalid" : "令牌无效, 无法重置密码", "Couldn't reset password because the token is expired" : "令牌已过期, 无法重置密码", @@ -270,6 +271,7 @@ OC.L10N.register( "Log in" : "登录", "Stay logged in" : "保持登录", "Alternative Logins" : "其他登录方式", + "You are about to grant \"%s\" access to your %s account." : "您即将向您的%s帐户授予“%s”访问权限。", "App token" : "App 令牌", "Alternative login using app token" : "使用应用程序令牌替代登录", "Redirecting …" : "正在转向...", |