mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-23 11:27:13 +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": "Основні",
|
||||
"tabConfig": "Конфігурація",
|
||||
"tabBasics": "Основні",
|
||||
"tabCredentials": "Облікові дані",
|
||||
"add": "Додати клієнта",
|
||||
"edit": "Редагувати клієнта",
|
||||
"submitAdd": "Додати клієнта",
|
||||
@@ -666,10 +666,11 @@
|
||||
"prefix": "Префікс",
|
||||
"postfix": "Постфікс",
|
||||
"delayedStart": "Запуск після першого використання",
|
||||
"expireDays": "Тривалість",
|
||||
"expireDays": "Тривалість (днів)",
|
||||
"days": "Дні",
|
||||
"renew": "Авто-продовження",
|
||||
"renewDesc": "Автоматичне продовження після закінчення. (0 = вимкнено) (одиниця: день)",
|
||||
"renewDays": "Авто-продовження (днів)",
|
||||
"searchPlaceholder": "Пошук email, коментаря, sub ID, UUID, паролю, auth…",
|
||||
"filterTitle": "Фільтр клієнтів",
|
||||
"clearAllFilters": "Очистити все",
|
||||
@@ -691,10 +692,12 @@
|
||||
"hasNot": "Не має",
|
||||
"title": "Клієнти",
|
||||
"actions": "Дії",
|
||||
"totalGB": "Усього надіслано/отримано (ГБ)",
|
||||
"totalGB": "Ліміт трафіку (ГБ)",
|
||||
"totalGBDesc": "Квота трафіку для цього клієнта. 0 = без обмежень.",
|
||||
"expiryTime": "Термін дії",
|
||||
"addClients": "Додати клієнтів",
|
||||
"limitIp": "Ліміт IP",
|
||||
"limitIpDesc": "Максимум одночасних IP-адрес. 0 = без обмежень.",
|
||||
"password": "Пароль",
|
||||
"subId": "ID підписки",
|
||||
"online": "У мережі",
|
||||
@@ -1733,4 +1736,4 @@
|
||||
"chooseInbound": "Виберіть Вхідний"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user