New translations permission.php (Spanish)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:09 +03:00
parent 84e3f7cc1b
commit c95e978163

View File

@ -49,4 +49,12 @@ return [
'delete' => '¿Se pueden eliminar los valores cf?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];