phpvms/resources/lang/pt-br/profile.php
vgpastor 5363e4aa0f
Add API Key visual protection (#851)
Add API Key visual protection
2020-10-03 11:13:28 -04:00

21 lines
723 B
PHP
Executable File

<?php
return [
'avatarresize' => 'Este avatar será redimensionado para :width x :height pixels',
'newapikey' => 'Nova Chave API',
'yourprofile' => 'Seu Perfil',
'apikey' => 'Chave API',
'apikey-show' => 'Mostrar chave',
'dontshare' => 'Não compartilhe isso!',
'changepassword' => 'Mudar Senha',
'newpassword' => 'Nova Senha',
'avatar' => 'Avatar',
'updateprofile' => 'Atualizar Perfil',
'editprofile' => 'Editar Perfil',
'edityourprofile' => 'Editar seu perfil',
'transferhours' => 'Horas Transferidas',
'opt-in' => 'Opt-In',
'opt-in-descrip' => 'Sim, inclua-me em emails não administrativos',
];