Merge pull request #2975 from NicKoehler/master

Update it.rs
This commit is contained in:
RustDesk 2023-01-28 19:09:26 +08:00 committed by GitHub
commit 2e848061cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("About", "Informazioni"),
("Slogan_tip", "Fatta con il cuore in questo mondo caotico!"),
("Privacy Statement", "Informativa sulla privacy"),
("Build Date", ""),
("Version", ""),
("Home", ""),
("Build Date", "Data della build"),
("Version", "Versione"),
("Home", "Home"),
("Mute", "Silenzia"),
("Audio Input", "Input audio"),
("Enhancements", "Miglioramenti"),
@ -436,6 +436,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Strong", "Forte"),
("Switch Sides", "Cambia lato"),
("Please confirm if you want to share your desktop?", "Vuoi condividere il tuo desktop?"),
("Closed as expected", ""),
("Closed as expected", "Chiuso come previsto"),
].iter().cloned().collect();
}