Sync languages
This commit is contained in:
Executable → Regular
+27
-27
@@ -37,54 +37,54 @@ return [
|
||||
'array' => ':attribute muss zwischen :min & :max Elemente haben.',
|
||||
],
|
||||
'boolean' => ':attribute muss zwischen :min & :max Elemente haben.',
|
||||
'confirmed' => 'The :attribute field must be true or false.',
|
||||
'date' => 'The :attribute confirmation does not match.',
|
||||
'date_format' => 'The :attribute is not a valid date.',
|
||||
'different' => 'The :attribute does not match the format :format.',
|
||||
'digits' => 'The :attribute and :other must be different.',
|
||||
'digits_between' => 'The :attribute must be :digits digits.',
|
||||
'email' => 'The :attribute must be between :min and :max digits.',
|
||||
'exists' => 'The :attribute must be a valid email address.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'confirmed' => ':attribute Feld muss richtig oder falsch sein.',
|
||||
'date' => ':attribute stimmt nicht mit der Bestätigung überein.',
|
||||
'date_format' => ':attribute ist kein gültiges Datum.',
|
||||
'different' => ':attribute entspricht nicht dem gültigen Format :format.',
|
||||
'digits' => ':attribute und :other müssen sich unterscheiden.',
|
||||
'digits_between' => ':attribute muss :digits Stellen haben.',
|
||||
'email' => ':attribute soll mindestens :min und darf maximal :max Stellen haben.',
|
||||
'exists' => ':attribute muss eine gültige Emailadresse sein.',
|
||||
'distinct' => ':attribute hat doppelte Werte.',
|
||||
'filled' => 'Das Format von :attribute ist ungültig.',
|
||||
'image' => ':attribute muss ein Bild sein.',
|
||||
'in' => ':attribute muss ein Bild sein.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The selected :attribute is invalid.',
|
||||
'ip' => 'The :attribute must be an integer.',
|
||||
'in_array' => ':attribute existiert nicht in :other.',
|
||||
'integer' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'ip' => ':attribute muss eine ganze Zahl sein.',
|
||||
'json' => ':attribut muss ein gültiger JSON-String sein.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute must be a valid IP address.',
|
||||
'file' => 'The :attribute may not be greater than :max.',
|
||||
'string' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'numeric' => ':attribute muss eine gültige IP-Adresse sein.',
|
||||
'file' => ':attribute darf nicht größer als :max sein.',
|
||||
'string' => ':attribute darf nicht größer als :max kb sein.',
|
||||
'array' => ':attribute darf nicht mehr als :max Elemente haben.',
|
||||
],
|
||||
'mimes' => ':attribute darf nicht mehr als :max Elemente haben.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be a file of type: :values.',
|
||||
'numeric' => ':attribute muss eine Datei des Typs :values sein.',
|
||||
'file' => ':attribute muss mindestens :min Kilobytes groß sein.',
|
||||
'string' => ':attribute muss mindestens :min Kilobytes groß sein.',
|
||||
'array' => 'The :attribute must be at least :min characters.',
|
||||
'array' => ':attribute muss mindestens :min Zeichen lang sein.',
|
||||
],
|
||||
'not_in' => 'The :attribute must have at least :min items.',
|
||||
'numeric' => 'The selected :attribute is invalid.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute must be a number.',
|
||||
'not_in' => ':attribute muss mindestens :min Elemente haben.',
|
||||
'numeric' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'present' => ':attribute muss ausgefüllt sein.',
|
||||
'regex' => ':attribute muss eine Zahl sein.',
|
||||
'required' => 'Das Format von :attribute ist ungültig.',
|
||||
'required_if' => 'The :attribute field is required.',
|
||||
'required_if' => ':attribute muss ausgefüllt sein.',
|
||||
'required_unless' => 'Das :attribute Feld ist erforderlich außer :other hat den Wert :values.',
|
||||
'required_with' => 'The :attribute field is required when :other is :value.',
|
||||
'required_with' => ':attribute muss angegeben werden, wenn :values ausgefüllt wurde.',
|
||||
'required_with_all' => ':attribute muss angegeben werden, wenn :values ausgefüllt wurde.',
|
||||
'required_without' => ':attribute muss angegeben werden, wenn :values ausgefüllt wurde.',
|
||||
'required_without_all' => 'The :attribute field is required when :values is not present.',
|
||||
'same' => 'The :attribute field is required when none of :values are present.',
|
||||
'required_without_all' => ':attribute muss angegeben werden, wenn :values nicht ausgefüllt wurde.',
|
||||
'same' => ':attribute ist erforderlich, wenn keines von :values vorhanden ist.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute and :other must match.',
|
||||
'numeric' => ':attribute und :other müssen übereinstimmen.',
|
||||
'file' => ':attribute muss :size Kilobytes groß sein.',
|
||||
'string' => ':attribute muss :size Zeichen lang sein.',
|
||||
'array' => ':attribute muss :size Zeichen lang sein.',
|
||||
],
|
||||
'string' => 'The :attribute must contain :size items.',
|
||||
'string' => ':attribute muss :size Elemente beinhalten.',
|
||||
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
|
||||
'unique' => ':attribute ist schon vergeben.',
|
||||
'url' => 'Das Format von :attribute ist ungültig.',
|
||||
|
||||
Reference in New Issue
Block a user