update cs.rs

This commit is contained in:
jxdv 2023-11-04 14:29:03 +01:00
parent 03d280054b
commit a521ccde47

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