Update nl.rs (#12617)

Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
Alex Rijckaert 2025-08-17 09:29:17 +02:00 committed by GitHub
parent 1aed6f3c2e
commit 4e9a370ff6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Failed to check if the user is an administrator.", "Fout bij het controleren of de gebruiker een beheerder is."),
("Supported only in the installed version.", "Alleen ondersteund in de geïnstalleerde versie."),
("elevation_username_tip", "Voer je gebruikersnaam of domeinnaam in"),
("Preparing for installation ...", "Voorbereiden voor installatie ..."),
("Preparing for installation ...", "Installatie voorbereiden ..."),
].iter().cloned().collect();
}