From: Dan Brown Date: Fri, 27 Dec 2019 16:40:22 +0000 (+0000) Subject: New translations validation.php (Polish) X-Git-Tag: v0.28.0~1^2~18^2~12 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f259bc2f154345c0b50b70f7ba07d868fc672e8c New translations validation.php (Polish) --- diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index bedffae41..249d20ca7 100644 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -80,7 +80,7 @@ return [ ], 'no_double_extension' => ':attribute może mieć tylko jedno rozszerzenie.', 'not_in' => 'Wartość :attribute jest nieprawidłowa.', - 'not_regex' => 'The :attribute format is invalid.', + 'not_regex' => 'Format :attribute jest nieprawidłowy.', 'numeric' => ':attribute musi być liczbą.', 'regex' => 'Format :attribute jest nieprawidłowy.', 'required' => 'Pole :attribute jest wymagane.',