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_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 צריך לכלול בין :min and :max items.',
'numeric' => 'ה- :attribute צריך להיות בין :min ו- :max.',
'file' => 'ה- :attribute צריך להיות בין :min ו- :max קילובייט.',
'string' => 'ה- :attribute צריך להיות בין :min ו- :max אותיות.',
'array' => 'ה- :attribute צריך לכלול בין :min ו- :max פריטים.',
],
'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.',
'boolean' => שדה :attribute חייב להיות אמת או שקר.',
'confirmed' => 'ה- :attribute אישור לא תואם.',
'date' => 'ה- :attribute לא תאריך תקין.',
'date_format' => 'ה- :attribute לא תואם את הפורמט :format.',
'different' => 'ה- :attribute ו- :other חייבים להיות שונים.',
'digits' => 'ה- :attribute חייב להיות :digits ספרות.',
'digits_between' => 'ה- :attribute חייב להיות בין :min ו- :max ספרות.',
'dimensions' => 'ה- :attribute בעל ממדי תמונה לא תקינים.',
'distinct' => שדה :attribute בעל ערך כפול.',
'email' => 'ה- :attribute חייב להיות כתובת אימייל תקינה.',
'exists' => 'ה- :attribute הנבחר לא תקין.',
'file' => 'ה- :attribute חייב להיות קובץ.',
'filled' => שדה :attribute חייב להיות בעל ערך.',
'image' => 'ה- :attribute חייב להיות תמונה.',
'in' => 'ה- :attribute הנבחר לא תקין.',
'in_array' => שדה :attribute לא קיים ב- :other.',
'integer' => 'ה- :attribute צריך להיות מספר שלם.',
'ip' => 'ה- :attribute צריך להיות כתובת IP תקינה.',
'ipv4' => 'ה- :attribute צריך להיות כתובת IPv4 תקינה.',
'ipv6' => 'ה- :attribute צריך להיות כתובת IPv6 תקינה.',
'json' => 'ה- :attribute צריך להיות רצף אותיות JSON תקין.',
'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.',
'numeric' => 'ה- :attribute צריך להיות מתחת ל- :max.',
'file' => 'ה- :attribute צריך להיות מתחת ל- :max קילובייט.',
'string' => 'ה- :attribute צריך להיות מתחת ל- :max תוים.',
'array' => 'ה- :attribute לא יכול לכלול יותר מ- :max פריטים.',
],
'mimes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.',
'mimetypes' => 'ה- :attribute צריך להיות קובץ מסוג: :values.',
'min' => [
'numeric' => 'ה- :attribute צריך להיות לפחות :min.',
'file' => 'ה- :attribute צריך להיות לפחות :min kilobytes.',
'string' => 'ה- :attribute צריך להיות לפחות :min characters.',
'array' => 'ה- :attribute צריך לכלול לפחות :min items.',
'file' => 'ה- :attribute צריך להיות לפחות :min קילובייט.',
'string' => 'ה- :attribute צריך להיות לפחות :min תוים.',
'array' => 'ה- :attribute צריך לכלול לפחות :min פריטים.',
],
'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.',
'not_in' => 'ה- :attribute הנבחר אינו תקין.',
'not_regex' => פורמט :attribute אינו תקין.',
'numeric' => 'ה- :attribute חייב להיות מספר.',
'present' => שדה :attribute חייב להיות קיים.',
'regex' => פורמט :attribute לא תקין.',
'required' => שדה :attribute הכרחי.',
'required_if' => שדה :attribute הכרחי כש- :other הוא :value.',
'required_unless' => שדה :attribute הכרחי אלא אם :other בתוך :values.',
'required_with' => שדה :attribute הכרחי כש- :values קיים.',
'required_with_all' => שדה :attribute הכרחי כש- :values קיים.',
'required_without' => שדה :attribute הכרחי כש- :values לא קיים.',
'required_without_all' => שדה :attribute הכרחי כשאף מן ה- :values לא נמצאים.',
'same' => 'ה- :attribute ו- :other חייבים להתאים.',
'size' => [
'numeric' => 'ה- :attribute צריך להיות :size.',
'file' => 'ה- :attribute צריך להיות :size kilobytes.',
'string' => 'ה- :attribute צריך להיות :size characters.',
'array' => 'ה- :attribute צריך לכלול :size items.',
'file' => 'ה- :attribute צריך להיות :size קילובייט.',
'string' => 'ה- :attribute צריך להיות :size תוים.',
'array' => 'ה- :attribute צריך לכלול :size פריטים.',
],
'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.',
'string' => 'ה- :attribute חייב להיות רצף של אותיות.',
'timezone' => 'ה- :attribute חייב להיות איזור תקין.',
'unique' => 'ה- :attribute כבר נלקח.',
'uploaded' => העלאה של ה- :attribute נכשלה.',
'url' => פורמט של ה- :attribute אינו תקין.',
/*
|--------------------------------------------------------------------------