Update nl.rs (#11873)

This commit is contained in:
Alex Rijckaert 2025-05-27 07:08:03 +02:00 committed by GitHub
parent a7a2f77ea3
commit 4121e3fd14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -698,6 +698,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use WebSocket", "Gebruik het WebSocketprotocol"),
("Trackpad speed", "Snelheid Trackpad"),
("Default trackpad speed", "Standaardsnelheid Trackpad"),
("Numeric one-time password", ""),
("Numeric one-time password", "Eenmalig numeriek wachtwoord"),
].iter().cloned().collect();
}