diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index ad4ae9d857b..670a027ba31 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -231,8 +231,6 @@ OC.L10N.register( "Help" : "帮助", "Access forbidden" : "访问禁止", "File not found" : "文件未找到", - "The specified document has not been found on the server." : "在服务器上没找到指定的文件.", - "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." : "如果再次发生,请在下方将技术详情发送给服务器管理员。", @@ -304,9 +302,8 @@ OC.L10N.register( "This share is password-protected" : "这个共享是被密码保护的", "The password is wrong. Try again." : "密码错误.请重试.", "Two-factor authentication" : "双重认证", - "Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帐户已启用增强安全性, 请使用第二因子验证.", - "Cancel log in" : "取消登录", "Use backup code" : "使用备用口令", + "Cancel log in" : "取消登录", "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\" 设置。", @@ -352,6 +349,8 @@ OC.L10N.register( "Share with other people by entering a user or group, a federated cloud ID or an email address." : "通过输入用户或组,联合云ID或电子邮件地址与其他人分享。", "Share with other people by entering a user or group or a federated cloud ID." : "通过输入用户或组或联合云ID与其他人共享。", "Share with other people by entering a user or group or an email address." : "输入用户/组织或邮箱地址来分享给其他人.", + "The specified document has not been found on the server." : "在服务器上没找到指定的文件.", + "You can click here to return to %s." : "你可以点击这里返回 %s.", "The server encountered an internal error and was unable to complete your request." : "服务器发生一个内部错误并且无法完成你的请求.", "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "如果多次出现这个错误, 请联系服务器管理员, 请把下面的技术细节包含在您的报告中.", "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "了解如何正确配置服务器, 请参见 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">文档</a>.", @@ -361,6 +360,7 @@ OC.L10N.register( "Alternative Logins" : "其他登录方式", "You are about to grant \"%s\" access to your %s account." : "你将分配 \"%s\" 访问权限给你的 %s 账户。", "Alternative login using app token" : "使用应用程序令牌替代登录", + "Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帐户已启用增强安全性, 请使用第二因子验证.", "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 文件中找到例子.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于您的配置, 作为系统管理员, 您还可以点击下面的按钮来信任该域名.", |