fix trans

This commit is contained in:
rustdesk
2022-12-27 23:26:11 +08:00
parent ff5228f7d4
commit 75f57cf0fc
32 changed files with 94 additions and 45 deletions

View File

@@ -39,7 +39,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change ID", "Cambia ID"),
("Website", "Sito web"),
("About", "Informazioni"),
("About RustDesk", ""),
("Slogan_tip", ""),
("Privacy Statement", ""),
("Mute", "Silenzia"),
@@ -402,9 +401,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("hide_cm_tip", "Permetti di nascondere solo se si accettano sessioni con password permanente"),
("wayland_experiment_tip", "Il supporto Wayland è in fase sperimentale, utilizza X11 se necessiti di un accesso stabile."),
("Right click to select tabs", "Clic con il tasto destro per selezionare le schede"),
("Skipped", ""),
("Add to Address Book", "Aggiungi alla rubrica"),
("Group", "Gruppo"),
("Search", "Cerca"),
("Closed manually by the web console", "Chiudi manualmente dalla console Web"),
("Local keyboard type", ""),
("Select local keyboard type", ""),
].iter().cloned().collect();
}