phpvms/resources/lang/pt-br/user.php
Nabeel S 14d0e99a37
Delete the user in a GDPR compatible way (#1151)
* Delete the user in a GDPR compatible way

* Block user from calls

* Style fix
2021-04-23 10:33:13 -04:00

14 lines
293 B
PHP
Executable File

<?php
return [
'location' => 'Localização',
'state' => [
'pending' => 'Pendente',
'active' => 'Ativo',
'rejected' => 'Rejeitado',
'on_leave' => 'Em licença',
'suspended' => 'Suspensa',
'deleted' => 'Excluído',
],
];