Merge pull request #3776 from FastAct/patch-10

Update nl.rs
This commit is contained in:
RustDesk 2023-03-25 16:29:30 +08:00 committed by GitHub
commit 7241069416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,12 +476,12 @@ 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", ""),
("enter_rustdesk_passwd_tip", ""),
("remember_rustdesk_passwd_tip", ""),
("login_linux_tip", ""),
("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"),
("enter_rustdesk_passwd_tip", "Geef het RustDesk-wachtwoord op."),
("remember_rustdesk_passwd_tip", "RustDesk Wachtwoord onthouden."),
("login_linux_tip", "Je moet inloggen op een Linux Account op afstand om een X desktop sessie te openen."),
].iter().cloned().collect();
}