win, install cert

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-07 22:38:01 +08:00
parent 79934d006b
commit c0257bff52
5 changed files with 32 additions and 3 deletions

View File

@@ -461,5 +461,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Resolution", "Auflösung"),
("No transfers in progress", "Keine Übertragungen im Gange"),
("Set one-time password length", "Länge des Einmalpassworts festlegen"),
("Install driver cert(test cert)", ""),
("Virtual display requirement", "")
].iter().cloned().collect();
}

View File

@@ -461,5 +461,7 @@ 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", "")
].iter().cloned().collect();
}

View File

@@ -461,5 +461,7 @@ 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", "")
].iter().cloned().collect();
}