Skip to content

Commit da30e47

Browse files
authored
Update validation.php
1 parent a5b58e3 commit da30e47

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

5.8.*/fa/validation.php

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'accepted' => 'گزینه :attribute باید پذیرفته شود.',
16+
'accepted' => ':attribute باید پذیرفته شود',
1717
'active_url' => 'آدرس :attribute معتبر نمی باشد.',
1818
'after' => 'گزینه :attribute باید تاریخی بعد از :date باشد.',
1919
'after_or_equal' => 'گزینه :attribute باید تاریخی بعد یا همزمان با :date باشد.',
@@ -116,7 +116,6 @@
116116
'uploaded' => 'گزینه :attribute آپلود نشد.',
117117
'url' => 'فرمت گزینه :attribute صحیح نمی باشد.',
118118
'uuid' => 'گزینه :attribute باید یک UUID صحیح باشد.',
119-
120119
/*
121120
|--------------------------------------------------------------------------
122121
| Custom Validation Language Lines
@@ -127,13 +126,11 @@
127126
| specify a specific custom language line for a given attribute rule.
128127
|
129128
*/
130-
131129
'custom' => [
132130
'attribute-name' => [
133131
'rule-name' => 'custom-message',
134132
],
135133
],
136-
137134
/*
138135
|--------------------------------------------------------------------------
139136
| Custom Validation Attributes
@@ -144,7 +141,6 @@
144141
| of "email". This simply helps us make our message more expressive.
145142
|
146143
*/
147-
148144
'attributes' => [
149145
'name' => 'نام',
150146
'username' => 'نام کاربری',
@@ -156,7 +152,7 @@
156152
'city' => 'شهر',
157153
'state' => 'استان',
158154
'country' => 'کشور',
159-
'address' => 'نشانی',
155+
'address' => 'آدرس',
160156
'phone' => 'تلفن',
161157
'mobile' => 'تلفن همراه',
162158
'age' => 'سن',
@@ -172,14 +168,14 @@
172168
'text' => 'متن',
173169
'content' => 'محتوا',
174170
'description' => 'توضیحات',
175-
'excerpt' => 'گلچین کردن',
176171
'date' => 'تاریخ',
177172
'time' => 'زمان',
178173
'available' => 'موجود',
179174
'type' => 'نوع',
180175
'img' => 'تصویر',
181176
'image' => 'تصویر',
182177
'size' => 'اندازه',
178+
'color' => 'رنگ',
183179
'captcha' => 'کد امنیتی',
184180
'price' => 'قیمت',
185181
'meter' => 'متراژ',
@@ -189,7 +185,8 @@
189185
'guest_phone' => 'تلفن میهمان',
190186
'msg_title' => 'موضوع پیام',
191187
'msg_pm' => 'متن پیام',
192-
'pic' => 'انتخاب تصویر',
188+
'msg' => 'پیام',
189+
'pic' => 'تصویر',
193190
'pic1' => 'تصویر اول',
194191
'pic2' => 'تصویر دوم',
195192
'pic3' => 'تصویر سوم',
@@ -199,8 +196,8 @@
199196
'pm' => 'پیام',
200197
'question' => 'سئوال',
201198
'rule' => 'قانون',
199+
'rules' => 'شرایط و قوانین',
202200
'link' => 'لینک',
203201
'family' => 'نام خانوادگی'
204202
],
205-
206203
];

0 commit comments

Comments
 (0)