Skip to content

Commit

Permalink
Merge pull request rustdesk#5944 from leroyloren/master
Browse files Browse the repository at this point in the history
Update cs.rs
  • Loading branch information
rustdesk authored Oct 8, 2023
2 parents c14cb29 + ead6d8d commit e4b861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/cs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit e4b861e

Please sign in to comment.