':attribute格式不正确。', 'file' => ':attribute必须是文件。', 'image' => ':attribute必须是图片文件。', 'max' => [ 'array' => ':attribute不能超过:max项。', 'file' => ':attribute不能大于:max KB。', 'numeric' => ':attribute不能大于:max。', 'string' => ':attribute不能超过:max个字符。', ], 'min' => [ 'array' => ':attribute不能少于:min项。', 'file' => ':attribute不能小于:min KB。', 'numeric' => ':attribute不能小于:min。', 'string' => ':attribute不能少于:min个字符。', ], 'mimes' => ':attribute格式不支持,允许的格式有::values。', 'mimetypes' => ':attribute格式不支持,允许的类型有::values。', 'required' => '请填写:attribute。', 'uploaded' => ':attribute上传失败,请重试。', 'custom' => [ 'photos' => [ 'array' => '图片列表格式不正确,请重新选择图片。', ], 'photos.*' => [ 'uploaded' => '图片上传失败(可能文件过大、上传中断或临时文件生成失败),请重试。', 'image' => '仅支持 JPG、PNG、WEBP 图片。', 'max' => '单张图片不能超过 10MB。', ], ], 'attributes' => [ 'photos' => '图片列表', 'photos.*' => '图片', 'markdown_file' => 'Markdown 文件', 'original_markdown' => 'Markdown 内容', 'file_name' => '文件名(来源名称)', ], ];