File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 83
83
'mimes ' => ':attribute musí být jeden z následujících datových typů :values. ' ,
84
84
'mimetypes ' => ':attribute musí být jeden z následujících datových typů :values. ' ,
85
85
'min ' => [
86
- 'numeric ' => ':attribute musí být větší než :min. ' ,
87
- 'file ' => ':attribute musí být větší než :min kB. ' ,
88
- 'string ' => ':attribute musí být delší než :min znaků. ' ,
89
- 'array ' => ':attribute musí obsahovat více než :min prvků. ' ,
86
+ 'numeric ' => ':attribute musí být alespoň :min. ' ,
87
+ 'file ' => ':attribute musí mít alespoň :min kB. ' ,
88
+ 'string ' => ':attribute musí mít délku alespoň :min znaků. ' ,
89
+ 'array ' => ':attribute musí obsahovat alespoň :min prvků. ' ,
90
90
],
91
91
'not_in ' => 'Zvolená hodnota pro :attribute je neplatná. ' ,
92
92
'not_regex ' => ':attribute musí být regulární výraz. ' ,
You can’t perform that action at this time.
0 commit comments