diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-03-20 13:43:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 13:43:37 +0300 |
| commit | 0bec29f2ba5d92087704d997b9d116f0b352cf2d (patch) | |
| tree | d76811ecc8604d9545049d20eda68f303f615e24 /web/translation/translate.en_US.toml | |
| parent | a7418d9708e4f03503315530e68133507ba53278 (diff) | |
UI Improvements (#2067)
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 9 |
1 files changed, 8 insertions, 1 deletions
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" |
