New translations permission.php (Hebrew)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:52 +03:00
parent bc48a0b6ac
commit 2fe27d222e

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