Update validation.php

This commit is contained in:
j1t 2018-05-26 22:45:52 +00:00 committed by GitHub
parent 0fb5e143a5
commit 9f6b9bcd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 53 additions and 53 deletions

View File

@ -24,70 +24,70 @@ return [
'before' => 'ה- :attribute must be a date before :date.', 'before' => 'ה- :attribute must be a date before :date.',
'before_or_equal' => 'ה- :attribute must be a date before or equal to :date.', 'before_or_equal' => 'ה- :attribute must be a date before or equal to :date.',
'between' => [ 'between' => [
'numeric' => 'ה- :attribute צריך להיות בין :min and :max.', 'numeric' => 'ה- :attribute צריך להיות בין :min ו- :max.',
'file' => 'ה- :attribute צריך להיות בין :min and :max kilobytes.', 'file' => 'ה- :attribute צריך להיות בין :min ו- :max קילובייט.',
'string' => 'ה- :attribute צריך להיות בין :min and :max characters.', 'string' => 'ה- :attribute צריך להיות בין :min ו- :max אותיות.',
'array' => 'ה- :attribute צריך לכלול בין :min and :max items.', 'array' => 'ה- :attribute צריך לכלול בין :min ו- :max פריטים.',
], ],
'boolean' => - :attribute field must be true or false.', 'boolean' => שדה :attribute חייב להיות אמת או שקר.',
'confirmed' => 'ה- :attribute confirmation does not match.', 'confirmed' => 'ה- :attribute אישור לא תואם.',
'date' => 'ה- :attribute is not a valid date.', 'date' => 'ה- :attribute לא תאריך תקין.',
'date_format' => 'ה- :attribute does not match the format :format.', 'date_format' => 'ה- :attribute לא תואם את הפורמט :format.',
'different' => 'ה- :attribute and :other must be different.', 'different' => 'ה- :attribute ו- :other חייבים להיות שונים.',
'digits' => 'ה- :attribute must be :digits digits.', 'digits' => 'ה- :attribute חייב להיות :digits ספרות.',
'digits_between' => 'ה- :attribute must be between :min and :max digits.', 'digits_between' => 'ה- :attribute חייב להיות בין :min ו- :max ספרות.',
'dimensions' => 'ה- :attribute has invalid image dimensions.', 'dimensions' => 'ה- :attribute בעל ממדי תמונה לא תקינים.',
'distinct' => - :attribute field has a duplicate value.', 'distinct' => שדה :attribute בעל ערך כפול.',
'email' => 'ה- :attribute must be a valid email address.', 'email' => 'ה- :attribute חייב להיות כתובת אימייל תקינה.',
'exists' => 'ה- selected :attribute is invalid.', 'exists' => 'ה- :attribute הנבחר לא תקין.',
'file' => 'ה- :attribute must be a file.', 'file' => 'ה- :attribute חייב להיות קובץ.',
'filled' => - :attribute field must have a value.', 'filled' => שדה :attribute חייב להיות בעל ערך.',
'image' => 'ה- :attribute must be an image.', 'image' => 'ה- :attribute חייב להיות תמונה.',
'in' => 'ה- selected :attribute is invalid.', 'in' => 'ה- :attribute הנבחר לא תקין.',
'in_array' => - :attribute field does not exist in :other.', 'in_array' => שדה :attribute לא קיים ב- :other.',
'integer' => 'ה- :attribute must be an integer.', 'integer' => 'ה- :attribute צריך להיות מספר שלם.',
'ip' => 'ה- :attribute must be a valid IP address.', 'ip' => 'ה- :attribute צריך להיות כתובת IP תקינה.',
'ipv4' => 'ה- :attribute must be a valid IPv4 address.', 'ipv4' => 'ה- :attribute צריך להיות כתובת IPv4 תקינה.',
'ipv6' => 'ה- :attribute must be a valid IPv6 address.', 'ipv6' => 'ה- :attribute צריך להיות כתובת IPv6 תקינה.',
'json' => 'ה- :attribute must be a valid JSON string.', 'json' => 'ה- :attribute צריך להיות רצף אותיות JSON תקין.',
'max' => [ 'max' => [
'numeric' => 'ה- :attribute may not be greater than :max.', 'numeric' => 'ה- :attribute צריך להיות מתחת ל- :max.',
'file' => 'ה- :attribute may not be greater than :max kilobytes.', 'file' => 'ה- :attribute צריך להיות מתחת ל- :max קילובייט.',
'string' => 'ה- :attribute may not be greater than :max characters.', 'string' => 'ה- :attribute צריך להיות מתחת ל- :max תוים.',
'array' => 'ה- :attribute may not have more than :max items.', 'array' => 'ה- :attribute לא יכול לכלול יותר מ- :max פריטים.',
], ],
'mimes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.', 'mimes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.',
'mimetypes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.', 'mimetypes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.',
'min' => [ 'min' => [
'numeric' => 'ה- :attribute צריך להיות לפחות :min.', 'numeric' => 'ה- :attribute צריך להיות לפחות :min.',
'file' => 'ה- :attribute צריך להיות לפחות :min kilobytes.', 'file' => 'ה- :attribute צריך להיות לפחות :min קילובייט.',
'string' => 'ה- :attribute צריך להיות לפחות :min characters.', 'string' => 'ה- :attribute צריך להיות לפחות :min תוים.',
'array' => 'ה- :attribute צריך לכלול לפחות :min items.', 'array' => 'ה- :attribute צריך לכלול לפחות :min פריטים.',
], ],
'not_in' => 'ה- selected :attribute is invalid.', 'not_in' => 'ה- :attribute הנבחר אינו תקין.',
'not_regex' => - :attribute format is invalid.', 'not_regex' => פורמט :attribute אינו תקין.',
'numeric' => 'ה- :attribute must be a number.', 'numeric' => 'ה- :attribute חייב להיות מספר.',
'present' => - :attribute field must be present.', 'present' => שדה :attribute חייב להיות קיים.',
'regex' => - :attribute format is invalid.', 'regex' => פורמט :attribute לא תקין.',
'required' => - :attribute field is required.', 'required' => שדה :attribute הכרחי.',
'required_if' => - :attribute field is required when :other is :value.', 'required_if' => שדה :attribute הכרחי כש- :other הוא :value.',
'required_unless' => - :attribute field is required unless :other is in :values.', 'required_unless' => שדה :attribute הכרחי אלא אם :other בתוך :values.',
'required_with' => - :attribute field is required when :values is present.', 'required_with' => שדה :attribute הכרחי כש- :values קיים.',
'required_with_all' => - :attribute field is required when :values is present.', 'required_with_all' => שדה :attribute הכרחי כש- :values קיים.',
'required_without' => - :attribute field is required when :values is not present.', 'required_without' => שדה :attribute הכרחי כש- :values לא קיים.',
'required_without_all' => - :attribute field is required when none of :values are present.', 'required_without_all' => שדה :attribute הכרחי כשאף מן ה- :values לא נמצאים.',
'same' => 'ה- :attribute and :other must match.', 'same' => 'ה- :attribute ו- :other חייבים להתאים.',
'size' => [ 'size' => [
'numeric' => 'ה- :attribute צריך להיות :size.', 'numeric' => 'ה- :attribute צריך להיות :size.',
'file' => 'ה- :attribute צריך להיות :size kilobytes.', 'file' => 'ה- :attribute צריך להיות :size קילובייט.',
'string' => 'ה- :attribute צריך להיות :size characters.', 'string' => 'ה- :attribute צריך להיות :size תוים.',
'array' => 'ה- :attribute צריך לכלול :size items.', 'array' => 'ה- :attribute צריך לכלול :size פריטים.',
], ],
'string' => 'ה- :attribute must be a string.', 'string' => 'ה- :attribute חייב להיות רצף של אותיות.',
'timezone' => 'ה- :attribute must be a valid zone.', 'timezone' => 'ה- :attribute חייב להיות איזור תקין.',
'unique' => 'ה- :attribute has already been taken.', 'unique' => 'ה- :attribute כבר נלקח.',
'uploaded' => - :attribute failed to upload.', 'uploaded' => העלאה של ה- :attribute נכשלה.',
'url' => - :attribute format is invalid.', 'url' => פורמט של ה- :attribute אינו תקין.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------