mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
566 B
PHP
21 lines
566 B
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ỉ?',
|
|
],
|
|
],
|
|
];
|