From 3e52da46db11ca7cd3898de5f3223ef3a55c149d Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:52:13 +0200 Subject: [PATCH] Update Italian language --- src/lang/it.rs | 2 ++ 1 file changed, 2 insertions(+) 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(); }