mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations permission.php (Turkish)
This commit is contained in:
parent
505b6ed24f
commit
d884a3ee56
@ -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?',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user