2020-10-14 23:19:41 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Validation Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines contain the default error messages used by
|
|
|
|
| the validator class. Some of these rules have multiple versions such
|
|
|
|
| as the size rules. Feel free to tweak each of these messages here.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2020-10-15 15:15:29 +02:00
|
|
|
'accepted' => ':attribute muss akzeptiert werden.',
|
2022-05-23 11:51:48 +02:00
|
|
|
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
|
2020-10-15 15:15:29 +02:00
|
|
|
'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' => ':attribute darf nur aus Buchstaben bestehen.',
|
|
|
|
'alpha_dash' => ':attribute darf nur aus Buchstaben, Zahlen, Binde- und Unterstrichen bestehen.',
|
|
|
|
'alpha_num' => ':attribute darf nur aus Buchstaben und Zahlen bestehen.',
|
|
|
|
'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.',
|
2020-10-14 23:19:41 +02:00
|
|
|
'between' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute muss zwischen :min & :max liegen.',
|
|
|
|
'file' => ':attribute muss zwischen :min & :max Kilobytes groß sein.',
|
|
|
|
'string' => ':attribute muss zwischen :min & :max Zeichen lang sein.',
|
|
|
|
'array' => ':attribute muss zwischen :min & :max Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
2020-10-15 15:15:29 +02:00
|
|
|
'boolean' => ':attribute muss entweder \'true\' oder \'false\' sein.',
|
|
|
|
'confirmed' => ':attribute stimmt nicht mit der Bestätigung überein.',
|
2022-05-23 11:51:48 +02:00
|
|
|
'current_password' => 'The password is incorrect.',
|
2020-10-15 15:15:29 +02:00
|
|
|
'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.',
|
2022-05-23 11:51:48 +02:00
|
|
|
'declined' => 'The :attribute must be declined.',
|
|
|
|
'declined_if' => 'The :attribute must be declined when :other is :value.',
|
2020-10-15 15:15:29 +02:00
|
|
|
'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.',
|
|
|
|
'email' => ':attribute muss eine gültige E-Mail-Adresse sein.',
|
|
|
|
'ends_with' => ':attribute muss eine der folgenden Endungen aufweisen: :values',
|
|
|
|
'exists' => 'Der gewählte Wert für :attribute ist ungültig.',
|
|
|
|
'file' => ':attribute muss eine Datei sein.',
|
|
|
|
'filled' => ':attribute muss ausgefüllt sein.',
|
2020-10-14 23:19:41 +02:00
|
|
|
'gt' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute muss größer als :value sein.',
|
|
|
|
'file' => ':attribute muss größer als :value Kilobytes sein.',
|
|
|
|
'string' => ':attribute muss länger als :value Zeichen sein.',
|
|
|
|
'array' => ':attribute muss mehr als :value Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
|
|
|
'gte' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute muss größer oder gleich :value sein.',
|
|
|
|
'file' => ':attribute muss größer oder gleich :value Kilobytes sein.',
|
|
|
|
'string' => ':attribute muss mindestens :value Zeichen lang sein.',
|
|
|
|
'array' => ':attribute muss mindestens :value Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
2020-10-15 15:15:29 +02:00
|
|
|
'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.',
|
2020-10-14 23:19:41 +02:00
|
|
|
'lt' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute muss kleiner als :value sein.',
|
|
|
|
'file' => ':attribute muss kleiner als :value Kilobytes sein.',
|
|
|
|
'string' => ':attribute muss kürzer als :value Zeichen sein.',
|
|
|
|
'array' => ':attribute muss weniger als :value Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
|
|
|
'lte' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute muss kleiner oder gleich :value sein.',
|
|
|
|
'file' => ':attribute muss kleiner oder gleich :value Kilobytes sein.',
|
|
|
|
'string' => ':attribute darf maximal :value Zeichen lang sein.',
|
|
|
|
'array' => ':attribute darf maximal :value Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
|
|
|
'max' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute darf maximal :max sein.',
|
|
|
|
'file' => ':attribute darf maximal :max Kilobytes groß sein.',
|
|
|
|
'string' => ':attribute darf maximal :max Zeichen haben.',
|
|
|
|
'array' => ':attribute darf maximal :max Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
2020-10-15 15:15:29 +02:00
|
|
|
'mimes' => ':attribute muss den Dateityp :values haben.',
|
|
|
|
'mimetypes' => ':attribute muss den Dateityp :values haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
'min' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute muss mindestens :min sein.',
|
|
|
|
'file' => ':attribute muss mindestens :min Kilobytes groß sein.',
|
|
|
|
'string' => ':attribute muss mindestens :min Zeichen lang sein.',
|
|
|
|
'array' => ':attribute muss mindestens :min Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
2022-05-23 11:51:48 +02:00
|
|
|
'multiple_of' => 'The :attribute must be a multiple of :value.',
|
2020-10-15 15:15:29 +02:00
|
|
|
'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' => 'Das Passwort ist falsch.',
|
|
|
|
'present' => ':attribute muss vorhanden sein.',
|
2022-05-23 11:51:48 +02:00
|
|
|
'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.',
|
2020-10-15 15:15:29 +02:00
|
|
|
'regex' => ':attribute Format ist ungültig.',
|
|
|
|
'required' => ':attribute muss ausgefüllt werden.',
|
|
|
|
'required_if' => ':attribute muss ausgefüllt werden, wenn :other den Wert :value hat.',
|
|
|
|
'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.',
|
2020-10-14 23:19:41 +02:00
|
|
|
'size' => [
|
2020-10-15 15:15:29 +02:00
|
|
|
'numeric' => ':attribute muss gleich :size sein.',
|
|
|
|
'file' => ':attribute muss :size Kilobyte groß sein.',
|
|
|
|
'string' => ':attribute muss :size Zeichen lang sein.',
|
|
|
|
'array' => ':attribute muss genau :size Elemente haben.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
2020-10-15 15:15:29 +02:00
|
|
|
'starts_with' => ':attribute muss mit einem der folgenden Anfänge aufweisen: :values',
|
|
|
|
'string' => ':attribute muss ein String sein.',
|
|
|
|
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
|
|
|
|
'unique' => ':attribute ist bereits vergeben.',
|
|
|
|
'uploaded' => ':attribute konnte nicht hochgeladen werden.',
|
2021-03-04 20:49:22 +01:00
|
|
|
'url' => ':attribute muss eine gültige URL sein.',
|
2020-10-15 15:15:29 +02:00
|
|
|
'uuid' => ':attribute muss ein UUID sein.',
|
2020-10-14 23:19:41 +02:00
|
|
|
|
2022-05-23 11:51:48 +02:00
|
|
|
'single' => 'When using :attribute it must be the only parameter in this request body',
|
2022-07-12 21:42:36 +02:00
|
|
|
'onlyCustomOtpWithUri' => 'The uri parameter must be provided alone or only in combination with the \'custom_otp\' parameter',
|
2022-05-23 11:51:48 +02:00
|
|
|
|
2020-10-14 23:19:41 +02:00
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| 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' => [
|
2022-05-23 11:51:48 +02:00
|
|
|
'image' => 'Supported format are jpeg, png, bmp, gif, svg, or webp.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
|
|
|
'qrcode' => [
|
2022-05-23 11:51:48 +02:00
|
|
|
'image' => 'Supported format are jpeg, png, bmp, gif, svg, or webp.',
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
|
|
|
'uri' => [
|
2022-05-23 11:51:48 +02:00
|
|
|
'regex' => 'The :attribute is not a valid otpauth uri.',
|
2020-11-23 00:53:03 +01:00
|
|
|
],
|
2021-10-09 19:23:24 +02:00
|
|
|
'otp_type' => [
|
2022-05-23 11:51:48 +02:00
|
|
|
'in' => 'The :attribute is not supported.',
|
|
|
|
],
|
|
|
|
'email' => [
|
|
|
|
'exists' => 'No account found using this email.',
|
2020-11-23 00:53:03 +01:00
|
|
|
],
|
|
|
|
'secret' => [
|
2022-05-23 11:51:48 +02:00
|
|
|
'isBase32Encoded' => 'The :attribute must be a base32 encoded string.',
|
2020-11-23 00:53:03 +01:00
|
|
|
],
|
|
|
|
'account' => [
|
2022-05-23 11:51:48 +02:00
|
|
|
'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.',
|
2020-11-23 00:53:03 +01:00
|
|
|
],
|
2022-05-23 11:51:48 +02:00
|
|
|
'name' => [
|
|
|
|
'firstUser' => 'There is already a registered user',
|
|
|
|
]
|
2020-10-14 23:19:41 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| 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' => [],
|
|
|
|
|
|
|
|
];
|