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"), ("Move tab to new window", "Sposta scheda nella finestra successiva"),
("Can not be empty", "Non può essere vuoto"), ("Can not be empty", "Non può essere vuoto"),
("Already exists", "Esiste già"), ("Already exists", "Esiste già"),
("Change Password", ""), ("Change Password", "Modifica password"),
("Refresh Password", ""), ("Refresh Password", "Aggiorna password"),
("ID", ""), ("ID", "ID"),
("Grid View", ""), ("Grid View", "Vista griglia"),
("List View", ""), ("List View", "Vista elenco"),
("Select", ""), ("Select", "Seleziona"),
("Toggle Tags", ""), ("Toggle Tags", "Attiva/disattiva tag"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }