mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-24 11:57:15 +00:00
feat(sub): per-client external links and remote subscriptions
Add a Links tab to the client form for attaching third-party share links and remote subscription URLs per client. They are merged into the client's raw/JSON/Clash subscription output: links are emitted verbatim and parsed for JSON/Clash; subscription URLs are fetched (cached, with a short timeout) and their configs merged in. i18n keys added across all 13 locales.
This commit is contained in:
@@ -647,6 +647,12 @@
|
||||
"clients": {
|
||||
"tabBasics": "پایه",
|
||||
"tabCredentials": "اطلاعات اتصال",
|
||||
"tabLinks": "لینکها",
|
||||
"linksHint": "لینکهای اشتراک شخصثالث و آدرس سابسکریپشنهای خارجی را اضافه کنید تا در سابسکریپشن این کاربر قرار گیرند.",
|
||||
"addExternalLink": "افزودن لینک خارجی",
|
||||
"addExternalSubscription": "افزودن سابسکریپشن خارجی",
|
||||
"noExternalLinks": "هنوز لینک خارجیای اضافه نشده.",
|
||||
"noExternalSubscriptions": "هنوز سابسکریپشن خارجیای اضافه نشده.",
|
||||
"add": "افزودن کلاینت",
|
||||
"edit": "ویرایش کلاینت",
|
||||
"submitAdd": "افزودن کلاینت",
|
||||
@@ -1764,4 +1770,4 @@
|
||||
"chooseInbound": "یک ورودی انتخاب کنید"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user