Skip to content

Commit

Permalink
Merge pull request rustdesk#6314 from FastAct/patch-22
Browse files Browse the repository at this point in the history
Update nl.rs
  • Loading branch information
rustdesk authored Nov 7, 2023
2 parents 5577731 + 6da36b2 commit d55d796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/nl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Open in new window", "Open in een nieuw venster"),
("Show displays as individual windows", "Beeldschermen weergeven als afzonderlijke vensters"),
("Use all my displays for the remote session", "Gebruik al mijn beeldschermen voor de externe sessie"),
("selinux_tip", ""),
("selinux_tip", "SELinux is ingeschakeld op dit apparaat, waardoor RustDesk mogelijk niet goed functioneert als een gecontroleerde kant."),
("Change view", "Weergave wijzigen"),
("Big tiles", "Grote tegels"),
("Small tiles", "Kleine tegels"),
Expand All @@ -569,6 +569,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Plug out all", "Sluit alle"),
("True color (4:4:4)", "Ware kleur (4:4:4)"),
("Enable blocking user input", "Blokkeren van gebruikersinvoer inschakelen"),
("id_input_tip", ""),
("id_input_tip", "Je kunt een ID, een direct IP of een domein met een poort (<domein>:<poort>) invoeren. Als je toegang wilt als apparaat op een andere server, voeg dan het serveradres toe (<id>@<server_adres>?key=<key_value>), bijvoorbeeld \n[email protected]:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.Als je toegang wilt als apparaat op een openbare server, voer dan \"<id>@public\" in, voor de openbare server is de sleutel niet nodig."),
].iter().cloned().collect();
}

0 comments on commit d55d796

Please sign in to comment.