Skip to content

Commit

Permalink
Add: translations for zh_TW (#82)
Browse files Browse the repository at this point in the history
* add: translation content

* add: translations for zh_TW

---------

Co-authored-by: celaraze <celaraze>
  • Loading branch information
celaraze authored Sep 20, 2023
1 parent 2137e2c commit 1412e98
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/lang/zh_TW/filament-spatie.php
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' => '使用者',
];

0 comments on commit 1412e98

Please sign in to comment.