Italian language update (#12679)

This commit is contained in:
bovirus 2025-08-20 08:17:02 +02:00 committed by GitHub
commit e0ab3f0c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Failed to check if the user is an administrator.", "Impossibile verificare se l'utente è un amministratore."),
("Supported only in the installed version.", "Supportato solo nella versione installata."),
("elevation_username_tip", "Inserisci Nome utente o dominio sorgente\\nome Utente"),
("Preparing for installation ...", ""),
("Preparing for installation ...", "Preparazione per l'installazione..."),
].iter().cloned().collect();
}