mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update validation.php
This commit is contained in:
parent
1173a53266
commit
0fb5e143a5
1 changed files with 6 additions and 6 deletions
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue