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.zh_TW.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.zh_TW.toml')
| -rw-r--r-- | web/translation/translate.zh_TW.toml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/web/translation/translate.zh_TW.toml b/web/translation/translate.zh_TW.toml index f86d3a31..8796ff21 100644 --- a/web/translation/translate.zh_TW.toml +++ b/web/translation/translate.zh_TW.toml @@ -372,10 +372,17 @@ "errorLogDesc" = "錯誤日誌的檔案路徑。特殊值 'none' 禁用錯誤日誌" "dnsLog" = "DNS 日誌" "dnsLogDesc" = "是否啟用 DNS 查詢日誌" -"outboundTraffic" = "出站流量" -"outboundTrafficDesc" = "是否啟用出站流量" "maskAddress" = "隱藏地址" "maskAddressDesc" = "IP 地址掩碼,啟用時會自動替換日誌中出現的 IP 地址。" +"statistics" = "統計" +"statsInboundUplink" = "入站上傳統計" +"statsInboundUplinkDesc" = "啟用所有入站代理的上行流量統計收集。" +"statsInboundDownlink" = "入站下載統計" +"statsInboundDownlinkDesc" = "啟用所有入站代理的下行流量統計收集。" +"statsOutboundUplink" = "出站上傳統計" +"statsOutboundUplinkDesc" = "啟用所有出站代理的上行流量統計收集。" +"statsOutboundDownlink" = "出站下載統計" +"statsOutboundDownlinkDesc" = "啟用所有出站代理的下行流量統計收集。" [pages.xray.rules] "first" = "置頂" |
