Update nl.rs (#13150)

This commit is contained in:
Alex Rijckaert 2025-10-17 10:09:02 +02:00 committed by GitHub
commit 57896ab176
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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();
}