From 75b4e96d6228744fb0bed76065ede41b5411517c Mon Sep 17 00:00:00 2001 From: FastAct <93490087+FastAct@users.noreply.github.com> Date: Thu, 20 Apr 2023 17:19:49 +0200 Subject: [PATCH] Update nl.rs --- src/lang/nl.rs | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 46ae3799a..58fda6c32 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -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(); }