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
21 lines
535 B
JSON
21 lines
535 B
JSON
{
|
|
"errors": {
|
|
"nameRequired": "请输入名称",
|
|
"portRange": "端口必须在 1 到 65535 之间",
|
|
"protocolRequired": "请选择协议",
|
|
"serverAddrRequired": "请输入入口地址",
|
|
"serverRequired": "请选择服务器"
|
|
},
|
|
"form": {
|
|
"quantityRequired": "",
|
|
"subscribePlanRequired": "",
|
|
"totalCountRequired": "",
|
|
"unitTimeRequired": "",
|
|
"validation": {
|
|
"nameRequired": "客户端名称必填",
|
|
"userAgentRequiredSuffix": "是必填项"
|
|
}
|
|
},
|
|
"tos": "服务条款"
|
|
}
|