diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:03 +0000 |
commit | 595412fb5ea2ff0ff2c8a88a22809869c677c44b (patch) | |
tree | ff03e940a5f418b88b6bca2afbd01157ef031e5d /apps/settings/l10n/zh_CN.js | |
parent | 78c5a0094ea9f69042522a0e14729aa2cb40a332 (diff) | |
download | nextcloud-server-595412fb5ea2ff0ff2c8a88a22809869c677c44b.tar.gz nextcloud-server-595412fb5ea2ff0ff2c8a88a22809869c677c44b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 5d236a2e44f..75dd6d325fe 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -235,10 +235,10 @@ OC.L10N.register( "AJAX" : "AJAX", "Execute one task with each page loaded. Use case: Single user instance." : "每加载一个页面就执行一个任务。使用场景:单一用户实例。", "Webcron" : "Webcron", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 注册在一个 webcron 服务上,每 5 分钟通过 HTTP 调用 cron.php。使用场景:非常小的实例(1-5 个用户,取决于使用情况)。", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 注册在一个webcron服务上,每5分钟通过 HTTP 调用cron.php。使用场景:非常小的实例(1-5 个用户,取决于使用情况)。", "Cron (Recommended)" : "Cron(推荐)", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "为了运行该功能,您需要 PHP posix 扩展。请参考 {linkstart}PHP 文档{linkend} 获取更多信息。", - "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "使用系统 cron 服务,每 5 分钟调用 cron.php 文件。建议在所有实例中使用。", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "使用系统cron服务,每5分钟调用cron.php 文件。建议在所有实例中使用。", "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 需要由系统用户 \"{user}\" 执行。", "Unable to update background job mode" : "无法更新后台任务模式", "Profile" : "个人资料", @@ -394,7 +394,7 @@ OC.L10N.register( "Show storage path" : "显示存储路径", "Send email to new user" : "发送电子邮件给新用户", "Not saved" : "未保存", - "Sending…" : "正在发送…", + "Sending…" : "正在发送……", "Email sent" : "邮件已发送", "Location" : "位置", "Profile picture" : "个人头像", @@ -426,7 +426,7 @@ OC.L10N.register( "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", "Never" : "从不", "An error occurred during the request. Unable to proceed." : "请求期间发生错误。无法继续。", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。5秒后将跳转到更新页面。", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。将在5秒后跳转到更新页面。", "Error: This app cannot be enabled because it makes the server unstable" : "错误:这个应用程序不能被启用,因为它使服务器不稳定 ", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "您的网络请求过多。如果出现错误,请稍后重试或与您的管理员联系。", "Documentation" : "文档", @@ -501,7 +501,6 @@ OC.L10N.register( "NT LAN Manager" : "NT LAN 管理器", "STARTTLS" : "STARTTLS", "Allow username autocompletion in share dialog" : "在分享对话框中允许用户名自动完成", - "Allow username autocompletion to users within the same groups" : "允许自动完成同一组内的用户的用户名", - "Avatar" : "头像" + "Allow username autocompletion to users within the same groups" : "允许自动完成同一组内的用户的用户名" }, "nplurals=1; plural=0;"); |