diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-11 00:27:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-11 00:27:08 +0000 |
commit | 67e82f17effc599819d8a1c9168aaa57163ef078 (patch) | |
tree | 3db3f0724abe45ee3391c8c3c6d0330484d0654d /core/l10n/zh_CN.json | |
parent | 058b6c36f9acd00a9be628948898dfb673cafbe7 (diff) | |
download | nextcloud-server-67e82f17effc599819d8a1c9168aaa57163ef078.tar.gz nextcloud-server-67e82f17effc599819d8a1c9168aaa57163ef078.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.json')
-rw-r--r-- | core/l10n/zh_CN.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 773e98dfa73..aaeae7f1f7e 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -82,6 +82,7 @@ "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您还没有设置或验证您的电子邮件服务器配置。请前往{mailSettingsStart}基本设置{mailSettingsEnd},以便进行设置。之后,使用表单下方的 \"发送电子邮件 \"按钮来验证您的设置。", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在“READ COMMITTED”事务隔离级别。当多项操作同时执行时将产生问题。", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未找到 PHP 的“fileinfo”模块。强烈推荐启用该模块,从而获得更好的 MIME 类型探测结果。", + "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的远端地址识别为「{remoteAddress}」,且目前正受到强力限制,导致降低了各种请求的性能。若远端地址不是您的地址,可能代表代理服务器设置不正确。可以在{linkstart}文件 ↗{linkend}中找到进一步的信息。", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事务文件锁被禁用,这可能导致并发争用相关的问题。在 config.php 中启用“filelocking.enabled”选项来规避这些问题。请参考{linkstart}文档↗{linkend}获取更多信息。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "数据库被用于事务文件锁。为了增强性能,请设置memcache(如果可用)。获取更多信息请参见{linkstart}文档↗{linkend}。", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "请确保在您的 config.php 文件中设置“overwrite.cli.url”选项为您的用户主要用于访问该 Nextcloud 的 URL。建议:“{suggestedOverwriteCliURL}”。否则可能会出现通过 cron 生成 URL 的问题。(但此处建议的 URL 有可能不是您的用户主要用来访问此 Nextcloud 的 URL。在任何情况下最好都仔细检查。)", @@ -232,8 +233,11 @@ "Looking for {term} …" : "正在查找{term} ……", "No" : "否", "Yes" : "是", + "Choose {file}" : "选择 {file}", "Choose" : "选择", + "Copy to {target}" : "复制到 {target}", "Copy" : "复制", + "Move to {target}" : "移动到 {target}", "Move" : "移动", "OK" : "确认", "Error loading message template: {error}" : "加载消息模板出错:{error}", |