Update it.rs

This commit is contained in:
ilGigioVr88 2023-05-12 11:29:58 +02:00 committed by GitHub
parent 305a04a785
commit f9ffc314f6
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 a peer", "Seleziona un peer"),
("Select peers", "Seelziona peer"), ("Select peers", "Seelziona peer"),
("Plugins", "Plugin"), ("Plugins", "Plugin"),
("Uninstall", ""), ("Uninstall", "Disinstalla"),
("Update", ""), ("Update", "Aggiorna"),
("Enable", ""), ("Enable", "Abilita"),
("Disable", ""), ("Disable", "Disabilita"),
("Options", ""), ("Options", "Opzioni"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }