Skip to content

Commit

Permalink
Update nl.rs (rustdesk#7824)
Browse files Browse the repository at this point in the history
  • Loading branch information
FastAct authored Apr 25, 2024
1 parent 3811f41 commit 23147f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lang/nl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Everyone", "Iedereen"),
("ab_web_console_tip", "Meer over de webconsole"),
("allow-only-conn-window-open-tip", "Alleen verbindingen toestaan als het RustDesk-venster geopend is"),
("no_need_privacy_mode_no_physical_displays_tip", ""),
("Follow remote cursor", ""),
("Follow remote window focus", ""),
("no_need_privacy_mode_no_physical_displays_tip", "Geen fysieke schermen, geen privémodus nodig."),
("Follow remote cursor", "Volg de cursor op afstand"),
("Follow remote window focus", "Volg de focus van het venster op afstand"),
].iter().cloned().collect();
}

0 comments on commit 23147f2

Please sign in to comment.