diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-06-04 00:08:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-06-04 00:08:29 +0000 |
commit | f03d6f225e7460cff935f0d0b77e86af3d394887 (patch) | |
tree | 0a8277e610aa5138a15b43ed86624416981f18c1 /settings/l10n/zh_CN.js | |
parent | 5d39f700e4a27d8655c9c6f330a4ab560046660f (diff) | |
download | nextcloud-server-f03d6f225e7460cff935f0d0b77e86af3d394887.tar.gz nextcloud-server-f03d6f225e7460cff935f0d0b77e86af3d394887.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 5e6639d6d52..debc2a787fa 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -7,6 +7,9 @@ OC.L10N.register( "{actor} changed your email address" : "{actor} 已更改你的电子邮件地址", "You changed your email address" : "你已更改你的电子邮件地址", "Your email address was changed by an administrator" : "你的电子邮件地址已被管理员更改", + "Security" : "安全", + "You successfully logged in using two-factor authentication (%1$s)" : "您使用两步验证登录成功 (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "你的 <strong>密码</strong> 或 <strong>密码</strong> 已被更改", "Your apps" : "你的应用", "Enabled apps" : "启用应用", @@ -241,9 +244,14 @@ OC.L10N.register( "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "请再次检查 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">安装指南 ↗</a>, 并检查 <a href=\"%s\">日志</a> 中的任何错误或警告.", "All checks passed." : "所有检查已通过.", + "Background jobs" : "定时任务未运行", + "Last job ran %s." : "上次定时任务执行于: %s.", + "Last job execution ran %s. Something seems wrong." : "上次定时任务执行于: %s. 但存在一些问题.", + "Background job didn’t run yet!" : "定时任务未运行", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "为了获得最佳性能,正确配置后台工作非常重要。 对于较大的服务器,“Cron”是推荐的设置。 有关详细信息,请参阅文档。", "Execute one task with each page loaded" : "每个页面加载后执行一个任务", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php 注册到 webcron 服务上, 通过 http 每 15 分钟执行 cron.php.", + "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" : "版本", |