update sk.rs (#8364)

This commit is contained in:
jxdv 2024-06-15 08:03:56 +00:00 committed by GitHub
parent f224d8872e
commit 12ff1319f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -617,9 +617,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use texture rendering", "Použiť vykresľovanie textúr"),
("Floating window", "Plávajúce okno"),
("floating_window_tip", "Pomáha udržiavať službu RustDesk na pozadí"),
("Keep screen on", ""),
("Never", ""),
("During controlled", ""),
("During service is on", ""),
("Keep screen on", "Ponechať obrazovku zapnutú"),
("Never", "Nikdy"),
("During controlled", "Počas kontrolovaného"),
("During service is on", "Počas služby je v prevádzke"),
].iter().cloned().collect();
}