mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'Hồ sơ',
|
|
'option' => [
|
|
'read' => 'Có thể đọc hồ sơ?',
|
|
'write' => 'Có thể tạo / chỉnh sửa hồ sơ?',
|
|
'delete' => 'Có thể xóa hồ sơ?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Địa chỉ',
|
|
'option' => [
|
|
'read' => 'Có thể đọc địa chỉ?',
|
|
'write' => 'Có thể tạo / chỉnh sửa địa chỉ?',
|
|
'delete' => 'Có thể xóa địa chỉ?',
|
|
],
|
|
],
|
|
'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?',
|
|
],
|
|
],
|
|
];
|