Update Italian language

This commit is contained in:
bovirus 2023-04-15 19:52:13 +02:00 committed by GitHub
parent 3bac9adbd9
commit 3e52da46db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,5 +492,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_desktop_title_tip", "Non c'è nessun desktop disponibile."),
("no_desktop_text_tip", "Installa il desktop GNOME."),
("No need to elevate", "Elevazione dei privilegi non richiesta"),
("System Sound", "Dispositivo audio sistema"),
("Default", "Predefinita"),
].iter().cloned().collect();
}