Add files via upload

This commit is contained in:
Mr-Update
2023-03-10 13:03:18 +01:00
committed by GitHub
parent d3ccf6032b
commit af257d1fd5
33 changed files with 133 additions and 1 deletions

View File

@@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("confirm_idd_driver_tip", "安装虚拟显示器驱动的选项已勾选。请注意测试证书将被安装以信任虚拟显示器驱动。测试证书仅会用于信任Rustdesk的驱动。"),
("RDP Settings", ""),
("Sort by", ""),
("New connection", ""),
("Restore", ""),
("Minimize", ""),
("Maximize", ""),
].iter().cloned().collect();
}