Merge pull request #4345 from neogalaxy88/patch-15

Update it.rs
This commit is contained in:
RustDesk 2023-05-12 17:31:06 +08:00 committed by GitHub
commit 67d0ff4fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -501,10 +501,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Select a peer", "Seleziona un peer"),
("Select peers", "Seelziona peer"),
("Plugins", "Plugin"),
("Uninstall", ""),
("Update", ""),
("Enable", ""),
("Disable", ""),
("Options", ""),
("Uninstall", "Disinstalla"),
("Update", "Aggiorna"),
("Enable", "Abilita"),
("Disable", "Disabilita"),
("Options", "Opzioni"),
].iter().cloned().collect();
}