feat(admin): optimize user traffic management features

- Improve traffic reset dialog interactions
- Enhance traffic reset logs display
This commit is contained in:
xboard
2025-06-22 18:04:29 +08:00
parent 44d92ac1c6
commit 7efc16990e
5 changed files with 123 additions and 95 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2276,6 +2276,12 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
"exporting": "Exporting...", "exporting": "Exporting...",
"export_success": "Export successful", "export_success": "Export successful",
"export_failed": "Export failed" "export_failed": "Export failed"
},
"trigger_descriptions": {
"manual": "Manually executed traffic reset by administrator",
"cron": "Automatically executed by system scheduled task",
"auto": "Automatically triggered by system based on conditions",
"other": "Triggered by other methods"
} }
}, },
"send_mail": { "send_mail": {

View File

@@ -2245,6 +2245,12 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
"exporting": "내보내는 중...", "exporting": "내보내는 중...",
"export_success": "내보내기 성공", "export_success": "내보내기 성공",
"export_failed": "내보내기 실패" "export_failed": "내보내기 실패"
},
"trigger_descriptions": {
"manual": "관리자가 수동으로 실행한 트래픽 재설정",
"cron": "시스템 예약 작업에 의한 자동 실행",
"auto": "시스템이 조건에 따라 자동 트리거",
"other": "기타 방법으로 트리거"
} }
}, },
"send_mail": { "send_mail": {

View File

@@ -2225,6 +2225,12 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
"exporting": "导出中...", "exporting": "导出中...",
"export_success": "导出成功", "export_success": "导出成功",
"export_failed": "导出失败" "export_failed": "导出失败"
},
"trigger_descriptions": {
"manual": "管理员手动执行的流量重置",
"cron": "系统定时任务自动执行",
"auto": "系统根据条件自动触发",
"other": "其他方式触发"
} }
}, },
"messages": { "messages": {