mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-30 23:17:14 +00:00
feat(clients/inbounds): IP log popups, clearer titles, tag-based inbound labels
Add an IP Log popup (view list + refresh + clear) to the client edit form and the Client Information modal, with IPs stacked vertically. Identify inbounds by their xray tag (not remark/protocol:port) across every picker and chip: attach/detach modals, the attached-inbounds column and field, the filter drawer, and bulk-add. Add the tag field to the InboundOption schema (the backend already returned it). Clarify modal titles/labels: Client Information (was More Information) and Inbound Information (was Inbound's Data); Client Information / QR Code titles now include the client email. i18n: rename keys moreInformation->clientInfo and inboundData->inboundInfo with proper translations in all languages; addTitle->addClient, editTitle->editClient, addToGroupPlaceholder->groupName.
This commit is contained in:
@@ -400,7 +400,7 @@
|
||||
"telegramDesc": "لطفا شناسه گفتگوی تلگرام را وارد کنید. (از دستور '/id' در ربات استفاده کنید) یا ({'@'}userinfobot)",
|
||||
"subscriptionDesc": "شما میتوانید لینک سابسکربپشن خودرا در 'جزئیات' پیدا کنید، همچنین میتوانید از همین نام برای چندین کاربر استفادهکنید",
|
||||
"same": "همسان",
|
||||
"inboundData": "دادههای ورودی",
|
||||
"inboundInfo": "اطلاعات ورودی",
|
||||
"exportInbound": "استخراج ورودی",
|
||||
"import": "افزودن",
|
||||
"importInbound": "افزودن یک ورودی",
|
||||
@@ -652,12 +652,12 @@
|
||||
"comment": "توضیحات",
|
||||
"traffic": "ترافیک",
|
||||
"offline": "آفلاین",
|
||||
"addTitle": "افزودن کلاینت",
|
||||
"addClient": "افزودن کلاینت",
|
||||
"qrCode": "کد QR",
|
||||
"moreInformation": "اطلاعات بیشتر",
|
||||
"clientInfo": "اطلاعات کلاینت",
|
||||
"delete": "حذف",
|
||||
"reset": "بازنشانی ترافیک",
|
||||
"editTitle": "ویرایش کلاینت",
|
||||
"editClient": "ویرایش کلاینت",
|
||||
"client": "کلاینت",
|
||||
"enabled": "فعال",
|
||||
"remaining": "باقیمانده",
|
||||
@@ -679,7 +679,7 @@
|
||||
"subLinksSelected": "لینکهای اشتراک ({count})",
|
||||
"addToGroupTitle": "افزودن {count} کاربر به یک گروه",
|
||||
"addToGroupTooltip": "یک گروه موجود را انتخاب کنید یا نام جدیدی تایپ کنید. برای حذف کاربران از گروه فعلی، از Ungroup استفاده کنید.",
|
||||
"addToGroupPlaceholder": "نام گروه",
|
||||
"groupName": "نام گروه",
|
||||
"addToGroupSuccessToast": "{count} کاربر به {group} اضافه شد",
|
||||
"ungroupSuccessToast": "گروه از {count} کاربر پاک شد",
|
||||
"ungroup": "خارج از گروه",
|
||||
|
||||
Reference in New Issue
Block a user