diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-05 15:27:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-05 15:27:25 +0300 |
| commit | 99f26be30d5f35fd6af114528c3f6e13643b3bef (patch) | |
| tree | f11584dcdf42fd37e43bb7c0c6c755e7255c5604 /web/translation/translate.en_US.toml | |
| parent | b0edd24c52e493e4f8ce1025791086d05e986832 (diff) | |
feat: add statistics section (#2718)
the "Outbounds Traffic" parameter, which was misleading, was also renamed and moved
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 885c01bb..46dc6d3f 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -372,10 +372,17 @@ "errorLogDesc" = "The file path for the error log. The special value 'none' disabled error logs" "dnsLog" = "DNS Log" "dnsLogDesc" = "Whether to enable DNS query logs" -"outboundTraffic" = "Outbounds Traffic" -"outboundTrafficDesc" = "Whether to enable outbound traffic" "maskAddress" = "Mask Address" "maskAddressDesc" = "IP address mask, when enabled, will automatically replace the IP address that appears in the log." +"statistics" = "Statistics" +"statsInboundUplink" = "Inbound Upload Statistics" +"statsInboundUplinkDesc" = "Enables the statistics collection for upstream traffic of all inbound proxies." +"statsInboundDownlink" = "Inbound Download Statistics" +"statsInboundDownlinkDesc" = "Enables the statistics collection for downstream traffic of all inbound proxies." +"statsOutboundUplink" = "Outbound Upload Statistics" +"statsOutboundUplinkDesc" = "Enables the statistics collection for upstream traffic of all outbound proxies." +"statsOutboundDownlink" = "Outbound Download Statistics" +"statsOutboundDownlinkDesc" = "Enables the statistics collection for downstream traffic of all outbound proxies." [pages.xray.rules] "first" = "First" |
