diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-01 00:29:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-01 00:29:41 +0000 |
commit | 2ea7719bfa4280220c7dfc9fbfec97b61ba33112 (patch) | |
tree | ab4055930ccb92cd162e27a3b31e724e16d53bde /apps/settings/l10n/zh_CN.json | |
parent | 8e287a4d92d79f5c0853e620fa514d22022c4199 (diff) | |
download | nextcloud-server-2ea7719bfa4280220c7dfc9fbfec97b61ba33112.tar.gz nextcloud-server-2ea7719bfa4280220c7dfc9fbfec97b61ba33112.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_CN.json')
-rw-r--r-- | apps/settings/l10n/zh_CN.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index e3cb9f2468a..1dc1dedbad5 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -238,8 +238,6 @@ "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 (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 文件。建议在所有实例中使用。", "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 需要由系统用户“{user}”执行。", "Unable to update background job mode" : "无法更新后台任务模式", "Profile" : "个人资料", @@ -521,6 +519,8 @@ "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方应用程序连接到 Nextcloud,请确保在启用双因素身份验证之前为每个应用程序创建和配置应用程序密码。", "You created app password \"{token}\"" : "您创建了应用密码“{token}”", "An administrator created app password \"{token}\"" : "管理员创建了应用密码“{token}”", + "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 文件。建议在所有实例中使用。", "Choose profile picture from files" : "从文件中选择个人资料图片", "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Your location" : "您的位置", |