mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
Update nl.rs (#12202)
This commit is contained in:
@@ -699,9 +699,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable camera", "Camera inschakelen"),
|
||||
("No cameras", "Geen camera's"),
|
||||
("view_camera_unsupported_tip", "Het externe apparaat ondersteunt geen cameraweergave."),
|
||||
("Terminal", ""),
|
||||
("Enable terminal", ""),
|
||||
("New tab", ""),
|
||||
("Keep terminal sessions on disconnect", ""),
|
||||
("Terminal", "Terminal"),
|
||||
("Enable terminal", "Terminal inschakelen"),
|
||||
("New tab", "Nieuw tabblad"),
|
||||
("Keep terminal sessions on disconnect", "Terminalsessies bij verbreking van de verbinding behouden"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user