mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-13 14:50:59 +00:00
feat(inbounds): attach existing clients to an inbound in one click
Adds an 'Attach Existing Clients' row action on multi-user inbounds (shown even when the inbound is empty). It opens a modal listing the whole client pool with search and group filter, all attachable clients pre-selected, and attaches the selection to that inbound via the existing bulkAttach endpoint. Clients already on the inbound are shown disabled and skipped. Translations added for all 13 locales.
This commit is contained in:
@@ -320,6 +320,11 @@
|
||||
"attachClientsSearchPlaceholder": "Поиск email или комментария",
|
||||
"attachClientsStatusDisabled": "Отключено",
|
||||
"attachClientsSelectedCount": "{selected} из {total} выбрано",
|
||||
"attachExistingClients": "Привязать существующих клиентов…",
|
||||
"attachExistingTitle": "Привязать существующих клиентов к «{remark}»",
|
||||
"attachExistingDesc": "Привязывает существующих клиентов (доступно {count}) к этому входящему — тот же UUID/пароль и общий трафик. Клиенты, уже привязанные к нему, пропускаются.",
|
||||
"attachExistingNoClients": "Клиентов пока нет. Сначала создайте клиентов, затем привяжите их здесь.",
|
||||
"attachExistingStatusAttached": "Уже привязан",
|
||||
"detachClients": "Отвязать клиентов",
|
||||
"detachClientsTitle": "Отвязать клиентов из «{remark}»",
|
||||
"detachClientsDesc": "Удаляет выбранных клиент(ов) только с этого входящего. Записи клиентов сохраняются (используйте Delete для полного удаления). У источника всего {count} клиент(ов).",
|
||||
|
||||
Reference in New Issue
Block a user