New translations permission.php (Arabic)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:03 +03:00
parent 44d30d760f
commit 75fd9de2c9

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?',
],
],
];