New translations permission.php (Bengali)

This commit is contained in:
Fatih Alp 2020-06-09 12:52:31 +03:00
parent 52cb699ec7
commit 4baf29c28d

View File

@ -49,4 +49,12 @@ return [
'delete' => 'সিএফ মানগুলি মুছতে পারেন?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];