Update nl.rs (#13150)

This commit is contained in:
Alex Rijckaert
2025-10-17 10:09:02 +02:00
committed by GitHub
parent 5c370b3914
commit 57896ab176

View File

@@ -714,12 +714,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Custom scale slider", "Aangepaste schuifregelaar voor schaal"),
("Decrease", "Verlagen"),
("Increase", "Verhogen"),
("Show virtual mouse", ""),
("Virtual mouse size", ""),
("Small", ""),
("Large", ""),
("Show virtual joystick", ""),
("Edit note", ""),
("Alias", ""),
("Show virtual mouse", "Virtuele muis weergeven"),
("Virtual mouse size", "Virtuele muis grootte"),
("Small", "Klein"),
("Large", "Groot"),
("Show virtual joystick", "Virtuele joystick weergeven"),
("Edit note", "Opmerking bewerken"),
("Alias", "Alias"),
].iter().cloned().collect();
}