Update validation.php

pull/14/head
j1t 2018-05-26 17:38:22 +00:00 zatwierdzone przez GitHub
rodzic 1173a53266
commit 0fb5e143a5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

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