This commit is contained in:
rustdesk
2022-01-03 00:24:36 +08:00
parent 1552402907
commit 64f181e4a1
3 changed files with 99 additions and 56 deletions

View File

@@ -187,5 +187,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Wrong credentials", "用户名或者密码错误"),
("Edit Tag", "修改标签"),
("Unremember Password", "忘掉密码"),
("Favorites", "收藏"),
("Add to Favorites", "加入到收藏"),
("Remove from Favorites", "从收藏中删除"),
("Empty", "空空如也"),
].iter().cloned().collect();
}