From 7361e41ef99da2919f59481dfaebac6a14d4adda Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:22 +0000 Subject: [PATCH] New translations validation.php (Slovak) --- resources/lang/sk/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/sk/validation.php b/resources/lang/sk/validation.php index 8dc26905d..c127b0623 100644 --- a/resources/lang/sk/validation.php +++ b/resources/lang/sk/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => 'Políčko :attribute je povinné aj :values neexistuje.', 'required_without_all' => 'Políčko :attribute je povinné ak ani jedno z :values neexistuje.', 'same' => ':attribute a :other musia byť rovnaké.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute musí byť :size.', 'file' => ':attribute musí mať :size kilobajtov.',