New translations validation.php (German)
This commit is contained in:
parent
f1777280c3
commit
4b19ba9ed1
1 changed files with 21 additions and 21 deletions
|
@ -30,19 +30,19 @@ return [
|
||||||
'digits' => ':attribute muss :digits Stellen haben.',
|
'digits' => ':attribute muss :digits Stellen haben.',
|
||||||
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
|
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
|
||||||
'email' => ':attribute muss eine valide E-Mail-Adresse sein.',
|
'email' => ':attribute muss eine valide E-Mail-Adresse sein.',
|
||||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden',
|
||||||
'filled' => ':attribute ist erforderlich.',
|
'filled' => ':attribute ist erforderlich.',
|
||||||
'gt' => [
|
'gt' => [
|
||||||
'numeric' => 'The :attribute must be greater than :value.',
|
'numeric' => ':attribute muss größer als :value sein.',
|
||||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
'file' => ':attribute muss mindestens :value Kilobytes groß sein.',
|
||||||
'string' => 'The :attribute must be greater than :value characters.',
|
'string' => ':attribute muss mehr als :value Zeichen haben.',
|
||||||
'array' => 'The :attribute must have more than :value items.',
|
'array' => ':attribute muss mindestens :value Elemente haben.',
|
||||||
],
|
],
|
||||||
'gte' => [
|
'gte' => [
|
||||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
'numeric' => ':attribute muss größer-gleich :value sein.',
|
||||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
'file' => ':attribute muss mindestens :value Kilobytes groß sein.',
|
||||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
'string' => ':attribute muss mindestens :value Zeichen enthalten.',
|
||||||
'array' => 'The :attribute must have :value items or more.',
|
'array' => ':attribute muss :value Elemente oder mehr haben.',
|
||||||
],
|
],
|
||||||
'exists' => ':attribute ist ungültig.',
|
'exists' => ':attribute ist ungültig.',
|
||||||
'image' => ':attribute muss ein Bild sein.',
|
'image' => ':attribute muss ein Bild sein.',
|
||||||
|
@ -50,20 +50,20 @@ return [
|
||||||
'in' => ':attribute ist ungültig.',
|
'in' => ':attribute ist ungültig.',
|
||||||
'integer' => ':attribute muss eine Zahl sein.',
|
'integer' => ':attribute muss eine Zahl sein.',
|
||||||
'ip' => ':attribute muss eine valide IP-Adresse sein.',
|
'ip' => ':attribute muss eine valide IP-Adresse sein.',
|
||||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
|
||||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
|
||||||
'json' => 'The :attribute must be a valid JSON string.',
|
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
|
||||||
'lt' => [
|
'lt' => [
|
||||||
'numeric' => 'The :attribute must be less than :value.',
|
'numeric' => ':attribute muss kleiner sein :value sein.',
|
||||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
'file' => ':attribute muss kleiner als :value Kilobytes sein.',
|
||||||
'string' => 'The :attribute must be less than :value characters.',
|
'string' => ':attribute muss weniger als :value Zeichen haben.',
|
||||||
'array' => 'The :attribute must have less than :value items.',
|
'array' => ':attribute muss weniger als :value Elemente haben.',
|
||||||
],
|
],
|
||||||
'lte' => [
|
'lte' => [
|
||||||
'numeric' => 'The :attribute must be less than or equal :value.',
|
'numeric' => ':attribute muss kleiner oder gleich :value sein.',
|
||||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
'file' => ':attribute muss kleiner oder gleich :value Kilobytes sein.',
|
||||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
'string' => ':attribute darf höchstens :value Zeichen besitzen.',
|
||||||
'array' => 'The :attribute must not have more than :value items.',
|
'array' => ':attribute darf höchstens :value Elemente haben.',
|
||||||
],
|
],
|
||||||
'max' => [
|
'max' => [
|
||||||
'numeric' => ':attribute darf nicht größer als :max sein.',
|
'numeric' => ':attribute darf nicht größer als :max sein.',
|
||||||
|
@ -80,7 +80,7 @@ return [
|
||||||
],
|
],
|
||||||
'no_double_extension' => ':attribute darf nur eine gültige Dateiendung',
|
'no_double_extension' => ':attribute darf nur eine gültige Dateiendung',
|
||||||
'not_in' => ':attribute ist ungültig.',
|
'not_in' => ':attribute ist ungültig.',
|
||||||
'not_regex' => 'The :attribute format is invalid.',
|
'not_regex' => ':attribute ist kein valides Format.',
|
||||||
'numeric' => ':attribute muss eine Zahl sein.',
|
'numeric' => ':attribute muss eine Zahl sein.',
|
||||||
'regex' => ':attribute ist in einem ungültigen Format.',
|
'regex' => ':attribute ist in einem ungültigen Format.',
|
||||||
'required' => ':attribute ist erforderlich.',
|
'required' => ':attribute ist erforderlich.',
|
||||||
|
|
Loading…
Reference in a new issue