New translations permission.php (Persian)

This commit is contained in:
Fatih Alp 2020-06-09 12:52:38 +03:00
parent 672b82ca45
commit 69c5bcf39c

View File

@ -49,4 +49,12 @@ return [
'delete' => 'آیا حذف ارزش cf ممکن است؟',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];