diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 9d9b6333de7..fd1c6aebb7c 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -220,6 +220,7 @@ OC.L10N.register( "You can click here to return to %s." : "你可以点击这里返回 %s.", "Internal Server Error" : "内部服务器错误", "The server was unable to complete your request." : "服务器不能完成你的请求。", + "If this happens again, please send the technical details below to the server administrator." : "如果再次发生,请在下方将技术详情发送给服务器管理员。", "More details can be found in the server log." : "更多细节可以在服务器日志中找到.", "Technical details" : "技术细节", "Remote Address: %s" : "远程地址: %s", @@ -270,6 +271,8 @@ OC.L10N.register( "Log in" : "登录", "Stay logged in" : "保持登录", "Alternative Logins" : "其他登录方式", + "Account access" : "账户访问", + "You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。", "App token" : "App 令牌", "Alternative login using app token" : "使用应用程序令牌替代登录", "Redirecting …" : "正在转向...", @@ -281,6 +284,9 @@ OC.L10N.register( "Cancel log in" : "取消登录", "Use backup code" : "使用备用口令", "Error while validating your second factor" : "验证您的第二项时出错", + "Access through untrusted domain" : "通过不被信任的域名访问", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "请联系你的管理员。如果你就是管理员,请参照 config.sample.php 中的示例编辑 config/config.php 中的 \"trusted_domains\" 设置。", + "Depending on your configuration, this button could also work to trust the domain:" : "取决于配置,此按钮也可用作设置信任域名:", "Add \"%s\" as trusted domain" : "添加 \"%s\" 为信任域名", "App update required" : "必须的应用更新", "%s will be updated to version %s" : "%s 将会更新至版本 %s", |