i18n: translate connection-limit strings for all languages

Adds connectionLimits/connIdle/bufferSize/seconds keys to the remaining 11 locales (ar, es, id, ja, pt, ru, tr, uk, vi, zh-CN, zh-TW); en-US and fa-IR shipped with the feature.
This commit is contained in:
MHSanaei
2026-06-03 21:59:40 +02:00
parent 72944daab7
commit 7a72aeda7a
11 changed files with 88 additions and 0 deletions
+8
View File
@@ -1201,6 +1201,14 @@
"statsOutboundUplinkDesc": "启用所有出站代理的上行流量统计收集。",
"statsOutboundDownlink": "出站下载统计",
"statsOutboundDownlinkDesc": "启用所有出站代理的下行流量统计收集。",
"connectionLimits": "连接限制",
"connectionLimitsDesc": "用户等级 0 的连接级策略。留空则使用 Xray 的默认值。",
"connIdle": "空闲超时",
"connIdleDesc": "连接空闲达到该秒数后将被关闭。在繁忙的服务器上调低此值可更快释放内存和文件描述符(Xray 默认值:300)。",
"bufferSize": "缓冲区大小",
"bufferSizeDesc": "每个连接的内部缓冲区大小(KB)。在低内存服务器上设为 0 可最大限度减少内存占用(Xray 默认值取决于平台)。",
"bufferSizePlaceholder": "自动",
"seconds": "秒",
"rules": {
"first": "置顶",
"last": "置底",