File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 46
46
"ip " => "The :attribute must be a valid IP address. " ,
47
47
"match " => "The :attribute format is invalid. " ,
48
48
"max " => array (
49
- "numeric " => "The :attribute must be less than :max. " ,
50
- "file " => "The :attribute must be less than :max kilobytes. " ,
51
- "string " => "The :attribute must be less than :max characters. " ,
49
+ "numeric " => "The :attribute may not be greater than :max. " ,
50
+ "file " => "The :attribute may not be greater than :max kilobytes. " ,
51
+ "string " => "The :attribute may not be greater than :max characters. " ,
52
52
),
53
53
"mimes " => "The :attribute must be a file of type: :values. " ,
54
54
"min " => array (
Original file line number Diff line number Diff line change 45
45
"ip " => "Поле :attribute должно быть полным IP-адресом. " ,
46
46
"match " => "Поле :attribute имеет неверный формат. " ,
47
47
"max " => array (
48
- "numeric " => "Поле :attribute должно быть меньше :max. " ,
49
- "file " => "Поле :attribute должно быть меньше :max Килобайт. " ,
50
- "string " => "Поле :attribute должно быть короче :max символов. " ,
48
+ "numeric " => "Поле :attribute должно быть не больше :max. " ,
49
+ "file " => "Поле :attribute должно быть не больше :max Килобайт. " ,
50
+ "string " => "Поле :attribute должно быть не длиннее :max символов. " ,
51
51
),
52
52
"mimes " => "Поле :attribute должно быть файлом одного из типов: :values. " ,
53
53
"min " => array (
101
101
102
102
'attributes ' => array (),
103
103
104
- );
104
+ );
You can’t perform that action at this time.
0 commit comments