Update Italian language

This commit is contained in:
bovirus
2023-10-29 08:57:49 +01:00
committed by GitHub
parent f748395bda
commit a168fc3719

View File

@@ -570,7 +570,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Big tiles", "Icone grandi"), ("Big tiles", "Icone grandi"),
("Small tiles", "Icone piccole"), ("Small tiles", "Icone piccole"),
("List", "Elenco"), ("List", "Elenco"),
("Virtual display", ""), ("Virtual display", "Scehrmo virtuale"),
("Plug out all", ""), ("Plug out all", "Scollega tutto"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }