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

37 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'profile' => [
'name' => 'Profil',
'option' => [
'read' => 'Profil oxuya bilərsiniz?',
'write' => 'Profil yarada / redaktə edə bilərsiniz?',
'delete' => 'Profil silə bilərsiniz?',
],
],
'adress' => [
'name' => 'Ünvan',
'option' => [
'read' => 'Adres oxuya bilərsinizmi?',
'write' => 'Ünvanı yarada / düzəldə bilərsiniz?',
'delete' => 'Ünvanı silə bilərsiniz?',
],
],
'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?',
],
],
];