diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 2c54548b656..5a8728cb615 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -263,11 +263,10 @@ OC.L10N.register( "Wrong password." : "密码错误", "Forgot password?" : "忘记密码?", "Back to login" : "返回登录", + "App token" : "App 令牌", + "Grant access" : "授权访问", "Account access" : "账户访问", "You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。", - "Grant access" : "授权访问", - "App token" : "App 令牌", - "Alternative login using app token" : "使用应用程序令牌替代登录", "Redirecting …" : "正在转向...", "New password" : "新密码", "New Password" : "新密码", @@ -307,6 +306,7 @@ OC.L10N.register( "Stay logged in" : "保持登录", "Alternative Logins" : "其他登录方式", "You are about to grant \"%s\" access to your %s account." : "你将分配 \"%s\" 访问权限给你的 %s 账户。", + "Alternative login using app token" : "使用应用程序令牌替代登录", "You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系您的系统管理员. 如果您是系统管理员, 在 config/config.php 文件中设置 \"trusted_domain\". 可以在 config/config.sample.php 文件中找到例子.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "获取更多帮助, 请查看 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">文档</a>.", |