Skip to content

Commit 1f46fdb

Browse files
authored
Update validation.php
1 parent e31d89b commit 1f46fdb

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

5.8.*/fa/validation.php

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,38 @@
145145
|
146146
*/
147147

148-
'attributes' => [],
148+
'attributes' => [
149+
'name' => 'نام',
150+
'username' => 'نام کاربری',
151+
'email' => 'ایمیل',
152+
'first_name' => 'نام',
153+
'last_name' => 'نام خانوادگی',
154+
'password' => 'رمز عبور',
155+
'password_confirmation' => 'تاییدیه ی رمز عبور',
156+
'city' => 'شهر',
157+
'country' => 'کشور',
158+
'address' => 'نشانی',
159+
'phone' => 'تلفن',
160+
'mobile' => 'تلفن همراه',
161+
'age' => 'سن',
162+
'sex' => 'جنسیت',
163+
'gender' => 'جنسیت',
164+
'day' => 'روز',
165+
'month' => 'ماه',
166+
'year' => 'سال',
167+
'hour' => 'ساعت',
168+
'minute' => 'دقیقه',
169+
'second' => 'ثانیه',
170+
'title' => 'عنوان',
171+
'text' => 'متن',
172+
'content' => 'محتوا',
173+
'description' => 'توضیحات',
174+
'excerpt' => 'گلچین کردن',
175+
'date' => 'تاریخ',
176+
'time' => 'زمان',
177+
'available' => 'موجود',
178+
'type' => 'نوع',
179+
'size' => 'اندازه'
180+
],
149181

150182
];

0 commit comments

Comments
 (0)