X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3433/head:/resources/lang/pl/validation.php diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 26ac348c1..935c634df 100644 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute może zawierać wyłącznie litery, cyfry i myślniki.', 'alpha_num' => ':attribute może zawierać wyłącznie litery i cyfry.', 'array' => ':attribute musi być tablicą.', + 'backup_codes' => 'Podany kod jest nieprawidłowy lub został już użyty.', 'before' => ':attribute musi być datą poprzedzającą :date.', 'between' => [ 'numeric' => ':attribute musi zawierać się w przedziale od :min do :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => ':attribute musi mieć od :min do :max cyfr.', 'email' => ':attribute musi być prawidłowym adresem e-mail.', 'ends_with' => ':attribute musi kończyć się jedną z poniższych wartości: :values', + 'file' => ':attribute musi być prawidłowym plikiem.', 'filled' => ':attribute jest wymagany.', 'gt' => [ 'numeric' => ':attribute musi być większy niż :value.', @@ -51,7 +53,7 @@ return [ 'integer' => ':attribute musi być liczbą całkowitą.', 'ip' => ':attribute musi być prawidłowym adresem IP.', 'ipv4' => ':attribute musi być prawidłowym adresem IPv4.', - 'ipv6' => ':attribute musi być prawidłowym adresem IPv6.', + 'ipv6' => ':attribute musi być prawidłowym adresem IPv6.', 'json' => ':attribute musi być prawidłowym ciągiem JSON.', 'lt' => [ 'numeric' => ':attribute musi być mniejszy niż :value.', @@ -78,7 +80,6 @@ return [ 'string' => 'Długość :attribute nie może być mniejsza niż :min znaków.', 'array' => 'Rozmiar :attribute musi posiadać co najmniej :min elementy.', ], - 'no_double_extension' => ':attribute może mieć tylko jedno rozszerzenie.', 'not_in' => 'Wartość :attribute jest nieprawidłowa.', 'not_regex' => 'Format :attribute jest nieprawidłowy.', 'numeric' => ':attribute musi być liczbą.', @@ -90,7 +91,7 @@ return [ 'required_without' => 'Pole :attribute jest wymagane jeśli :values nie zostało wprowadzone.', 'required_without_all' => 'Pole :attribute jest wymagane jeśli żadna z wartości :values nie została podana.', 'same' => 'Pole :attribute i :other muszą być takie same.', - 'safe_url' => 'The provided link may not be safe.', + 'safe_url' => 'Podany link może nie być bezpieczny.', 'size' => [ 'numeric' => ':attribute musi mieć długość :size.', 'file' => ':attribute musi mieć :size kilobajtów.', @@ -99,6 +100,7 @@ return [ ], 'string' => ':attribute musi być ciągiem znaków.', 'timezone' => ':attribute musi być prawidłową strefą czasową.', + 'totp' => 'Podany kod jest nieprawidłowy lub wygasł.', 'unique' => ':attribute zostało już zajęte.', 'url' => 'Format :attribute jest nieprawidłowy.', 'uploaded' => 'Plik nie może zostać wysłany. Serwer nie akceptuje plików o takim rozmiarze.',