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

@@ -460,6 +460,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Codec", "Κωδικοποίηση"),
("Resolution", "Ανάλυση"),
("No transfers in progress", "Δεν υπάρχει μεταφορά σε εξέλιξη"),
("Set one-time password length", "Μέγεθος κωδικού μιας χρήσης"),
].iter().cloned().collect();
("Set one-time password length", "Μέγεθος κωδικού μιας χρήσης"),
("Install driver cert (test cert)", ""),
("Virtual display need", ""),
("instsall_cert_tip", "")
].iter().cloned().collect();
}