修改中转站

This commit is contained in:
2025-09-06 15:07:09 +08:00
parent e8fe999d16
commit a91b3ebbb2
7 changed files with 473 additions and 90 deletions

View File

@@ -889,6 +889,9 @@
"configSaved": "Config saved",
"invalidJson": "Invalid JSON format",
"saveFailed": "Save failed",
"flushDns": "Flush DNS",
"flushDnsSuccess": "DNS cache flushed",
"flushDnsFailed": "DNS flush failed",
"syncFailed": "Failed to sync configuration",
"currentConfig": "Current Configuration",
"notConfigured": "Not configured",
@@ -898,14 +901,17 @@
"busService": "Bus",
"taxiServiceDesc": "Fast & Stable (share.packycode.com)",
"busServiceDesc": "Shared Economy (packycode.com)",
"selectService": "Select a service type",
"fixedUrl": "Fixed URL",
"taxiServiceNote": "Select a node or use auto-selection for optimal performance",
"busServiceNote": "Select a node or use auto-selection for optimal performance",
"nodeSelection": "Node Selection",
"selectNode": "Select a node",
"autoSelect": "Auto-select fastest",
"autoSelectDesc": "Will automatically test and select the fastest node",
"selectedNode": "Selected",
"speedTest": "Speed Test",
"testingNodes": "Testing node speeds...",
"testing": "Testing",
"bestNodeSelected": "Best node selected",
"testSpeed": "Test Speed",
"testResults": "Speed Test Results",
"failed": "Failed",

View File

@@ -816,6 +816,9 @@
"configSaved": "配置已保存",
"invalidJson": "JSON 格式无效",
"saveFailed": "保存失败",
"flushDns": "刷新 DNS",
"flushDnsSuccess": "DNS 缓存已刷新",
"flushDnsFailed": "DNS 刷新失败",
"syncFailed": "同步配置失败",
"currentConfig": "当前配置",
"notConfigured": "未配置",
@@ -825,14 +828,17 @@
"busService": "公交车",
"taxiServiceDesc": "高速稳定 (share.packycode.com)",
"busServiceDesc": "共享经济 (packycode.com)",
"selectService": "选择服务类型",
"fixedUrl": "固定地址",
"taxiServiceNote": "选择节点或使用自动选择以获得最佳性能",
"busServiceNote": "选择节点或使用自动选择以获得最佳性能",
"nodeSelection": "节点选择",
"selectNode": "选择节点",
"autoSelect": "自动选择最快",
"autoSelectDesc": "将自动测试并选择最快的节点",
"selectedNode": "已选择",
"speedTest": "节点测速",
"testingNodes": "正在测试节点速度...",
"testing": "测试中",
"bestNodeSelected": "已选择最快节点",
"testSpeed": "测速",
"testResults": "测速结果",
"failed": "失败",
@@ -870,4 +876,3 @@
"title": "警告"
}
}