Update nl.rs (#7581)

This commit is contained in:
FastAct 2024-04-02 08:47:40 +02:00 committed by GitHub
parent 2e11a8b458
commit cfa72ad7d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."),