mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-12 10:14:56 +03:00
translate all
This commit is contained in:
@@ -379,7 +379,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Screen Share", "Compartilhamento de tela"),
|
||||
("ubuntu-21-04-required", "Wayland requer Ubuntu 21.04 ou versão superior."),
|
||||
("wayland-requires-higher-linux-version", "Wayland requer uma versão superior da distribuição linux. Por favor, tente o desktop X11 ou mude seu sistema operacional."),
|
||||
("xdp-portal-unavailable", ""),
|
||||
("xdp-portal-unavailable", "A captura de tela do Wayland falhou. O XDG Desktop Portal pode ter travado ou estar indisponível. Tente reiniciá-lo com `systemctl --user restart xdg-desktop-portal`."),
|
||||
("JumpLink", "JumpLink"),
|
||||
("Please Select the screen to be shared(Operate on the peer side).", "Por favor, selecione a tela a ser compartilhada (operar no lado do parceiro)."),
|
||||
("Show RustDesk", "Exibir RustDesk"),
|
||||
@@ -745,18 +745,18 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("preset-password-in-use-tip", "A senha predefinida está sendo usada."),
|
||||
("Enable privacy mode", "Habilitar modo de privacidade"),
|
||||
("allow-remote-toolbar-docking-any-edge", "Permitir fixar a barra de ferramentas remota em qualquer borda da janela"),
|
||||
("API Token", ""),
|
||||
("Deploy", ""),
|
||||
("Custom ID (optional)", ""),
|
||||
("server_requires_deployment_tip", ""),
|
||||
("The server does not require explicit deployment.", ""),
|
||||
("Unknown response.", ""),
|
||||
("wayland-keyboard-input-disabled-tip", ""),
|
||||
("wayland-keyboard-input-consent-tip", ""),
|
||||
("wayland-keyboard-input-applies-to-tip", ""),
|
||||
("wayland-soft-keyboard-input-label", ""),
|
||||
("wayland-keyboard-input-reset-choice-tip", ""),
|
||||
("remember-wayland-keyboard-choice-tip", ""),
|
||||
("Why this happens", ""),
|
||||
("API Token", "Token de API"),
|
||||
("Deploy", "Implantar"),
|
||||
("Custom ID (optional)", "ID personalizado (opcional)"),
|
||||
("server_requires_deployment_tip", "O servidor exige que este dispositivo seja implantado explicitamente. Implantar agora?"),
|
||||
("The server does not require explicit deployment.", "O servidor não exige implantação explícita."),
|
||||
("Unknown response.", "Resposta desconhecida."),
|
||||
("wayland-keyboard-input-disabled-tip", "Permitir entrada do teclado?"),
|
||||
("wayland-keyboard-input-consent-tip", "O que você digitar neste computador remoto (incluindo senhas) pode ser lido por outros aplicativos nele."),
|
||||
("wayland-keyboard-input-applies-to-tip", "Esta escolha se aplica a:"),
|
||||
("wayland-soft-keyboard-input-label", "Entrada de teclado virtual"),
|
||||
("wayland-keyboard-input-reset-choice-tip", "Redefinir escolha de entrada do teclado"),
|
||||
("remember-wayland-keyboard-choice-tip", "Não perguntar novamente para este computador remoto"),
|
||||
("Why this happens", "Por que isso acontece"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user