Skip to content

Commit

Permalink
feat: Vietnamese translations (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin authored Aug 11, 2022
1 parent ab296fc commit 616bb75
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions resources/lang/vi/filament-authentication.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?php

return [

'section.group' => 'Xác thực',
'section.users' => 'Người dùng',
'section.user' => 'Người dùng',


/*
|--------------------------------------------------------------------------
| Fields
|--------------------------------------------------------------------------
*/
'field.id' => 'ID',
'field.user.name' => 'Họ tên',
'field.user.email' => 'Email',
'field.user.roles' => 'Vai trò',
'field.user.verified_at' => 'Đã xác thực',
'field.user.created_at' => 'Tham gia lúc',
'field.user.password' => 'Mật khẩu',
'field.user.confirm_password' => 'Mật khẩu xác nhận',

'field.guard_name' => 'Tên guard',
'field.name' => 'Tên',
'field.permissions' => 'Quyền',
'field.roles' => 'Vai trò',

/*
|--------------------------------------------------------------------------
| Labels
|--------------------------------------------------------------------------
*/

'section.permission' => 'Quyền',
'section.permissions' => 'Quyền',
'section.role' => 'Vai trò',
'section.roles' => 'Vai trò',
'section.roles_and_permissions' => 'Vai trò và Quyền',


/*
|--------------------------------------------------------------------------
| Filters
|--------------------------------------------------------------------------
*/
'filter.verified' => 'Đã xác thực email',

'button.impersonate' => "Người dùng mạo danh",
'text.impersonating' => 'Mạo danh người dùng: ',
'text.impersonating.end' => ' - Kết thúc Mạo danh ',
];

0 comments on commit 616bb75

Please sign in to comment.