New translations permission.php (Albanian)

This commit is contained in:
Fatih Alp 2020-09-23 18:53:15 +03:00
parent f7f51bfcb8
commit 4e7d3d7974

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Opsione',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Mund të lexoni opsione?',
'write' => 'Can create/edit options?', 'write' => 'Mund të krijoni / modifikoni opsione?',
'delete' => 'Can delete options?', 'delete' => 'Mund të fshini opsionet?',
], ],
], ],
]; ];