diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2024-10-10 22:38:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 22:38:56 +0300 |
| commit | c385662783e6b95c5002745dfda6418762f05e47 (patch) | |
| tree | bd7e43b760a17a8ba76e94023c9a73c32995f5b7 /web/translation/translate.en_US.toml | |
| parent | 4a05188a7f505e9e820b5e12799f4955fcc481c1 (diff) | |
simplified basic routing (#2579)
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 46 |
1 files changed, 5 insertions, 41 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index de8a11a5..7b813357 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -330,18 +330,17 @@ "logConfigsDesc" = "Logs may affect your server's efficiency. It is recommended to enable it wisely only in case of your needs" "blockConfigs" = "Protection Shield" "blockConfigsDesc" = "These options will block traffic based on specific requested protocols and websites." -"blockConnectionsConfigs" = "Block Connections" +"basicRouting" = "Basic Routing" "blockConnectionsConfigsDesc" = "These options will block traffic based on the specific requested country." -"directConnectionsConfigs" = "Direct Connections" "directConnectionsConfigsDesc" = "A direct connection ensures that specific traffic is not routed through another server." "blockips" = "Block IPs" "blockdomains" = "Block Domains" "directips" = "Direct IPs" "directdomains" = "Direct Domains" -"ipv4Configs" = "IPv4 Routing" -"ipv4ConfigsDesc" = "These options will route traffic based on a specific destination via IPv4." -"warpConfigs" = "WARP Routing" -"warpConfigsDesc" = "These options will route traffic based on a specific destination via WARP." +"ipv4Routing" = "IPv4 Routing" +"ipv4RoutingDesc" = "These options will route traffic based on a specific destination via IPv4." +"warpRouting" = "WARP Routing" +"warpRoutingDesc" = "These options will route traffic based on a specific destination via WARP." "Template" = "Advanced Xray Configuration Template" "TemplateDesc" = "The final Xray config file will be generated based on this template." "FreedomStrategy" = "Freedom Protocol Strategy" @@ -350,43 +349,8 @@ "RoutingStrategyDesc" = "Set the overall traffic routing strategy for resolving all requests." "Torrent" = "Block BitTorrent Protocol" "TorrentDesc" = "Blocks BitTorrent protocol." -"PrivateIp" = "Block Connection to Private IPs" -"PrivateIpDesc" = "Blocks establishing connections to private IP ranges." -"Ads" = "Block Ads" -"AdsDesc" = "Blocks advertising websites." "Family" = "Family Protection" "FamilyDesc" = "Blocks adult content, and malware websites." -"Security" = "Security Shield" -"SecurityDesc" = "Blocks malware, phishing, and cryptominers websites." -"Speedtest" = "Block Speedtest" -"SpeedtestDesc" = "Blocks establishing connectins to speedtest websites." -"GoogleIPv4" = "Google" -"GoogleIPv4Desc" = "Routes traffic to Google via IPv4." -"NetflixIPv4" = "Netflix" -"NetflixIPv4Desc" = "Routes traffic to Netflix via IPv4." -"GoogleWARP" = "Google" -"GoogleWARPDesc" = "Add routing for Google via WARP." -"OpenAIWARP" = "ChatGPT" -"OpenAIWARPDesc" = "Routes traffic to ChatGPT via WARP." -"NetflixWARP" = "Netflix" -"NetflixWARPDesc" = "Routes traffic to Netflix via WARP." -"MetaWARP" = "Meta" -"MetaWARPDesc" = "Routes traffic to Meta (Instagram, Facebook, WhatsApp, Threads,...) via WARP." -"AppleWARP" = "Apple" -"AppleWARPDesc" = "Routes traffic to Apple via WARP." -"RedditWARP" = "Reddit" -"RedditWARPDesc" = "Routes traffic to Reddit via WARP." -"SpotifyWARP" = "Spotify" -"SpotifyWARPDesc" = "Routes traffic to Spotify via WARP." -"IRWARP" = "Iran domains" -"IRWARPDesc" = "Routes traffic to Iran domains via WARP." -"Inbounds" = "Inbounds" -"InboundsDesc" = "Accepting the specific clients." -"Outbounds" = "Outbounds" -"Balancers" = "Balancers" -"OutboundsDesc" = "Set the outgoing traffic pathway." -"Routings" = "Routing Rules" -"RoutingsDesc" = "The priority of each rule is important!" "completeTemplate" = "All" "logLevel" = "Log Level" "logLevelDesc" = "The log level for error logs, indicating the information that needs to be recorded." |
