Update nl.rs (#7824)

This commit is contained in:
FastAct 2024-04-25 13:04:48 +02:00 committed by GitHub
parent 3811f41076
commit 23147f2328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -602,8 +602,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Everyone", "Iedereen"), ("Everyone", "Iedereen"),
("ab_web_console_tip", "Meer over de webconsole"), ("ab_web_console_tip", "Meer over de webconsole"),
("allow-only-conn-window-open-tip", "Alleen verbindingen toestaan als het RustDesk-venster geopend is"), ("allow-only-conn-window-open-tip", "Alleen verbindingen toestaan als het RustDesk-venster geopend is"),
("no_need_privacy_mode_no_physical_displays_tip", ""), ("no_need_privacy_mode_no_physical_displays_tip", "Geen fysieke schermen, geen privémodus nodig."),
("Follow remote cursor", ""), ("Follow remote cursor", "Volg de cursor op afstand"),
("Follow remote window focus", ""), ("Follow remote window focus", "Volg de focus van het venster op afstand"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }