We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3addb commit cba81f1Copy full SHA for cba81f1
lang/zh_CN/validation.php
@@ -106,6 +106,7 @@
106
'uploaded' => '无法上传文件。 服务器可能不接受此大小的文件。',
107
108
'zip_file' => ':attribute 需要引用 ZIP 内的文件。',
109
+ 'zip_file_size' => 'The file :attribute must not exceed :size MB.',
110
'zip_file_mime' => ':attribute 需要引用类型为 :validTypes 的文件,找到 :foundType 。',
111
'zip_model_expected' => '预期的数据对象,但找到了 ":type" 。',
112
'zip_unique' => '对于 ZIP 中的对象类型来说,:attribute 必须是唯一的。',
0 commit comments