mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
543 B
PHP
21 lines
543 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'Profile',
|
|
'option' => [
|
|
'read' => 'Mund të lexoni profilin?',
|
|
'write' => 'Mund të krijoni / modifikoni profilin?',
|
|
'delete' => 'Mund të fshini profilin?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Adresa',
|
|
'option' => [
|
|
'read' => 'Mund të lexoni adresën?',
|
|
'write' => 'Mund të krijoni / modifikoni adresën?',
|
|
'delete' => 'Mund të fshini adresën?',
|
|
],
|
|
],
|
|
];
|