New translations permission.php (Italian)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:47 +03:00
parent fb3acb9757
commit 5d79e8b831

View File

@ -49,4 +49,12 @@ return [
'delete' => 'È possibile eliminare i valori cf?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];