diff options
| author | Vyacheslav Scherbinin <gentslava@mail.ru> | 2024-09-30 18:06:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 18:06:38 +0300 |
| commit | 27434f323576b30d37a70bd205ef33611b45f310 (patch) | |
| tree | ea0102f7c4581e79d8eb218cee6e7ac56a6bf487 /web/translation/translate.pt_BR.toml | |
| parent | cdb6eac0e67b344b1c8edb5dc290395fedddb829 (diff) | |
Fix toasts (#2571)
* Add space to toast status messages
* Removed opening space from translations
Diffstat (limited to 'web/translation/translate.pt_BR.toml')
| -rw-r--r-- | web/translation/translate.pt_BR.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/translation/translate.pt_BR.toml b/web/translation/translate.pt_BR.toml index acf5f307..72decb89 100644 --- a/web/translation/translate.pt_BR.toml +++ b/web/translation/translate.pt_BR.toml @@ -43,8 +43,8 @@ "domainName" = "Nome de Domínio" "monitor" = "IP de Escuta" "certificate" = "Certificado Digital" -"fail" = " Falhou" -"success" = " Com Sucesso" +"fail" = "Falhou" +"success" = "Com Sucesso" "getVersion" = "Obter Versão" "install" = "Instalar" "clients" = "Clientes" @@ -143,7 +143,7 @@ "destinationPort" = "Porta de Destino" "targetAddress" = "Endereço de Destino" "monitorDesc" = "Deixe em branco para ouvir todos os IPs" -"meansNoLimit" = " = Ilimitado. (unidade: GB)" +"meansNoLimit" = "= Ilimitado. (unidade: GB)" "totalFlow" = "Fluxo Total" "leaveBlankToNeverExpire" = "Deixe em branco para nunca expirar" "noRecommendKeepDefault" = "Recomenda-se manter o padrão" |
