mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations permission.php (Turkish)
This commit is contained in:
parent
5cbc574871
commit
69a278dd82
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'profile' => [
|
||||||
|
'name' => 'Profile',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Can read profile?',
|
||||||
|
'write' => 'Can create/edit profile?',
|
||||||
|
'delete' => 'Can delete profile?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'adress' => [
|
||||||
|
'name' => 'Adress',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Can read adress?',
|
||||||
|
'write' => 'Can create/edit adress?',
|
||||||
|
'delete' => 'Can delete adress?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user