From 7447a36782cdf9a2f42d37fc90ae98f5d3bcecae Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sun, 6 Jul 2025 12:00:05 +0200 Subject: [PATCH] Italian language update (#12210) --- src/lang/it.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 4a1447f16..96974e36c 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -699,9 +699,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Enable camera", "Abilita camera"), ("No cameras", "Nessuna camera"), ("view_camera_unsupported_tip", "Il dispositivo remoto non supporta la visualizzazione della camera."), - ("Terminal", ""), - ("Enable terminal", ""), - ("New tab", ""), - ("Keep terminal sessions on disconnect", ""), + ("Terminal", "Terminale"), + ("Enable terminal", "Abilita terminale"), + ("New tab", "Nuova scheda"), + ("Keep terminal sessions on disconnect", "Quando disconetti mantieni attiva sessione terminale"), ].iter().cloned().collect(); }