diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-01-18 18:47:01 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-01-18 18:47:01 +0300 |
| commit | 88eab032be7197dd87d0b4c9864af4b6b4fd820b (patch) | |
| tree | 65ac15d0025541adbe53e9f9088e19104851f9d4 /web/translation/translate.fa_IR.toml | |
| parent | 20ec863f51f4fee88b35c3eaaf370a700b78109e (diff) | |
Add TUN protocol for inbound
Introduces TUN protocol to inbound.js, including a new TunSettings class. Updates inbound form to support TUN protocol and adds a dedicated form template for TUN settings. Translation files are updated with TUN-related strings for all supported languages.
Diffstat (limited to 'web/translation/translate.fa_IR.toml')
| -rw-r--r-- | web/translation/translate.fa_IR.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/translation/translate.fa_IR.toml b/web/translation/translate.fa_IR.toml index 985158d7..a25484d1 100644 --- a/web/translation/translate.fa_IR.toml +++ b/web/translation/translate.fa_IR.toml @@ -531,6 +531,12 @@ "psk" = "کلید مشترک" "domainStrategy" = "استراتژی حل دامنه" +[pages.xray.tun] +"nameDesc" = "نام رابط TUN. مقدار پیشفرض 'xray0' است" +"mtuDesc" = "واحد انتقال حداکثر. بیشترین اندازه بستههای داده. مقدار پیشفرض 1500 است" +"userLevel" = "سطح کاربر" +"userLevelDesc" = "تمام اتصالات انجامشده از طریق این ورودی از این سطح کاربری استفاده خواهند کرد. مقدار پیشفرض 0 است" + [pages.xray.dns] "enable" = "فعال کردن حل دامنه" "enableDesc" = "سرور حل دامنه داخلی را فعال کنید" |
