| Current Path : /home/users/unlimited/www/dabbawali.sizzlingcafe.co.in/lang/de/ |
| Current File : /home/users/unlimited/www/dabbawali.sizzlingcafe.co.in/lang/de/validation.php |
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted' => 'Das :attribute muss akzeptiert werden.',
'accepted_if' => 'Das :attribute muss akzeptiert werden, wenn :other :value ist.',
'active_url' => 'Das :attribute ist keine gültige URL.',
'after' => 'Das :attribute muss ein Datum nach :date sein.',
'after_or_equal' => 'Das :attribute muss ein Datum nach oder gleich :date sein.',
'alpha' => 'Das :attribute darf nur Buchstaben enthalten.',
'alpha_dash' => 'Das :attribute darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten.',
'alpha_num' => 'Das :attribute darf nur Buchstaben und Zahlen enthalten.',
'array' => 'Das :attribute muss ein Array sein.',
'before' => 'Das :attribute muss ein Datum vor :date sein.',
'before_or_equal' => 'Das :attribute muss ein Datum vor oder gleich :date sein.',
'between' => [
'array' => 'Das :attribute muss zwischen :min und :max Elementen enthalten.',
'file' => 'Das :attribute muss zwischen :min und :max Kilobyte liegen.',
'numeric' => 'Das :attribute muss zwischen :min und :max liegen.',
'string' => 'Das :attribute muss zwischen :min und :max Zeichen liegen.',
],
'boolean' => 'Das :attribute-Feld muss wahr oder falsch sein.',
'confirmed' => 'Die :attribute -Bestätigung stimmt nicht überein.',
'current_password' => 'Das Passwort ist falsch.',
'date' => 'Das :attribute ist kein gültiges Datum.',
'date_equals' => 'Das :attribute muss ein Datum sein, das dem :date entspricht.',
'date_format' => 'Das :attribute stimmt nicht mit dem Format :format überein.',
'declined' => 'Das :attribute muss abgelehnt werden.',
'declined_if' => 'Das :attribute muss abgelehnt werden, wenn :other den Wert :value hat.',
'different' => 'Das :attribute und :other müssen unterschiedlich sein.',
'digits' => 'Das :attribute muss :digits Ziffern sein.',
'digits_between' => 'Das :attribute muss zwischen :min und :max Ziffern liegen.',
'dimensions' => 'Das :attribute hat ungültige Bildabmessungen.',
'distinct' => 'Das :attribute-Feld hat einen doppelten Wert.',
'doesnt_end_with' => 'Das :attribute darf nicht mit einem der folgenden Werte enden: :values.',
'doesnt_start_with' => 'Das :attribute darf nicht mit einem der folgenden Werte beginnen: :values.',
'email' => 'Das :attribute muss eine gültige E-Mail-Adresse sein.',
'ends_with' => 'Das :attribute muss mit einem der folgenden Werte enden: :values.',
'enum' => 'Das ausgewählte :attribute ist ungültig.',
'exists' => 'Das ausgewählte :attribute ist ungültig.',
'file' => 'Das :attribute muss eine Datei sein.',
'filled' => 'Das :attribute -Feld muss einen Wert haben.',
'gt' => [
'array' => 'Das :attribute muss mehr als :value-Elemente haben.',
'file' => 'Das :attribute muss größer als :value Kilobyte sein.',
'numeric' => 'Das :attribute muss größer sein als :value.',
'string' => 'Das :attribute muss größer als :value Zeichen sein.',
],
'gte' => [
'array' => 'Das :attribute muss :value-Elemente oder mehr enthalten.',
'file' => 'Das :attribute muss größer oder gleich :value Kilobyte sein.',
'numeric' => 'Das :attribute muss größer oder gleich :value sein.',
'string' => 'Das :attribute muss größer oder gleich den :value-Zeichen sein.',
],
'image' => 'Das :attribute muss ein Bild sein.',
'in' => 'Das ausgewählte :Attribut ist ungültig.',
'in_array' => 'Das Feld :attribute existiert nicht in :other.',
'integer' => 'Das :attribute muss eine Ganzzahl sein.',
'ip' => 'Das :attribute muss eine gültige IP-Adresse sein.',
'ipv4' => 'Das :attribute muss eine gültige IPv4-Adresse sein.',
'ipv6' => 'Das :attribute muss eine gültige IPv6-Adresse sein.',
'json' => 'Das :attribute muss eine gültige JSON-Zeichenfolge sein.',
'lowercase' => 'Das :attribute muss Kleinbuchstaben sein.',
'lt' => [
'array' => 'Das :attribute muss weniger als :value-Elemente enthalten.',
'file' => 'Das :attribute muss kleiner als :value Kilobyte sein.',
'numeric' => 'Das :attribute muss kleiner sein als :value.',
'string' => 'Das :attribute muss weniger als :value Zeichen enthalten.',
],
'lte' => [
'array' => 'Das :attribute darf nicht mehr als :value-Elemente haben.',
'file' => 'Das :attribute muss kleiner oder gleich :value Kilobyte sein.',
'numeric' => 'Das :attribute muss kleiner oder gleich :value sein.',
'string' => 'Das :attribute muss kleiner oder gleich :value Zeichen sein.',
],
'mac_address' => 'Das :attribute muss eine gültige MAC-Adresse sein.',
'max' => [
'array' => 'Das :attribute darf nicht mehr als :max Elemente enthalten.',
'file' => 'Das :attribute darf nicht größer als :max Kilobyte sein.',
'numeric' => 'Das :attribute darf nicht größer sein als :max.',
'string' => 'Das :attribute darf nicht größer als :max Zeichen sein.',
],
'max_digits' => 'Das :attribute darf nicht mehr als :max Ziffern haben.',
'mimes' => 'Das :attribute muss eine Datei vom Typ: :values sein.',
'mimetypes' => 'Das :attribute muss eine Datei vom Typ: :values sein.',
'min' => [
'array' => 'Das :attribute muss mindestens :min Elemente enthalten.',
'file' => 'Das :attribute muss mindestens :min Kilobyte groß sein.',
'numeric' => 'Das :attribute muss mindestens :min. sein.',
'string' => 'Das :attribute muss mindestens :min Zeichen lang sein.',
],
'min_digits' => 'Das :attribute muss mindestens :min Ziffern haben.',
'multiple_of' => 'Das :attribute muss ein Vielfaches von :value sein.',
'not_in' => 'Das ausgewählte :Attribut ist ungültig.',
'not_regex' => 'Das :attribute-Format ist ungültig.',
'numeric' => 'Das :attribute muss eine Zahl sein.',
'Passwort' => [
'letters' => 'Das :Attribut muss mindestens einen Buchstaben enthalten.',
'mixed' => 'Das :attribute muss mindestens einen Groß- und einen Kleinbuchstaben enthalten.',
'numbers' => 'Das :attribute muss mindestens eine Zahl enthalten.',
'symbols' => 'Das :Attribut muss mindestens ein Symbol enthalten.',
'uncompromised' => 'Das angegebene :attribute ist in einem Datenleck aufgetaucht. Bitte wählen Sie ein anderes :attribute.',
],
'present' => 'Das :attribute-Feld muss vorhanden sein.',
'prohibited' => 'Das Feld :attribute ist verboten.',
'prohibited_if' => 'Das Feld :attribute ist verboten, wenn :other den Wert :value hat.',
'prohibited_unless' => 'Das Feld :attribute ist verboten, es sei denn, :other ist in :values.',
'prohibits' => 'Das :attribute-Feld verhindert, dass :other vorhanden ist.',
'regex' => 'Das :attribute-Format ist ungültig.',
'required' => 'Das Feld :attribute ist erforderlich.',
'required_array_keys' => 'Das :attribute-Feld muss Einträge für: :values enthalten.',
'required_if' => 'Das Feld :attribute ist erforderlich, wenn :other :value ist.',
'required_if_accepted' => 'Das Feld :attribute ist erforderlich, wenn :other akzeptiert wird.',
'required_unless' => 'Das Feld :attribute ist erforderlich, es sei denn, :other ist in :values.',
'required_with' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden ist.',
'required_with_all' => 'Das :attribute-Feld ist erforderlich, wenn :values vorhanden sind.',
'required_without' => 'Das Feld :attribute ist erforderlich, wenn :values nicht vorhanden ist.',
'required_without_all' => 'Das :attribute-Feld ist erforderlich, wenn keiner der :values vorhanden ist.',
'same' => 'Das :attribute und :other müssen übereinstimmen.',
'size' => [
'array' => 'Das :attribute muss :size-Elemente enthalten.',
'file' => 'Das :attribute muss :size Kilobyte sein.',
'numeric' => 'Das :attribute muss :size sein.',
'string' => 'Das :attribute muss aus :size-Zeichen bestehen.',
],
'starts_with' => 'Das :attribute muss mit einem der folgenden Werte beginnen: :values.',
'string' => 'Das :attribute muss ein String sein.',
'timezone' => 'Das :attribute muss eine gültige Zeitzone sein.',
'unique' => 'Das :attribute wurde bereits vergeben.',
'uploaded' => 'Das :attribute konnte nicht hochgeladen werden.',
'uppercase' => 'Das :attribute muss in Großbuchstaben geschrieben sein.',
'url' => 'Das :attribute muss eine gültige URL sein.',
'uuid' => 'Das :attribute muss eine gültige UUID sein.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| 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.
|
*/
'attributes' => [],
];