fix "insert ctrl+alt+del"

This commit is contained in:
rustdesk
2024-10-24 22:27:51 +08:00
parent b35b48086a
commit bd22b01370
45 changed files with 44 additions and 88 deletions

View File

@@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show quality monitor", "Kwaliteitsmonitor tonen"),
("Disable clipboard", "Klembord uitschakelen"),
("Lock after session end", "Vergrendelen na einde sessie"),
("Insert", "Invoegen"),
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del Invoegen"),
("Insert Lock", "Vergrendeling Invoegen"),
("Refresh", "Vernieuwen"),
("ID does not exist", "ID bestaat niet"),
@@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Map uploaden"),
("Upload files", "Bestanden uploaden"),
("Clipboard is synchronized", "Klembord is gesynchroniseerd"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}