]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_CN/errors.php
Change JsonDebugException to Responsable interface
[bookstack] / lang / zh_CN / errors.php
index 1d2147fa342d79cabd3528f040d2136891c4fe3f..c27390363022225a2e460531e994e343fd1c88fe 100644 (file)
@@ -45,15 +45,15 @@ return [
     'cannot_create_thumbs' => '服务器无法创建缩略图,请检查您是否安装了GD PHP扩展。',
     'server_upload_limit' => '服务器不允许上传此大小的文件。 请尝试较小的文件。',
     'uploaded'  => '服务器不允许上传此大小的文件。 请尝试较小的文件。',
-    'file_upload_timeout' => '文件上传已超时。',
 
     // Drawing & Images
     'image_upload_error' => '上传图片时发生错误',
     'image_upload_type_error' => '上传的图像类型无效',
-    'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
+    'drawing_data_not_found' => '无法加载绘图数据。绘图文件可能不再存在,或者您可能没有权限访问它。',
 
     // Attachments
     'attachment_not_found' => '找不到附件',
+    'attachment_upload_error' => '上传附件时出错',
 
     // Pages
     'page_draft_autosave_fail' => '无法保存草稿,确保您在保存页面之前已经连接到互联网',