Merge pull request #5944 from leroyloren/master

Update cs.rs
This commit is contained in:
RustDesk 2023-10-08 19:48:04 +08:00 committed by GitHub
commit e4b861e766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -555,7 +555,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("auto_disconnect_option_tip", "Automatické ukončení příchozích relací při nečinnosti uživatele"),
("Connection failed due to inactivity", "Připojení se nezdařilo z důvodu nečinnosti"),
("Check for software update on startup", "Kontrola aktualizace softwaru při spuštění"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Upgradujte prosím RustDesk Server Pro na verzi {} nebo novější!"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Aktualizujte prosím RustDesk Server Pro na verzi {} nebo novější!"),
("pull_group_failed_tip", "Nepodařilo se obnovit skupinu"),
].iter().cloned().collect();
}