New translations permission.php (French)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:14 +03:00
parent 4cddbc828a
commit 09126ab5b5

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Peut-on supprimer les valeurs cf?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];