update cs.rs (#8450)

This commit is contained in:
jxdv
2024-06-23 10:05:06 +00:00
committed by GitHub
Unverified
parent 1a69d525af
commit ef82cfa034

View File

@@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Never", "Nikdy"),
("During controlled", "Během řízeného"),
("During service is on", "Během služby je v provozu"),
("Capture screen using DirectX", ""),
("Capture screen using DirectX", "Snímání obrazovky pomocí DirectX"),
].iter().cloned().collect();
}