Merge pull request #5652 from bovirus/master

Update italian language
This commit is contained in:
RustDesk 2023-09-11 08:43:16 +08:00 committed by GitHub
commit 4a20989028
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();
} }