Skip to content

Commit 175683f

Browse files
committed
Merge pull request laravel#1092 from franzliedke/patch-34
German translation for array validator messages
2 parents 4db0808 + 41e3c95 commit 175683f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

application/language/de/validation.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
"alpha" => ":attribute darf nur Buchstaben beinhalten.",
2525
"alpha_dash" => ":attribute sollte nur aus Buchstaben, Nummern und Bindestrichen bestehen.",
2626
"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.",
2828
"before" => ":attribute muss ein Datum vor dem :date sein.",
2929
"between" => array(
3030
"numeric" => ":attribute muss zwischen :min und :max liegen.",
3131
"file" => ":attribute muss zwischen :min und :max Kilobytes groß sein.",
3232
"string" => ":attribute muss zwischen :min und :max Zeichen lang sein.",
3333
),
3434
"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.",
3939
"different" => ":attribute und :other müssen verschieden sein.",
4040
"email" => ":attribute ist keine gültige Email-Adresse.",
4141
"exists" => "Der gewählte Wert für :attribute ist ungültig.",

0 commit comments

Comments
 (0)