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' => [
'name' => 'Options',
'name' => 'Tùy chọn',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
'read' => 'Có thể đọc các tùy chọn?',
'write' => 'Có thể tạo / chỉnh sửa các tùy chọn?',
'delete' => 'Có thể xóa các tùy chọn?',
],
],
];