mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-21 14:42:19 +07:00
feat(web): vless encryption new modes (#5517)
* feat(web): add vless encryption new modes * feat(web): add translations for vless encryption modes * feat(translation): bring "vlessAuthX25519" and "vlessAuthMlkem768" to general form
This commit is contained in:
@@ -407,10 +407,16 @@
|
||||
"sniffingDomainsExcluded": "排除的域名",
|
||||
"decryption": "解密",
|
||||
"encryption": "加密",
|
||||
"vlessAuthX25519": "X25519 认证",
|
||||
"vlessAuthMlkem768": "ML-KEM-768 认证",
|
||||
"vlessAuthX25519": "X25519 (native)",
|
||||
"vlessAuthMlkem768": "ML-KEM-768 (native)",
|
||||
"vlessAuthX25519Xorpub": "X25519 (xorpub)",
|
||||
"vlessAuthX25519Random": "X25519 (random)",
|
||||
"vlessAuthMlkem768Xorpub": "ML-KEM-768 (xorpub)",
|
||||
"vlessAuthMlkem768Random": "ML-KEM-768 (random)",
|
||||
"vlessAuthCustom": "自定义",
|
||||
"vlessAuthSelected": "已选择:{auth}",
|
||||
"vlessAuthGenerate": "生成密钥",
|
||||
"vlessAuthGenerateButton": "生成",
|
||||
"advanced": {
|
||||
"title": "入站 JSON 部分",
|
||||
"subtitle": "完整入站 JSON 以及针对 settings、sniffing 和 streamSettings 的专用编辑器。",
|
||||
@@ -2071,4 +2077,4 @@
|
||||
"statusDown": "断开",
|
||||
"statusUp": "恢复"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user