New translations permission.php (Turkish)

This commit is contained in:
Fatih Alp 2020-01-31 12:02:42 +03:00
parent 505b6ed24f
commit d884a3ee56

View File

@ -2,19 +2,19 @@
return [ return [
'profile' => [ 'profile' => [
'name' => 'Profile', 'name' => 'Profil',
'option' => [ 'option' => [
'read' => 'Can read profile?', 'read' => 'Profili okuyabilir mi?',
'write' => 'Can create/edit profile?', 'write' => 'Profil oluşturabilir / düzenleyebilir mi?',
'delete' => 'Can delete profile?', 'delete' => 'Profili silebilir misiniz?',
], ],
], ],
'adress' => [ 'adress' => [
'name' => 'Adress', 'name' => 'Adres',
'option' => [ 'option' => [
'read' => 'Can read adress?', 'read' => 'Adresi okuyabilir mi?',
'write' => 'Can create/edit adress?', 'write' => 'Adres oluşturabilir / düzenleyebilir mi?',
'delete' => 'Can delete adress?', 'delete' => 'Adresi silebilir misiniz?',
], ],
], ],
]; ];