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

View File

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