rustdesk
2024-01-07 13:21:38 +08:00
parent 6352b3a594
commit b2b30b0cf5
39 changed files with 81 additions and 1 deletions

View File

@@ -578,7 +578,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("capture_display_elevated_connections_tip", "La cattura di più display non è supportata nella modalità utente con privilegi elevati. Se vuoi controllare più display riprova dopo l'installazione."),
("Swap control-command key", "Scambia tasto controllo-comando"),
("swap-left-right-mouse", "Scambia pulsante sinistro-destro mouse"),
<<<<<<< Updated upstream
("2FA code", "Codice 2FA"),
("2fa_tip", "Inserisci il codice 2FA nell'app di autenticazione."),
=======
("2FA code", ""),
("2fa_tip", ""),
("More", ""),
>>>>>>> Stashed changes
].iter().cloned().collect();
}