1
0
Fork 0

Update validation.php

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

View File

@ -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.',