mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-24 08:12: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": "Hariç tutulan alan adları",
|
||||
"decryption": "Şifre Çözme",
|
||||
"encryption": "Şifreleme",
|
||||
"vlessAuthX25519": "X25519 Kimlik Doğrulama",
|
||||
"vlessAuthMlkem768": "ML-KEM-768 Kimlik Doğrulama",
|
||||
"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": "Özel",
|
||||
"vlessAuthSelected": "Seçili: {auth}",
|
||||
"vlessAuthGenerate": "Anahtar oluştur",
|
||||
"vlessAuthGenerateButton": "Oluştur",
|
||||
"advanced": {
|
||||
"title": "Gelen Bağlantı JSON Bölümleri",
|
||||
"subtitle": "Tam gelen bağlantı JSON'u ve settings, sniffing, streamSettings için odaklanmış düzenleyiciler.",
|
||||
@@ -2071,4 +2077,4 @@
|
||||
"statusDown": "ÇEVRİMDIŞI",
|
||||
"statusUp": "ÇEVRİMİÇİ"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user