Skip to content

Commit

Permalink
feature: vi - add translation for custom attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquochan committed Mar 15, 2019
1 parent 0e3a425 commit e65e259
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion vi/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,39 @@
|
*/

'attributes' => [],
'attributes' => [
'name' => 'tên',
'username' => 'tên đăng nhập',
'email' => 'email',
'first_name' => 'tên',
'last_name' => 'họ',
'password' => 'mật khẩu',
'password_confirmation' => 'xác nhận mật khẩu',
'city' => 'thành phố',
'country' => 'quốc gia',
'address' => 'địa chỉ',
'phone' => 'số điện thoại',
'mobile' => 'di động',
'age' => 'tuổi',
'sex' => 'giới tính',
'gender' => 'giới tính',
'year' => 'năm',
'month'=> 'tháng',
'day' => 'ngày',
'hour' => 'giờ',
'minute' => 'phút',
'second' => 'giây',
'title' => 'tiêu đề',
'content' => 'nội dung',
'body' => 'nội dung',
'description' => 'mô tả',
'excerpt' => 'trích dẫn',
'date' => 'ngày',
'time' => 'thời gian',
'subject' => 'tiêu đề',
'message' => 'lời nhắn',
'available' => 'có sẵn',
'size' => 'kích thước',
],

];

0 comments on commit e65e259

Please sign in to comment.