New translations permission.php (Albanian)

This commit is contained in:
Fatih Alp 2020-06-09 12:52:02 +03:00
parent 9a9a1406ad
commit 92ae434c63

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Mund të fshini vlerat cf?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];