New translations validation.php (Hebrew)
This commit is contained in:
@@ -23,12 +23,12 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'attribute: אינו כתובת URL חוקית.',
|
||||
'after' => 'attribute: חייב להיות תאריך אחרי date:',
|
||||
'alpha' => 'attribute: יכולים להכיל רק אותיות.',
|
||||
'alpha_dash' => 'attribute: יכולה להכיל רק אותיות, מספרים, מקפים.',
|
||||
'alpha_num' => 'attribute: יכולים להכיל רק אותיות ומספרים.',
|
||||
'array' => 'attribute: חייב להיות מערך.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
@@ -47,7 +47,7 @@ return [
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => 'attribute: חייב להיות תמונה.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
|
||||
Reference in New Issue
Block a user