From 1173a53266d3a58b6a670f57acbdb478068eb05c Mon Sep 17 00:00:00 2001 From: j1t Date: Tue, 22 May 2018 07:03:27 +0000 Subject: [PATCH] Update validation.php --- resources/lang/he/validation.php | 113 +++++++++++++++++++++++-------- 1 file changed, 85 insertions(+), 28 deletions(-) diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index 78c3d2516..237051116 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -1,36 +1,93 @@ + 'ה- :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.', + 'between' => [ + '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.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'boolean' => 'ה- :attribute field must be true or false.', + 'confirmed' => 'ה- :attribute confirmation does not match.', + 'date' => 'ה- :attribute is not a valid date.', + 'date_format' => 'ה- :attribute does not match the format :format.', + 'different' => 'ה- :attribute and :other must be different.', + 'digits' => 'ה- :attribute must be :digits digits.', + 'digits_between' => 'ה- :attribute must be between :min and :max digits.', + 'dimensions' => 'ה- :attribute has invalid image dimensions.', + 'distinct' => 'ה- :attribute field has a duplicate value.', + 'email' => 'ה- :attribute must be a valid email address.', + 'exists' => 'ה- selected :attribute is invalid.', + 'file' => 'ה- :attribute must be a file.', + 'filled' => 'ה- :attribute field must have a value.', + 'image' => 'ה- :attribute must be an image.', + 'in' => 'ה- selected :attribute is invalid.', + 'in_array' => 'ה- :attribute field does not exist in :other.', + 'integer' => 'ה- :attribute must be an integer.', + 'ip' => 'ה- :attribute must be a valid IP address.', + 'ipv4' => 'ה- :attribute must be a valid IPv4 address.', + 'ipv6' => 'ה- :attribute must be a valid IPv6 address.', + 'json' => 'ה- :attribute must be a valid JSON string.', + 'max' => [ + 'numeric' => 'ה- :attribute may not be greater than :max.', + 'file' => 'ה- :attribute may not be greater than :max kilobytes.', + 'string' => 'ה- :attribute may not be greater than :max characters.', + 'array' => 'ה- :attribute may not have more than :max items.', + ], + 'mimes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.', + 'mimetypes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'ה- :attribute צריך להיות לפחות :min.', + 'file' => 'ה- :attribute צריך להיות לפחות :min kilobytes.', + 'string' => 'ה- :attribute צריך להיות לפחות :min characters.', + 'array' => 'ה- :attribute must have at least :min items.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'not_regex' => 'The :attribute format is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'ה- selected :attribute is invalid.', + 'not_regex' => 'ה- :attribute format is invalid.', + 'numeric' => 'ה- :attribute must be a number.', + 'present' => 'ה- :attribute field must be present.', + 'regex' => 'ה- :attribute format is invalid.', + 'required' => 'ה- :attribute field is required.', + 'required_if' => 'ה- :attribute field is required when :other is :value.', + 'required_unless' => 'ה- :attribute field is required unless :other is in :values.', + 'required_with' => 'ה- :attribute field is required when :values is present.', + 'required_with_all' => 'ה- :attribute field is required when :values is present.', + 'required_without' => 'ה- :attribute field is required when :values is not present.', + 'required_without_all' => 'ה- :attribute field is required when none of :values are present.', + 'same' => 'ה- :attribute and :other must match.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'ה- :attribute must be :size.', + 'file' => 'ה- :attribute must be :size kilobytes.', + 'string' => 'ה- :attribute must be :size characters.', + 'array' => 'ה- :attribute must contain :size items.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'ה- :attribute must be a string.', + 'timezone' => 'ה- :attribute must be a valid zone.', + 'unique' => 'ה- :attribute has already been taken.', + 'uploaded' => 'ה- :attribute failed to upload.', + 'url' => 'ה- :attribute format is invalid.', /* |--------------------------------------------------------------------------