-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
61 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Fields | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
|
||
'field.guard_name' => '认证看守器', | ||
'field.permissions_count' => '权限数量', | ||
'field.name' => '名称', | ||
'field.permissions' => '权限', | ||
'field.roles' => '角色', | ||
'field.role' => '角色', | ||
'field.team' => '团队', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Labels | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
|
||
'section.permission' => '权限', | ||
'section.permissions' => '权限', | ||
'section.role' => '角色', | ||
'section.roles' => '角色', | ||
'section.roles_and_permissions' => '角色和权限', | ||
'select-team' => '选择团队', | ||
'select-team-hint' => '留空则使用全局角色', | ||
'section.users' => '用户', | ||
]; |
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
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