mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-15 15:50:59 +00:00
feat(ui): improve client form modal UX
- Rename tabs: "Basic" → "Basics", "Config" → "Credentials" - Move reverseTag field from Credentials tab to Basics tab - Move IP log button inline with limitIp field (tooltip button, edit mode only) - Hide random email button when editing an existing client - Add tooltips to totalGB and limitIp fields with descriptive hints - Rename labels: "Total Sent/Received (GB)" → "Traffic Limit (GB)", "Duration" → "Duration (days)" - Add renewDays translation key for auto-renew label with unit hint - Remove redundant filterOption and width style from AutoComplete group selectors - Update all 15 locale files with new and renamed translation keys
This commit is contained in:
@@ -637,8 +637,8 @@
|
||||
}
|
||||
},
|
||||
"clients": {
|
||||
"tabBasic": "Básico",
|
||||
"tabConfig": "Configuração",
|
||||
"tabBasics": "Básico",
|
||||
"tabCredentials": "Credenciais",
|
||||
"add": "Adicionar cliente",
|
||||
"edit": "Editar cliente",
|
||||
"submitAdd": "Adicionar cliente",
|
||||
@@ -666,10 +666,11 @@
|
||||
"prefix": "Prefixo",
|
||||
"postfix": "Sufixo",
|
||||
"delayedStart": "Iniciar após o primeiro uso",
|
||||
"expireDays": "Duração",
|
||||
"expireDays": "Duração (dias)",
|
||||
"days": "Dia(s)",
|
||||
"renew": "Renovação automática",
|
||||
"renewDesc": "Renovação automática após a expiração. (0 = desativar) (unidade: dia)",
|
||||
"renewDays": "Renovação automática (dias)",
|
||||
"searchPlaceholder": "Buscar email, comentário, sub ID, UUID, senha, auth…",
|
||||
"filterTitle": "Filtrar clientes",
|
||||
"clearAllFilters": "Limpar tudo",
|
||||
@@ -691,10 +692,12 @@
|
||||
"hasNot": "Não tem",
|
||||
"title": "Clientes",
|
||||
"actions": "Ações",
|
||||
"totalGB": "Total enviado/recebido (GB)",
|
||||
"totalGB": "Limite de tráfego (GB)",
|
||||
"totalGBDesc": "Cota de dados para este cliente. 0 = ilimitado.",
|
||||
"expiryTime": "Expiração",
|
||||
"addClients": "Adicionar clientes",
|
||||
"limitIp": "Limite de IP",
|
||||
"limitIpDesc": "Máximo de IPs simultâneos. 0 = ilimitado.",
|
||||
"password": "Senha",
|
||||
"subId": "ID da assinatura",
|
||||
"online": "Online",
|
||||
@@ -1733,4 +1736,4 @@
|
||||
"chooseInbound": "Escolha um Inbound"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user