diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index 237051116..dbcd28768 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -27,7 +27,7 @@ return [ 'numeric' => 'ה- :attribute צריך להיות בין :min and :max.', 'file' => 'ה- :attribute צריך להיות בין :min and :max kilobytes.', 'string' => 'ה- :attribute צריך להיות בין :min and :max characters.', - 'array' => 'ה- :attribute must have between :min and :max items.', + 'array' => 'ה- :attribute צריך לכלול בין :min and :max items.', ], 'boolean' => 'ה- :attribute field must be true or false.', 'confirmed' => 'ה- :attribute confirmation does not match.', @@ -62,7 +62,7 @@ return [ 'numeric' => 'ה- :attribute צריך להיות לפחות :min.', 'file' => 'ה- :attribute צריך להיות לפחות :min kilobytes.', 'string' => 'ה- :attribute צריך להיות לפחות :min characters.', - 'array' => 'ה- :attribute must have at least :min items.', + 'array' => 'ה- :attribute צריך לכלול לפחות :min items.', ], 'not_in' => 'ה- selected :attribute is invalid.', 'not_regex' => 'ה- :attribute format is invalid.', @@ -78,10 +78,10 @@ return [ 'required_without_all' => 'ה- :attribute field is required when none of :values are present.', 'same' => 'ה- :attribute and :other must match.', 'size' => [ - 'numeric' => 'ה- :attribute must be :size.', - 'file' => 'ה- :attribute must be :size kilobytes.', - 'string' => 'ה- :attribute must be :size characters.', - 'array' => 'ה- :attribute must contain :size items.', + 'numeric' => 'ה- :attribute צריך להיות :size.', + 'file' => 'ה- :attribute צריך להיות :size kilobytes.', + 'string' => 'ה- :attribute צריך להיות :size characters.', + 'array' => 'ה- :attribute צריך לכלול :size items.', ], 'string' => 'ה- :attribute must be a string.', 'timezone' => 'ה- :attribute must be a valid zone.',