EUForest ae31019477 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
2026-03-08 23:39:30 +08:00

21 lines
640 B
JSON

{
"errors": {
"nameRequired": "Please enter a name",
"portRange": "Port must be between 1 and 65535",
"protocolRequired": "Please select a protocol",
"serverAddrRequired": "Please enter an entry address",
"serverRequired": "Please select a server"
},
"form": {
"quantityRequired": "Quantity is required",
"subscribePlanRequired": "Subscribe plan is required",
"totalCountRequired": "Total count is required",
"unitTimeRequired": "Unit time is required",
"validation": {
"nameRequired": "Client name is required",
"userAgentRequiredSuffix": "is required"
}
},
"tos": "tos"
}