File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-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>, translatin to Turkish : Selçuk Çukur <hk@selcukcukur.com.tr>
11
+ |
12
+ */
13
+ 'name ' => 'Adı ' ,
14
+ 'role ' => 'Yetki ' ,
15
+ 'roles ' => 'Yetkiler ' ,
16
+ 'roles_have_permission ' => 'Bu izne sahip yetkiler ' ,
17
+ 'permission_singular ' => 'izin ' ,
18
+ 'permission_plural ' => 'izinler ' ,
19
+ 'user_singular ' => 'Kullanıcı ' ,
20
+ 'user_plural ' => 'Kullanıcılar ' ,
21
+ 'email ' => 'Eposta ' ,
22
+ 'extra_permissions ' => 'Ekstra İzinler ' ,
23
+ 'password ' => 'Parola ' ,
24
+ 'password_confirmation ' => 'Parola (Tekrar) ' ,
25
+ 'user_role_permission ' => 'Kullanıcı Yetki İzinleri ' ,
26
+ 'user ' => 'Kullanıcı ' ,
27
+ 'users ' => 'Kullanıcılar ' ,
28
+ 'guard_type ' => 'Güvenlik Tipi ' ,
29
+ ];
You can’t perform that action at this time.
0 commit comments