From 9d56e29a0942b07786ddd38c973e34f47e54af9f Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Thu, 9 May 2024 01:33:12 +0200 Subject: [PATCH] Update Italian language (#7984) --- 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 23896f128..564352091 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -607,7 +607,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Follow remote window focus", "Segui focus finestra remota"), ("default_proxy_tip", "Protocollo e porta predefiniti sono Socks5 e 1080"), ("no_audio_input_device_tip", "Nessun dispositivo input audio trovato."), - ("Incoming", ""), - ("Outgoing", ""), + ("Incoming", "In entrata"), + ("Outgoing", "In uscita"), ].iter().cloned().collect(); }