From fe477c42e27f4666419759e1231280fd7f2d3865 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:12:57 +0330 Subject: [PATCH] Update translate.en_US.toml --- web/translation/translate.en_US.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index c33f0220..2a547bdc 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -310,7 +310,14 @@ "subURI" = "Reverse Proxy URI" "subURIDesc" = "The URI path of the subscription URL for use behind proxies." "fragment" = "Fragmentation" -"fragmentDesc" = "Enable fragmentation for TLS hello packet" +"fragmentDesc" = "Enable fragmentation for TLS hello packet." +"fragmentSett" = "Fragmentation Settings" +"mux" = "Mux" +"muxDesc" = "Transmit multiple independent data streams within an established data stream." +"muxSett" = "Mux Settings" +"direct" = "Direct Connection" +"directDesc" = "Directly establishes connections with domains or IP ranges of a specific country." +"directSett" = "Direct Connection Options" [pages.xray] "title" = "Xray Configs"