Update Simplified Chinese

This commit is contained in:
Baron Hou 2018-08-05 17:05:41 +08:00 committed by GitHub
parent c83a51f7e2
commit 66402b474c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,19 @@ return [
'reg_confirm_restrict_domain_desc' => '输入您想要限制注册的Email域名列表用逗号隔开。在被允许与应用程序交互之前用户将被发送一封Email来确认他们的地址。<br>注意用户在注册成功后可以修改他们的Email地址。',
'reg_confirm_restrict_domain_placeholder' => '尚未设置限制',
/**
* Maintenance settings
*/
'maint' => '维护',
'maint_image_cleanup' => '清理图像',
'maint_image_cleanup_desc' => "扫描页面和修订内容以检查哪些图像是正在使用的以及哪些图像是多余的。确保在运行前创建完整的数据库和映像备份。",
'maint_image_cleanup_ignore_revisions' => '忽略修订记录中的图像',
'maint_image_cleanup_run' => '运行清理',
'maint_image_cleanup_warning' => '发现了 :count 张可能未使用的图像。您确定要删除这些图像吗?',
'maint_image_cleanup_success' => '找到并删除了 :count 张可能未使用的图像!',
'maint_image_cleanup_nothing_found' => '找不到未使用的图像,没有删除!',
/**
* Role settings
*/