New translations permission.php (Russian)

This commit is contained in:
Fatih Alp 2020-09-23 18:54:05 +03:00
parent 197964ce1c
commit e6b2945891

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Параметры',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Может варианты прочитать?',
'write' => 'Can create/edit options?', 'write' => 'Может создавать / редактировать варианты?',
'delete' => 'Can delete options?', 'delete' => 'Может варианты удалить?',
], ],
], ],
]; ];