mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (Albanian)
This commit is contained in:
parent
f4e265857e
commit
4e9ade0415
@ -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