Update nl.rs

This commit is contained in:
FastAct 2023-03-23 08:36:49 +01:00
parent d240bc7294
commit 1312a76260

View File

@ -37,10 +37,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is empty", "Klembord is leeg"),
("Stop service", "Stop service"),
("Change ID", "Wijzig ID"),
("Your new ID", ""),
("length %min% to %max%", ""),
("starts with a letter", ""),
("allowed characters", ""),
("Your new ID", "Uw nieuw ID"),
("length %min% to %max%", "lengte %min% tot %max%"),
("starts with a letter", "begint met een letter"),
("allowed characters", "toegestane tekens"),
("id_change_tip", "Alleen de letters a-z, A-Z, 0-9, _ (underscore) kunnen worden gebruikt. De eerste letter moet a-z, A-Z zijn. De lengte moet tussen 6 en 16 liggen."),
("Website", "Website"),
("About", "Over"),