diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-16 00:08:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-16 00:08:08 +0000 |
commit | 7d1f362aa030b0b279067da3a05105890bd5d194 (patch) | |
tree | 2bd8a9f87bea0fb1a85b44e6cbf04b923c6735a5 /core/l10n/zh_CN.js | |
parent | 2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff) | |
download | nextcloud-server-7d1f362aa030b0b279067da3a05105890bd5d194.tar.gz nextcloud-server-7d1f362aa030b0b279067da3a05105890bd5d194.zip |
[tx-robot] updated from transifex
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 …" : "正在转向...", |