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", "顯示品質監測"),
("Disable clipboard", "停用剪貼簿"),
("Lock after session end", "工作階段結束後鎖定電腦"),
("Insert", "插入"),
("Insert Ctrl + Alt + Del", "插入 Ctrl + Alt + Del"),
("Insert Lock", "鎖定遠端電腦"),
("Refresh", "重新載入"),
("ID does not exist", "ID 不存在"),
@@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "上傳資料夾"),
("Upload files", "上傳檔案"),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}