update cs.rs (#8365)
This commit is contained in:
parent
5cf2d5f062
commit
f224d8872e
1 changed files with 4 additions and 4 deletions
|
|
@ -617,9 +617,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("Use texture rendering", "Použít vykreslování textur"),
|
||||
("Floating window", "Plovoucí okno"),
|
||||
("floating_window_tip", "Pomáhá udržovat službu RustDesk na pozadí"),
|
||||
("Keep screen on", ""),
|
||||
("Never", ""),
|
||||
("During controlled", ""),
|
||||
("During service is on", ""),
|
||||
("Keep screen on", "Ponechat obrazovku zapnutou"),
|
||||
("Never", "Nikdy"),
|
||||
("During controlled", "Během řízeného"),
|
||||
("During service is on", "Během služby je v provozu"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue