From f224d8872e05e292322bffcdbec1d4d001ba725a Mon Sep 17 00:00:00 2001 From: jxdv Date: Sat, 15 Jun 2024 08:03:42 +0000 Subject: [PATCH] update cs.rs (#8365) --- src/lang/cs.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 8edfb8c88..1fbc0bf8c 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -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(); }