Merge pull request #2285 from emporiobviver/master

Update ptbr.rs
This commit is contained in:
RustDesk 2022-11-23 07:35:58 +08:00 committed by GitHub
commit b710130c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,15 +385,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("This PC", "Este PC"),
("or", "ou"),
("Continue with", "Continuar com"),
("Elevate", ""),
("Zoom cursor", ""),
("Accept sessions via password", ""),
("Accept sessions via click", ""),
("Accept sessions via both", ""),
("Please wait for the remote side to accept your session request...", ""),
("One-time Password", ""),
("Use one-time password", ""),
("One-time password length", ""),
("Request access to your device", ""),
("Elevate", "Elevar"),
("Zoom cursor", "Aumentar cursor"),
("Accept sessions via password", "Aceitar sessões via senha"),
("Accept sessions via click", "Aceitar sessões via clique"),
("Accept sessions via both", "Aceitar sessões de ambos os modos"),
("Please wait for the remote side to accept your session request...", "Por favor aguarde enquanto o cliente remoto aceita seu pedido de sessão..."),
("One-time Password", "Senha de uso único"),
("Use one-time password", "Usar senha de uso único"),
("One-time password length", "Comprimento da senha de uso único"),
("Request access to your device", "Solicitar acesso ao seu dispositivo"),
].iter().cloned().collect();
}