Merge pull request #4067 from bovirus/master

Improve translation
This commit is contained in:
RustDesk
2023-04-16 07:56:44 +08:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -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();
}

View File

@@ -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();
}