diff --git a/src/lang/it.rs b/src/lang/it.rs index 290a2bebf..185fb3e43 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }