New translations permission.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-09-23 18:53:03 +03:00
parent ca214ca02c
commit c665c0cba6

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Opções',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Pode ler as opções?',
'write' => 'Can create/edit options?', 'write' => 'Pode criar / editar opções?',
'delete' => 'Can delete options?', 'delete' => 'Pode excluir opções?',
], ],
], ],
]; ];