Update Simplified Chinese
This commit is contained in:
parent
c83a51f7e2
commit
66402b474c
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue