From 1412e98ef26a94d2949733a06c14b9fb71351992 Mon Sep 17 00:00:00 2001 From: celaraze <31471452+celaraze@users.noreply.github.com> Date: Wed, 20 Sep 2023 22:25:49 +0800 Subject: [PATCH] Add: translations for zh_TW (#82) * add: translation content * add: translations for zh_TW --------- Co-authored-by: celaraze --- resources/lang/zh_TW/filament-spatie.php | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 resources/lang/zh_TW/filament-spatie.php diff --git a/resources/lang/zh_TW/filament-spatie.php b/resources/lang/zh_TW/filament-spatie.php new file mode 100644 index 0000000..11cf708 --- /dev/null +++ b/resources/lang/zh_TW/filament-spatie.php @@ -0,0 +1,32 @@ + '認證守護器', + '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' => '使用者', +];