New translations permission.php (Vietnamese)

This commit is contained in:
Fatih Alp 2020-09-24 12:38:52 +03:00
parent 26dcb34061
commit 574789ec0d

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Tùy chọn',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Có thể đọc các tùy chọn?',
'write' => 'Can create/edit options?', 'write' => 'Có thể tạo / chỉnh sửa các tùy chọn?',
'delete' => 'Can delete options?', 'delete' => 'Có thể xóa các tùy chọn?',
], ],
], ],
]; ];