Merge pull request #6219 from bovirus/master

Update Italian language
This commit is contained in:
RustDesk 2023-10-29 16:48:17 +08:00 committed by GitHub
commit 845d5a548f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
} }