Update it.rs

This commit is contained in:
neoGalaxy88 2022-12-27 12:14:32 +01:00 committed by GitHub
parent 1df9e351c6
commit 971475c778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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