Update Italian language (#7984)

This commit is contained in:
bovirus 2024-05-09 01:33:12 +02:00 committed by GitHub
parent 32fca6f9b3
commit 9d56e29a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}