Files
projectsend/lang/pl/validation.php
T
ignacionelson 6e47d76ba6 ProjectSend 2.0.0
Client file sharing, rebuilt from the ground up: a private area per
client, resumable uploads, folders, groups and categories, sharing with
expiry dates and download limits, comments, file versions, an activity
log, a REST API, and sixteen languages.

This repository begins here. ProjectSend 2 was developed privately, and
that development history is not published — the previous generation
remains available, with its own history, at projectsend/legacy.

Free software under the GNU General Public License v2, or (at your
option) any later version.
2026-08-14 01:38:12 -03:00

289 lines
18 KiB
PHP

<?php
declare(strict_types=1);
return [
'accepted' => 'Pole :attribute musi zostać zaakceptowane.',
'accepted_if' => 'Pole :attribute musi zostać zaakceptowane gdy :other ma wartość :value.',
'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 i myślniki.',
'alpha_num' => 'Pole :attribute może zawierać jedynie litery i cyfry.',
'any_of' => 'Pole :attribute ma nieprawidłową wartość.',
'array' => 'Pole :attribute musi być tablicą.',
'ascii' => 'Pole :attribute może zawierać tylko jednobajtowe znaki alfanumeryczne i symbole.',
'before' => 'Pole :attribute musi być datą wcześniejszą od :date.',
'before_or_equal' => 'Pole :attribute musi być datą nie późniejszą niż :date.',
'between' => [
'array' => 'Pole :attribute musi składać się z :min - :max elementów.',
'file' => 'Pole :attribute musi zawierać się w granicach :min - :max kilobajtów.',
'numeric' => 'Pole :attribute musi zawierać się w granicach :min - :max.',
'string' => 'Pole :attribute musi zawierać się w granicach :min - :max znaków.',
],
'boolean' => 'Pole :attribute musi mieć wartość logiczną prawda albo fałsz.',
'can' => 'Pole :attribute zawiera nieautoryzowaną wartość.',
'confirmed' => 'Potwierdzenie pola :attribute nie zgadza się.',
'contains' => 'Pole :attribute nie zawiera wymaganego elementu.',
'current_password' => 'Hasło jest nieprawidłowe.',
'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.',
'decimal' => 'Pole :attribute musi mieć :decimal miejsc po przecinku.',
'declined' => 'Pole :attribute musi zostać odrzucone.',
'declined_if' => 'Pole :attribute musi zostać odrzucone, gdy :other ma wartość :value.',
'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 niepoprawne wymiary.',
'distinct' => 'Pole :attribute ma zduplikowane wartości.',
'doesnt_contain' => 'Pole :attribute nie może zawierać żadnej z następujących wartości: :values.',
'doesnt_end_with' => 'Pole :attribute nie może kończyć się jedną z następujących wartości: :values.',
'doesnt_start_with' => 'Pole :attribute nie może zaczynać się od jednego z następujących wartości: :values.',
'email' => 'Pole :attribute nie jest poprawnym adresem e-mail.',
'encoding' => 'The :attribute field must be encoded in :encoding.',
'ends_with' => 'Pole :attribute musi kończyć się jedną z następujących wartości: :values.',
'enum' => 'Pole :attribute ma niepoprawną wartość.',
'exists' => 'Zaznaczone pole :attribute jest nieprawidłowe.',
'extensions' => 'Pole :attribute musi mieć jedno z następujących rozszerzeń: :values.',
'file' => 'Pole :attribute musi być plikiem.',
'filled' => 'Pole :attribute musi być wypełnione.',
'gt' => [
'array' => 'Pole :attribute musi mieć więcej niż :value elementów.',
'file' => 'Pole :attribute musi być większe niż :value kilobajtów.',
'numeric' => 'Pole :attribute musi być większe niż :value.',
'string' => 'Pole :attribute musi być dłuższe niż :value znaków.',
],
'gte' => [
'array' => 'Pole :attribute musi mieć :value lub więcej elementów.',
'file' => 'Pole :attribute musi być większe lub równe :value kilobajtów.',
'numeric' => 'Pole :attribute musi być większe lub równe :value.',
'string' => 'Pole :attribute musi być dłuższe lub równe :value znaków.',
],
'hex_color' => 'Pole :attribute musi mieć podany prawidłowy kolor w formacie szesnastkowym.',
'image' => 'Pole :attribute musi być obrazkiem.',
'in' => 'Zaznaczony element :attribute jest nieprawidłowy.',
'in_array' => 'Pole :attribute nie znajduje się w :other.',
'in_array_keys' => 'Pole :attribute musi zawierać co najmniej jeden z następujących kluczy: :values.',
'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.',
'list' => 'Pole :attribute musi zawierać listę wartości.',
'lowercase' => 'Pole :attribute musi być zapisane małymi literami.',
'lt' => [
'array' => 'Pole :attribute musi mieć mniej niż :value elementów.',
'file' => 'Pole :attribute musi być mniejsze niż :value kilobajtów.',
'numeric' => 'Pole :attribute musi być mniejsze niż :value.',
'string' => 'Pole :attribute musi być krótsze niż :value znaków.',
],
'lte' => [
'array' => 'Pole :attribute musi mieć :value lub mniej elementów.',
'file' => 'Pole :attribute musi być mniejsze lub równe :value kilobajtów.',
'numeric' => 'Pole :attribute musi być mniejsze lub równe :value.',
'string' => 'Pole :attribute musi być krótsze lub równe :value znaków.',
],
'mac_address' => 'Pole :attribute musi być prawidłowym adresem MAC.',
'max' => [
'array' => 'Pole :attribute nie może mieć więcej niż :max elementów.',
'file' => 'Pole :attribute nie może być większe niż :max kilobajtów.',
'numeric' => 'Pole :attribute nie może być większe niż :max.',
'string' => 'Pole :attribute nie może być dłuższe niż :max znaków.',
],
'max_digits' => 'Pole :attribute nie może mieć więcej niż :max cyfr.',
'mimes' => 'Pole :attribute musi być plikiem typu :values.',
'mimetypes' => 'Pole :attribute musi być plikiem typu :values.',
'min' => [
'array' => 'Pole :attribute musi mieć przynajmniej :min elementów.',
'file' => 'Pole :attribute musi mieć przynajmniej :min kilobajtów.',
'numeric' => 'Pole :attribute musi być nie mniejsze od :min.',
'string' => 'Pole :attribute musi mieć przynajmniej :min znaków.',
],
'min_digits' => 'Pole :attribute musi mieć co najmniej :min cyfr.',
'missing' => 'Musi brakować pola :attribute.',
'missing_if' => 'Jeśli :other to :value, musi brakować pola :attribute.',
'missing_unless' => 'Musi brakować pola :attribute, chyba że :other to :value.',
'missing_with' => 'Jeśli występuje wartość :values, musi brakować pola :attribute.',
'missing_with_all' => 'Jeśli występuje :values, musi brakować pola :attribute.',
'multiple_of' => 'Pole :attribute musi być wielokrotnością wartości :value.',
'not_in' => 'Zaznaczony :attribute jest nieprawidłowy.',
'not_regex' => 'Format pola :attribute jest nieprawidłowy.',
'numeric' => 'Pole :attribute musi być liczbą.',
'password' => [
'letters' => 'Pole :attribute musi zawierać przynajmniej jedną literę.',
'mixed' => 'Pole :attribute musi zawierać przynajmniej jedną wielką i jedną małą literę.',
'numbers' => 'Pole :attribute musi zawierać przynajmniej jedną liczbę.',
'symbols' => 'Pole :attribute musi zawierać przynajmniej jeden symbol.',
'uncompromised' => 'Podany :attribute pojawił się w wycieku danych. Proszę wybrać inną wartość :attribute.',
],
'present' => 'Pole :attribute musi być obecne.',
'present_if' => 'Pole :attribute musi być obecne jeżeli :other ma wartość :value.',
'present_unless' => 'Pole :attribute musi być obecne, chyba że :other ma wartość :value.',
'present_with' => 'Pole :attribute musi być obecne, gdy :values jest podane.',
'present_with_all' => 'Pole :attribute musi być obecne kiedy :values są podane.',
'prohibited' => 'Pole :attribute jest zabronione.',
'prohibited_if' => 'Pole :attribute jest zabronione, gdy :other to :value.',
'prohibited_if_accepted' => 'Pole :attribute jest zabronione, gdy akceptowane jest pole :other.',
'prohibited_if_declined' => 'Pole :attribute jest zabronione, gdy odrzucono pole :other.',
'prohibited_unless' => 'Pole :attribute jest zabronione, chyba że :other jest w :values.',
'prohibits' => 'Pole :attribute wyklucza obecność :other.',
'regex' => 'Format pola :attribute jest nieprawidłowy.',
'required' => 'Pole :attribute jest wymagane.',
'required_array_keys' => 'Pole :attribute musi zawierać wartości: :values.',
'required_if' => 'Pole :attribute jest wymagane gdy :other ma wartość :value.',
'required_if_accepted' => 'Pole :attribute jest wymagane, gdy :other jest zaakceptowane.',
'required_if_declined' => 'Pole :attribute jest wymagane gdy :other jest odrzucone.',
'required_unless' => 'Pole :attribute jest wymagane jeżeli :other nie znajduje się w :values.',
'required_with' => 'Pole :attribute jest wymagane gdy wartość :values jest obecna.',
'required_with_all' => 'Pole :attribute jest wymagane gdy wszystkie wartości :values są obecne.',
'required_without' => 'Pole :attribute jest wymagane gdy wartość :values nie jest obecna.',
'required_without_all' => 'Pole :attribute jest wymagane gdy żadne z wartości :values nie są obecne.',
'same' => 'Pole :attribute i :other muszą być takie same.',
'size' => [
'array' => 'Pole :attribute musi zawierać :size elementów.',
'file' => 'Pole :attribute musi mieć :size kilobajtów.',
'numeric' => 'Pole :attribute musi mieć :size.',
'string' => 'Pole :attribute musi mieć :size znakó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ą.',
'ulid' => 'Pole :attribute musi być prawidłowym identyfikatorem ULID.',
'unique' => 'Taki :attribute już występuje.',
'uploaded' => 'Nie udało się wgrać pliku :attribute.',
'uppercase' => 'Pole :attribute musi być zapisane wielkimi literami.',
'url' => 'Format pola :attribute jest nieprawidłowy.',
'uuid' => 'Pole :attribute musi być poprawnym identyfikatorem UUID.',
'attributes' => [
'address' => 'adres',
'affiliate_url' => 'adres URL partnera',
'age' => 'wiek',
'amount' => 'ilość',
'announcement' => 'ogłoszenie',
'area' => 'obszar',
'audience_prize' => 'nagroda publiczności',
'audience_winner' => 'zwycięzca publiczności',
'available' => 'dostępny',
'birthday' => 'urodziny',
'body' => 'treść',
'city' => 'miasto',
'color' => 'color',
'company' => 'firma',
'compilation' => 'kompilacja',
'concept' => 'pojęcie',
'conditions' => 'warunki',
'content' => 'zawartość',
'contest' => 'konkurs',
'country' => 'kraj',
'cover' => 'okładka',
'created_at' => 'utworzono',
'creator' => 'twórca',
'currency' => 'waluta',
'current_password' => 'aktualne hasło',
'customer' => 'klient',
'date' => 'data',
'date_of_birth' => 'data urodzenia',
'dates' => 'daty',
'day' => 'dzień',
'deleted_at' => 'skasowano',
'description' => 'opis',
'display_type' => 'typ wyświetlacza',
'district' => 'dzielnica',
'duration' => 'czas trwania',
'email' => 'adres e-mail',
'excerpt' => 'wyciąg',
'filter' => 'filtr',
'finished_at' => 'zakończono o',
'first_name' => 'imię',
'gender' => 'płeć',
'grand_prize' => 'nagroda główna',
'group' => 'grupa',
'hour' => 'godzina',
'image' => 'obrazek',
'image_desktop' => 'obraz pulpitu',
'image_main' => 'główny obraz',
'image_mobile' => 'obraz mobilny',
'images' => 'obrazy',
'is_audience_winner' => 'jest zwycięzcą publiczności',
'is_hidden' => 'jest ukryty',
'is_subscribed' => 'jest zapisany',
'is_visible' => 'jest widoczny',
'is_winner' => 'jest zwycięzcą',
'items' => 'elementy',
'key' => 'klucz',
'last_name' => 'nazwisko',
'lesson' => 'lekcja',
'line_address_1' => 'linia adresu 1',
'line_address_2' => 'linia adresu 2',
'login' => 'Zaloguj się',
'message' => 'wiadomość',
'middle_name' => 'drugie imię',
'minute' => 'minuta',
'mobile' => 'numer telefonu komórkowego',
'month' => 'miesiąc',
'name' => 'nazwa',
'national_code' => 'kod kraju',
'number' => 'numer',
'password' => 'hasło',
'password_confirmation' => 'potwierdzenie hasła',
'phone' => 'numer telefonu',
'photo' => 'zdjęcie',
'portfolio' => 'portfolio',
'postal_code' => 'kod pocztowy',
'preview' => 'podgląd',
'price' => 'cena',
'product_id' => 'ID produktu',
'product_uid' => 'UID produktu',
'product_uuid' => 'UUID produktu',
'promo_code' => 'kod promocyjny',
'province' => 'województwo lub stan',
'quantity' => 'ilość',
'reason' => 'powód',
'recaptcha_response_field' => 'pole odpowiedzi reCAPTCHA',
'referee' => 'sędzia',
'referees' => 'sędziowie',
'region' => 'region',
'reject_reason' => 'powód odrzucenia',
'remember' => 'zapamiętaj',
'restored_at' => 'odtworzono',
'result_text_under_image' => 'wynikowy tekst pod obrazkiem',
'role' => 'rola',
'rule' => 'reguła',
'rules' => 'zasady',
'second' => 'sekunda',
'sex' => 'płeć',
'shipment' => 'wysyłka',
'short_text' => 'krótki tekst',
'size' => 'rozmiar',
'skills' => 'umiejętności',
'slug' => 'przyjazny URL',
'specialization' => 'specjalizacja',
'started_at' => 'rozpoczęto o',
'state' => 'stan',
'status' => 'status',
'street' => 'ulica',
'student' => 'uczeń',
'subject' => 'temat',
'tag' => 'tag',
'tags' => 'tagi',
'teacher' => 'nauczyciel',
'terms' => 'warunki',
'test_description' => 'testowy opis',
'test_locale' => 'testowa lokalizacja',
'test_name' => 'testowe imię',
'text' => 'tekst',
'time' => 'czas',
'title' => 'tytuł',
'type' => 'typ',
'updated_at' => 'zaktualizowano',
'user' => 'użytkownik',
'username' => 'nazwa użytkownika',
'value' => 'wartość',
'winner' => 'zwycięzca',
'work' => 'praca',
'year' => 'rok',
],
];