rustdesk
2022-01-02 15:09:44 +08:00
parent 042114ae37
commit f0a6c706fa
3 changed files with 21 additions and 2 deletions

View File

@@ -186,5 +186,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Password missed", "密码没有填写"),
("Wrong credentials", "用户名或者密码错误"),
("Edit Tag", "修改标签"),
("Unremember Password", "忘掉密码"),
].iter().cloned().collect();
}