mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-17 10:06:08 +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": "Пожалуйста, укажите Chat ID Telegram. (используйте команду '/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": "Sub-ссылки ({count})",
|
||||
"addToGroupTitle": "Добавить {count} клиент(ов) в группу",
|
||||
"addToGroupTooltip": "Выберите существующую группу или введите новое имя. Используйте Ungroup, чтобы удалить клиентов из их текущей группы.",
|
||||
"addToGroupPlaceholder": "Имя группы",
|
||||
"groupName": "Имя группы",
|
||||
"addToGroupSuccessToast": "{count} клиент(ов) добавлено в {group}",
|
||||
"ungroupSuccessToast": "Группа очищена у {count} клиент(ов)",
|
||||
"ungroup": "Разгруппировать",
|
||||
|
||||
Reference in New Issue
Block a user