2025-02-10 12:33:52 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'accepted' => 'Pole :attribute musi zostać zaakceptowane.',
|
|
|
|
|
'active_url' => 'Pole :attribute jest nieprawidłowym adresem URL.',
|
|
|
|
|
'after' => 'Pole :attribute musi być datą późniejszą od :date.',
|
|
|
|
|
'after_or_equal' => 'Pole :attribute musi być datą nie wcześniejszą niż :date.',
|
|
|
|
|
'alpha' => 'Pole :attribute może zawierać jedynie litery.',
|
|
|
|
|
'alpha_dash' => 'Pole :attribute może zawierać jedynie litery, cyfry, myślniki i podkreślenia.',
|
|
|
|
|
'alpha_num' => 'Pole :attribute może zawierać jedynie litery i cyfry.',
|
|
|
|
|
'array' => 'Pole :attribute musi być tablicą.',
|
|
|
|
|
'before' => 'Pole :attribute musi być datą wcześniejszą od :date.',
|
|
|
|
|
'before_or_equal' => 'Pole :attribute musi być datą nie późniejszą niż :date.',
|
|
|
|
|
'between' => [
|
|
|
|
|
'numeric' => 'Pole :attribute musi zawierać się w granicach :min - :max.',
|
|
|
|
|
'file' => 'Pole :attribute musi zawierać się w granicach :min - :max kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute musi zawierać się w granicach :min - :max znaków.',
|
|
|
|
|
'array' => 'Pole :attribute musi składać się z :min - :max elementów.',
|
|
|
|
|
],
|
|
|
|
|
'boolean' => 'Pole :attribute musi mieć wartość prawda albo fałsz.',
|
|
|
|
|
'confirmed' => 'Potwierdzenie pola :attribute nie zgadza się.',
|
|
|
|
|
'date' => 'Pole :attribute nie jest prawidłową datą.',
|
|
|
|
|
'date_equals' => 'Pole :attribute musi być datą równą :date.',
|
|
|
|
|
'date_format' => 'Pole :attribute nie jest w formacie :format.',
|
|
|
|
|
'different' => 'Pole :attribute oraz :other muszą się różnić.',
|
|
|
|
|
'digits' => 'Pole :attribute musi składać się z :digits cyfr.',
|
|
|
|
|
'digits_between' => 'Pole :attribute musi mieć od :min do :max cyfr.',
|
|
|
|
|
'dimensions' => 'Pole :attribute ma nieprawidłowe wymiary.',
|
|
|
|
|
'distinct' => 'Pole :attribute ma zduplikowane wartości.',
|
|
|
|
|
'email' => 'Pole :attribute nie jest prawidłowym adresem e-mail.',
|
|
|
|
|
'ends_with' => 'Pole :attribute musi kończyć się jedną z następujących wartości: :values.',
|
|
|
|
|
'exists' => 'Zaznaczone pole :attribute jest nieprawidłowe.',
|
|
|
|
|
'file' => 'Pole :attribute musi być plikiem.',
|
|
|
|
|
'filled' => 'Pole :attribute nie może być puste.',
|
|
|
|
|
'gt' => [
|
|
|
|
|
'numeric' => 'Pole :attribute musi być większe niż :value.',
|
|
|
|
|
'file' => 'Pole :attribute musi być większe niż :value kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute musi być dłuższe niż :value znaków.',
|
|
|
|
|
'array' => 'Pole :attribute musi mieć więcej niż :value elementów.',
|
|
|
|
|
],
|
|
|
|
|
'gte' => [
|
|
|
|
|
'numeric' => 'Pole :attribute musi być większe lub równe :value.',
|
|
|
|
|
'file' => 'Pole :attribute musi być większe lub równe :value kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute musi być dłuższe lub równe :value znaków.',
|
|
|
|
|
'array' => 'Pole :attribute musi mieć :value lub więcej elementów.',
|
|
|
|
|
],
|
|
|
|
|
'image' => 'Pole :attribute musi być obrazkiem.',
|
|
|
|
|
'in' => 'Zaznaczony element :attribute jest nieprawidłowy.',
|
|
|
|
|
'in_array' => 'Pole :attribute nie znajduje się w :other.',
|
|
|
|
|
'integer' => 'Pole :attribute musi być liczbą całkowitą.',
|
|
|
|
|
'ip' => 'Pole :attribute musi być prawidłowym adresem IP.',
|
|
|
|
|
'ipv4' => 'Pole :attribute musi być prawidłowym adresem IPv4.',
|
|
|
|
|
'ipv6' => 'Pole :attribute musi być prawidłowym adresem IPv6.',
|
|
|
|
|
'json' => 'Pole :attribute musi być poprawnym ciągiem znaków JSON.',
|
|
|
|
|
'lt' => [
|
|
|
|
|
'numeric' => 'Pole :attribute musi być mniejsze niż :value.',
|
|
|
|
|
'file' => 'Pole :attribute musi być mniejsze niż :value kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute musi być krótsze niż :value znaków.',
|
|
|
|
|
'array' => 'Pole :attribute musi mieć mniej niż :value elementów.',
|
|
|
|
|
],
|
|
|
|
|
'lte' => [
|
|
|
|
|
'numeric' => 'Pole :attribute musi być mniejsze lub równe :value.',
|
|
|
|
|
'file' => 'Pole :attribute musi być mniejsze lub równe :value kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute musi być krótsze lub równe :value znaków.',
|
|
|
|
|
'array' => 'Pole :attribute nie może mieć więcej niż :value elementów.',
|
|
|
|
|
],
|
|
|
|
|
'max' => [
|
|
|
|
|
'numeric' => 'Pole :attribute nie może być większe niż :max.',
|
|
|
|
|
'file' => 'Pole :attribute nie może być większe niż :max kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute nie może być dłuższe niż :max znaków.',
|
|
|
|
|
'array' => 'Pole :attribute nie może mieć więcej niż :max elementów.',
|
|
|
|
|
],
|
|
|
|
|
'mimes' => 'Pole :attribute musi być plikiem typu :values.',
|
|
|
|
|
'mimetypes' => 'Pole :attribute musi być plikiem typu :values.',
|
|
|
|
|
'min' => [
|
|
|
|
|
'numeric' => 'Pole :attribute musi być nie mniejsze od :min.',
|
|
|
|
|
'file' => 'Pole :attribute musi mieć przynajmniej :min kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute musi mieć przynajmniej :min znaków.',
|
|
|
|
|
'array' => 'Pole :attribute musi mieć przynajmniej :min elementów.',
|
|
|
|
|
],
|
|
|
|
|
'multiple_of' => 'Pole :attribute musi być wielokrotnością :value',
|
|
|
|
|
'not_in' => 'Zaznaczony :attribute jest nieprawidłowy.',
|
|
|
|
|
'not_regex' => 'Format pola :attribute jest nieprawidłowy.',
|
|
|
|
|
'numeric' => 'Pole :attribute musi być liczbą.',
|
|
|
|
|
'password' => 'Hasło jest nieprawidłowe.',
|
|
|
|
|
'present' => 'Pole :attribute musi być obecne.',
|
|
|
|
|
'regex' => 'Format pola :attribute jest nieprawidłowy.',
|
|
|
|
|
'required' => 'Pole :attribute jest wymagane.',
|
|
|
|
|
'required_if' => 'Pole :attribute jest wymagane gdy :other ma wartość :value.',
|
|
|
|
|
'required_unless' => 'Pole :attribute jest wymagane jeżeli :other nie znajduje się w :values.',
|
|
|
|
|
'required_with' => 'Pole :attribute jest wymagane gdy :values jest obecne.',
|
|
|
|
|
'required_with_all' => 'Pole :attribute jest wymagane gdy wszystkie :values są obecne.',
|
|
|
|
|
'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest obecne.',
|
|
|
|
|
'required_without_all' => 'Pole :attribute jest wymagane gdy żadne z :values nie są obecne.',
|
|
|
|
|
'same' => 'Pole :attribute i :other muszą być takie same.',
|
|
|
|
|
'size' => [
|
|
|
|
|
'numeric' => 'Pole :attribute musi mieć :size.',
|
|
|
|
|
'file' => 'Pole :attribute musi mieć :size kilobajtów.',
|
|
|
|
|
'string' => 'Pole :attribute musi mieć :size znaków.',
|
|
|
|
|
'array' => 'Pole :attribute musi zawierać :size elementów.',
|
|
|
|
|
],
|
|
|
|
|
'starts_with' => 'Pole :attribute musi zaczynać się jedną z następujących wartości: :values.',
|
|
|
|
|
'string' => 'Pole :attribute musi być ciągiem znaków.',
|
|
|
|
|
'timezone' => 'Pole :attribute musi być prawidłową strefą czasową.',
|
|
|
|
|
'unique' => 'Taki :attribute już występuje.',
|
|
|
|
|
'uploaded' => 'Nie udało się wgrać pliku :attribute.',
|
|
|
|
|
'url' => 'Format pola :attribute jest nieprawidłowy.',
|
|
|
|
|
'uuid' => 'Pole :attribute musi być poprawnym identyfikatorem UUID.',
|
|
|
|
|
|
|
|
|
|
'custom' => [
|
|
|
|
|
'attribute-name' => [
|
|
|
|
|
'rule-name' => 'custom-message',
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'attributes' => [],
|
|
|
|
|
|
|
|
|
|
'invalid_json' => 'Nieprawidłowe dane wejściowe. Popraw je i spróbuj ponownie.',
|
|
|
|
|
'invalid_captcha' => 'Nieprawidłowy kod CAPTCHA. Popraw go i spróbuj ponownie.',
|
|
|
|
|
'complete_captcha' => 'Proszę wypełnić kod CAPTCHA.',
|
2025-02-24 10:08:37 +01:00
|
|
|
'yes' => 'Tak',
|
|
|
|
|
'no' => 'Nie',
|
2025-02-10 12:33:52 +01:00
|
|
|
];
|