Merge pull request #5382 from bovirus/master

Update italian language
This commit is contained in:
RustDesk
2023-08-14 15:24:21 +08:00
committed by GitHub

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();
}