diff --git a/src/lang/it.rs b/src/lang/it.rs index 521c4ef08..b0532638c 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }