Update nl.rs

This commit is contained in:
FastAct 2023-04-20 17:19:49 +02:00
parent 9b8e18ff3c
commit 75b4e96d62

View File

@ -476,9 +476,27 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("eg: admin", "bijv: admin"),
("Empty Username", "Gebruikersnaam Leeg"),
("Empty Password", "Wachtwoord Leeg"),
("Me", ""),
("identical_file_tip", ""),
("show_monitors_tip", ""),
("View Mode", ""),
("Me", "Ik"),
("identical_file_tip", "Dit bestand is identiek aan het bestand van het externe station."),
("show_monitors_tip", "Monitoren weergeven in de werkbalk"),
("View Mode", "Weergave Mode"),
("login_linux_tip", "Toegang tot het externe Linux-account"),
("verify_rustdesk_password_tip", "Bevestiging wachtwoord RustDesk"),
("remember_account_tip", "Herinner dit account"),
("os_account_desk_tip", "Dit account wordt gebruikt om toegang te krijgen tot het externe besturingssysteem en de bureaubladsessie in onbeheerde modus te activeren."),
("OS Account", "Besturingssysteem account"),
("another_user_login_title_tip", "Een andere gebruiker is al ingelogd."),
("another_user_login_text_tip", "Afzonderlijk"),
("xorg_not_found_title_tip", "Xorg niet gevonden."),
("xorg_not_found_text_tip", "Installeer Xorg."),
("no_desktop_title_tip", "Er is geen desktop beschikbaar."),
("no_desktop_text_tip", "Installeer de GNOME desktop."),
("No need to elevate", "Niet nodig om te verhogen"),
("System Sound", "Systeemgeluid"),
("Default", "Standaard"),
("New RDP", "Nieuwe RDP"),
("Fingerprint", "Vingerafdruk"),
("Copy Fingerprint", "Kopieer Vingerafdruk"),
("no fingerprints", "geen vingerafdrukken"),
].iter().cloned().collect();
}