Update ptbr.rs (#9031)
This commit is contained in:
parent
99d7b62d79
commit
57834840b8
@ -559,21 +559,21 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Big tiles", ""),
|
||||
("Small tiles", ""),
|
||||
("List", "Lista"),
|
||||
("Virtual display", ""),
|
||||
("Virtual display", "Display Virtual"),
|
||||
("Plug out all", ""),
|
||||
("True color (4:4:4)", ""),
|
||||
("Enable blocking user input", ""),
|
||||
("id_input_tip", ""),
|
||||
("privacy_mode_impl_mag_tip", ""),
|
||||
("privacy_mode_impl_virtual_display_tip", ""),
|
||||
("Enter privacy mode", ""),
|
||||
("Exit privacy mode", ""),
|
||||
("Enter privacy mode", "Entrar no modo privado"),
|
||||
("Exit privacy mode", "Sair do modo privado"),
|
||||
("idd_not_support_under_win10_2004_tip", ""),
|
||||
("input_source_1_tip", ""),
|
||||
("input_source_2_tip", ""),
|
||||
("Swap control-command key", ""),
|
||||
("swap-left-right-mouse", ""),
|
||||
("2FA code", ""),
|
||||
("2FA code", "Código 2FA"),
|
||||
("More", ""),
|
||||
("enable-2fa-title", ""),
|
||||
("enable-2fa-desc", ""),
|
||||
@ -619,22 +619,22 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("During controlled", ""),
|
||||
("During service is on", ""),
|
||||
("Capture screen using DirectX", ""),
|
||||
("Back", ""),
|
||||
("Back", "Voltar"),
|
||||
("Apps", ""),
|
||||
("Volume up", ""),
|
||||
("Volume down", ""),
|
||||
("Power", ""),
|
||||
("Telegram bot", ""),
|
||||
("enable-bot-tip", ""),
|
||||
("enable-bot-desc", ""),
|
||||
("cancel-2fa-confirm-tip", ""),
|
||||
("cancel-bot-confirm-tip", ""),
|
||||
("About RustDesk", ""),
|
||||
("Telegram bot", "Bot Telegram"),
|
||||
("enable-bot-tip", "Se você ativar este recurso, poderá receber o código 2FA do seu bot. Ele também pode funcionar como uma notificação de conexão."),
|
||||
("enable-bot-desc", "1. Abra um chat com @BotFather.\n2. Envie o comando \"/newbot\". Você receberá um token após completar esta etapa.\n3. Inicie um chat com o seu bot recém-criado. Envie uma mensagem começando com uma barra invertida (\"/\"), como \"/hello\", para ativá-lo.\n"),
|
||||
("cancel-2fa-confirm-tip", "Tem certeza de que deseja cancelar a 2FA?"),
|
||||
("cancel-bot-confirm-tip", "Tem certeza de que deseja cancelar o bot do Telegram?"),
|
||||
("About RustDesk", "Sobre RustDesk"),
|
||||
("Send clipboard keystrokes", ""),
|
||||
("network_error_tip", ""),
|
||||
("Unlock with PIN", ""),
|
||||
("network_error_tip", "Por favor, verifique sua conexão de rede e clique em tentar novamente."),
|
||||
("Unlock with PIN", "Desbloquear com PIN"),
|
||||
("Requires at least {} characters", ""),
|
||||
("Wrong PIN", ""),
|
||||
("Set PIN", ""),
|
||||
("Wrong PIN", "PIN Errado"),
|
||||
("Set PIN", "Definir PIN"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user