diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-15 14:15:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-15 14:15:46 +0300 |
| commit | b9307c6c9c26c7d87819ef60c18eccce134f09ea (patch) | |
| tree | 5770a7ecbc87a9b90b9d719c27109d43a9512bdd /web/translation/translate.pt_BR.toml | |
| parent | d30cdbf49a7443a62f599d4f91a4f1ebceb1c666 (diff) | |
chore: pretty 'Overview' page (#2772)
* chore: pretty 'Overview' page
* chore: some improvements in 'overview page'
- reduced font size
- added caption to buttons
- fixed display of xray state
- xray version display returned
Diffstat (limited to 'web/translation/translate.pt_BR.toml')
| -rw-r--r-- | web/translation/translate.pt_BR.toml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/web/translation/translate.pt_BR.toml b/web/translation/translate.pt_BR.toml index dc33ac24..b259cdaf 100644 --- a/web/translation/translate.pt_BR.toml +++ b/web/translation/translate.pt_BR.toml @@ -102,16 +102,20 @@ "connectionTcpCountDesc" = "Total de conexões TCP no sistema" "connectionUdpCountDesc" = "Total de conexões UDP no sistema" "connectionCount" = "Estatísticas de Conexão" -"upSpeed" = "Velocidade total de upload no sistema" -"downSpeed" = "Velocidade total de download no sistema" -"totalSent" = "Dados totais enviados desde a inicialização do sistema" -"totalReceive" = "Dados totais recebidos desde a inicialização do sistema" +"ipAddresses" = "Endereços IP" +"toggleIpVisibility" = "Alternar visibilidade do IP" +"overallSpeed" = "Velocidade geral" +"upload" = "Upload" +"download" = "Download" +"totalData" = "Dados totais" +"sent" = "Enviado" +"received" = "Recebido" "xraySwitchVersionDialog" = "Alterar Versão do Xray" "xraySwitchVersionDialogDesc" = "Tem certeza de que deseja alterar a versão do Xray para" "dontRefresh" = "Instalação em andamento, por favor não atualize a página" "logs" = "Logs" "config" = "Configuração" -"backup" = "Backup e Restauração" +"backup" = "Backup" "backupTitle" = "Backup e Restauração do Banco de Dados" "exportDatabase" = "Backup" "exportDatabaseDesc" = "Clique para baixar um arquivo .db contendo um backup do seu banco de dados atual para o seu dispositivo." |
