Update Dutch translation (#14984)

This commit is contained in:
Alex Rijckaert 2026-05-13 08:59:48 +02:00 committed by GitHub
commit fe5a8cb2ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Display Name", "Naam Weergeven"),
("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", ""),
("Enable privacy mode", "Schakel privacymodus in"),
].iter().cloned().collect();
}