translate changes

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-08 12:51:04 +08:00
parent ad32eec879
commit 1d85d87b40
35 changed files with 104 additions and 101 deletions

View File

@@ -461,8 +461,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Resolution", "分辨率"),
("No transfers in progress", ""),
("Set one-time password length", ""),
("Install driver cert(test cert)", "安装驱动证书(测试证书)"),
("Virtual display requirement", "虚拟显示器需"),
("Continue with installing cert is checked.", "安装证书已选择,是否继续")
("Install driver cert (test cert)", "安装驱动证书 (测试证书)"),
("Virtual display need", "虚拟显示器需"),
("instsall_cert_tip", "已选择安装驱动,是否继续")
].iter().cloned().collect();
}