Update Italian language

This commit is contained in:
bovirus
2023-08-10 11:04:20 +02:00
committed by GitHub
Unverified
parent aaa03db69c
commit 72cfe05323

View File

@@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Ordina etichette"),
("Open connection in new tab", "Apri connessione in una nuova scheda"),
("Move tab to new window", "Sposta scheda nella finestra successiva"),
("Can not be empty", ""),
("Already exists", ""),
("Can not be empty", "Non può essere vuoto"),
("Already exists", "Esiste già"),
].iter().cloned().collect();
}