Update italian language

This commit is contained in:
bovirus 2023-08-06 09:56:26 +02:00 committed by GitHub
parent be9cddcad8
commit 7eec6e2cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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