diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-10-09 00:12:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-10-09 00:12:46 +0000 |
commit | 9ec76ba603065f9cbe8523d5ba26701d2658dfaa (patch) | |
tree | 57a0d79119f611b441a6038b44c175f10a030b65 /settings/l10n/zh_CN.js | |
parent | d632ddce041d6c3228fdb7dbdecaa73c7e514db2 (diff) | |
download | nextcloud-server-9ec76ba603065f9cbe8523d5ba26701d2658dfaa.tar.gz nextcloud-server-9ec76ba603065f9cbe8523d5ba26701d2658dfaa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 8b7b294c781..ebfa12b30b5 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -61,6 +61,9 @@ OC.L10N.register( "Not saved" : "未保存", "Sending…" : "正在发送…", "Email sent" : "邮件已发送", + "Disconnect" : "断开连接", + "Revoke" : "撤销", + "Allow filesystem access" : "允许访问文件系统", "Internet Explorer" : "IE浏览器", "Edge" : "Edge浏览器", "Firefox" : "火狐浏览器", @@ -180,6 +183,14 @@ OC.L10N.register( "Store credentials" : "存储凭据", "Test email settings" : "测试电子邮件设置", "Send email" : "发送邮件", + "Security & setup warnings" : "安全及设置警告", + "All checks passed." : "所有检查已通过.", + "There are some errors regarding your setup." : "关于您的设置有一些错误.", + "There are some warnings regarding your setup." : "关于您的设置有一些警告.", + "Checking for system and security issues." : "正在检查系统和安全问题.", + "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>中是否有错误或警告。", + "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "通过<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">我们的安全检查 ↗</a>检查您 Nextcloud 的安全", + "Version" : "版本", "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." : "服务器端加密可以加密上传到此服务器的文件。 这带来了诸如性能损失的限制,因此仅在需要时启用此功能。", "Enable server-side encryption" : "启用服务器端加密", @@ -195,14 +206,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "您需要从旧版本 (ownCloud <= 8.0) 迁移您的加密密钥. 请在应用中启用 \\\"Default encryption module\\\" 并运行 'occ encryption:migrate'", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "您需要从旧版本 (ownCloud<=8.0) 迁移您的加密密钥.", "Start migration" : "开始迁移", - "Security & setup warnings" : "安全及设置警告", - "All checks passed." : "所有检查已通过.", - "There are some errors regarding your setup." : "关于您的设置有一些错误.", - "There are some warnings regarding your setup." : "关于您的设置有一些警告.", - "Checking for system and security issues." : "正在检查系统和安全问题.", - "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>中是否有错误或警告。", - "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "通过<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">我们的安全检查 ↗</a>检查您 Nextcloud 的安全", - "Version" : "版本", "Background jobs" : "后台任务", "Last job ran %s." : "上次定时任务执行于: %s.", "Last job execution ran %s. Something seems wrong." : "上次定时任务执行于: %s. 但存在一些问题.", @@ -328,9 +331,6 @@ OC.L10N.register( "Approved" : "已认证", "Experimental" : "实验", "No apps found for {query}" : "找不到符合 {query} 的应用", - "Allow filesystem access" : "允许访问文件系统", - "Disconnect" : "断开连接", - "Revoke" : "撤销", "Unable to delete {objName}" : "无法删除 {objName}", "Error creating group: {message}" : "创建分组时出错: {message}", "A valid group name must be provided" : "请提供一个有效的分组名称", |