mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update language files (i18n/*.php).
- Add missing key - 'Your certificate will be ...' (en.php) - 'no notifications' - 'configure' - Fix several typos - Sort keys - Remove certain comments
This commit is contained in:
parent
f427c196f1
commit
46302f6fe1
29 changed files with 296 additions and 280 deletions
|
@ -40,6 +40,8 @@ $LANG['pt'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Adicionar Usuário',
|
||||
'Add Domain' => 'Adicionar Domínio',
|
||||
'Add Web Domain' => 'Adicionar Domínio Web',
|
||||
|
@ -107,6 +109,7 @@ $LANG['pt'] = array(
|
|||
'disable autoupdate' => 'desativar atualização automática',
|
||||
'turn on notifications' => 'ativar notificações',
|
||||
'turn off notifications' => 'desativar notificações',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Adicionando Usuário',
|
||||
'Editing User' => 'Editando Usuário',
|
||||
|
@ -249,6 +252,7 @@ $LANG['pt'] = array(
|
|||
'MySQL Usage on localhost' => 'Uso do MySQL MySQL em localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Uso do PostgreSQL em localhost',
|
||||
'Bandwidth Usage eth0' => 'Uso de Banda em eth0',
|
||||
'Bandwidth Usage eth1' => 'Uso de Banda em eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Uso do FTP',
|
||||
'SSH Usage' => 'Uso do SSH',
|
||||
|
@ -448,7 +452,7 @@ $LANG['pt'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Pacote <a href="/edit/package/?package=%s"><b>%s</b></a> criado com sucesso.',
|
||||
'SSL_GENERATED_OK' => 'Certificado SSL criado sucesso.',
|
||||
'RULE_CREATED_OK' => 'Regra criada com sucesso.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Atualização automática ativada com sucesso',
|
||||
'Autoupdate has been successfully disabled' => 'Atualização automática desativado com sucesso',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Relatórios de tarefas ativado com sucesso',
|
||||
|
@ -524,7 +528,7 @@ $LANG['pt'] = array(
|
|||
'Confirm Password' => 'Confirmar senha',
|
||||
'Reset' => 'Redefinir',
|
||||
'Reset Code' => 'Código de Redefinição',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'O código de redefinição de senha foi enviado para o seu email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Senha Redefinida em %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Para redefinir sua senha do Painel de Controle, por favor use o seguinte link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nComo alternativa, você pode visitar https://%s/reset/?action=code&user=%s e digitar o seguinte código de redefinição:\n%s\n\nSe você não solicitou uma redefinição de senha, por favor ignore esse mensagem e aceite nossas desculpas.\n\n--\nPainel de Controle Vesta\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['pt'] = array(
|
|||
'ARCHIVE' => 'ARQUIVAR',
|
||||
'EXTRACT' => 'EXTAIR',
|
||||
'DOWNLOAD' => 'BAIXAR',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Acertar',
|
||||
'to reload the page' => 'recarregar a página',
|
||||
'Directory name cannot be empty' => 'Nome do diretório não pode estar vazio',
|
||||
|
@ -624,7 +628,7 @@ $LANG['pt'] = array(
|
|||
'Create' => 'Criar',
|
||||
'Compress' => 'Comprimir',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -705,9 +709,6 @@ $LANG['pt'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue