mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-09 09:45:26 -05:00
New translations permission.php (Vietnamese)
This commit is contained in:
parent
87ac7ad8c5
commit
810b99ae95
@ -17,4 +17,20 @@ return [
|
||||
'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?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user