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", "Resolución"),
("No transfers in progress", "No hay transferencias en curso"),
("Set one-time password length", "Establecer contraseña de un solo uso"),
("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();
}