diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-05 08:58:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-05 08:58:39 +0000 |
commit | 5f40bd106ed81d681167e747f0d62dede8bf3672 (patch) | |
tree | bd19a46b23d044e70b27a175d4da9b5927eeb7f1 /apps/settings/l10n/zh_CN.js | |
parent | 26cf4e8a12e04cde10aad83caf38973b84f59a72 (diff) | |
download | nextcloud-server-5f40bd106ed81d681167e747f0d62dede8bf3672.tar.gz nextcloud-server-5f40bd106ed81d681167e747f0d62dede8bf3672.zip |
[tx-robot] updated 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 4da37d9e33e..7979a6a58f6 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -161,6 +161,7 @@ OC.L10N.register( "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "特色应用由社区并在社区内开发。 它们提供了中心功能,并准备投入生产使用。", "Featured" : "精选", "Update to {update}" : "更新至 {update}", + "All apps are up-to-date." : "所有的应用程序都是最新的。", "Results from other categories" : "来自其他类别的结果", "No apps found for your version" : "未找到适合当前版本的应用", "Disable all" : "禁用全部", @@ -209,8 +210,13 @@ OC.L10N.register( "Copied!" : "已复制!", "Copy" : "复制", "Could not copy app password. Please copy it manually." : "无法复制应用密码。请手动复制。", + "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "为了使服务器正常工作,正确配置后台作业是很重要的。Cron 是推荐的设置。更多信息请参见文档。", + "Execute one task with each page loaded. Use case: Single user instance." : "每加载一个页面就执行一个任务。使用场景:单一用户实例。", + "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 个用户,取决于使用情况)。", "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 文件。建议在所有实例中使用。", "Profile" : "个人资料", + "Enable or disable profile by default for new users." : "对新用户默认启用或禁用简介。", "Enable" : "启用", "Server-side encryption" : "服务器端加密", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "服务器端加密可以加密上传到此服务器的文件。这带来了诸如性能损失的限制,因此仅在需要时启用此功能。", @@ -482,6 +488,7 @@ OC.L10N.register( "Some jobs didn’t execute since %s. Please consider switching to system cron." : "自 %s 以来,有些作业没有执行。 请考虑切换到系统计划任务。", "Last job ran %s." : "上次定时任务执行于:%s。", "Background job didn’t run yet!" : "后台任务当前没有运行!", + "For the server to work properly, it's important to configure background jobs correctly. \"Cron\" is the recommended setting. Please see the documentation for more information." : "为了使服务器正常工作,正确配置后台作业是很重要的。\"Cron\" 是推荐的设置。更多信息请参见文档。", "Pick background job setting" : "选择后台任务设置", "Recommended" : "推荐", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php 需要被系统用户 \"%s\" 执行。", |