Merge pull request #2659 from neogalaxy88/patch-6

Update it.rs
This commit is contained in:
RustDesk
2022-12-27 19:17:08 +08:00
committed by GitHub

View File

@@ -403,8 +403,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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"),
("Add to Address Book", "Aggiungi alla rubrica"),
("Group", ""),
("Search", ""),
("Closed manually by the web console", ""),
("Group", "Gruppo"),
("Search", "Cerca"),
("Closed manually by the web console", "Chiudi manualmente dalla console Web"),
].iter().cloned().collect();
}