Update Italian language

@rustdesk

Please merge. Thanks.
This commit is contained in:
bovirus 2023-09-08 09:10:28 +02:00 committed by GitHub
parent b9892fc2d0
commit 1ab09c65f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,7 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change Color", "Modifica colore"),
("Primary Color", "Colore primario"),
("HSV Color", "Colore HSV"),
("Installation Successful!", ""),
("Installation failed!", ""),
("Installation Successful!", "Installazione completata"),
("Installation failed!", "Installazione fallita"),
].iter().cloned().collect();
}