diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 924301043cc..556d2d6fa11 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -255,6 +255,7 @@ OC.L10N.register( "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "请仔细检查<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">安装指南</a>,并检查<a href=\"%s\">日志</a>中是否有错误或警告。", "All checks passed." : "所有检查已通过.", + "Version" : "版本", "Background jobs" : "后台任务", "Last job ran %s." : "上次定时任务执行于: %s.", "Last job execution ran %s. Something seems wrong." : "上次定时任务执行于: %s. 但存在一些问题.", @@ -265,7 +266,6 @@ OC.L10N.register( "Use system cron service to call the cron.php file every 15 minutes." : "使用系统 cron 服务每 15 分钟执行一次 cron.php 文件.", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php 需要被系统用户 \"%s\" 执行.", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "为了运行该功能, 您需要 PHP posix 扩展. 请参考 {linkstart}PHP 文档{linkend} 获取更多信息.", - "Version" : "版本", "Sharing" : "共享", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "作为管理员,您可以调整共享行为。 有关详细信息,请参阅文档。", "Allow apps to use the Share API" : "允许应用使用共享 API", |