Update italian language

This commit is contained in:
bovirus
2023-08-14 09:15:17 +02:00
committed by GitHub
parent bf9ed4753e
commit d5a0d0cfa0

View File

@@ -528,12 +528,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Move tab to new window", "Sposta scheda nella finestra successiva"),
("Can not be empty", "Non può essere vuoto"),
("Already exists", "Esiste già"),
("Change Password", ""),
("Refresh Password", ""),
("ID", ""),
("Grid View", ""),
("List View", ""),
("Select", ""),
("Toggle Tags", ""),
("Change Password", "Modifica password"),
("Refresh Password", "Aggiorna password"),
("ID", "ID"),
("Grid View", "Vista griglia"),
("List View", "Vista elenco"),
("Select", "Seleziona"),
("Toggle Tags", "Attiva/disattiva tag"),
].iter().cloned().collect();
}