@@ -13,79 +13,116 @@ return [
|
*/
'accepted' => ':attribute muss akzeptiert werden.' ,
'active_url' => ':attribute ist keine valide URL.' ,
'after' => ':attribute muss ein Datum nach dem :date sein.' ,
'after_or_equal' => ':attribute muss ein Datum nach oder gleich dem :date sein.' ,
'alpha' => ':attribute darf nur aus Buchstaben bestehen.' ,
'alpha_dash' => ':attribute darf nur aus Buchstaben, Zahlen und Gedankenstrichen bestehen.' ,
'alpha_num' => ':attribute darf nur aus Buchstaben und Zahlen bestehen.' ,
'array' => ':attribute muss ein Array sein.' ,
'before' => ':attribute muss ein Datum vor dem :date sein.' ,
'before_or_equal' => ':attribute muss ein Datum vor oder gleich dem :date sein.' ,
'between' => [
'accepted' => ':attribute muss akzeptiert werden.' ,
'active_url' => ':attribute ist keine valide URL.' ,
'after' => ':attribute muss ein Datum nach dem :date sein.' ,
'after_or_equal' => ':attribute muss ein Datum nach oder gleich dem :date sein.' ,
'alpha' => ':attribute darf nur aus Buchstaben bestehen.' ,
'alpha_dash' => ':attribute darf nur aus Buchstaben, Zahlen und Gedankenstrichen bestehen.' ,
'alpha_num' => ':attribute darf nur aus Buchstaben und Zahlen bestehen.' ,
'array' => ':attribute muss ein Array sein.' ,
'before' => ':attribute muss ein Datum vor dem :date sein.' ,
'before_or_equal' => ':attribute muss ein Datum vor oder gleich dem :date sein.' ,
'between' => [
'numeric' => ':attribute muss zwischen :min und :max liegen.' ,
'file' => ':attribute darf nur zwischen :min und :max kilobytes groß sein.' ,
'string' => ':attribute muss mindestens :min und darf maximal :max Zeichen enthalten.' ,
'array' => ':attribute soll mindestens :min und darf maximal :max Stellen haben.' ,
'file' => ':attribute darf nur zwischen :min und :max kilobytes groß sein.' ,
'string' => ':attribute muss mindestens :min und darf maximal :max Zeichen enthalten.' ,
'array' => ':attribute soll mindestens :min und darf maximal :max Stellen haben.' ,
],
'boolean' => ':attribute muss Wahr oder Falsch sein.' ,
'confirmed' => ':attribute Bestätigung stimmt nicht überein.' ,
'date' => ':attribute ist kein gültiges Datum .' ,
'date_format' => ':attribute passt nicht zur :format Formatierung .' ,
'different' => ':attribute und :other müssen sich <strong>unterscheiden</strong> .' ,
'digits' => ':attribute muss :digits Stellen haben .' ,
'digits_betwe en' => ':attribute soll mindestens :min und darf maximal :max Stellen haben .' ,
'dimensions' => ':attribute hat ungültige Bildabmessung en.' ,
'distinct' => ':attribute hat einen dopp elt en Wert .' ,
'email' => ':attribute Attribut muss eine gültige <strong>E-Mail-Adresse</strong> sei n.' ,
'ends_with' => ':attribute muss mi t einem der folgenden Zeichen enden: :values ' ,
'exists' => 'Das ausgewählte :attribute ist ungültig .' ,
'file' => ':attribute muss eine <strong>Datei</strong> sein. ' ,
'filled' => ':attribute Feld muss einen <strong>Wert</strong> haben .' ,
'image' => ':attribute muss ein <strong>Bild </strong> sein.' ,
'in' => 'Das ausgewählte :attribute ist ungültig .' ,
'in_array' => ':attribute Feld existiert nicht in :other.' ,
'integer' => ':attribute muss eine <strong>Ganzzahl</strong> sein.' ,
'ip' => ':attribute muss eine gültige IP Adresse sein.' ,
'json' => ':attribute muss eine gültiger JSON-String sein.' ,
'max' => [
'boolean' => ':attribute muss Wahr oder Falsch sein.' ,
'confirmed' => ':attribute Bestätigung stimmt nicht überein.' ,
'current_password' => 'Das Passwort ist falsch .' ,
'date' => ':attribute ist kein gültiges Datum .' ,
'date_equals' => ':attribute muss ein Datum gleich :date sein .' ,
'date_format' => ':attribute passt nicht zur :format Formatierung .' ,
'differ ent ' => ':attribute und :other müssen sich <strong>unterscheiden</strong> .' ,
'digits' => ':attribute muss :digits Stellen hab en.' ,
'digits_between' => ':attribute soll mindestens :min und darf maximal :max St ell en haben .' ,
'dimensions' => ':attribute hat ungültige Bildabmessunge n.' ,
'distinct' => ':attribute ha t einen doppelten Wert. ' ,
'email' => ':attribute Attribut muss eine gültige <strong>E-Mail-Adresse</strong> sein .' ,
'ends_with' => ':attribute muss mit einem der folgenden Zeichen enden: :values ' ,
'exists' => 'Das ausgewählte :attribute ist ungültig .' ,
'file' => ':attribute muss eine <strong>Datei </strong> sein.' ,
'filled' => ':attribute Feld muss einen <strong>Wert</strong> haben .' ,
'gt' => [
'numeric' => ':attribute muss größer als :value sein.' ,
'file' => ':attribute muss größer als :value Kilobytes sein.' ,
'string' => ':attribute muss länger als :value Zeichen sein.' ,
'array' => ':attribute muss mehr als :value Elemente haben.' ,
],
'gte' => [
'numeric' => ':attribute muss größer oder gleich :value sein.' ,
'file' => ':attribute muss größer oder gleich :value Kilobytes sein.' ,
'string' => ':attribute muss mindestens :value Zeichen lang sein.' ,
'array' => ':attribute muss mindestens :value Elemente haben.' ,
],
'image' => ':attribute muss ein <strong>Bild</strong> sein.' ,
'in' => 'Das ausgewählte :attribute ist ungültig.' ,
'in_array' => ':attribute Feld existiert nicht in :other.' ,
'integer' => ':attribute muss eine <strong>Ganzzahl</strong> sein.' ,
'ip' => ':attribute muss eine gültige IP Adresse sein.' ,
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.' ,
'ipv6' => ':attribute muss eine gültige IPv6 Adresse sein.' ,
'json' => ':attribute muss eine gültiger JSON-String sein.' ,
'lt' => [
'numeric' => ':attribute muss kleiner als :value sein.' ,
'file' => ':attribute muss kleiner als :value Kilobytes sein.' ,
'string' => ':attribute muss kürzer als :value Zeichen sein.' ,
'array' => ':attribute muss weniger als :value Elemente haben.' ,
],
'lte' => [
'numeric' => ':attribute muss kleiner oder gleich :value sein.' ,
'file' => ':attribute muss kleiner oder gleich :value Kilobytes sein.' ,
'string' => ':attribute muss kleiner oder gleich :value Zeichen sein.
' ,
'array' => ':attribute darf nicht mehr als :value-Elemente haben.' ,
],
'max' => [
'numeric' => ':attribute darf nicht größer als :max sein.' ,
'file' => ':attribute darf nicht größer als :max Kilobyte sein.' ,
'string' => ':attribute darf nicht größer als :max Zeichen sein.' ,
'array' => ':attribute darf nicht mehr als :max Werte haben.' ,
'file' => ':attribute darf nicht größer als :max Kilobyte sein.' ,
'string' => ':attribute darf nicht größer als :max Zeichen sein.' ,
'array' => ':attribute darf nicht mehr als :max Werte haben.' ,
],
'mimes' => ':attribute muss eine Datei des Typs :values sein.' ,
'mimetypes' => ':attribute muss eine Datei des Typs :values sein.' ,
'min' => [
'mimes' => ':attribute muss eine Datei des Typs :values sein.' ,
'mimetypes' => ':attribute muss eine Datei des Typs :values sein.' ,
'min' => [
'numeric' => ':attribute muss mindestens :min sein.' ,
'file' => ':attribute muss mindestens :min Kilobyte groß sein.' ,
'string' => ':attribute benötigt mindestens :min Zeichen.' ,
'array' => ':attribute muss mindestens :min Artikel haben.' ,
'file' => ':attribute muss mindestens :min Kilobyte groß sein.' ,
'string' => ':attribute benötigt mindestens :min Zeichen.' ,
'array' => ':attribute muss mindestens :min Artikel haben.' ,
],
'not_in' => 'Das ausgewählte :attribute ist ungültig .' ,
'numeric' => ':attribute muss eine Zahl sein .' ,
'present' => ':attribute Feld muss <strong>vorhanden sein</strong> .' ,
'regex' => ':attribute Format ist <strong>ungültig</strong> .' ,
'required' => ':attribute Feld ist <strong>erforderlich</strong> .' ,
'required_if' => ':attribute wird benötigt wenn :other :value entspricht .' ,
'required_unless' => ':attribute wird benötigt es sei denn :other ist in :values .' ,
'required_with' => ':attribute wird benötigt wenn :values vorhanden ist .' ,
'required_with_all' => ':attribute wird benötigt wenn :values vorhanden is t.' ,
'required_without' => ':attribute wird benötigt wenn :values nicht vorhanden ist .' ,
'multiple_of' => ':attribute muss ein Vielfaches von :value sein .' ,
'not_in' => 'Das ausgewählte :attribute ist ungültig .' ,
'not_regex' => ':attribute Format ist ungültig .' ,
'numeric' => ':attribute muss eine Zahl sein .' ,
'password' => 'Das Passwort ist falsch .' ,
'p resent' => ':attribute Feld muss <strong>vorhanden sein</strong> .' ,
'regex' => ':attribute Format ist <strong>ungültig</strong> .' ,
'required' => ':attribute Feld ist <strong>erforderlich</strong> .' ,
'required_if' => ':attribute wird benötigt wenn :other :value entsprich t.' ,
'required_unless' => ':attribute wird benötigt es sei denn :other ist in :values .' ,
'required_with' => ':attribute wird benötigt wenn :values vorhanden ist.' ,
'required_with_all' => ':attribute wird benötigt wenn :values vorhanden ist.' ,
'required_without' => ':attribute wird benötigt wenn :values nicht vorhanden ist.' ,
'required_without_all' => ':attribute wird benötigt wenn keine :values vorhanden sind.' ,
'same' => ':attribute und :other müssen übereinstimmen .' ,
'size' => [
'prohibited' => 'Das Feld :attribute ist nicht erlaubt .' ,
'prohibited_if' => 'Das Feld :attribute ist verboten, wenn :other :value ist.' ,
'prohibited_unless' => 'Das Feld :attribute ist verboten, es sei denn, :other ist in :values enthalten.' ,
'same' => ':attribute und :other müssen übereinstimmen.' ,
'size' => [
'numeric' => ':attribute muss :size groß sein.' ,
'file' => ':attribute muss :size Kilobyte groß sein.' ,
'string' => ':attribute muss <strong>:size Zeichen</strong> haben.' ,
'array' => ':attribute muss :size Artikel enthalten.' ,
'file' => ':attribute muss :size Kilobyte groß sein.' ,
'string' => ':attribute muss <strong>:size Zeichen</strong> haben.' ,
'array' => ':attribute muss :size Artikel enthalten.' ,
],
'string' => ':attribute muss ein <strong>String</strong> sein .' ,
'timezone' => ':attribute muss eine valide Zeitzone sein.' ,
'unique' => ':attribute wurde bereits <strong>vergeben</strong> .' ,
'uploaded' => 'Das :attribute konnte <strong>nicht hochgelad en</strong> werden .' ,
'url' => ':attribute Format ist <strong>ungültig </strong>.' ,
'starts_with' => ':attribute muss mit einem der folgenden Werte beginnen: :values .' ,
'string' => ':attribute muss ein <strong>String</strong> sein.' ,
'timezone' => ':attribute muss eine valide Zeitzone sein .' ,
'unique' => ':attribute wurde bereits <strong>vergeb en</strong>.' ,
'uploaded' => 'Das :attribute konnte <strong>nicht hochgeladen </strong> werden .' ,
'url' => ':attribute Format ist <strong>ungültig</strong>.' ,
'uuid' => ':attribute muss ein UUID sein.' ,
/*
|--------------------------------------------------------------------------
@@ -100,7 +137,7 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => 'eigene Nachricht' ,
'rule-name' => 'eigene Nachricht' ,
],
'invalid_currency' => 'Das :attribute Kürzel ist ungültig.' ,
'invalid_amount' => 'Die Menge von :attribute ist ungültig.' ,
@@ -112,9 +149,9 @@ return [
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place- holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner .
| The following language lines are used to swap our attribute placeholder
| with something more reader friendly such as " E-Mail Address" instead
| of "email". This simply helps us make our message more expressive .
|
*/