Update italian language

@rustdesk

Please merge. Thanks.
This commit is contained in:
bovirus 2023-09-10 21:42:22 +02:00 committed by GitHub
parent 52ec27f785
commit f5fe6a36eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -543,6 +543,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("HSV Color", "Colore HSV"), ("HSV Color", "Colore HSV"),
("Installation Successful!", "Installazione completata"), ("Installation Successful!", "Installazione completata"),
("Installation failed!", "Installazione fallita"), ("Installation failed!", "Installazione fallita"),
("Reverse mouse wheel", ""), ("Reverse mouse wheel", "Rotella mouse inversa"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }