sock5 gui part

This commit is contained in:
open-trade
2022-01-05 18:34:30 +08:00
parent 12ab22e048
commit c0b6367137
7 changed files with 111 additions and 6 deletions

View File

@@ -192,5 +192,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Remove from Favorites", "从收藏中删除"),
("Empty", "空空如也"),
("Invalid folder name", "无效文件夹名称"),
("Socks5 Proxy", "Socks5 代理")
].iter().cloned().collect();
}