diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 3a5273b75..4b7998824 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -230,7 +230,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Username missed", "Gebruikersnaam gemist"), ("Password missed", "Wachtwoord vergeten"), ("Wrong credentials", "Verkeerde inloggegevens"), - ("The verification code is incorrect or has expired", ""), + ("The verification code is incorrect or has expired", "De verificatiecode is onjuist of verlopen"), ("Edit Tag", "Label Bewerken"), ("Forget Password", "Wachtwoord vergeten"), ("Favorites", "Favorieten"), @@ -291,7 +291,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Overwrite", "Overschrijven"), ("This file exists, skip or overwrite this file?", "Dit bestand bestaat reeds, overslaan of overschrijven?"), ("Quit", "Afsluiten"), - ("Help", ""), + ("Help", "Help"), ("Failed", "Mislukt"), ("Succeeded", "Geslaagd"), ("Someone turns on privacy mode, exit", "Iemand schakelt privacymodus in, afsluiten"), @@ -416,8 +416,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Wait", "Wacht"), ("Elevation Error", "Verhogingsfout"), ("Ask the remote user for authentication", "Vraag de gebruiker op afstand om bevestiging"), - ("Choose this if the remote account is administrator", ""), - ("Transmit the username and password of administrator", ""), + ("Choose this if the remote account is administrator", "Kies dit als het externe account de beheerder is"), + ("Transmit the username and password of administrator", "Verzend de gebruikersnaam en het wachtwoord van de beheerder"), ("still_click_uac_tip", "De gebruiker op afstand moet altijd bevestigen via het UAC-venster van de werkende RustDesk."), ("Request Elevation", "Verzoek om meer rechten"), ("wait_accept_uac_tip", "Wacht tot de gebruiker op afstand het UAC-dialoogvenster accepteert."),