Italian language update (#13513)

This commit is contained in:
bovirus 2025-11-14 10:02:09 +01:00 committed by GitHub
commit 0808c41a1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -727,7 +727,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Disable UDP", "Disabilita UDP"),
("disable-udp-tip", "Controlla se usare solo TCP.\nQuando questa opzione è abilitata, RustDesk non userà più UDP 21116, verrà invece usato TCP 21116."),
("server-oss-not-support-tip", "NOTA: il sistema operativo del server RustDesk non include questa funzionalità."),
("input note here", ""),
("note-at-conn-end-tip", ""),
("input note here", "Inserisci nota qui"),
("note-at-conn-end-tip", "Visualizza nota alla fine della connessione"),
].iter().cloned().collect();
}