From 02ec1688b4ddd678ce65dbe5a415e3e89df115bf Mon Sep 17 00:00:00 2001 From: j1t Date: Sat, 26 May 2018 22:49:41 +0000 Subject: [PATCH] Update validation.php --- resources/lang/he/validation.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index da36d5c9e..bbe8aedb7 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -13,16 +13,16 @@ return [ | */ - 'accepted' => 'ה- :attribute must be accepted.', - 'active_url' => 'ה- :attribute is not a valid URL.', - 'after' => 'ה- :attribute must be a date after :date.', - 'after_or_equal' => 'ה- :attribute must be a date after or equal to :date.', - 'alpha' => 'ה- :attribute may only contain letters.', - 'alpha_dash' => 'ה- :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'ה- :attribute may only contain letters and numbers.', - 'array' => 'ה- :attribute must be an array.', - 'before' => 'ה- :attribute must be a date before :date.', - 'before_or_equal' => 'ה- :attribute must be a date before or equal to :date.', + 'accepted' => 'חובה לאשר את ה- :attribute.', + 'active_url' => 'ה- :attribute לא URL תקין.', + 'after' => 'ה- :attribute חייב להיות תאריך אחרי :date.', + 'after_or_equal' => 'ה- :attribute חייב להיות תאריך אחרי או שווה ל- :date.', + 'alpha' => 'ה- :attribute יכול לכלול רק אותיות.', + 'alpha_dash' => 'ה- :attribute יכול לכלול רק אותיות, מספרים וקוים מפרידים.', + 'alpha_num' => 'ה- :attribute יכול לכלול רק אותיות ומספרים.', + 'array' => 'ה- :attribute חייב להיות מערך.', + 'before' => 'ה- :attribute חייב להיות תאריך לפני :date.', + 'before_or_equal' => 'ה- :attribute חייב להיות תאריך לפני או שווה ל- :date.', 'between' => [ 'numeric' => 'ה- :attribute צריך להיות בין :min ו- :max.', 'file' => 'ה- :attribute צריך להיות בין :min ו- :max קילובייט.',