update cs.rs (#7711)

This commit is contained in:
jxdv 2024-04-13 05:12:31 +00:00 committed by GitHub
parent 333b9130fe
commit 92ae41cc13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("share_warning_tip", "Výše uvedená pole jsou sdílená a viditelná pro ostatní."),
("Everyone", "Každý"),
("ab_web_console_tip", "Více na webové konzoli"),
("allow-only-conn-window-open-tip", ""),
("allow-only-conn-window-open-tip", "Povolit připojení pouze v případě, že je otevřené okno RustDesk"),
].iter().cloned().collect();
}