mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-03 17:07:15 +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": "Por favor, proporciona el ID de Chat de Telegram. (usa el comando '/id' en el bot) o ({'@'}userinfobot)",
|
||||
"subscriptionDesc": "Puedes encontrar tu enlace de suscripción en Detalles, también puedes usar el mismo nombre para varias configuraciones.",
|
||||
"same": "misma",
|
||||
"inboundData": "Datos de entrada",
|
||||
"inboundInfo": "Información de entrada",
|
||||
"exportInbound": "Exportación entrante",
|
||||
"import": "Importar",
|
||||
"importInbound": "Importar un entrante",
|
||||
@@ -652,12 +652,12 @@
|
||||
"comment": "Comentario",
|
||||
"traffic": "Tráfico",
|
||||
"offline": "Sin conexión",
|
||||
"addTitle": "Añadir cliente",
|
||||
"addClient": "Añadir cliente",
|
||||
"qrCode": "Código QR",
|
||||
"moreInformation": "Más información",
|
||||
"clientInfo": "Información del cliente",
|
||||
"delete": "Eliminar",
|
||||
"reset": "Restablecer tráfico",
|
||||
"editTitle": "Editar cliente",
|
||||
"editClient": "Editar cliente",
|
||||
"client": "Cliente",
|
||||
"enabled": "Habilitado",
|
||||
"remaining": "Restante",
|
||||
@@ -679,7 +679,7 @@
|
||||
"subLinksSelected": "Enlaces sub ({count})",
|
||||
"addToGroupTitle": "Añadir {count} cliente(s) a un grupo",
|
||||
"addToGroupTooltip": "Selecciona un grupo existente o escribe un nombre nuevo. Usa Ungroup para quitar clientes de su grupo actual.",
|
||||
"addToGroupPlaceholder": "Nombre del grupo",
|
||||
"groupName": "Nombre del grupo",
|
||||
"addToGroupSuccessToast": "Se añadieron {count} cliente(s) a {group}",
|
||||
"ungroupSuccessToast": "Grupo limpiado de {count} cliente(s)",
|
||||
"ungroup": "Desagrupar",
|
||||
|
||||
Reference in New Issue
Block a user