This commit is contained in:
rustdesk
2024-07-25 15:21:28 +08:00
parent baf70da2fe
commit bbdce8d57b
45 changed files with 677 additions and 641 deletions

View File

@@ -630,5 +630,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("cancel-2fa-confirm-tip", "Ste si istí, že chcete zrušiť službu 2FA?"),
("cancel-bot-confirm-tip", "Ste si istí, že chcete zrušiť bota Telegramu?"),
("About RustDesk", ""),
("Send clipboard keystrokes", ""),
].iter().cloned().collect();
}