feat(group): add node group management UI
Add node group management interface with automatic user assignment and traffic-based grouping. Features: - Node group CRUD with traffic range configuration - Three grouping modes: average, subscription-based, and traffic-based - Group recalculation with preview and history tracking - Subscribe-to-group mapping management - User subscription group locking - Group calculation history with detailed reports - Multi-language support (en-US, zh-CN) - Enhanced node and subscription forms with group selection
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"active": "Active",
|
||||
"cancel": "Cancel",
|
||||
"code": "Redemption Code",
|
||||
"confirm": "Confirm",
|
||||
@@ -13,7 +12,6 @@
|
||||
"duration": "Redemption Duration",
|
||||
"edit": "Edit",
|
||||
"editRedemptionCode": "Edit Redemption Code",
|
||||
"exhausted": "Exhausted",
|
||||
"form": {
|
||||
"batchCount": "Batch Count",
|
||||
"batchCountPlaceholder": "Batch Count",
|
||||
@@ -26,16 +24,12 @@
|
||||
"halfYear": "Half Year",
|
||||
"month": "Month",
|
||||
"quarter": "Quarter",
|
||||
"quantityRequired": "Quantity is required",
|
||||
"selectPlan": "Select Redemption Plan",
|
||||
"selectUnitTime": "Select Redemption Duration Unit",
|
||||
"subscribePlan": "Redemption Plan",
|
||||
"subscribePlanRequired": "Subscribe plan is required",
|
||||
"totalCount": "Available Uses",
|
||||
"totalCountPlaceholder": "Available Uses",
|
||||
"totalCountRequired": "Total count is required",
|
||||
"unitTime": "Redemption Duration Unit",
|
||||
"unitTimeRequired": "Unit time is required",
|
||||
"year": "Year"
|
||||
},
|
||||
"id": "ID",
|
||||
@@ -50,8 +44,8 @@
|
||||
"status": "Status",
|
||||
"subscribeId": "Subscribe ID",
|
||||
"subscribePlan": "Redemption Plan",
|
||||
"totalCount": "Available Uses",
|
||||
"total": "Total",
|
||||
"totalCount": "Available Uses",
|
||||
"unitTime": "Redemption Duration Unit",
|
||||
"updateSuccess": "Update Success",
|
||||
"usedCount": "Used",
|
||||
|
||||
Reference in New Issue
Block a user