diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 815083235db..ba2cbf3efa8 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -61,9 +61,6 @@ OC.L10N.register( "Not saved" : "未保存", "Sending…" : "正在发送…", "Email sent" : "邮件已发送", - "Allow filesystem access" : "允许访问文件系统", - "Disconnect" : "断开连接", - "Revoke" : "撤销", "Internet Explorer" : "IE浏览器", "Edge" : "Edge浏览器", "Firefox" : "火狐浏览器", @@ -124,6 +121,7 @@ OC.L10N.register( "Disable user" : "禁用用户", "Enable user" : "启用用户", "Resend welcome email" : "重新发送欢迎邮件", + "{size} used" : "{size} 已使用", "Welcome mail sent!" : "欢迎邮件已经发送!", "Display name" : "显示名称", "Email" : "电子邮件", @@ -330,6 +328,9 @@ 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" : "请提供一个有效的分组名称", @@ -423,7 +424,6 @@ OC.L10N.register( "Updating …" : "正在更新....", "Could not update app" : "无法更新应用", "Could not remove app" : "无法移除应用", - "{size} used" : "{size} 已使用", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "你的每项配置对于实例的安全性和性能都至关重要。 为了帮助您,我们正在做一些自动检查。 有关详细信息,请参阅提示与技巧部分和文档。", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 的设置似乎有问题, 无法获取系统环境变量. 使用 getenv(\\\"PATH\\\") 测试时仅返回空结果.", "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">安装文档 ↗</a> 中关于 PHP 配置部分和您的服务器上的 PHP 配置,特别是使用php-fpm时。", |