diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
commit | a62a1faf3b113ea8d1be54d088cab0214b0600d3 (patch) | |
tree | 6dacdcd36b5e5eec4e560d5a266e4dcf1db4831f /core/l10n/zh_CN.js | |
parent | a8d317942bf36e539a31601281fb2f448c8bcfb1 (diff) | |
download | nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.tar.gz nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 92d38afa5c9..fbeec9da37b 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -39,10 +39,11 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "点击下方按钮来重置您的密码。如果您并没有请求密码重置,请忽略这封邮件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "点击下方链接重置您的密码。如果您没有请求重置密码,请忽略本邮件。", "Reset your password" : "重置您的密码", - "Requested task type does not exist" : "请求的任务类型不存在", - "Necessary language model provider is not available" : "无必要的语言模型提供程序", "Task not found" : "找不到任务", "Internal error" : "内部错误", + "Not found" : "未找到", + "Requested task type does not exist" : "请求的任务类型不存在", + "Necessary language model provider is not available" : "无必要的语言模型提供程序", "No text to image provider is available" : "没有可用的文字转图像提供者", "Image not found" : "未找到图像", "No translation provider available" : "没有可用的翻译提供程序", @@ -117,8 +118,7 @@ OC.L10N.register( "Wrong login or password." : "错误的账号或密码", "This account is disabled" : "此账号已停用", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的IP进行了多次无效登录尝试。因此,您的下一次登录最长会延迟30秒。", - "Login with username or email" : "使用用户名或邮箱进行登录", - "Login with username" : "使用用户名登录", + "Account name or email" : "账户名或邮箱地址", "Log in with a device" : "使用设备登录", "Login or email" : "输入账号或者电子邮件", "Your account is not setup for passwordless login." : "您的账号未设置无密码登录。", @@ -190,7 +190,6 @@ OC.L10N.register( "This year" : "今年", "Last year" : "上年", "Search people" : "搜索人物", - "Not found" : "未找到", "People" : "人物", "Filter in current view" : "在当前视图中筛选", "Search in" : "搜索", @@ -425,7 +424,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 {linkstart}W3C Recommendation ↗{linkend}." : "“{header}”HTTP 头未设置为“{val1}”、“{val2}”、“{val3}”、“{val4}”或“{val5}”。这可能会泄露 refer 信息。请参考 {linkstart}W3C 建议 ↗{linkend}。", "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 {linkstart}security tips ↗{linkend}." : "“Strict-Transport-Security”HTTP 头未设为至少“{seconds}”秒。为了提高安全性,建议启用 HSTS,参考步骤见{linkstart}安全小贴士 ↗{linkend}。", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "您正在通过不安全的 HTTP 访问网站。我们强烈建议您在服务器上启用 HTTPS,更多资讯请参见{linkstart}安全贴士 ↗{linkend}。如果不这样设置,某些重要网页功能,如“复制到剪贴板”和“Service Workers”将无法工作。", - "Account name or email" : "账户名或邮箱地址", "Wrong username or password." : "错误的用户名或密码。", "User disabled" : "用户不可用", "Username or email" : "用户名或邮箱", @@ -465,6 +463,8 @@ OC.L10N.register( "App token" : "App 令牌", "Alternative log in using app token" : "使用应用程序令牌替代登录", "Please use the command line updater because you have a big instance with more than 50 users." : "请使用命令行更新,因为您有一个超过 50 个用户的大型实例。", + "Login with username or email" : "使用用户名或邮箱进行登录", + "Login with username" : "使用用户名登录", "Apps and Settings" : "应用程序以及设置" }, "nplurals=1; plural=0;"); |