-
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.
* add: translation content * add: translations for zh_TW --------- Co-authored-by: celaraze <celaraze>
- Loading branch information
Showing
1 changed file
with
32 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' => '使用者', | ||
]; |