Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-06 13:07:26 +00:00
parent 88642f7ecd
commit 168656e3aa
235 changed files with 14818 additions and 14426 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,5 +14,5 @@ return [
*/
'previous' => '« zurück',
'next' => 'weiter »',
'next' => 'weiter »',
];

View File

@@ -14,8 +14,8 @@ return [
*/
'password' => 'Passwörter müssen mindestens sechs Zeichen lang sein und der Bestätigung entsprechen.',
'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.',
'token' => 'Dieser Passwort-Reset-Token ist ungültig.',
'sent' => 'Wir haben dir einen Passwort-Reset-Link per E-Mail zukommen lassen!',
'reset' => 'Dein Passwort wurde zurückgesetzt!',
'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.',
'token' => 'Dieser Passwort-Reset-Token ist ungültig.',
'sent' => 'Wir haben dir einen Passwort-Reset-Link per E-Mail zukommen lassen!',
'reset' => 'Dein Passwort wurde zurückgesetzt!',
];

View File

@@ -13,65 +13,65 @@ return [
|
*/
'accepted' => 'Das :attribute muss akzeptiert werden.',
'accepted' => 'Das :attribute muss akzeptiert werden.',
'active_url' => 'Das :attribute ist keine gültige URL.',
'after' => 'Das :attribute muss ein Datum sein, nachdem :date.',
'alpha' => 'Das :attribute dürfen nur Buchstaben sein.',
'after' => 'Das :attribute muss ein Datum sein, nachdem :date.',
'alpha' => 'Das :attribute dürfen nur Buchstaben sein.',
'alpha_dash' => 'Das :attribute darf nur Buchstaben, Zahlen und Bindestriche enthalten.',
'alpha_num' => 'Das :attribute darf nur Buchstaben und Zahlen enthalten.',
'array' => 'Das :attribute muss ein Array sein.',
'before' => 'Das :attribute muss ein Datum sein, bevor :date.',
'between' => [
'alpha_num' => 'Das :attribute darf nur Buchstaben und Zahlen enthalten.',
'array' => 'Das :attribute muss ein Array sein.',
'before' => 'Das :attribute muss ein Datum sein, bevor :date.',
'between' => [
'numeric' => 'Das :attribute muss zwischen :min und :max.',
'file' => 'Das :attribute muss zwischen :min und :max Kilobyte.',
'string' => 'Das :attribute muss zwischen :min und :max Zeichen.',
'array' => 'Das :attribute muss genau zwischen :min und :max Anzahl.',
'file' => 'Das :attribute muss zwischen :min und :max Kilobyte.',
'string' => 'Das :attribute muss zwischen :min und :max Zeichen.',
'array' => 'Das :attribute muss genau zwischen :min und :max Anzahl.',
],
'boolean' => 'Das :attribute Feld muss wahr oder falsch sein.',
'confirmed' => 'Das :attribute Bestätigung stimmt nicht überein.',
'date' => 'Das :attribute ist kein gültiges Datum.',
'date_format' => 'Das :attribute passt nicht mit dem Format überein :format.',
'different' => 'Das :attribute und :other müssen unterschiedlich sein.',
'digits' => 'Das :attribute muss sein :digits Ziffern.',
'boolean' => 'Das :attribute Feld muss wahr oder falsch sein.',
'confirmed' => 'Das :attribute Bestätigung stimmt nicht überein.',
'date' => 'Das :attribute ist kein gültiges Datum.',
'date_format' => 'Das :attribute passt nicht mit dem Format überein :format.',
'different' => 'Das :attribute und :other müssen unterschiedlich sein.',
'digits' => 'Das :attribute muss sein :digits Ziffern.',
'digits_between' => 'Das :attribute muss zwischen :min und :max Ziffern.',
'email' => 'Das :attribute muss eine gültige E-Mail-Adresse sein.',
'filled' => 'Das :attribute ist erforderlich.',
'exists' => 'Das ausgewählte :attribute ist ungültig.',
'image' => 'Das :attribute muß ein Bild sein.',
'in' => 'Das ausgewählte :attribute ist ungültig.',
'integer' => 'Das :attribute muss eine ganze Zahl sein.',
'ip' => 'Das :attribute muss eine gültige IP-Adresse sein.',
'max' => [
'email' => 'Das :attribute muss eine gültige E-Mail-Adresse sein.',
'filled' => 'Das :attribute ist erforderlich.',
'exists' => 'Das ausgewählte :attribute ist ungültig.',
'image' => 'Das :attribute muß ein Bild sein.',
'in' => 'Das ausgewählte :attribute ist ungültig.',
'integer' => 'Das :attribute muss eine ganze Zahl sein.',
'ip' => 'Das :attribute muss eine gültige IP-Adresse sein.',
'max' => [
'numeric' => 'Das :attribute darf nicht größer sein als :max.',
'file' => 'Das :attribute darf nicht größer sein als :max Kilobytes.',
'string' => 'Das :attribute darf nicht größer sein als :max Zeichen.',
'array' => 'Das :attribute kann nicht mehr sein als :max Anzahl.',
'file' => 'Das :attribute darf nicht größer sein als :max Kilobytes.',
'string' => 'Das :attribute darf nicht größer sein als :max Zeichen.',
'array' => 'Das :attribute kann nicht mehr sein als :max Anzahl.',
],
'mimes' => 'Das :attribute must be a file of type: :values.',
'min' => [
'min' => [
'numeric' => 'Das :attribute muss mindestens :min.',
'file' => 'Das :attribute muss mindestens :min Kilobytes.',
'string' => 'Das :attribute muss mindestens :min Zeichen.',
'array' => 'Das :attribute darf nicht kleiner sein als :min Anzahl.',
'file' => 'Das :attribute muss mindestens :min Kilobytes.',
'string' => 'Das :attribute muss mindestens :min Zeichen.',
'array' => 'Das :attribute darf nicht kleiner sein als :min Anzahl.',
],
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
'numeric' => 'Das :attribute muss eine Nummer sein.',
'regex' => 'Das :attribute Format ist ungültig.',
'required' => 'Das :attribute ist erforderlich.',
'required_if' => 'Das :attribute Feld ist erforderlich, wenn :other ist :value.',
'required_with' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
'required_with_all' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
'required_without' => 'Das :attribute Feld ist erforderlich, wenn :values ist nicht vorhanden.',
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
'numeric' => 'Das :attribute muss eine Nummer sein.',
'regex' => 'Das :attribute Format ist ungültig.',
'required' => 'Das :attribute ist erforderlich.',
'required_if' => 'Das :attribute Feld ist erforderlich, wenn :other ist :value.',
'required_with' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
'required_with_all' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
'required_without' => 'Das :attribute Feld ist erforderlich, wenn :values ist nicht vorhanden.',
'required_without_all' => 'Das :attribute ist erforderlich, wenn keine der :values sind anwesend.',
'same' => 'Das :attribute und :other muss passen.',
'size' => [
'same' => 'Das :attribute und :other muss passen.',
'size' => [
'numeric' => 'Das :attribute muss sein :size.',
'file' => 'Das :attribute muss sein :size Kilobytes.',
'string' => 'Das :attribute muss sein :size Zeichen.',
'array' => 'Das :attribute muss enthalten :size Anzahl.',
'file' => 'Das :attribute muss sein :size Kilobytes.',
'string' => 'Das :attribute muss sein :size Zeichen.',
'array' => 'Das :attribute muss enthalten :size Anzahl.',
],
'unique' => 'Das :attribute bereits aufgenommen wurde.',
'url' => 'Das :attribute Format ist ungültig.',
'unique' => 'Das :attribute bereits aufgenommen wurde.',
'url' => 'Das :attribute Format ist ungültig.',
'timezone' => 'Das :attribute muss eine gültige Zone sein.',
/*
|--------------------------------------------------------------------------