diff --git a/src/lang/it.rs b/src/lang/it.rs index bd2cd04d4..e24da4d88 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -492,6 +492,8 @@ 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"), ("New RDP", ""), ].iter().cloned().collect(); } diff --git a/src/lang/template.rs b/src/lang/template.rs index d97e60d9f..e7a85bd5b 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -492,6 +492,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("no_desktop_title_tip", ""), ("no_desktop_text_tip", ""), ("No need to elevate", ""), + ("System Sound", ""), + ("Default", ""), ("New RDP", ""), ].iter().cloned().collect(); }