mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
Fix translation for 'Take screenshot' in Portuguese
This commit is contained in:
parent
7c12233630
commit
90dcd5c493
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("remote-printing-disallowed-text-tip", "As configurações do dispositivo controlado não permitem impressão remota."),
|
||||
("save-settings-tip", "Salvar configurações"),
|
||||
("dont-show-again-tip", "Não mostrar novamente"),
|
||||
("Take screenshot", "Capturar de tela"),
|
||||
("Take screenshot", "Capturar tela"),
|
||||
("Taking screenshot", "Capturando tela"),
|
||||
("screenshot-merged-screen-not-supported-tip", "Mesclar a captura de tela de múltiplos monitores não é suportada no momento. Por favor, alterne para um único monitor e tente novamente."),
|
||||
("screenshot-action-tip", "Por favor, selecione como deseja continuar com a captura de tela."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue