Merge pull request #6203 from leroyloren/master

Update cs.rs
This commit is contained in:
RustDesk 2023-10-28 10:47:32 +08:00 committed by GitHub
commit 4cb2b29187
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", "Velké dlaždice"),
("Small tiles", "Malé dlaždice"),
("List", "Seznam"),
("Virtual display", ""),
("Plug out all", ""),
("Virtual display", "Virtuální obrazovka"),
("Plug out all", "Odpojit všechny"),
].iter().cloned().collect();
}