New translations permission.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-06-09 12:52:13 +03:00
parent 40fc1b58e2
commit 6d057e86c1

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Pode excluir valores de cf?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];