Skip to content

Commit 2cd6d24

Browse files
authored
Merge pull request #250 from selcukcukur/master
Turkish language file is included.
2 parents 7757eea + c7edaf2 commit 2cd6d24

File tree

1 file changed

+29
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)