|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + /* |
| 5 | + |-------------------------------------------------------------------------- |
| 6 | + | Validierungsmeldungen |
| 7 | + |-------------------------------------------------------------------------- |
| 8 | + */ |
| 9 | + 'accepted' => 'Das Feld :attribute muss akzeptiert werden.', |
| 10 | + 'accepted_if' => 'Das Feld :attribute muss akzeptiert werden, wenn :other :value ist.', |
| 11 | + 'active_url' => 'Das Feld :attribute muss eine gültige URL sein.', |
| 12 | + 'after' => 'Das Feld :attribute muss ein Datum nach dem :date sein.', |
| 13 | + 'after_or_equal' => 'Das Feld :attribute muss ein Datum nach oder gleich :date sein.', |
| 14 | + 'alpha' => 'Das Feld :attribute darf nur Buchstaben enthalten.', |
| 15 | + 'alpha_dash' => 'Das Feld :attribute darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten.', |
| 16 | + 'alpha_num' => 'Das Feld :attribute darf nur Buchstaben und Zahlen enthalten.', |
| 17 | + 'any_of' => 'Das Feld :attribute ist ungültig.', |
| 18 | + 'array' => 'Das Feld :attribute muss ein Array sein.', |
| 19 | + 'ascii' => 'Das Feld :attribute darf nur einbyte alphanumerische Zeichen und Symbole enthalten.', |
| 20 | + 'before' => 'Das Feld :attribute muss ein Datum vor dem :date sein.', |
| 21 | + 'before_or_equal' => 'Das Feld :attribute muss ein Datum vor oder gleich :date sein.', |
| 22 | + 'between' => [ |
| 23 | + 'array' => 'Das Feld :attribute muss zwischen :min und :max Elemente haben.', |
| 24 | + 'file' => 'Das Feld :attribute muss zwischen :min und :max Kilobyte sein.', |
| 25 | + 'numeric' => 'Das Feld :attribute muss zwischen :min und :max liegen.', |
| 26 | + 'string' => 'Das Feld :attribute muss zwischen :min und :max Zeichen haben.', |
| 27 | + ], |
| 28 | + 'boolean' => 'Das Feld :attribute muss wahr oder falsch sein.', |
| 29 | + 'can' => 'Das Feld :attribute enthält einen nicht autorisierten Wert.', |
| 30 | + 'confirmed' => 'Die Bestätigung des Feldes :attribute stimmt nicht überein.', |
| 31 | + 'contains' => 'Das Feld :attribute enthält keinen erforderlichen Wert.', |
| 32 | + 'current_password' => 'Das Passwort ist falsch.', |
| 33 | + 'date' => 'Das Feld :attribute muss ein gültiges Datum sein.', |
| 34 | + 'date_equals' => 'Das Feld :attribute muss ein Datum gleich :date sein.', |
| 35 | + 'date_format' => 'Das Feld :attribute muss dem Format :format entsprechen.', |
| 36 | + 'decimal' => 'Das Feld :attribute muss :decimal Dezimalstellen haben.', |
| 37 | + 'declined' => 'Das Feld :attribute muss abgelehnt werden.', |
| 38 | + 'declined_if' => 'Das Feld :attribute muss abgelehnt werden, wenn :other :value ist.', |
| 39 | + 'different' => 'Die Felder :attribute und :other müssen unterschiedlich sein.', |
| 40 | + 'digits' => 'Das Feld :attribute muss :digits Ziffern haben.', |
| 41 | + 'digits_between' => 'Das Feld :attribute muss zwischen :min und :max Ziffern haben.', |
| 42 | + 'dimensions' => 'Das Feld :attribute hat ungültige Bildabmessungen.', |
| 43 | + 'distinct' => 'Das Feld :attribute hat einen doppelten Wert.', |
| 44 | + 'doesnt_contain' => 'Das Feld :attribute darf Folgendes nicht enthalten: :values.', |
| 45 | + 'doesnt_end_with' => 'Das Feld :attribute darf nicht mit Folgendem enden: :values.', |
| 46 | + 'doesnt_start_with' => 'Das Feld :attribute darf nicht mit Folgendem beginnen: :values.', |
| 47 | + 'email' => 'Das Feld :attribute muss eine gültige E-Mail-Adresse sein.', |
| 48 | + 'encoding' => 'Das Feld :attribute muss in :encoding kodiert sein.', |
| 49 | + 'ends_with' => 'Das Feld :attribute muss mit Folgendem enden: :values.', |
| 50 | + 'enum' => 'Die ausgewählte :attribute ist ungültig.', |
| 51 | + 'exists' => 'Die ausgewählte :attribute ist ungültig.', |
| 52 | + 'extensions' => 'Das Feld :attribute muss eine der folgenden Erweiterungen haben: :values.', |
| 53 | + 'file' => 'Das Feld :attribute muss eine Datei sein.', |
| 54 | + 'filled' => 'Das Feld :attribute muss einen Wert haben.', |
| 55 | + 'gt' => [ |
| 56 | + 'array' => 'Das Feld :attribute muss mehr als :value Elemente haben.', |
| 57 | + 'file' => 'Das Feld :attribute muss größer als :value Kilobyte sein.', |
| 58 | + 'numeric' => 'Das Feld :attribute muss größer als :value sein.', |
| 59 | + 'string' => 'Das Feld :attribute muss mehr als :value Zeichen haben.', |
| 60 | + ], |
| 61 | + 'gte' => [ |
| 62 | + 'array' => 'Das Feld :attribute muss :value oder mehr Elemente haben.', |
| 63 | + 'file' => 'Das Feld :attribute muss größer oder gleich :value Kilobyte sein.', |
| 64 | + 'numeric' => 'Das Feld :attribute muss größer oder gleich :value sein.', |
| 65 | + 'string' => 'Das Feld :attribute muss :value oder mehr Zeichen haben.', |
| 66 | + ], |
| 67 | + 'hex_color' => 'Das Feld :attribute muss eine gültige Hexadezimalfarbe sein.', |
| 68 | + 'image' => 'Das Feld :attribute muss ein Bild sein.', |
| 69 | + 'in' => 'Die ausgewählte :attribute ist ungültig.', |
| 70 | + 'in_array' => 'Das Feld :attribute muss in :other existieren.', |
| 71 | + 'in_array_keys' => 'Das Feld :attribute muss mindestens einen der folgenden Schlüssel enthalten: :values.', |
| 72 | + 'integer' => 'Das Feld :attribute muss eine ganze Zahl sein.', |
| 73 | + 'ip' => 'Das Feld :attribute muss eine gültige IP-Adresse sein.', |
| 74 | + 'ipv4' => 'Das Feld :attribute muss eine gültige IPv4-Adresse sein.', |
| 75 | + 'ipv6' => 'Das Feld :attribute muss eine gültige IPv6-Adresse sein.', |
| 76 | + 'json' => 'Das Feld :attribute muss eine gültige JSON-Zeichenkette sein.', |
| 77 | + 'list' => 'Das Feld :attribute muss eine Liste sein.', |
| 78 | + 'lowercase' => 'Das Feld :attribute muss in Kleinbuchstaben sein.', |
| 79 | + 'lt' => [ |
| 80 | + 'array' => 'Das Feld :attribute muss weniger als :value Elemente haben.', |
| 81 | + 'file' => 'Das Feld :attribute muss kleiner als :value Kilobyte sein.', |
| 82 | + 'numeric' => 'Das Feld :attribute muss kleiner als :value sein.', |
| 83 | + 'string' => 'Das Feld :attribute muss weniger als :value Zeichen haben.', |
| 84 | + ], |
| 85 | + 'lte' => [ |
| 86 | + 'array' => 'Das Feld :attribute darf nicht mehr als :value Elemente haben.', |
| 87 | + 'file' => 'Das Feld :attribute muss kleiner oder gleich :value Kilobyte sein.', |
| 88 | + 'numeric' => 'Das Feld :attribute muss kleiner oder gleich :value sein.', |
| 89 | + 'string' => 'Das Feld :attribute darf nicht mehr als :value Zeichen haben.', |
| 90 | + ], |
| 91 | + 'mac_address' => 'Das Feld :attribute muss eine gültige MAC-Adresse sein.', |
| 92 | + 'max' => [ |
| 93 | + 'array' => 'Das Feld :attribute darf nicht mehr als :max Elemente haben.', |
| 94 | + 'file' => 'Das Feld :attribute darf nicht größer als :max Kilobyte sein.', |
| 95 | + 'numeric' => 'Das Feld :attribute darf nicht größer als :max sein.', |
| 96 | + 'string' => 'Das Feld :attribute darf nicht mehr als :max Zeichen haben.', |
| 97 | + ], |
| 98 | + 'max_digits' => 'Das Feld :attribute darf nicht mehr als :max Ziffern haben.', |
| 99 | + 'mimes' => 'Das Feld :attribute muss eine Datei vom Typ :values sein.', |
| 100 | + 'mimetypes' => 'Das Feld :attribute muss eine Datei vom Typ :values sein.', |
| 101 | + 'min' => [ |
| 102 | + 'array' => 'Das Feld :attribute muss mindestens :min Elemente haben.', |
| 103 | + 'file' => 'Das Feld :attribute muss mindestens :min Kilobyte sein.', |
| 104 | + 'numeric' => 'Das Feld :attribute muss mindestens :min sein.', |
| 105 | + 'string' => 'Das Feld :attribute muss mindestens :min Zeichen haben.', |
| 106 | + ], |
| 107 | + 'min_digits' => 'Das Feld :attribute muss mindestens :min Ziffern haben.', |
| 108 | + 'missing' => 'Das Feld :attribute muss fehlen.', |
| 109 | + 'missing_if' => 'Das Feld :attribute muss fehlen, wenn :other :value ist.', |
| 110 | + 'missing_unless' => 'Das Feld :attribute muss fehlen, es sei denn :other ist :value.', |
| 111 | + 'missing_with' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden ist.', |
| 112 | + 'missing_with_all' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden sind.', |
| 113 | + 'multiple_of' => 'Das Feld :attribute muss ein Vielfaches von :value sein.', |
| 114 | + 'not_in' => 'Die ausgewählte :attribute ist ungültig.', |
| 115 | + 'not_regex' => 'Das Format des Feldes :attribute ist ungültig.', |
| 116 | + 'numeric' => 'Das Feld :attribute muss eine Zahl sein.', |
| 117 | + 'password' => [ |
| 118 | + 'letters' => 'Das Feld :attribute muss mindestens einen Buchstaben enthalten.', |
| 119 | + 'mixed' => 'Das Feld :attribute muss mindestens einen Groß- und einen Kleinbuchstaben enthalten.', |
| 120 | + 'numbers' => 'Das Feld :attribute muss mindestens eine Zahl enthalten.', |
| 121 | + 'symbols' => 'Das Feld :attribute muss mindestens ein Symbol enthalten.', |
| 122 | + 'uncompromised' => 'Die angegebene :attribute ist in einem Datenleck aufgetaucht. Bitte wählen Sie eine andere :attribute.', |
| 123 | + ], |
| 124 | + 'present' => 'Das Feld :attribute muss vorhanden sein.', |
| 125 | + 'present_if' => 'Das Feld :attribute muss vorhanden sein, wenn :other :value ist.', |
| 126 | + 'present_unless' => 'Das Feld :attribute muss vorhanden sein, es sei denn :other ist :value.', |
| 127 | + 'present_with' => 'Das Feld :attribute muss vorhanden sein, wenn :values vorhanden ist.', |
| 128 | + 'present_with_all' => 'Das Feld :attribute muss vorhanden sein, wenn :values vorhanden sind.', |
| 129 | + 'prohibited' => 'Das Feld :attribute ist verboten.', |
| 130 | + 'prohibited_if' => 'Das Feld :attribute ist verboten, wenn :other :value ist.', |
| 131 | + 'prohibited_if_accepted' => 'Das Feld :attribute ist verboten, wenn :other akzeptiert wird.', |
| 132 | + 'prohibited_if_declined' => 'Das Feld :attribute ist verboten, wenn :other abgelehnt wird.', |
| 133 | + 'prohibited_unless' => 'Das Feld :attribute ist verboten, es sei denn :other ist in :values.', |
| 134 | + 'prohibits' => 'Das Feld :attribute verbietet die Anwesenheit von :other.', |
| 135 | + 'regex' => 'Das Format des Feldes :attribute ist ungültig.', |
| 136 | + 'required' => 'Das Feld :attribute ist erforderlich.', |
| 137 | + 'required_array_keys' => 'Das Feld :attribute muss Einträge für Folgendes enthalten: :values.', |
| 138 | + 'required_if' => 'Das Feld :attribute ist erforderlich, wenn :other :value ist.', |
| 139 | + 'required_if_accepted' => 'Das Feld :attribute ist erforderlich, wenn :other akzeptiert wird.', |
| 140 | + 'required_if_declined' => 'Das Feld :attribute ist erforderlich, wenn :other abgelehnt wird.', |
| 141 | + 'required_unless' => 'Das Feld :attribute ist erforderlich, es sei denn :other ist in :values.', |
| 142 | + 'required_with' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden ist.', |
| 143 | + 'required_with_all' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden sind.', |
| 144 | + 'required_without' => 'Das Feld :attribute ist erforderlich, wenn :values nicht vorhanden ist.', |
| 145 | + 'required_without_all' => 'Das Feld :attribute ist erforderlich, wenn keines von :values vorhanden ist.', |
| 146 | + 'same' => 'Die Felder :attribute und :other müssen übereinstimmen.', |
| 147 | + 'size' => [ |
| 148 | + 'array' => 'Das Feld :attribute muss :size Elemente enthalten.', |
| 149 | + 'file' => 'Das Feld :attribute muss :size Kilobyte sein.', |
| 150 | + 'numeric' => 'Das Feld :attribute muss :size sein.', |
| 151 | + 'string' => 'Das Feld :attribute muss :size Zeichen haben.', |
| 152 | + ], |
| 153 | + 'starts_with' => 'Das Feld :attribute muss mit Folgendem beginnen: :values.', |
| 154 | + 'string' => 'Das Feld :attribute muss eine Zeichenkette sein.', |
| 155 | + 'timezone' => 'Das Feld :attribute muss eine gültige Zeitzone sein.', |
| 156 | + 'unique' => 'Die :attribute wurde bereits verwendet.', |
| 157 | + 'uploaded' => 'Der Upload von :attribute ist fehlgeschlagen.', |
| 158 | + 'uppercase' => 'Das Feld :attribute muss in Großbuchstaben sein.', |
| 159 | + 'url' => 'Das Feld :attribute muss eine gültige URL sein.', |
| 160 | + 'ulid' => 'Das Feld :attribute muss eine gültige ULID sein.', |
| 161 | + 'uuid' => 'Das Feld :attribute muss eine gültige UUID sein.', |
| 162 | + |
| 163 | + 'custom' => [ |
| 164 | + 'attribute-name' => [ |
| 165 | + 'rule-name' => 'custom-message', |
| 166 | + ], |
| 167 | + ], |
| 168 | + |
| 169 | + 'attributes' => [], |
| 170 | +]; |
0 commit comments