From 0808c41a1ce02bbf1f5923a2f30fad39e1f6e00d Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:02:09 +0100 Subject: [PATCH] Italian language update (#13513) --- src/lang/it.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 8f9dfbfa9..e4867016c 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }