Update Italian language (#8838)

This commit is contained in:
bovirus 2024-07-26 04:00:18 +02:00 committed by GitHub
parent 3999d498be
commit 1850d32f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -630,6 +630,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("cancel-2fa-confirm-tip", "Sei sicuro di voler annullare 2FA?"),
("cancel-bot-confirm-tip", "Sei sicuro di voler annulare Telegram?"),
("About RustDesk", "Info su RustDesk"),
("Send clipboard keystrokes", ""),
("Send clipboard keystrokes", "Invia sequenze tasti appunti"),
].iter().cloned().collect();
}