Skip to content

Commit

Permalink
Merge pull request rustdesk#5382 from bovirus/master
Browse files Browse the repository at this point in the history
Update italian language
  • Loading branch information
rustdesk authored Aug 14, 2023
2 parents bf9ed47 + d5a0d0c commit cf16311
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lang/it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit cf16311

Please sign in to comment.