openclassify/addons/default/visiosoft/profile-module/resources/lang/uk/permission.php
2020-12-16 12:53:53 +03:00

37 lines
1.2 KiB
PHP

<?php
return [
'profile' => [
'name' => 'Профіль',
'option' => [
'read' => 'Чи можете прочитати профіль?',
'write' => 'Чи можете створити / редагувати профіль?',
'delete' => 'Можна видалити профіль?',
],
],
'adress' => [
'name' => 'Адреса',
'option' => [
'read' => 'Чи можете прочитати адресу?',
'write' => 'Чи можете створити / редагувати адресу?',
'delete' => 'Чи можна видалити адресу?',
],
],
'education' => [
'name' => 'Education',
'option' => [
'read' => 'Can read education?',
'write' => 'Can create/edit education?',
'delete' => 'Can delete education?',
],
],
'education_part' => [
'name' => 'Education part',
'option' => [
'read' => 'Can read education part?',
'write' => 'Can create/edit education part?',
'delete' => 'Can delete education part?',
],
],
];