|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + |
| 5 | + /* |
| 6 | + |-------------------------------------------------------------------------- |
| 7 | + | Validation Language Lines |
| 8 | + |-------------------------------------------------------------------------- |
| 9 | + | |
| 10 | + | The following language lines contain the default error messages used by |
| 11 | + | the validator class. Some of these rules have multiple versions such |
| 12 | + | as the size rules. Feel free to tweak each of these messages here. |
| 13 | + | |
| 14 | + */ |
| 15 | + |
| 16 | + 'accepted' => ':attribute muss akzeptiert werden.', |
| 17 | + 'accepted_if' => ':attribute muss akzeptiert werden, wenn :other :value ist.', |
| 18 | + 'active_url' => ':attribute muss eine gültige URL sein.', |
| 19 | + 'after' => ':attribute muss ein Datum nach :date sein.', |
| 20 | + 'after_or_equal' => ':attribute muss ein Datum nach oder am :date sein.', |
| 21 | + 'alpha' => ':attribute darf nur Buchstaben enthalten.', |
| 22 | + 'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen, Binde- und Unterstriche enthalten.', |
| 23 | + 'alpha_num' => ':attribute darf nur Buchstaben und Zahlen enthalten.', |
| 24 | + 'array' => ':attribute muss eine Liste sein.', |
| 25 | + 'ascii' => ':attribute darf nur Standardzeichen enthalten.', |
| 26 | + 'before' => ':attribute muss ein Datum vor :date sein.', |
| 27 | + 'before_or_equal' => ':attribute muss ein Datum vor oder am :date sein.', |
| 28 | + 'between' => [ |
| 29 | + 'array' => ':attribute muss zwischen :min und :max Einträge haben.', |
| 30 | + 'file' => ':attribute muss zwischen :min und :max Kilobytes groß sein.', |
| 31 | + 'numeric' => ':attribute muss zwischen :min und :max liegen.', |
| 32 | + 'string' => ':attribute muss zwischen :min und :max Zeichen lang sein.', |
| 33 | + ], |
| 34 | + 'boolean' => ':attribute muss wahr oder falsch sein.', |
| 35 | + 'can' => ':attribute enthält einen ungültigen Wert.', |
| 36 | + 'confirmed' => 'Die Eingabe bei :attribute stimmt nicht mit der Bestätigung überein.', |
| 37 | + 'current_password' => 'Das eingegebene Passwort ist falsch.', |
| 38 | + 'date' => ':attribute ist kein gültiges Datum.', |
| 39 | + 'date_equals' => ':attribute muss genau am :date liegen.', |
| 40 | + 'date_format' => ':attribute entspricht nicht dem erforderlichen Format (:format).', |
| 41 | + 'decimal' => ':attribute muss :decimal Nachkommastellen haben.', |
| 42 | + 'declined' => ':attribute muss abgelehnt werden.', |
| 43 | + 'declined_if' => ':attribute muss abgelehnt werden, wenn :other den Wert ":value" hat.', |
| 44 | + 'different' => ':attribute und :other müssen verschieden sein.', |
| 45 | + 'digits' => ':attribute muss :digits Ziffern lang sein.', |
| 46 | + 'digits_between' => ':attribute muss zwischen :min und :max Ziffern lang sein.', |
| 47 | + 'dimensions' => ':attribute hat falsche Bildmaße.', |
| 48 | + 'distinct' => ':attribute enthält doppelte Werte.', |
| 49 | + 'doesnt_end_with' => ':attribute darf nicht mit folgenden Werten enden: :values.', |
| 50 | + 'doesnt_start_with' => ':attribute darf nicht mit folgenden Werten beginnen: :values.', |
| 51 | + 'email' => ':attribute muss eine gültige E-Mail-Adresse sein.', |
| 52 | + 'ends_with' => ':attribute muss mit einem der folgenden Werte enden: :values.', |
| 53 | + 'enum' => 'Die gewählte Option bei :attribute ist ungültig.', |
| 54 | + 'exists' => ':attribute existiert bereits.', |
| 55 | + 'file' => ':attribute muss eine Datei sein.', |
| 56 | + 'filled' => ':attribute darf nicht leer sein.', |
| 57 | + 'gt' => [ |
| 58 | + 'array' => ':attribute muss mehr als :value Einträge enthalten.', |
| 59 | + 'file' => ':attribute muss größer als :value Kilobytes sein.', |
| 60 | + 'numeric' => ':attribute muss größer als :value sein.', |
| 61 | + 'string' => ':attribute muss länger als :value Zeichen sein.', |
| 62 | + ], |
| 63 | + 'gte' => [ |
| 64 | + 'array' => ':attribute muss mindestens :value Einträge enthalten.', |
| 65 | + 'file' => ':attribute muss mindestens :value Kilobytes groß sein.', |
| 66 | + 'numeric' => ':attribute muss mindestens :value betragen.', |
| 67 | + 'string' => ':attribute muss mindestens :value Zeichen lang sein.', |
| 68 | + ], |
| 69 | + 'image' => ':attribute muss ein Bild sein.', |
| 70 | + 'in' => ':attribute ist ungültig.', |
| 71 | + 'in_array' => ':attribute muss in :other enthalten sein.', |
| 72 | + 'integer' => ':attribute muss eine ganze Zahl sein.', |
| 73 | + 'ip' => ':attribute muss eine gültige IP-Adresse sein.', |
| 74 | + 'ipv4' => ':attribute muss eine gültige IPv4-Adresse sein.', |
| 75 | + 'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.', |
| 76 | + 'json' => ':attribute muss ein gültiges JSON sein.', |
| 77 | + 'lowercase' => ':attribute darf nur Kleinbuchstaben enthalten.', |
| 78 | + 'lt' => [ |
| 79 | + 'array' => ':attribute darf maximal :value Einträge enthalten.', |
| 80 | + 'file' => ':attribute muss kleiner als :value Kilobytes sein.', |
| 81 | + 'numeric' => ':attribute muss kleiner als :value sein.', |
| 82 | + 'string' => ':attribute muss kürzer als :value Zeichen sein.', |
| 83 | + ], |
| 84 | + 'lte' => [ |
| 85 | + 'array' => ':attribute darf maximal :value Einträge enthalten.', |
| 86 | + 'file' => ':attribute darf höchstens :value Kilobytes groß sein.', |
| 87 | + 'numeric' => ':attribute darf maximal :value betragen.', |
| 88 | + 'string' => ':attribute darf maximal :value Zeichen lang sein.', |
| 89 | + ], |
| 90 | + 'mac_address' => ':attribute muss eine gültige MAC-Adresse sein.', |
| 91 | + 'max' => [ |
| 92 | + 'array' => ':attribute darf maximal :max Einträge enthalten.', |
| 93 | + 'file' => ':attribute darf höchstens :max Kilobytes groß sein.', |
| 94 | + 'numeric' => ':attribute darf maximal :max betragen.', |
| 95 | + 'string' => ':attribute darf maximal :max Zeichen lang sein.', |
| 96 | + ], |
| 97 | + 'max_digits' => ':attribute darf maximal :max Ziffern enthalten.', |
| 98 | + 'mimes' => ':attribute muss eine Datei vom Typ :values sein.', |
| 99 | + 'mimetypes' => ':attribute muss eine Datei im Format :values sein.', |
| 100 | + 'min' => [ |
| 101 | + 'array' => ':attribute muss mindestens :min Einträge enthalten.', |
| 102 | + 'file' => ':attribute muss mindestens :min Kilobytes groß sein.', |
| 103 | + 'numeric' => ':attribute muss mindestens :min betragen.', |
| 104 | + 'string' => ':attribute muss mindestens :min Zeichen enthalten.', |
| 105 | + ], |
| 106 | + 'min_digits' => ':attribute muss mindestens :min Ziffern enthalten.', |
| 107 | + 'missing' => ':attribute darf nicht angegeben werden.', |
| 108 | + 'missing_if' => 'Das Feld :attribute muss fehlen, wenn :other „:value“ ist.', |
| 109 | + 'missing_unless' => 'Das Feld :attribute muss fehlen, außer :other ist :value.', |
| 110 | + 'missing_with' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden ist.', |
| 111 | + 'missing_with_all' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden sind.', |
| 112 | + 'multiple_of' => ':attribute muss ein Vielfaches von :value sein.', |
| 113 | + 'not_in' => 'Die Auswahl :attribute ist ungültig.', |
| 114 | + 'not_regex' => ':attribute hat ein ungültiges Format.', |
| 115 | + 'numeric' => ':attribute muss eine Zahl sein.', |
| 116 | + 'password' => [ |
| 117 | + 'letters' => ':attribute muss mindestens einen Buchstaben enthalten.', |
| 118 | + 'mixed' => ':attribute muss mindestens einen Klein- und einen Großbuchstaben enthalten.', |
| 119 | + 'numbers' => ':attribute muss mindestens eine Zahl enthalten.', |
| 120 | + 'symbols' => ':attribute muss mindestens ein Sonderzeichen enthalten.', |
| 121 | + 'uncompromised' => 'Das :attribute wurde in einem Datenleck gefunden. Bitte wählen Sie ein anderes :attribute.', |
| 122 | + ], |
| 123 | + 'present' => ':attribute muss vorhanden sein.', |
| 124 | + 'prohibited' => ':attribute darf nicht angegeben werden.', |
| 125 | + 'prohibited_if' => ':attribute darf nicht angegeben werden, wenn :other ":value" ist.', |
| 126 | + 'prohibited_unless' => ':attribute darf nur angegeben werden, wenn :other den Wert ":values" hat.', |
| 127 | + 'prohibits' => ':attribute darf nicht gemeinsam mit :other angegeben werden.', |
| 128 | + 'regex' => ':attribute hat ein ungültiges Format.', |
| 129 | + 'required' => ':attribute ist ein Pflichtfeld.', |
| 130 | + 'required_array_keys' => ':attribute muss Einträge für folgende Werte enthalten: :values.', |
| 131 | + 'required_if' => ':attribute ist erforderlich, wenn :other ":value" ist.', |
| 132 | + 'required_if_accepted' => ':attribute ist erforderlich, wenn :other akzeptiert wird.', |
| 133 | + 'required_unless' => ':attribute ist erforderlich, außer wenn :other den Wert ":values" hat.', |
| 134 | + 'required_with' => ':attribute ist erforderlich, wenn :values vorhanden ist.', |
| 135 | + 'required_with_all' => ':attribute ist erforderlich, wenn alle Felder :values ausgefüllt sind.', |
| 136 | + 'required_without' => ':attribute ist erforderlich, wenn :values nicht vorhanden ist.', |
| 137 | + 'required_without_all' => ':attribute ist erforderlich, wenn keines der Felder :values ausgefüllt ist.', |
| 138 | + 'same' => ':attribute muss mit :other übereinstimmen.', |
| 139 | + 'size' => [ |
| 140 | + 'array' => ':attribute muss genau :size Einträge enthalten.', |
| 141 | + 'file' => ':attribute muss :size Kilobytes groß sein.', |
| 142 | + 'numeric' => ':attribute muss genau :size betragen.', |
| 143 | + 'string' => ':attribute muss genau :size Zeichen lang sein.', |
| 144 | + ], |
| 145 | + 'starts_with' => ':attribute muss mit einem der folgenden Werte beginnen: :values.', |
| 146 | + 'string' => ':attribute muss ein Text sein.', |
| 147 | + 'timezone' => ':attribute muss eine gültige Zeitzone sein.', |
| 148 | + 'unique' => ':attribute wurde bereits verwendet.', |
| 149 | + 'uploaded' => ':attribute konnte nicht hochgeladen werden.', |
| 150 | + 'uppercase' => ':attribute darf nur Großbuchstaben enthalten.', |
| 151 | + 'url' => ':attribute muss eine gültige URL sein.', |
| 152 | + 'ulid' => ':attribute muss eine gültige ULID sein.', |
| 153 | + 'uuid' => ':attribute muss eine gültige UUID sein.', |
| 154 | + |
| 155 | + /* |
| 156 | + |-------------------------------------------------------------------------- |
| 157 | + | Custom Validation Language Lines |
| 158 | + |-------------------------------------------------------------------------- |
| 159 | + | |
| 160 | + | Here you may specify custom validation messages for attributes using the |
| 161 | + | convention "attribute.rule" to name the lines. This makes it quick to |
| 162 | + | specify a specific custom language line for a given attribute rule. |
| 163 | + | |
| 164 | + */ |
| 165 | + |
| 166 | + 'custom' => [ |
| 167 | + 'attribute-name' => [ |
| 168 | + 'rule-name' => 'custom-message', |
| 169 | + ], |
| 170 | + ], |
| 171 | + |
| 172 | + /* |
| 173 | + |-------------------------------------------------------------------------- |
| 174 | + | Custom Validation Attributes |
| 175 | + |-------------------------------------------------------------------------- |
| 176 | + | |
| 177 | + | The following language lines are used to swap our attribute placeholder |
| 178 | + | with something more reader friendly such as "E-Mail Address" instead |
| 179 | + | of "email". This simply helps us make our message more expressive. |
| 180 | + | |
| 181 | + */ |
| 182 | + |
| 183 | + 'attributes' => [ |
| 184 | + 'address' => 'Adresse', |
| 185 | + 'age' => 'Alter', |
| 186 | + 'body' => 'Inhalt', |
| 187 | + 'cell' => 'Zelle', |
| 188 | + 'city' => 'Stadt', |
| 189 | + 'country' => 'Land', |
| 190 | + 'date' => 'Datum', |
| 191 | + 'day' => 'Tag', |
| 192 | + 'excerpt' => 'Zusammenfassung', |
| 193 | + 'first_name' => 'Vorname', |
| 194 | + 'gender' => 'Geschlecht', |
| 195 | + 'marital_status' => 'Familienstand', |
| 196 | + 'profession' => 'Beruf', |
| 197 | + 'nationality' => 'Nationalität', |
| 198 | + 'hour' => 'Stunde', |
| 199 | + 'last_name' => 'Nachname', |
| 200 | + 'message' => 'Nachricht', |
| 201 | + 'minute' => 'Minute', |
| 202 | + 'mobile' => 'Handynummer', |
| 203 | + 'month' => 'Monat', |
| 204 | + 'name' => 'Name', |
| 205 | + 'zipcode' => 'Postleitzahl', |
| 206 | + 'company_name' => 'Firmenname', |
| 207 | + 'neighborhood' => 'Stadtteil', |
| 208 | + 'number' => 'Nummer', |
| 209 | + 'password' => 'Passwort', |
| 210 | + 'phone' => 'Telefonnummer', |
| 211 | + 'second' => 'Sekunde', |
| 212 | + 'sex' => 'Geschlecht', |
| 213 | + 'state' => 'Bundesland', |
| 214 | + 'street' => 'Straße', |
| 215 | + 'subject' => 'Betreff', |
| 216 | + 'text' => 'Text', |
| 217 | + 'time' => 'Zeit', |
| 218 | + 'title' => 'Titel', |
| 219 | + 'username' => 'Benutzername', |
| 220 | + 'year' => 'Jahr', |
| 221 | + 'description' => 'Beschreibung', |
| 222 | + 'password_confirmation' => 'Passwort bestätigen', |
| 223 | + 'current_password' => 'Aktuelles Passwort', |
| 224 | + 'complement' => 'Zusatz', |
| 225 | + 'modality' => 'Modalität', |
| 226 | + 'category' => 'Kategorie', |
| 227 | + 'blood_type' => 'Blutgruppe', |
| 228 | + 'birth_date' => 'Geburtsdatum', |
| 229 | + ], |
| 230 | +]; |
0 commit comments