New translations permission.php (Vietnamese)

This commit is contained in:
Fatih Alp 2020-06-09 12:52:44 +03:00
parent 8c9d61e605
commit e804b328b0

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Có thể xóa các giá trị cf?', 'delete' => 'Có thể xóa các giá trị cf?',
], ],
], ],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
]; ];