]> BookStack Code Mirror - bookstack/commitdiff
Update Simplified Chinese
authorBaron Hou <redacted>
Sun, 5 Aug 2018 09:05:41 +0000 (17:05 +0800)
committerGitHub <redacted>
Sun, 5 Aug 2018 09:05:41 +0000 (17:05 +0800)
resources/lang/zh_CN/settings.php

index 9b731777f9d1bc53d2450929426e133de0b0a202..2195bf54da4f6ba3cace20010ef061206fea9c2c 100755 (executable)
@@ -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
      */