add button for importing server config

This commit is contained in:
Cooper Liu
2022-10-13 10:23:52 +08:00
parent 3f4339cbe0
commit 9ac07b518d
24 changed files with 241 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable TCP Tunneling", "Cho phép TCP Tunneling"),
("IP Whitelisting", "Cho phép IP"),
("ID/Relay Server", "Máy chủ ID/Relay"),
("Import Server Conf", "Nhập cấu hình máy chủ"),
("Import server configuration successfully", "Nhập cấu hình máy chủ thành công"),
("Invalid server configuration", "Cấu hình máy chủ không hợp lệ"),
("Clipboard is empty", "Khay nhớ tạm trống"),
("Stop service", "Dừng dịch vụ"),
("Change ID", "Thay đổi ID"),
("Website", "Trang web"),