Skip to content

Commit e31d89b

Browse files
authored
Update validation.php
1 parent 594f8f2 commit e31d89b

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

5.8.*/fa/validation.php

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'gte' => [
5454
'numeric' => 'گزینه :attribute باید بیشتر یا مساوی :value باشد.',
5555
'file' => 'گزینه :attribute باید بزرگتر یا مساوی :value کیلوبایت باشد.',
56-
'string' => 'گزینه :attribute باید بزرگتر یا مساوی :value کاراکتر باشد.',
56+
'string' => 'گزینه :attribute باید بزرگتر یا مساوی :value حروف باشد.',
5757
'array' => 'گزینه :attribute باید :value آیتم یا بیشتر داشته باشد.',
5858
],
5959
'image' => 'گزینه :attribute تنها می تواند تصویر باشد.',
@@ -71,51 +71,51 @@
7171
'array' => 'گزینه :attribute باید کمتر از :value آیتم باشد.',
7272
],
7373
'lte' => [
74-
'numeric' => 'The :attribute must be less than or equal :value.',
75-
'file' => 'The :attribute must be less than or equal :value kilobytes.',
76-
'string' => 'The :attribute must be less than or equal :value characters.',
77-
'array' => 'The :attribute must not have more than :value items.',
74+
'numeric' => 'گزینه :attribute باید کمتر یا مساوی :value باشد.',
75+
'file' => 'گزینه :attribute باید کمتر یا مساوی :value کیلوبایت باشد.',
76+
'string' => 'گزینه :attribute باید کمتر یا مساوی :value حروف باشد.',
77+
'array' => 'گزینه :attribute نباید بیشتر از :value آیتم داشته باشد.',
7878
],
7979
'max' => [
80-
'numeric' => 'The :attribute may not be greater than :max.',
81-
'file' => 'The :attribute may not be greater than :max kilobytes.',
82-
'string' => 'The :attribute may not be greater than :max characters.',
83-
'array' => 'The :attribute may not have more than :max items.',
80+
'numeric' => 'گزینه :attribute نباید بزرگتر از :max باشد.',
81+
'file' => 'گزینه :attribute نباید بزرگتر از :max کیلوبایت باشد.',
82+
'string' => 'گزینه :attribute نباید بزرگتر از :max حروف باشد.',
83+
'array' => 'گزینه :attribute نباید بیشتر از :max آیتم باشد.',
8484
],
85-
'mimes' => 'The :attribute must be a file of type: :values.',
86-
'mimetypes' => 'The :attribute must be a file of type: :values.',
85+
'mimes' => 'گزینه باید نوع فایلی :values باشد.',
86+
'mimetypes' => 'گزینه باید نوع فایلی :values باشد.',
8787
'min' => [
88-
'numeric' => 'The :attribute must be at least :min.',
89-
'file' => 'The :attribute must be at least :min kilobytes.',
90-
'string' => 'The :attribute must be at least :min characters.',
91-
'array' => 'The :attribute must have at least :min items.',
88+
'numeric' => 'گزینه :attribute باید حداقل :min باشد.',
89+
'file' => 'گزینه :attribute باید حداقل :min کیلوبایت باشد.',
90+
'string' => 'گزینه :attribute باید دارای حداقل :min حروف باشد.',
91+
'array' => 'گزینه :attribute باید دارای حداقل :min آیتم باشد.',
9292
],
93-
'not_in' => 'The selected :attribute is invalid.',
94-
'not_regex' => 'The :attribute format is invalid.',
95-
'numeric' => 'The :attribute must be a number.',
96-
'present' => 'The :attribute field must be present.',
97-
'regex' => 'The :attribute format is invalid.',
98-
'required' => 'The :attribute field is required.',
99-
'required_if' => 'The :attribute field is required when :other is :value.',
100-
'required_unless' => 'The :attribute field is required unless :other is in :values.',
101-
'required_with' => 'The :attribute field is required when :values is present.',
102-
'required_with_all' => 'The :attribute field is required when :values are present.',
103-
'required_without' => 'The :attribute field is required when :values is not present.',
104-
'required_without_all' => 'The :attribute field is required when none of :values are present.',
105-
'same' => 'The :attribute and :other must match.',
93+
'not_in' => 'گزینه انتخابی :attribute صحیح نمی باشد.',
94+
'not_regex' => 'فرمت گزینه :attribute صحیح نمی باشد.',
95+
'numeric' => 'گزینه :attribute باید عددی باشد.',
96+
'present' => 'گزینه :attribute باید پرزنت باشد.',
97+
'regex' => 'فرمت گزینه :attribute صحیح نمی باشد.',
98+
'required' => 'تکمیل گزینه :attribute الزامی است.',
99+
'required_if' => 'تکمیل گزینه :attribute در صورتی که :other مقدار :value است الزامی است',
100+
'required_unless' => 'تکمیل گزینه :attribute الزامی است مگر اینکه :other در :values است.',
101+
'required_with' => 'زمانی تکمیل گزینه :attribute الزامی است که :values پرزنت باشد.',
102+
'required_with_all' => 'زمانی تکمیل گزینه :attribute الزامی است که :values پرزنت باشد.',
103+
'required_without' => 'زمانی تکمیل گزینه :attribute الزامی است که :values پرزنت نباشد.',
104+
'required_without_all' => 'زمانی تکمیل گزینه :attribute الزامی است که هیچکدام از :values پرزنت نباشد.',
105+
'same' => 'گزینه :attribute و :other باید یکی باشند.',
106106
'size' => [
107-
'numeric' => 'The :attribute must be :size.',
108-
'file' => 'The :attribute must be :size kilobytes.',
109-
'string' => 'The :attribute must be :size characters.',
110-
'array' => 'The :attribute must contain :size items.',
107+
'numeric' => 'مقدار :attribute باید :size باشد.',
108+
'file' => 'مقدار :attribute باید :size کیلوبایت باشد.',
109+
'string' => 'مقدار :attribute باید :size کاراکتر باشد.',
110+
'array' => 'مقدار :attribute باید حاوی :size آیتم باشد.',
111111
],
112-
'starts_with' => 'The :attribute must start with one of the following: :values',
113-
'string' => 'The :attribute must be a string.',
114-
'timezone' => 'The :attribute must be a valid zone.',
115-
'unique' => 'The :attribute has already been taken.',
116-
'uploaded' => 'The :attribute failed to upload.',
117-
'url' => 'The :attribute format is invalid.',
118-
'uuid' => 'The :attribute must be a valid UUID.',
112+
'starts_with' => 'گزینه :attribute باید با یکی از این موارد شروع شود : :values',
113+
'string' => 'گزینه :attribute تنها می تواند حروف باشد.',
114+
'timezone' => 'گزینه :attribute باید یک منطقه زمانی معتبر باشد.',
115+
'unique' => 'گزینه :attribute از قبل وجود دارد.',
116+
'uploaded' => 'گزینه :attribute آپلود نشد.',
117+
'url' => 'فرمت گزینه :attribute صحیح نمی باشد.',
118+
'uuid' => 'گزینه :attribute باید یک UUID صحیح باشد.',
119119

120120
/*
121121
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)