Update nl.rs

This commit is contained in:
FastAct 2023-05-13 07:42:49 +02:00 committed by GitHub
parent 4d52edf46d
commit 7288c51343
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", "Selecteer een peer"),
("Select peers", "Selecteer peers"),
("Plugins", "Plugins"),
("Uninstall", ""),
("Update", ""),
("Enable", ""),
("Disable", ""),
("Options", ""),
("Uninstall", "Verwijder"),
("Update", "Bijwerken"),
("Enable", "Activeer"),
("Disable", "Deactiveer"),
("Options", "Opties"),
].iter().cloned().collect();
}