New translations permission.php (Hindi)

This commit is contained in:
Fatih Alp 2020-09-24 12:40:50 +03:00
parent ebebcfad5b
commit 43e7a4e930

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' => 'विकल्प हटा सकते हैं?',
], ],
], ],
]; ];