Sync languages
This commit is contained in:
@@ -31,57 +31,60 @@ return [
|
||||
'array' => ':attribute muss ein Array sein.',
|
||||
'before' => ':attribute muss ein Datum vor dem :date sein.',
|
||||
'between' => [
|
||||
'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.',
|
||||
'numeric' => ':attribute muss ein Datum vor dem :date sein.',
|
||||
'file' => ':attribute musi być między :min i :max.',
|
||||
'string' => ':attribute musi ważyć od :min do :max kilobajtów.',
|
||||
'array' => ':attribute muss zwischen :min & :max Elemente haben.',
|
||||
],
|
||||
'boolean' => ':attribute muss entweder \'true\' oder \'false\' sein.',
|
||||
'confirmed' => ':attribute stimmt nicht mit der Bestätigung überein.',
|
||||
'date' => ':attribute muss ein gültiges Datum sein.',
|
||||
'date_format' => ':attribute entspricht nicht dem gültigen Format für :format.',
|
||||
'different' => ':attribute und :other müssen sich unterscheiden.',
|
||||
'digits' => ':attribute muss :digits Stellen haben.',
|
||||
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
|
||||
'email' => ':attribute muss eine gültige E-Mail Adresse sein.',
|
||||
'exists' => 'Der gewählte Wert für :attribute ist ungültig.',
|
||||
'filled' => ':attribute muss ausgefüllt sein.',
|
||||
'boolean' => ':attribute muss zwischen :min & :max Elemente haben.',
|
||||
'confirmed' => 'Pole :attribute musi być prawdą albo fałszem.',
|
||||
'date' => 'Potwierdzenie :attribute nie pasuje.',
|
||||
'date_format' => ':attribute nie jest prawidłową datą.',
|
||||
'different' => ':attribute nie pasuje do formatu :format.',
|
||||
'digits' => ':attribute i :other muszą być różne.',
|
||||
'digits_between' => ':attribute musi zawierać cyfry :digits.',
|
||||
'email' => ':attribute musi mieć od :min do :max cyfer.',
|
||||
'exists' => ':attribute musi być prawidłowym adresem email.',
|
||||
'distinct' => 'Pole :attribute zawiera podwójną wartość.',
|
||||
'filled' => 'Format atrybutu ":attribute" jest nieprawidłowy.',
|
||||
'image' => ':attribute muss ein Bild sein.',
|
||||
'in' => 'Wybrane pole :attribute jest nieprawidłowe.',
|
||||
'integer' => ':attribute muss eine ganze Zahl sein.',
|
||||
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'in' => ':attribute muss ein Bild sein.',
|
||||
'in_array' => 'Pole :attribute nie istnieje w :other.',
|
||||
'integer' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'ip' => ':attribute musi być liczbą całkowitą.',
|
||||
'json' => ':attribute musi być prawidłowym węzłem JSON.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute darf maximal :max sein.',
|
||||
'file' => ':attribute darf maximal :max Kilobytes groß sein.',
|
||||
'string' => ':attribute darf maximal :max Zeichen haben.',
|
||||
'numeric' => ':attribute musi być prawidłowym adresem IP.',
|
||||
'file' => ':attribute nie może być większy niż :max.',
|
||||
'string' => ':attribute nie może ważyć więcej niż :max kilobajtów.',
|
||||
'array' => ':attribute darf nicht mehr als :max Elemente haben.',
|
||||
],
|
||||
'mimes' => ':attribute muss den Dateityp :values haben.',
|
||||
'mimes' => ':attribute darf nicht mehr als :max Elemente haben.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute muss mindestens :min sein.',
|
||||
'numeric' => ':attribute musi być typem pliku: :values.',
|
||||
'file' => ':attribute muss mindestens :min Kilobytes groß sein.',
|
||||
'string' => ':attribute muss mindestens :min Zeichen lang sein.',
|
||||
'array' => ':attribute muss mindestens :min Elemente haben.',
|
||||
'string' => ':attribute muss mindestens :min Kilobytes groß sein.',
|
||||
'array' => ':attribute musi mieć przynajmniej :min znaków.',
|
||||
],
|
||||
'not_in' => 'Wybrane pole :attribute jest nieprawidłowe.',
|
||||
'numeric' => ':attribute muss eine Zahl sein.',
|
||||
'regex' => ':attribute Format ist ungültig.',
|
||||
'required' => ':attribute muss ausgefüllt sein.',
|
||||
'required_if' => ':attribute muss ausgefüllt sein wenn :other :value ist.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => ':attribute muss angegeben werden wenn :values ausgefüllt wurde.',
|
||||
'not_in' => ':attribute musi zawierać przynajmniej :min elementów.',
|
||||
'numeric' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'present' => 'Pole :attribute musi być obecne.',
|
||||
'regex' => ':attribute musi być liczbą.',
|
||||
'required' => 'Format atrybutu ":attribute" jest nieprawidłowy.',
|
||||
'required_if' => 'Pole :attribute jest wymagane.',
|
||||
'required_unless' => 'Pole :attribute jest wymagane, chyba że :other jest w :values.',
|
||||
'required_with' => 'Pole :attribute jest wymagane, kiedy :other jest :value.',
|
||||
'required_with_all' => 'Pole :attribute jest wymagane kiedy obecne jest :values.',
|
||||
'required_without' => ':attribute muss angegeben werden wenn :values nicht ausgefüllt wurde.',
|
||||
'required_without_all' => ':attribute muss angegeben werden wenn keines der Felder :values ausgefüllt wurde.',
|
||||
'same' => ':attribute und :other müssen übereinstimmen.',
|
||||
'required_without' => 'Pole :attribute jest wymagane kiedy obecne jest :values.',
|
||||
'required_without_all' => 'Pole :attribute jest wymagane, kiedy :values nie jest dostępny.',
|
||||
'same' => 'Pole :attribute jest wymagane, kiedy żaden :values nie jest obecny.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute muss gleich :size sein.',
|
||||
'numeric' => ':attribute i :other muszą pasować.',
|
||||
'file' => ':attribute muss :size Kilobytes groß sein.',
|
||||
'string' => ':attribute muss :size Zeichen lang sein.',
|
||||
'array' => ':attribute muss :size Elemente beinhalten.',
|
||||
'array' => ':attribute muss :size Zeichen lang sein.',
|
||||
],
|
||||
'string' => ':attribute muss eine Zeichenfolge sein.',
|
||||
'string' => ':attribute musi zawierać :size elementów.',
|
||||
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
|
||||
'unique' => ':attribute ist schon vergeben.',
|
||||
'url' => 'Format atrybutu ":attribute" jest nieprawidłowy.',
|
||||
|
||||
Reference in New Issue
Block a user