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
23 lines
871 B
JSON
23 lines
871 B
JSON
{
|
|
"adminUpdateSuccess": "管理端更新成功",
|
|
"cancel": "取消",
|
|
"confirmReboot": "确认重启",
|
|
"confirmSystemReboot": "确认系统重启",
|
|
"confirmUpdate": "确认更新",
|
|
"rebootDescription": "确定要重启系统吗?此操作无法撤销。",
|
|
"rebooting": "重启中...",
|
|
"refreshLogs": "刷新日志",
|
|
"serverVersion": "服务器版本",
|
|
"systemLogs": "系统日志",
|
|
"systemReboot": "系统重启",
|
|
"systemServices": "系统服务",
|
|
"update": "更新",
|
|
"updateDescription": "",
|
|
"updateFailed": "更新失败",
|
|
"updateServerDescription": "确定要将服务器版本从 {{current}} 更新到 {{latest}} 吗?",
|
|
"updateSuccess": "更新成功",
|
|
"updateWebDescription": "确定要将前端版本从 {{current}} 更新到 {{latest}} 吗?",
|
|
"userUpdateSuccess": "用户端更新成功",
|
|
"webVersion": "前端版本"
|
|
}
|