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", "TCPトンネリングを有効化"),
("IP Whitelisting", "IPホワイトリスト"),
("ID/Relay Server", "認証・中継サーバー"),
("Import Server Conf", "サーバー設定をインポート"),
("Import server configuration successfully", "サーバー設定をインポートしました"),
("Invalid server configuration", "無効なサーバー設定です"),
("Clipboard is empty", "クリップボードは空です"),
("Stop service", "サービスを停止"),
("Change ID", "IDを変更"),
("Website", "公式サイト"),