File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
'in_array ' => 'The :attribute field does not exist in :other. ' ,
44
44
'integer ' => ':attribute moet een getal zijn. ' ,
45
45
'ip ' => ':attribute moet een geldig IP-adres zijn. ' ,
46
- 'json ' => 'The :attribute must be a valid JSON string. ' ,
46
+ 'json ' => ':attribute moet een geldige JSON- string zijn . ' ,
47
47
'max ' => [
48
48
'numeric ' => ':attribute mag niet hoger dan :max zijn. ' ,
49
49
'file ' => ':attribute mag niet meer dan :max kilobytes zijn. ' ,
59
59
],
60
60
'not_in ' => 'Het formaat van :attribute is ongeldig. ' ,
61
61
'numeric ' => ':attribute moet een nummer zijn. ' ,
62
- 'present ' => 'The :attribute field must be present . ' ,
62
+ 'present ' => 'Het :attribute veld moet bestaan . ' ,
63
63
'regex ' => ':attribute formaat is ongeldig. ' ,
64
64
'required ' => ':attribute is verplicht. ' ,
65
65
'required_if ' => ':attribute is verplicht indien :other gelijk is aan :value. ' ,
You can’t perform that action at this time.
0 commit comments