Merge pull request #6244 from bovirus/master

Update Italian language
This commit is contained in:
RustDesk
2023-11-01 10:55:29 +08:00
committed by GitHub
Unverified

View File

@@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", "Elenco"),
("Virtual display", "Scehrmo virtuale"),
("Plug out all", "Scollega tutto"),
("True color(4:4:4)", ""),
("True color(4:4:4)", "Colore reale (4:4:4)"),
].iter().cloned().collect();
}