Update Italian language

This commit is contained in:
bovirus 2023-08-10 11:04:20 +02:00 committed by GitHub
parent aaa03db69c
commit 72cfe05323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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