':attribute muss akzeptiert werden.', 'accepted_if' => 'Das :attribute muss akzeptiert werden, wenn :other :value ist.', 'active_url' => ':attribute ist keine gültige Internet-Adresse.', 'after' => ':attribute muss ein Datum nach dem :date sein.', 'after_or_equal' => ':attribute muss ein Datum nach dem :date oder gleich dem :date sein.', 'alpha' => 'The :attribute must only contain letters.', 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute must only contain letters and numbers.', 'array' => ':attribute muss ein Array sein.', 'before' => ':attribute muss ein Datum vor dem :date sein.', 'before_or_equal' => ':attribute muss ein Datum vor dem :date oder gleich dem :date sein.', 'between' => [ 'array' => ':attribute muss zwischen :min & :max Elemente haben.', 'file' => ':attribute muss zwischen :min & :max Kilobytes groß sein.', 'numeric' => ':attribute muss zwischen :min & :max liegen.', 'string' => ':attribute muss zwischen :min & :max Zeichen lang sein.', ], 'boolean' => ':attribute muss entweder \'true\' oder \'false\' sein.', 'confirmed' => ':attribute stimmt nicht mit der Bestätigung überein.', '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 entspricht nicht dem gültigen Format für :format.', 'declined' => 'Das :attribute muss abgelehnt werden.', 'declined_if' => 'The :attribute must be declined when :other is :value.', 'different' => ':attribute und :other müssen sich unterscheiden.', 'digits' => ':attribute muss :digits Stellen haben.', 'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.', 'dimensions' => ':attribute hat ungültige Bildabmessungen.', 'distinct' => ':attribute beinhaltet einen bereits vorhandenen Wert.', 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.', 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.', 'email' => ':attribute muss eine gültige E-Mail-Adresse sein.', 'ends_with' => ':attribute muss eine der folgenden Endungen aufweisen: :values', 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Der gewählte Wert für :attribute ist ungültig.', 'file' => ':attribute muss eine Datei sein.', 'filled' => ':attribute muss ausgefüllt sein.', 'gt' => [ 'array' => ':attribute 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 länger als :value Zeichen sein.', ], 'gte' => [ 'array' => ':attribute muss mindestens :value Elemente haben.', 'file' => 'The :attribute must be greater than or equal to :value kilobytes.', 'numeric' => 'The :attribute must be greater than or equal to :value.', 'string' => 'The :attribute must be greater than or equal to :value characters.', ], 'image' => ':attribute muss ein Bild sein.', 'in' => 'Der gewählte Wert für :attribute ist ungültig.', 'in_array' => 'Der gewählte Wert für :attribute kommt nicht in :other vor.', 'integer' => ':attribute muss eine ganze Zahl 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.', 'lt' => [ 'array' => ':attribute muss weniger als :value Elemente haben.', 'file' => ':attribute muss kleiner als :value Kilobytes sein.', 'numeric' => ':attribute muss kleiner als :value sein.', 'string' => ':attribute muss kürzer als :value Zeichen sein.', ], 'lte' => [ 'array' => ':attribute darf maximal :value Elemente haben.', 'file' => 'The :attribute must be less than or equal to :value kilobytes.', 'numeric' => 'The :attribute must be less than or equal to :value.', 'string' => 'The :attribute must be less than or equal to :value characters.', ], 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'The :attribute must not have more than :max items.', 'file' => 'The :attribute must not be greater than :max kilobytes.', 'numeric' => 'The :attribute must not be greater than :max.', 'string' => 'The :attribute must not be greater than :max characters.', ], 'max_digits' => 'The :attribute must not have more than :max digits.', 'mimes' => ':attribute muss den Dateityp :values haben.', 'mimetypes' => ':attribute muss den Dateityp :values haben.', 'min' => [ 'array' => ':attribute muss mindestens :min Elemente haben.', 'file' => ':attribute muss mindestens :min Kilobytes groß sein.', 'numeric' => ':attribute muss mindestens :min sein.', 'string' => ':attribute muss mindestens :min Zeichen lang sein.', ], 'min_digits' => 'The :attribute must have at least :min digits.', 'multiple_of' => 'The :attribute must be a multiple of :value.', 'not_in' => 'Der gewählte Wert für :attribute ist ungültig.', 'not_regex' => ':attribute hat ein ungültiges Format.', 'numeric' => ':attribute muss eine Zahl sein.', 'password' => [ 'letters' => 'The :attribute must contain at least one letter.', 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.', 'numbers' => 'The :attribute must contain at least one number.', 'symbols' => 'The :attribute must contain at least one symbol.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', ], 'present' => ':attribute muss vorhanden sein.', 'prohibited' => 'The :attribute field is prohibited.', 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', 'prohibits' => 'The :attribute field prohibits :other from being present.', 'regex' => ':attribute Format ist ungültig.', 'required' => ':attribute muss ausgefüllt werden.', 'required_array_keys' => 'The :attribute field must contain entries for: :values.', 'required_if' => ':attribute muss ausgefüllt werden, wenn :other den Wert :value hat.', 'required_if_accepted' => 'The :attribute field is required when :other is accepted.', 'required_unless' => ':attribute muss ausgefüllt werden, wenn :other nicht den Wert :values hat.', 'required_with' => ':attribute muss ausgefüllt werden, wenn :values ausgefüllt wurde.', 'required_with_all' => ':attribute muss ausgefüllt werden, wenn :values ausgefüllt wurde.', 'required_without' => ':attribute muss ausgefüllt werden, wenn :values nicht ausgefüllt wurde.', 'required_without_all' => ':attribute muss ausgefüllt werden, wenn keines der Felder :values ausgefüllt wurde.', 'same' => ':attribute und :other müssen übereinstimmen.', 'size' => [ 'array' => ':attribute muss genau :size Elemente haben.', 'file' => ':attribute muss :size Kilobyte groß sein.', 'numeric' => ':attribute muss gleich :size sein.', 'string' => ':attribute muss :size Zeichen lang sein.', ], 'starts_with' => ':attribute muss mit einem der folgenden Anfänge aufweisen: :values', 'string' => ':attribute muss ein String sein.', 'timezone' => 'The :attribute must be a valid timezone.', 'unique' => ':attribute ist bereits vergeben.', 'uploaded' => ':attribute konnte nicht hochgeladen werden.', 'url' => 'The :attribute must be a valid URL.', 'uuid' => ':attribute muss ein UUID sein.', 'single' => 'When using :attribute it must be the only parameter in this request body', 'onlyCustomOtpWithUri' => 'The uri parameter must be provided alone or only in combination with the \'custom_otp\' parameter', /* |-------------------------------------------------------------------------- | 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' => [ 'icon' => [ 'image' => 'Unterstützte Formate sind jpeg, png, bmp, gif, svg oder webp.', ], 'qrcode' => [ 'image' => 'Unterstützte Formate sind jpeg, png, bmp, gif, svg oder webp.', ], 'uri' => [ 'regex' => 'The :attribute is not a valid otpauth uri.', ], 'otp_type' => [ 'in' => 'The :attribute is not supported.', ], 'email' => [ 'exists' => 'Kein Konto mit dieser E-Mail gefunden.', ], 'secret' => [ 'isBase32Encoded' => 'The :attribute must be a base32 encoded string.', ], 'account' => [ 'regex' => 'The :attribute must not contain colon.', ], 'service' => [ 'regex' => 'The :attribute must not contain colon.', ], 'label' => [ 'required' => 'The uri must have a label.', ], 'ids' => [ 'regex' => 'IDs must be comma separated, without trailing comma.', ] ], /* |-------------------------------------------------------------------------- | 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' => [], ];