|
24 | 24 | "alpha" => ":attribute darf nur Buchstaben beinhalten.",
|
25 | 25 | "alpha_dash" => ":attribute sollte nur aus Buchstaben, Nummern und Bindestrichen bestehen.",
|
26 | 26 | "alpha_num" => ":attribute sollte nur aus Buchstaben und Nummern bestehen.",
|
27 |
| - "array" => "The :attribute must have selected elements.", |
| 27 | + "array" => ":attribute muss ausgewählte Elemente haben.", |
28 | 28 | "before" => ":attribute muss ein Datum vor dem :date sein.",
|
29 | 29 | "between" => array(
|
30 | 30 | "numeric" => ":attribute muss zwischen :min und :max liegen.",
|
31 | 31 | "file" => ":attribute muss zwischen :min und :max Kilobytes groß sein.",
|
32 | 32 | "string" => ":attribute muss zwischen :min und :max Zeichen lang sein.",
|
33 | 33 | ),
|
34 | 34 | "confirmed" => ":attribute stimmt nicht mit der Bestätigung überein.",
|
35 |
| - "count" => "The :attribute must have exactly :count selected elements.", |
36 |
| - "countbetween" => "The :attribute must have between :min and :max selected elements.", |
37 |
| - "countmax" => "The :attribute must have less than :max selected elements.", |
38 |
| - "countmin" => "The :attribute must have at least :min selected elements.", |
| 35 | + "count" => ":attribute muss genau :count ausgewählte Elemente haben.", |
| 36 | + "countbetween" => ":attribute muss zwischen :min und :max ausgewählte Elemente haben.", |
| 37 | + "countmax" => ":attribute muss weniger als :max ausgewählte Elemente haben.", |
| 38 | + "countmin" => ":attribute muss mindestens :min ausgewählte Elemente haben.", |
39 | 39 | "different" => ":attribute und :other müssen verschieden sein.",
|
40 | 40 | "email" => ":attribute ist keine gültige Email-Adresse.",
|
41 | 41 | "exists" => "Der gewählte Wert für :attribute ist ungültig.",
|
|
0 commit comments