New translations validation.php (German)

This commit is contained in:
James Cole 2017-09-03 14:00:06 +02:00
parent 2ac582cd18
commit 1c72e742cf

View File

@ -30,8 +30,8 @@ return [
'after' => ':attribute muss ein Datum nach :date sein.',
'alpha' => ':attribute darf nur Buchstaben enthalten.',
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen und Bindestrichen enthalten.',
'alpha_num' => ':attribute darf nur Buchzahlen und Zahlen enthalten.',
'array' => ':attribute muss eine Reihe sein.',
'alpha_num' => ':attribute darf nur Buchstaben und Zahlen enthalten.',
'array' => ':attribute muss eine Liste sein.',
'unique_for_user' => 'Es gibt bereits einen Eintrag mit diesem :attribute.',
'before' => ':attribute muss ein Datum vor dem :date sein.',
'unique_object_for_user' => 'Der Name wird bereits verwendet',
@ -47,7 +47,7 @@ return [
'different' => ':attribute und :other müssen sich unterscheiden.',
'digits' => ':attribute muss :digits Stellen haben.',
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
'email' => ':attribute muss eine gültige E-Mailadresse sein.',
'email' => ':attribute muss eine gültige E-Mail Adresse sein.',
'filled' => ':attribute Feld muss ausgefüllt sein.',
'exists' => ':attribute ist ungültig.',
'image' => ':attribute muss ein Bild sein.',
@ -72,8 +72,8 @@ return [
'required_unless' => ':attribute Feld ist notwendig, außer :other ist in :values enthalten.',
'required_with' => ':attribute Feld ist notwendig falls :values vorhanden sind.',
'required_with_all' => ':attribute Feld ist notwendig falls :values vorhanden sind.',
'required_without' => ':attribute Feld ist notwenidig, falls :values nicht vorhanden ist.',
'required_without_all' => ':attribute Feld ist notwenidig, falls kein :values vorhanden ist.',
'required_without' => ':attribute Feld ist notwendig, falls :values nicht vorhanden ist.',
'required_without_all' => ':attribute Feld ist notwendig, falls kein :values vorhanden ist.',
'same' => ':attribute und :other müssen übereinstimmen.',
'size.numeric' => ':attribute muss :size sein.',
'size.file' => ':attribute muss :size Kilobytes groß sein.',