mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
157 lines
11 KiB
PHP
157 lines
11 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'accepted' => ':attribute muss akzeptiert werden.',
|
|
'accepted_if' => ':attribute muss akzeptiert werden, wenn :other :value ist.',
|
|
'active_url' => ':attribute muss eine gültige URL sein.',
|
|
'after' => ':attribute muss ein Datum nach :date sein.',
|
|
'after_or_equal' => ':attribute muss ein Datum nach oder gleich :date sein.',
|
|
'alpha' => ':attribute darf nur Buchstaben enthalten.',
|
|
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten.',
|
|
'alpha_num' => ':attribute darf nur Buchstaben und Zahlen enthalten.',
|
|
'any_of' => ':attribute Feld ist ungültig.',
|
|
'array' => ':attribute Feld muss ein Array sein.',
|
|
'ascii' => ':attribute darf nur alphanumerische Zeichen und Symbole enthalten.',
|
|
'before' => ':attribute muss ein Datum vor :date sein.',
|
|
'before_or_equal' => ':attribute muss ein Datum vor oder gleich :date sein.',
|
|
'between' => [
|
|
'array' => ':attribute Feld muss zwischen :min und :max Elemente haben.',
|
|
'file' => ':attribute muss zwischen :min und :max Kilobytes liegen.',
|
|
'numeric' => ':attribute muss zwischen :min und :max liegen.',
|
|
'string' => ':attribute muss zwischen :min und :max Zeichen haben.',
|
|
],
|
|
'boolean' => ':attribute muss wahr oder falsch sein.',
|
|
'can' => ':attribute Feld enthält einen nicht autorisierten Wert.',
|
|
'confirmed' => ':attribute Feldbestätigung stimmt nicht überein.',
|
|
'contains' => ':attribute Feld fehlt ein benötigter Wert.',
|
|
'current_password' => 'Das Passwort ist falsch.',
|
|
'date' => ':attribute muss ein gültiges Datum sein.',
|
|
'date_equals' => ':attribute muss ein Datum gleich :date sein.',
|
|
'date_format' => ':attribute muss dem Format :format entsprechen.',
|
|
'decimal' => ':attribute muss :Dezimalstellen haben.',
|
|
'declined' => ':attribute Feld muss abgelehnt werden.',
|
|
'declined_if' => ':attribute muss abgelehnt werden, wenn :other :value ist.',
|
|
'different' => ':attribute Feld und :other müssen unterschiedlich sein.',
|
|
'digits' => ':attribute Feld muss :digits Zeichen enthalten.',
|
|
'digits_between' => ':attribute muss zwischen :min und :max Zeichen haben.',
|
|
'dimensions' => ':attribute hat ungültige Bildgrößen.',
|
|
'distinct' => ':attribute Feld hat einen doppelten Wert.',
|
|
'doesnt_end_with' => ':attribute darf nicht mit einem der folgenden Felder enden: :values',
|
|
'doesnt_start_with' => ':attribute darf nicht mit einem der folgenden Felder beginnen: :values',
|
|
'email' => ':attribute muss eine gültige E-Mail-Adresse sein.',
|
|
'ends_with' => ':attribute muss mit einem der folgenden Felder enden: :values',
|
|
'enum' => ':attribute ist ungültig.',
|
|
'exists' => ':attribute ist ungültig.',
|
|
'extensions' => ':attribute Feld muss eine der folgenden Erweiterungen haben: :values',
|
|
'file' => ':attribute muss eine Datei sein.',
|
|
'filled' => ':attribute Feld muss einen Wert haben.',
|
|
'gt' => [
|
|
'array' => ':attribute Feld muss mehr als :value Elemente haben.',
|
|
'file' => ':attribute muss größer als :value Kilobytes sein.',
|
|
'numeric' => ':attribute muss größer als :value sein.',
|
|
'string' => ':attribute muss größer als :value sein.',
|
|
],
|
|
'gte' => [
|
|
'array' => ':attribute Feld muss :value oder mehr haben.',
|
|
'file' => ':attribute muss größer oder gleich :value Kilobytes sein.',
|
|
'numeric' => ':attribute muss größer oder gleich :value sein.',
|
|
'string' => ':attribute muss größer oder gleich :value sein.',
|
|
],
|
|
'hex_color' => ':attribute muss eine gültige Hexadezimalfarbe sein.',
|
|
'image' => ':attribute muss ein Bild sein.',
|
|
'in' => ':attribute ist ungültig.',
|
|
'in_array' => ':attribute muss in :other existieren.',
|
|
'integer' => ':attribute Feld muss eine Ganzzahl 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 ein gültiger JSON-String sein.',
|
|
'list' => ':attribute Feld muss eine Liste sein.',
|
|
'lowercase' => ':attribute muss Kleinbuchstaben sein.',
|
|
'lt' => [
|
|
'array' => ':attribute Feld muss weniger als :value Elemente haben.',
|
|
'file' => ':attribute muss kleiner als :value kilobytes sein.',
|
|
'numeric' => ':attribute muss kleiner als :value sein.',
|
|
'string' => ':attribute muss weniger als :value Zeichen enthalten.',
|
|
],
|
|
'lte' => [
|
|
'array' => ':attribute darf nicht mehr als :value Elemente haben.',
|
|
'file' => ':attribute muss kleiner oder gleich :value kilobytes sein.',
|
|
'numeric' => ':attribute muss kleiner oder gleich :value sein.',
|
|
'string' => ':attribute muss kleiner oder gleich :value sein.',
|
|
],
|
|
'mac_address' => ':attribute muss eine gültige MAC-Adresse sein.',
|
|
'max' => [
|
|
'array' => ':attribute darf nicht mehr als :max Elemente haben.',
|
|
'file' => ':attribute darf nicht größer als :max Kilobytes sein.',
|
|
'numeric' => ':attribute darf nicht größer als :max sein.',
|
|
'string' => ':attribute darf nicht größer als :max Zeichen sein.',
|
|
],
|
|
'max_digits' => ':attribute darf nicht mehr als :max Zeichen enthalten.',
|
|
'mimes' => ':attribute Feld muss eine Datei des Typs :values sein.',
|
|
'mimetypes' => ':attribute Feld muss eine Datei des Typs :values sein.',
|
|
'min' => [
|
|
'array' => ':attribute Feld muss mindestens :min Elemente enthalten.',
|
|
'file' => ':attribute muss mindestens :min Kilobytes sein.',
|
|
'numeric' => ':attribute muss mindestens :min sein.',
|
|
'string' => ':attribute muss mindestens :min Zeichen enthalten.',
|
|
],
|
|
'min_digits' => ':attribute Feld muss mindestens :min Zeichen enthalten.',
|
|
'missing' => ':attribute Feld muss fehlen.',
|
|
'missing_if' => ':attribute Feld muss fehlen, wenn :other :value ist.',
|
|
'missing_unless' => ':attribute Feld muss fehlen, außer :other ist :value.',
|
|
'missing_with' => ':attribute Feld muss fehlen, wenn :values vorhanden ist.',
|
|
'missing_with_all' => ':attribute Feld muss fehlen, wenn :values vorhanden sind.',
|
|
'multiple_of' => ':attribute muss ein Vielfaches von :value sein.',
|
|
'not_in' => ':attribute ist ungültig.',
|
|
'not_regex' => ':attribute Feldformat ist ungültig.',
|
|
'numeric' => ':attribute Feld muss eine Zahl sein.',
|
|
'password' => [
|
|
'letters' => ':attribute muss mindestens einen Buchstaben enthalten.',
|
|
'mixed' => ':attribute muss mindestens einen Groß- und einen Kleinbuchstaben enthalten.',
|
|
'numbers' => ':attribute muss mindestens eine Zahl enthalten.',
|
|
'symbols' => ':attribute Feld muss mindestens ein Symbol enthalten.',
|
|
'uncompromised' => ':attribute wurde in einem Datenleck angezeigt. Bitte wählen Sie ein anderes :attribute aus.',
|
|
],
|
|
'present' => ':attribute muss vorhanden sein.',
|
|
'present_if' => ':attribute muss vorhanden sein wenn :other :value ist.',
|
|
'present_unless' => ':attribute muss vorhanden sein, außer :other ist :value.',
|
|
'present_with' => ':attribute muss vorhanden sein, wenn :values vorhanden ist.',
|
|
'present_with_all' => ':attribute muss vorhanden sein, wenn :values vorhanden ist.',
|
|
'prohibited' => ':attribute Feld ist verboten.',
|
|
'prohibited_if' => ':attribute Feld ist verboten, wenn :other :value ist.',
|
|
'prohibited_if_accepted' => ':attribute Feld ist verboten, wenn :other akzeptiert wird.',
|
|
'prohibited_if_declined' => ':attribute Feld ist verboten, wenn :other abgelehnt wird.',
|
|
'prohibited_unless' => ':attribute Feld ist verboten, wenn :other nicht in :values ist.',
|
|
'prohibits' => ':attribute darf :other nicht vorhanden sein.',
|
|
'regex' => ':attribute Feldformat ist ungültig.',
|
|
'required' => ':attribute Feld ist erforderlich.',
|
|
'required_array_keys' => ':attribute muss Einträge für: Werte enthalten.',
|
|
'required_if' => ':attribute muss angegeben werden, wenn :other :value ist.',
|
|
'required_if_accepted' => ':attribute muss angegeben werden, wenn :other akzeptiert wird.',
|
|
'required_if_declined' => ':attribute muss angegeben werden, wenn :other abgelehnt wird.',
|
|
'required_unless' => ':attribute Feld ist erforderlich, sofern :other nicht in :values ist.',
|
|
'required_with' => ':attribute muss angegeben werden, wenn :values vorhanden ist.',
|
|
'required_with_all' => ':attribute muss angegeben werden, wenn :values vorhanden ist.',
|
|
'required_without' => ':attribute muss angegeben werden, wenn :values nicht vorhanden ist.',
|
|
'required_without_all' => ':attribute muss angegeben werden, wenn kein :values vorhanden ist.',
|
|
'same' => ':attribute muss mit :other übereinstimmen.',
|
|
'size' => [
|
|
'array' => ':attribute Feld muss :size Elemente enthalten.',
|
|
'file' => ':attribute muss :size kilobytes sein.',
|
|
'numeric' => ':attribute Feld muss :size sein.',
|
|
'string' => ':attribute Feld muss :size Zeichen enthalten.',
|
|
],
|
|
'starts_with' => ':attribute muss mit einem der folgenden Felder beginnen: :values',
|
|
'string' => ':attribute Feld muss ein String sein.',
|
|
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
|
|
'ulid' => ':attribute muss eine gültige ULID sein.',
|
|
'unique' => ':attribute ist bereits vergeben.',
|
|
'uploaded' => ':attribute konnte nicht hochgeladen werden.',
|
|
'uppercase' => ':attribute muss Großbuchstaben sein.',
|
|
'url' => ':attribute muss eine gültige URL sein.',
|
|
'uuid' => ':attribute muss eine gültige UUID sein.',
|
|
];
|