File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
"active_url " => ":attribute ist keine gültige URL. " ,
23
23
"after " => ":attribute muss ein Datum nach dem :date sein. " ,
24
24
"alpha " => ":attribute darf nur Buchstaben beinhalten. " ,
25
- "alpha_dash " => ":attribute sollte nur aus Buchstaben, Nummern und Bindestrichen bestehen. " ,
26
- "alpha_num " => ":attribute sollte nur aus Buchstaben und Nummern bestehen. " ,
25
+ "alpha_dash " => ":attribute darf nur aus Buchstaben, Nummern und Bindestrichen bestehen. " ,
26
+ "alpha_num " => ":attribute darf nur aus Buchstaben und Nummern bestehen. " ,
27
27
"array " => ":attribute muss ausgewählte Elemente haben. " ,
28
28
"before " => ":attribute muss ein Datum vor dem :date sein. " ,
29
29
"between " => array (
57
57
),
58
58
"not_in " => "Der gewählte Wert für :attribute ist ungültig. " ,
59
59
"numeric " => ":attribute muss eine Zahl sein. " ,
60
- "required " => ":attribute muss aufgef üllt sein. " ,
60
+ "required " => ":attribute muss ausgef üllt sein. " ,
61
61
"same " => ":attribute und :other müssen übereinstimmen. " ,
62
62
"size " => array (
63
63
"numeric " => ":attribute muss gleich :size sein. " ,
You can’t perform that action at this time.
0 commit comments