-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default user_name_searchable_columns (#215)
Add some missing translation Add Vietnamese translation
- Loading branch information
Showing
4 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
return [ | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Fields | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
|
||
'field.guard_name' => 'Tên Bảo Bệ', | ||
'field.permissions_count' => 'Số Quyền', | ||
'field.name' => 'Tên', | ||
'field.permissions' => 'Các Quyền', | ||
'field.roles' => 'Các Vai Trò', | ||
'field.role' => 'Vai Trò', | ||
'field.team' => 'Nhóm', | ||
'field.models' => 'Các Mô Hình', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Actions | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
|
||
'action.attach_to_roles' => 'Đính kèm vào vai trò', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Labels | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
|
||
'section.permission' => 'Quyền', | ||
'section.permissions' => 'Các Quyền', | ||
'section.role' => 'Vai Trò', | ||
'section.roles' => 'Các Vai Trò', | ||
'section.roles_and_permissions' => 'Các Vai Trò và Quyền', | ||
'select-team' => 'Lựa Chọn Một Nhóm', | ||
'select-team-hint' => 'Để trống nếu dùng vai trò toàn cục', | ||
'section.users' => 'Các Người Dùng', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters