diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 77e0a3e9451..3e218c7f104 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -1,7 +1,11 @@ OC.L10N.register( "settings", { - "Enabled" : "开启", + "Cron" : "计划任务", + "Sharing" : "共享", + "Security" : "安全", + "Email Server" : "电子邮件服务器", + "Log" : "日志", "Authentication error" : "认证错误", "Your full name has been changed." : "您的全名已修改。", "Unable to change full name" : "无法修改全名", @@ -31,6 +35,7 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "错误的管理员恢复密码。请检查密码并重试。", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "后端不支持修改密码,但是用户的加密密码已成功更新。", "Unable to change password" : "不能更改密码", + "Enabled" : "开启", "Saved" : "已保存", "test email settings" : "测试电子邮件设置", "If you received this email, the settings seem to be correct." : "如果您收到了这封邮件,看起来设置没有问题。", @@ -112,14 +117,12 @@ OC.L10N.register( "Connectivity checks" : "网络连接检查", "No problems found" : "未发现问题", "Please double check the <a href='%s'>installation guides</a>." : "请认真检查<a href='%s'>安装指南</a>.", - "Cron" : "计划任务", "Last cron was executed at %s." : "上次定时任务执行于 %s。", "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "上次定时任务执行于 %s。这是在一个小时之前执行的,可能出了什么问题。", "Cron was not executed yet!" : "定时任务还未被执行!", "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's cron service to call the cron.php file every 15 minutes." : "使用系统 CRON 服务每 15 分钟执行一次 cron.php 文件。", - "Sharing" : "共享", "Allow apps to use the Share API" : "允许应用软件使用共享API", "Allow users to share via link" : "允许用户通过链接分享文件", "Enforce password protection" : "强制密码保护", @@ -133,11 +136,9 @@ OC.L10N.register( "Allow users to send mail notification for shared files" : "允许用户发送共享文件的邮件通知", "Exclude groups from sharing" : "在分享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取分享,但无法向他人分享。", - "Security" : "安全", "Enforce HTTPS" : "强制使用 HTTPS", "Forces the clients to connect to %s via an encrypted connection." : "强制客户端通过加密连接连接到%s。", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "请经由HTTPS连接到这个%s 实例来启用或禁用强制SSL.", - "Email Server" : "电子邮件服务器", "This is used for sending out notifications." : "这被用于发送通知。", "Send mode" : "发送模式", "From address" : "来自地址", @@ -151,7 +152,6 @@ OC.L10N.register( "SMTP Password" : "SMTP 密码", "Test email settings" : "测试电子邮件设置", "Send email" : "发送邮件", - "Log" : "日志", "Log level" : "日志级别", "More" : "更多", "Less" : "更少", |