update cs.rs (#8365)

This commit is contained in:
jxdv
2024-06-15 08:03:42 +00:00
committed by GitHub
parent 5cf2d5f062
commit f224d8872e

View File

@@ -617,9 +617,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use texture rendering", "Použít vykreslování textur"), ("Use texture rendering", "Použít vykreslování textur"),
("Floating window", "Plovoucí okno"), ("Floating window", "Plovoucí okno"),
("floating_window_tip", "Pomáhá udržovat službu RustDesk na pozadí"), ("floating_window_tip", "Pomáhá udržovat službu RustDesk na pozadí"),
("Keep screen on", ""), ("Keep screen on", "Ponechat obrazovku zapnutou"),
("Never", ""), ("Never", "Nikdy"),
("During controlled", ""), ("During controlled", "Během řízeného"),
("During service is on", ""), ("During service is on", "Během služby je v provozu"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }