mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-09 18:04:53 +03:00
Fix Portuguese translations in ptbr.rs (#15149)
Corrected Portuguese translations for consistency and clarity.
This commit is contained in:
@@ -160,7 +160,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Accept and Install", "Aceitar e Instalar"),
|
||||
("End-user license agreement", "Acordo de licença do usuário final"),
|
||||
("Generating ...", "Gerando ..."),
|
||||
("Your installation is lower version.", "Instalação desatualizada."),
|
||||
("Your installation is lower version.", "Instalação desatualizada"),
|
||||
("not_close_tcp_tip", "Não feche esta janela enquanto estiver utilizando o túnel"),
|
||||
("Listening ...", "Escutando ..."),
|
||||
("Remote Host", "Host Remoto"),
|
||||
@@ -220,17 +220,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Logout", "Sair"),
|
||||
("Tags", "Tags"),
|
||||
("Search ID", "Pesquisar ID"),
|
||||
("whitelist_sep", "Separado por vírcula, ponto-e-vírgula, espaços ou nova linha"),
|
||||
("whitelist_sep", "Separado por vírgula, ponto e vírgula, espaços ou nova linha"),
|
||||
("Add ID", "Adicionar ID"),
|
||||
("Add Tag", "Adicionar Tag"),
|
||||
("Unselect all tags", "Desmarcar todas as tags"),
|
||||
("Network error", "Erro de rede"),
|
||||
("Username missed", "Nome de usuário requerido"),
|
||||
("Password missed", "Senha requerida"),
|
||||
("Username missed", "Nome de usuário obrigatório"),
|
||||
("Password missed", "Senha obrigatória"),
|
||||
("Wrong credentials", "Nome de usuário ou senha incorretos"),
|
||||
("The verification code is incorrect or has expired", "O código de verificação está incorreto ou expirou"),
|
||||
("Edit Tag", "Editar Tag"),
|
||||
("Forget Password", "Esquecer Senha"),
|
||||
("Forget Password", "Esqueci Minha Senha"),
|
||||
("Favorites", "Favoritos"),
|
||||
("Add to Favorites", "Adicionar aos Favoritos"),
|
||||
("Remove from Favorites", "Remover dos Favoritos"),
|
||||
@@ -326,8 +326,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Ratio", "Proporção"),
|
||||
("Image Quality", "Qualidade de imagem"),
|
||||
("Scroll Style", "Estilo de Rolagem"),
|
||||
("Show Toolbar", "Mostrar barra de Ferramentas"),
|
||||
("Hide Toolbar", "Ocultar barra de Ferramentas"),
|
||||
("Show Toolbar", "Mostrar barra de ferramentas"),
|
||||
("Hide Toolbar", "Ocultar barra de ferramentas"),
|
||||
("Direct Connection", "Conexão Direta"),
|
||||
("Relay Connection", "Conexão via Relay"),
|
||||
("Secure Connection", "Conexão Segura"),
|
||||
|
||||
Reference in New Issue
Block a user