mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-15 07:40: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": "Cơ bản",
|
||||
"tabConfig": "Cấu hình",
|
||||
"tabBasics": "Cơ bản",
|
||||
"tabCredentials": "Thông tin xác thực",
|
||||
"add": "Thêm khách hàng",
|
||||
"edit": "Chỉnh sửa khách hàng",
|
||||
"submitAdd": "Thêm khách hàng",
|
||||
@@ -666,10 +666,11 @@
|
||||
"prefix": "Tiền tố",
|
||||
"postfix": "Hậu tố",
|
||||
"delayedStart": "Bắt đầu sau lần dùng đầu",
|
||||
"expireDays": "Thời hạn",
|
||||
"expireDays": "Thời hạn (ngày)",
|
||||
"days": "Ngày",
|
||||
"renew": "Tự động gia hạn",
|
||||
"renewDesc": "Tự động gia hạn sau khi hết hạn. (0 = tắt) (đơn vị: ngày)",
|
||||
"renewDays": "Tự động gia hạn (ngày)",
|
||||
"searchPlaceholder": "Tìm email, ghi chú, sub ID, UUID, mật khẩu, auth…",
|
||||
"filterTitle": "Lọc client",
|
||||
"clearAllFilters": "Xóa tất cả",
|
||||
@@ -691,10 +692,12 @@
|
||||
"hasNot": "Không có",
|
||||
"title": "Khách hàng",
|
||||
"actions": "Hành động",
|
||||
"totalGB": "Tổng gửi/nhận (GB)",
|
||||
"totalGB": "Giới hạn lưu lượng (GB)",
|
||||
"totalGBDesc": "Hạn mức dữ liệu cho khách hàng này. 0 = không giới hạn.",
|
||||
"expiryTime": "Hết hạn",
|
||||
"addClients": "Thêm khách hàng",
|
||||
"limitIp": "Giới hạn IP",
|
||||
"limitIpDesc": "Số IP đồng thời tối đa. 0 = không giới hạn.",
|
||||
"password": "Mật khẩu",
|
||||
"subId": "ID đăng ký",
|
||||
"online": "Trực tuyến",
|
||||
@@ -1733,4 +1736,4 @@
|
||||
"chooseInbound": "Chọn một Inbound"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user