Update Dutch translations (#15024)

Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
Alex Rijckaert 2026-05-14 10:43:40 +02:00 committed by GitHub
commit 0d40cf2101
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", "Schakel privacymodus in"),
("Enable privacy mode", "Privacymodus inschakelen"),
].iter().cloned().collect();
}