From 8bc8bf1dd428487ca18e17d715217fd71e02b730 Mon Sep 17 00:00:00 2001 From: Dan Brown <ssddanbrown@googlemail.com> Date: Sat, 31 Oct 2020 16:58:23 +0000 Subject: [PATCH] New translations validation.php (Polish) --- resources/lang/pl/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 249d20ca7..26ac348c1 100644 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -90,6 +90,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.', 'size' => [ 'numeric' => ':attribute musi mieć długość :size.', 'file' => ':attribute musi mieć :size kilobajtów.',