X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ced15b64a8ff6853e91b9606709da3c21e9d33be..refs/pull/3032/head:/resources/lang/pl/validation.php diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 76ff49a6a..ab4c9da7b 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.', @@ -51,7 +52,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.', @@ -98,6 +99,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.',