Merge pull request #6286 from jxdv/cz-rs-update

update cs.rs
This commit is contained in:
RustDesk 2023-11-06 11:00:24 +08:00 committed by GitHub
commit 27112e3480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", "Seznam"),
("Virtual display", "Virtuální obrazovka"),
("Plug out all", "Odpojit všechny"),
("True color (4:4:4)", ""),
("True color (4:4:4)", "Skutečné barvy (4:4:4)"),
].iter().cloned().collect();
}