Update Dutch translations (#15132)

This commit is contained in:
Alex Rijckaert 2026-05-29 02:49:27 +02:00 committed by GitHub
commit 440ab26b69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -744,6 +744,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("password-hidden-tip", "Er is een permanent wachtwoord ingesteld (verborgen)."),
("preset-password-in-use-tip", "Het basis wachtwoord is momenteel in gebruik."),
("Enable privacy mode", "Privacymodus inschakelen"),
("allow-remote-toolbar-docking-any-edge", ""),
("allow-remote-toolbar-docking-any-edge", "Sta toe om de werkbalk-op-afstand aan de rand van het venster te plaatsen"),
].iter().cloned().collect();
}