Update italian language

This commit is contained in:
bovirus 2023-07-15 17:09:07 +02:00 committed by GitHub
parent fbfad5f86d
commit 2cfa61602f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Outgoing connection", "Conenssioni in uscita"),
("Exit", "Esci da RustDesk"),
("Open", "Apri RustDesk"),
("logout_tip", ""),
("logout_tip", "Sei sicuro di voler uscire?"),
].iter().cloned().collect();
}