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", ""),
|
("Big tiles", ""),
|
||||||
("Small tiles", ""),
|
("Small tiles", ""),
|
||||||
("List", "Lista"),
|
("List", "Lista"),
|
||||||
("Virtual display", ""),
|
("Virtual display", "Display Virtual"),
|
||||||
("Plug out all", ""),
|
("Plug out all", ""),
|
||||||
("True color (4:4:4)", ""),
|
("True color (4:4:4)", ""),
|
||||||
("Enable blocking user input", ""),
|
("Enable blocking user input", ""),
|
||||||
("id_input_tip", ""),
|
("id_input_tip", ""),
|
||||||
("privacy_mode_impl_mag_tip", ""),
|
("privacy_mode_impl_mag_tip", ""),
|
||||||
("privacy_mode_impl_virtual_display_tip", ""),
|
("privacy_mode_impl_virtual_display_tip", ""),
|
||||||
("Enter privacy mode", ""),
|
("Enter privacy mode", "Entrar no modo privado"),
|
||||||
("Exit privacy mode", ""),
|
("Exit privacy mode", "Sair do modo privado"),
|
||||||
("idd_not_support_under_win10_2004_tip", ""),
|
("idd_not_support_under_win10_2004_tip", ""),
|
||||||
("input_source_1_tip", ""),
|
("input_source_1_tip", ""),
|
||||||
("input_source_2_tip", ""),
|
("input_source_2_tip", ""),
|
||||||
("Swap control-command key", ""),
|
("Swap control-command key", ""),
|
||||||
("swap-left-right-mouse", ""),
|
("swap-left-right-mouse", ""),
|
||||||
("2FA code", ""),
|
("2FA code", "Código 2FA"),
|
||||||
("More", ""),
|
("More", ""),
|
||||||
("enable-2fa-title", ""),
|
("enable-2fa-title", ""),
|
||||||
("enable-2fa-desc", ""),
|
("enable-2fa-desc", ""),
|
||||||
@ -619,22 +619,22 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("During controlled", ""),
|
("During controlled", ""),
|
||||||
("During service is on", ""),
|
("During service is on", ""),
|
||||||
("Capture screen using DirectX", ""),
|
("Capture screen using DirectX", ""),
|
||||||
("Back", ""),
|
("Back", "Voltar"),
|
||||||
("Apps", ""),
|
("Apps", ""),
|
||||||
("Volume up", ""),
|
("Volume up", ""),
|
||||||
("Volume down", ""),
|
("Volume down", ""),
|
||||||
("Power", ""),
|
("Power", ""),
|
||||||
("Telegram bot", ""),
|
("Telegram bot", "Bot Telegram"),
|
||||||
("enable-bot-tip", ""),
|
("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", ""),
|
("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", ""),
|
("cancel-2fa-confirm-tip", "Tem certeza de que deseja cancelar a 2FA?"),
|
||||||
("cancel-bot-confirm-tip", ""),
|
("cancel-bot-confirm-tip", "Tem certeza de que deseja cancelar o bot do Telegram?"),
|
||||||
("About RustDesk", ""),
|
("About RustDesk", "Sobre RustDesk"),
|
||||||
("Send clipboard keystrokes", ""),
|
("Send clipboard keystrokes", ""),
|
||||||
("network_error_tip", ""),
|
("network_error_tip", "Por favor, verifique sua conexão de rede e clique em tentar novamente."),
|
||||||
("Unlock with PIN", ""),
|
("Unlock with PIN", "Desbloquear com PIN"),
|
||||||
("Requires at least {} characters", ""),
|
("Requires at least {} characters", ""),
|
||||||
("Wrong PIN", ""),
|
("Wrong PIN", "PIN Errado"),
|
||||||
("Set PIN", ""),
|
("Set PIN", "Definir PIN"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user