feat(node): Add protocol

This commit is contained in:
web@ppanel
2024-12-11 13:37:10 +07:00
parent 1c619669a6
commit 301b635326
10 changed files with 8765 additions and 4100 deletions
+14 -9
View File
@@ -41,8 +41,6 @@
"editNode": "Edit Node",
"enable": "Enable",
"form": {
"Address or IP": "Address or IP",
"Host Name": "Host Name",
"allowInsecure": "Allow Insecure",
"cancel": "Cancel",
"confirm": "Confirm",
@@ -50,19 +48,24 @@
"editSecurity": "Edit Security Configuration",
"enableRelay": "Enable Relay",
"enableTLS": "Enable TLS",
"enableTls": "TLS",
"encryptionMethod": "Encryption Method",
"flow": "Flow Control Algorithm",
"hopInterval": "Hop Interval",
"hopPorts": "Hop Ports",
"hopPortsPlaceholder": "Separate multiple ports with commas",
"name": "Name",
"networkType": "Transport Protocol",
"nodeGroupId": "Node Group ID",
"password": "Password",
"obfsPassword": "Obfuscation Password",
"obfsPasswordPlaceholder": "Leave blank for no obfuscation",
"path": "Path",
"pleaseSelect": "Please Select",
"port": "Server Port",
"protocol": "Protocol",
"relayHost": "Relay Host",
"relayPort": "Relay Port",
"remarks": "Remarks",
"security": "Security",
"securityConfig": "Security Configuration",
"security_config": {
"fingerprint": "Fingerprint",
"privateKey": "Private Key",
@@ -77,20 +80,22 @@
"serverPort": "Server Port",
"serverPortPlaceholder": "REALITY target port, default 443",
"shortId": "Short ID",
"shortIdPlaceholder": "Leave blank for auto-generation"
"shortIdPlaceholder": "Leave blank for auto-generation",
"sni": "Server Name Indication (SNI)"
},
"selectEncryptionMethod": "Select Encryption Method",
"selectNodeGroup": "Select Node Group",
"selectProtocol": "Select Protocol",
"serverAddr": "Server IP",
"serverName": "Service Name",
"serviceName": "Service Name",
"sni": "Server Name Indication (SNI)",
"speedLimit": "Speed Limit",
"speedLimitPlaceholder": "Unlimited",
"trafficRatio": "Traffic Rate",
"transport": "Transport Protocol Configuration",
"xtls": "XTLS Flow Control Algorithm"
"transportConfig": "Transport Protocol Configuration",
"transportHost": "Transport Server Address",
"transportPath": "Transport Path",
"transportServerName": "Transport Server Name"
},
"name": "Name",
"node": "Node",
+15 -10
View File
@@ -41,8 +41,6 @@
"editNode": "编辑节点",
"enable": "启用",
"form": {
"Address or IP": "地址或IP",
"Host Name": "服务地址",
"allowInsecure": "允许不安全",
"cancel": "取消",
"confirm": "确认",
@@ -50,19 +48,24 @@
"editSecurity": "编辑安全性配置",
"enableRelay": "启用中转",
"enableTLS": "启用TLS",
"enableTls": "TLS",
"encryptionMethod": "加密方法",
"flow": "流控算法",
"hopInterval": "中继间隔",
"hopPorts": "中继端口",
"hopPortsPlaceholder": "多个端口用逗号分隔",
"name": "名称",
"networkType": "传输协议",
"nodeGroupId": "节点组ID",
"password": "密码",
"obfsPassword": "混淆密码",
"obfsPasswordPlaceholder": "留空则不混淆",
"path": "路径",
"pleaseSelect": "请选择",
"port": "服务端口",
"protocol": "协议",
"relayHost": "中转地址",
"relayPort": "中转端口",
"remarks": "备注",
"security": "安全性",
"securityConfig": "安全性配置",
"security_config": {
"fingerprint": "FingerPrint",
"privateKey": "Private Key",
@@ -77,20 +80,22 @@
"serverPort": "Server Port",
"serverPortPlaceholder": "REALITY目标端口,默认443",
"shortId": "ShortId",
"shortIdPlaceholder": "留空自动生成"
"shortIdPlaceholder": "留空自动生成",
"sni": "服务器名称指示(sni)"
},
"selectEncryptionMethod": "选择加密方法",
"selectNodeGroup": "选择节点组",
"selectProtocol": "选择协议",
"serverAddr": "服务器IP",
"serverName": "服务名称",
"serviceName": "服务名称",
"sni": "服务器名称指示(sni)",
"speedLimit": "速度限制",
"speedLimitPlaceholder": "无限制",
"trafficRatio": "流量速率",
"transport": "传输协议配置",
"xtls": "XTLS流控算法"
"transport": "传输协议",
"transportConfig": "传输协议配置",
"transportHost": "传输服务地址",
"transportPath": "传输路径",
"transportServerName": "传输服务名称"
},
"name": "名称",
"node": "节点",