mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
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' => 'Giáo dục',
|
|
'option' => [
|
|
'read' => 'Có thể đọc giáo dục?',
|
|
'write' => 'Có thể tạo / chỉnh sửa giáo dục?',
|
|
'delete' => 'Có thể xóa giáo dục?',
|
|
],
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Phần giáo dục',
|
|
'option' => [
|
|
'read' => 'Có thể đọc phần giáo dục?',
|
|
'write' => 'Có thể tạo / chỉnh sửa phần giáo dục không?',
|
|
'delete' => 'Có thể xóa phần giáo dục?',
|
|
],
|
|
],
|
|
];
|