|
@@ -82,7 +82,7 @@ return [
|
|
|
'illegal image files' => '非法图片文件',
|
|
|
'extensions to upload is not allowed' => '上传文件后缀不允许',
|
|
|
'mimetype to upload is not allowed' => '上传文件MIME类型不允许!',
|
|
|
- 'filesize not match' => '上传文件大小不符!',
|
|
|
+ 'filesize not match' => '上传文件大小不符!最大允许上传:%sM',
|
|
|
'directory {:path} creation failed' => '目录 {:path} 创建失败!',
|
|
|
|
|
|
|