mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 20:17:32 +08:00
feat: Add TUIC protocol support and fix user filtering/export issues
This commit is contained in:
Vendored
+5
-5
File diff suppressed because one or more lines are too long
Vendored
+31
@@ -1741,6 +1741,37 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
"label": "Flow Control",
|
||||
"placeholder": "Select flow control"
|
||||
}
|
||||
},
|
||||
"tuic": {
|
||||
"version": {
|
||||
"label": "Protocol Version",
|
||||
"placeholder": "Select TUIC Version"
|
||||
},
|
||||
"password": {
|
||||
"label": "Password",
|
||||
"placeholder": "Enter Password",
|
||||
"generate_success": "Password Generated Successfully"
|
||||
},
|
||||
"congestion_control": {
|
||||
"label": "Congestion Control",
|
||||
"placeholder": "Select Congestion Control Algorithm"
|
||||
},
|
||||
"udp_relay_mode": {
|
||||
"label": "UDP Relay Mode",
|
||||
"placeholder": "Select UDP Relay Mode"
|
||||
},
|
||||
"tls": {
|
||||
"server_name": {
|
||||
"label": "Server Name Indication (SNI)",
|
||||
"placeholder": "Used for certificate verification when domain differs from node address"
|
||||
},
|
||||
"allow_insecure": "Allow Insecure?",
|
||||
"alpn": {
|
||||
"label": "ALPN",
|
||||
"placeholder": "Select ALPN Protocols",
|
||||
"empty": "No ALPN Protocols Available"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"network_settings": {
|
||||
|
||||
Vendored
+31
@@ -1709,6 +1709,37 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
|
||||
"label": "포트"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tuic": {
|
||||
"version": {
|
||||
"label": "프로토콜 버전",
|
||||
"placeholder": "TUIC 버전 선택"
|
||||
},
|
||||
"password": {
|
||||
"label": "비밀번호",
|
||||
"placeholder": "비밀번호 입력",
|
||||
"generate_success": "비밀번호가 생성되었습니다"
|
||||
},
|
||||
"congestion_control": {
|
||||
"label": "혼잡 제어",
|
||||
"placeholder": "혼잡 제어 알고리즘 선택"
|
||||
},
|
||||
"udp_relay_mode": {
|
||||
"label": "UDP 릴레이 모드",
|
||||
"placeholder": "UDP 릴레이 모드 선택"
|
||||
},
|
||||
"tls": {
|
||||
"server_name": {
|
||||
"label": "서버 이름 표시 (SNI)",
|
||||
"placeholder": "노드 주소와 인증서가 다를 때 인증서 확인에 사용"
|
||||
},
|
||||
"allow_insecure": "안전하지 않은 연결 허용?",
|
||||
"alpn": {
|
||||
"label": "ALPN",
|
||||
"placeholder": "ALPN 프로토콜 선택",
|
||||
"empty": "사용 가능한 ALPN 프로토콜이 없습니다"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Vendored
+31
@@ -1708,6 +1708,37 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"label": "流控",
|
||||
"placeholder": "选择流控"
|
||||
}
|
||||
},
|
||||
"tuic": {
|
||||
"version": {
|
||||
"label": "协议版本",
|
||||
"placeholder": "选择TUIC版本"
|
||||
},
|
||||
"password": {
|
||||
"label": "密码",
|
||||
"placeholder": "请输入密码",
|
||||
"generate_success": "密码生成成功"
|
||||
},
|
||||
"congestion_control": {
|
||||
"label": "拥塞控制",
|
||||
"placeholder": "选择拥塞控制算法"
|
||||
},
|
||||
"udp_relay_mode": {
|
||||
"label": "UDP中继模式",
|
||||
"placeholder": "选择UDP中继模式"
|
||||
},
|
||||
"tls": {
|
||||
"server_name": {
|
||||
"label": "服务器名称指示(SNI)",
|
||||
"placeholder": "当节点地址与证书不一致时用于证书验证"
|
||||
},
|
||||
"allow_insecure": "允许不安全?",
|
||||
"alpn": {
|
||||
"label": "ALPN",
|
||||
"placeholder": "选择ALPN协议",
|
||||
"empty": "未找到可用的ALPN协议"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"network_settings": {
|
||||
|
||||
Reference in New Issue
Block a user