Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk

This commit is contained in:
rustdesk
2023-07-31 18:14:11 +08:00
7 changed files with 150 additions and 105 deletions

View File

@@ -518,11 +518,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Verlaten"),
("Open", "Open"),
("logout_tip", "Weet je zeker dat je je wilt afmelden?"),
("Service", ""),
("Start", ""),
("Stop", ""),
("exceed_max_devices", ""),
("Sync with recent sessions", ""),
("Sort tags", ""),
("Service", "Service"),
("Start", "Start"),
("Stop", "Stop"),
("exceed_max_devices", "Het maximum aantal gecontroleerde apparaten is bereikt."),
("Sync with recent sessions", "Recente sessies synchroniseren"),
("Sort tags", "Labels sorteren"),
].iter().cloned().collect();
}