fix code merge

This commit is contained in:
rustdesk
2024-01-07 13:25:19 +08:00
parent b2b30b0cf5
commit 955c55b6cc
8 changed files with 0 additions and 42 deletions

View File

@@ -578,13 +578,8 @@ 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();
}