File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
src/resources/lang/zh-Hant Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ /*
5
+ |--------------------------------------------------------------------------
6
+ | Permission Manager Language Lines
7
+ |--------------------------------------------------------------------------
8
+ |
9
+ | The following language lines are used for Laravel Backpack - Permission Manager
10
+ | Author: Lúdio Oliveira <ludio.ao@gmail.com>
11
+ |
12
+ */
13
+ 'name ' => '名稱 ' ,
14
+ 'role ' => '角色 ' ,
15
+ 'roles ' => '角色 ' ,
16
+ 'roles_have_permission ' => '擁有此權限的角色 ' ,
17
+ 'permission_singular ' => '權限 ' ,
18
+ 'permission_plural ' => '權限 ' ,
19
+ 'user_singular ' => '使用者 ' ,
20
+ 'user_plural ' => '使用者 ' ,
21
+ 'email ' => 'Email ' ,
22
+ 'extra_permissions ' => '額外權限 ' ,
23
+ 'password ' => '密碼 ' ,
24
+ 'password_confirmation ' => '再次輸入新密碼 ' ,
25
+ 'user_role_permission ' => '使用者角色與權限 ' ,
26
+ 'user ' => '使用者 ' ,
27
+ 'users ' => '使用者 ' ,
28
+ 'guard_type ' => 'Guard 類型 ' ,
29
+
30
+ ];
You can’t perform that action at this time.
0 commit comments