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 57
57
"not_in " => "Het formaat van :attribute is ongeldig. " ,
58
58
"numeric " => ":attribute moet een nummer zijn. " ,
59
59
"required " => ":attribute is verplicht. " ,
60
- "required_with " => ":attribute is verplicht i.c.m. :field " ,
61
- "required_with_all " => "The :attribute field is required when :values is present. " ,
62
- "required_without " => "The :attribute field is required when :values is not present . " ,
63
- "required_without_all " => "The :attribute field is required when none of :values are present . " ,
60
+ "required_with " => ":attribute is verplicht i.c.m. :values " ,
61
+ "required_with_all " => ":attribute is verplicht i.c.m. :values " ,
62
+ "required_without " => ":attribute is verplicht als :values niet ingevuld is . " ,
63
+ "required_without_all " => ":attribute is verplicht als :values niet ingevuld zijn . " ,
64
64
"same " => ":attribute en :other moeten overeenkomen. " ,
65
65
"size " => array (
66
66
"numeric " => ":attribute moet :size zijn. " ,
You can’t perform that action at this time.
0 commit comments