Merge pull request #5634 from bovirus/master

Update Italian language
This commit is contained in:
RustDesk 2023-09-08 16:06:38 +08:00 committed by GitHub
commit 441cddbde6
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();
}