From 6b1beff6164556d06c3c23d9798673e083485640 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:34 +0000 Subject: [PATCH] New translations validation.php (Hebrew) --- resources/lang/he/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index 2797a9c21..7c02735ca 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => 'שדה :attribute נחוץ כאשר :values לא בנמצא.', 'required_without_all' => 'שדה :attribute נחוץ כאשר אף אחד מ-:values נמצאים.', 'same' => 'שדה :attribute ו-:other חייבים להיות זהים.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => 'שדה :attribute חייב להיות :size.', 'file' => 'שדה :attribute חייב להיות :size קילובייטים.',