Update ptbr.rs (#7649)

Atualização de algumas KEYS para português BR
This commit is contained in:
BrazilianArmy 2024-04-08 00:56:12 -03:00 committed by GitHub
parent 9402516acd
commit 4fc5d3f03b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -503,21 +503,21 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("clipboard_wait_response_timeout_tip", ""), ("clipboard_wait_response_timeout_tip", ""),
("Incoming connection", ""), ("Incoming connection", ""),
("Outgoing connection", ""), ("Outgoing connection", ""),
("Exit", ""), ("Exit", "Sair"),
("Open", ""), ("Open", "Abrir"),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""), ("Service", "Serviço"),
("Start", ""), ("Start", "Iniciar"),
("Stop", ""), ("Stop", "Parar"),
("exceed_max_devices", ""), ("exceed_max_devices", ""),
("Sync with recent sessions", ""), ("Sync with recent sessions", "Sincronizar com sessões recentes"),
("Sort tags", ""), ("Sort tags", "Classificar tags"),
("Open connection in new tab", ""), ("Open connection in new tab", "Abrir conexão em uma nova aba"),
("Move tab to new window", ""), ("Move tab to new window", "Mover aba para uma nova janela"),
("Can not be empty", ""), ("Can not be empty", "Não pode estar vazio"),
("Already exists", ""), ("Already exists", ""),
("Change Password", ""), ("Change Password", "Alterar senha"),
("Refresh Password", ""), ("Refresh Password", "Atualizar senha"),
("ID", ""), ("ID", ""),
("Grid View", ""), ("Grid View", ""),
("List View", ""), ("List View", ""),
@ -526,8 +526,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("pull_ab_failed_tip", ""), ("pull_ab_failed_tip", ""),
("push_ab_failed_tip", ""), ("push_ab_failed_tip", ""),
("synced_peer_readded_tip", ""), ("synced_peer_readded_tip", ""),
("Change Color", ""), ("Change Color", "Alterar cor"),
("Primary Color", ""), ("Primary Color", "Cor principal"),
("HSV Color", ""), ("HSV Color", ""),
("Installation Successful!", ""), ("Installation Successful!", ""),
("Installation failed!", ""), ("Installation failed!", ""),
@ -537,7 +537,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("scam_text1", ""), ("scam_text1", ""),
("scam_text2", ""), ("scam_text2", ""),
("Don't show again", ""), ("Don't show again", ""),
("I Agree", ""), ("I Agree", "Eu concordo"),
("Decline", ""), ("Decline", ""),
("Timeout in minutes", ""), ("Timeout in minutes", ""),
("auto_disconnect_option_tip", ""), ("auto_disconnect_option_tip", ""),
@ -546,8 +546,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("upgrade_rustdesk_server_pro_to_{}_tip", ""), ("upgrade_rustdesk_server_pro_to_{}_tip", ""),
("pull_group_failed_tip", ""), ("pull_group_failed_tip", ""),
("Filter by intersection", ""), ("Filter by intersection", ""),
("Remove wallpaper during incoming sessions", ""), ("Remove wallpaper during incoming sessions", "Remover papel de parede durante sessão remota"),
("Test", ""), ("Test", "Teste"),
("display_is_plugged_out_msg", ""), ("display_is_plugged_out_msg", ""),
("No displays", ""), ("No displays", ""),
("elevated_switch_display_msg", ""), ("elevated_switch_display_msg", ""),
@ -555,10 +555,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show displays as individual windows", ""), ("Show displays as individual windows", ""),
("Use all my displays for the remote session", ""), ("Use all my displays for the remote session", ""),
("selinux_tip", ""), ("selinux_tip", ""),
("Change view", ""), ("Change view", "Alterar visualização"),
("Big tiles", ""), ("Big tiles", ""),
("Small tiles", ""), ("Small tiles", ""),
("List", ""), ("List", "Lista"),
("Virtual display", ""), ("Virtual display", ""),
("Plug out all", ""), ("Plug out all", ""),
("True color (4:4:4)", ""), ("True color (4:4:4)", ""),
@ -584,7 +584,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Email verification code must be 6 characters.", ""), ("Email verification code must be 6 characters.", ""),
("2FA code must be 6 digits.", ""), ("2FA code must be 6 digits.", ""),
("Multiple Windows sessions found", ""), ("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""), ("Please select the session you want to connect to", "Por favor, selecione a sessão que você deseja se conectar"),
("powered_by_me", ""), ("powered_by_me", ""),
("outgoing_only_desk_tip", ""), ("outgoing_only_desk_tip", ""),
("preset_password_warning", ""), ("preset_password_warning", ""),
@ -592,13 +592,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("My address book", ""), ("My address book", ""),
("Personal", ""), ("Personal", ""),
("Owner", ""), ("Owner", ""),
("Set shared password", ""), ("Set shared password", "Definir senha compartilhada"),
("Exist in", ""), ("Exist in", ""),
("Read-only", ""), ("Read-only", "Apenas leitura"),
("Read/Write", ""), ("Read/Write", "Leitura/escrita"),
("Full Control", ""), ("Full Control", "Controle total"),
("share_warning_tip", ""), ("share_warning_tip", ""),
("Everyone", ""), ("Everyone", "Todos"),
("ab_web_console_tip", ""), ("ab_web_console_tip", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }