Merge pull request #5713 from bovirus/master

Update italian language
This commit is contained in:
RustDesk 2023-09-16 21:53:52 +08:00 committed by GitHub
commit eb5ea17610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,6 +554,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Timeout in minutes", "Timeout in minuti"),
("auto_disconnect_option_tip", ""),
("Connection failed due to inactivity", "Connessione non riuscita a causa di inattività"),
("Check for software update on startup", ""),
("Check for software update on startup", "All'avvio programma verifica presenza di aggiornamenti"),
].iter().cloned().collect();
}