Skip to content

Commit 7757eea

Browse files
authored
Merge pull request #248 from hirakujira/master
Add Traditional Chinese translation
2 parents 8b5aeb2 + 5024318 commit 7757eea

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
];

0 commit comments

Comments
 (0)