optimized port settings and added one-click random API port and key/separate refresh button

This commit is contained in:
Ahao
2025-05-20 18:49:16 +08:00
parent 5983ac5449
commit 7cd1816866
7 changed files with 529 additions and 349 deletions

View File

@@ -274,11 +274,11 @@
"Unified Delay Info": "When unified delay is turned on, two delay tests will be performed to eliminate the delay differences between different types of nodes caused by connection handshakes, etc",
"Log Level": "Log Level",
"Log Level Info": "This parameter is valid only for kernel log files in the log directory Service folder",
"Port Config": "Port Config",
"Port Configuration": "Port Configuration",
"Random Port": "Random Port",
"Mixed Port": "Mixed Port",
"Socks Port": "Socks Port",
"Http Port": "Http(s) Port",
"HTTP Port": "Http(s) Port",
"Redir Port": "Redir Port",
"Tproxy Port": "Tproxy Port",
"External": "External",
@@ -392,7 +392,7 @@
"Stopping Core...": "Stopping Core...",
"Restarting Core...": "Restarting Core...",
"Installing Service...": "Installing Service...",
"Uninstall Service":"Uninstall Service",
"Uninstall Service": "Uninstall Service",
"Service Installed Successfully": "Service Installed Successfully",
"Service is ready and core restarted": "Service is ready and core restarted",
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
@@ -615,5 +615,14 @@
"Originals Only": "Originals Only",
"No (IP Banned By Disney+)": "No (IP Banned By Disney+)",
"Unsupported Country/Region": "Unsupported Country/Region",
"Failed (Network Connection)": "Failed (Network Connection)"
}
"Failed (Network Connection)": "Failed (Network Connection)",
"Auto Random Config": "Auto Random Config",
"Automatically generate new config on application startup": "Automatically generate new config on application startup",
"Manual configuration": "Manual configuration",
"Controller address copied to clipboard": "Controller address copied to clipboard",
"Secret copied to clipboard": "Secret copied to clipboard",
"Copy to clipboard": "Copy to clipboard",
"Generate Random Secret": "Generate Random Secret",
"Generate Random Port": "Generate Random Port",
"Port Config": "Port Config"
}

View File

@@ -274,13 +274,13 @@
"Unified Delay Info": "开启统一延迟时,会进行两次延迟测试,以消除连接握手等带来的不同类型节点的延迟差异",
"Log Level": "日志等级",
"Log Level Info": "仅对日志目录 Service 文件夹下的内核日志文件生效",
"Port Config": "端口设置",
"Port Configuration": "端口设置",
"Random Port": "随机端口",
"Mixed Port": "混合代理端口",
"Socks Port": "SOCKS 代理端口",
"Http Port": "HTTP(S) 代理端口",
"HTTP Port": "HTTP(S) 代理端口",
"Redir Port": "Redir 透明代理端口",
"TPROXY Port": "TPROXY 透明代理端口",
"Tproxy Port": "TPROXY 透明代理端口",
"External": "外部控制",
"External Controller": "外部控制器监听地址",
"Core Secret": "API 访问密钥",
@@ -392,7 +392,7 @@
"Stopping Core...": "内核停止中...",
"Restarting Core...": "内核重启中...",
"Installing Service...": "安装服务中...",
"Uninstall Service":"卸载服务",
"Uninstall Service": "卸载服务",
"Service Installed Successfully": "已成功安装服务",
"Service is ready and core restarted": "服务已就绪,内核已重启",
"Core restarted. Service is now available.": "内核已重启,服务已就绪",
@@ -615,5 +615,14 @@
"Originals Only": "仅限原创",
"No (IP Banned By Disney+)": "不支持IP被Disney+禁止)",
"Unsupported Country/Region": "不支持的国家/地区",
"Failed (Network Connection)": "测试失败(网络连接问题)"
}
"Failed (Network Connection)": "测试失败(网络连接问题)",
"Auto Random Config": "一键随机端口和密码",
"Automatically generate new config on application startup": "自动随机API端口和密码,重新进入设置即可随机!",
"Manual configuration": "手动配置",
"Controller address copied to clipboard": "API端口已经复制到剪贴板",
"Secret copied to clipboard": "API密钥已经复制到剪贴板",
"Copy to clipboard": "点击我复制",
"Generate Random Secret": "随机API密钥",
"Generate Random Port": "随机API端口",
"Port Config": "端口设置"
}