From 7eec6e2cc0104d52dbd75c229ed7b41a637f5232 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sun, 6 Aug 2023 09:56:26 +0200 Subject: [PATCH] Update italian language --- src/lang/it.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 22b349151..e0d79edf8 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -524,8 +524,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("exceed_max_devices", "Hai raggiunto il numero massimo di dispositivi gestibili."), ("Sync with recent sessions", "Sincronizza con le sessioni recenti"), ("Sort tags", "Ordina etichette"), - ("Separate remote windows", ""), - ("separate window", ""), - ("Move tab to new window", ""), + ("Separate remote windows", "Separa finestre remote"), + ("separate window", "Separa finestra"), + ("Move tab to new window", "Sposta scheda nella finestra successiva"), ].iter().cloned().collect(); }