mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-31 23:47:14 +00:00
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:
@@ -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": "置底",
|
||||
|
||||
Reference in New Issue
Block a user