diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 668bd27012b..f90c44cdd67 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -149,6 +149,14 @@ OC.L10N.register( "Shared" : "已共享", "Shared with" : "共享给", "Shared by" : "共享人", + "Non-existing tag #{tag}" : "标签 #{tag} 不存在", + "restricted" : "受限", + "invisible" : "不可见", + "({scope})" : "({scope})", + "Delete" : "删除", + "Rename" : "重命名", + "Collaborative tags" : "协作标签", + "No tags found" : "标签未找到", "Settings" : "设置", "Connection to server lost" : "与服务器的连接断开", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["加载页面出现问题,将在 %n 秒后重新加载"], @@ -231,14 +239,6 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP 头 \"{header}\" 未设置成 \"{val1}\",\"{val2}\",\"{val3}\",\"{val4}\" 或 \"{val5}\"。这会泄露更多的信息。请查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 建议↗</a>。", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP的请求头 \"Strict-Transport-Security\" 未设置为至少 \"{seconds}\" 秒。为了提高安全性,建议参照<a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>中的说明启用HSTS。", "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "通过 HTTP 访问网站不安全。强烈建议您将服务器设置成 HTTPS 协议,请查阅 <a href=\"{docUrl}\">安全贴士↗</a>。", - "Non-existing tag #{tag}" : "标签 #{tag} 不存在", - "restricted" : "受限", - "invisible" : "不可见", - "({scope})" : "({scope})", - "Delete" : "删除", - "Rename" : "重命名", - "Collaborative tags" : "协作标签", - "No tags found" : "标签未找到", "unknown text" : "未知文字", "Hello world!" : "你好,世界!", "sunny" : "晴", |