mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Update nl.rs (#12525)
This commit is contained in:
@@ -700,13 +700,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable terminal", "Terminal inschakelen"),
|
||||
("New tab", "Nieuw tabblad"),
|
||||
("Keep terminal sessions on disconnect", "Terminalsessies bij verbreking van de verbinding behouden"),
|
||||
("Terminal (Run as administrator)", ""),
|
||||
("terminal-admin-login-tip", ""),
|
||||
("Failed to get user token.", ""),
|
||||
("Incorrect username or password.", ""),
|
||||
("The user is not an administrator.", ""),
|
||||
("Failed to check if the user is an administrator.", ""),
|
||||
("Supported only in the installed version.", ""),
|
||||
("elevation_username_tip", ""),
|
||||
("Terminal (Run as administrator)", "Terminal (Als administrator uitvoeren)"),
|
||||
("terminal-admin-login-tip", "Voer de gebruikersnaam en het wachtwoord in van de beheerder van het gecontroleerde apparaat."),
|
||||
("Failed to get user token.", "Kan geen gebruikerstoken krijgen."),
|
||||
("Incorrect username or password.", "Foutieve gebruikersnaam of wachtwoord."),
|
||||
("The user is not an administrator.", "De gebruiker is geen beheerder."),
|
||||
("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"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user