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