mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-19 09:47:29 +08:00
task-queue: unified task audit events, queue API, and bilingual split-view webui
This commit is contained in:
@@ -16,6 +16,9 @@ const resources = {
|
||||
taskAudit: 'Task Audit',
|
||||
taskList: 'Task List',
|
||||
taskDetail: 'Task Detail',
|
||||
taskQueue: 'Task Queue',
|
||||
taskLogs: 'Task Logs',
|
||||
error: 'Error',
|
||||
noTaskAudit: 'No task audit records',
|
||||
selectTask: 'Select a task from the left list',
|
||||
loading: 'Loading...',
|
||||
@@ -165,6 +168,9 @@ const resources = {
|
||||
taskAudit: '任务审计',
|
||||
taskList: '任务列表',
|
||||
taskDetail: '任务详情',
|
||||
taskQueue: '任务队列',
|
||||
taskLogs: '任务日志',
|
||||
error: '错误',
|
||||
noTaskAudit: '暂无任务审计记录',
|
||||
selectTask: '请从左侧选择任务',
|
||||
loading: '加载中...',
|
||||
|
||||
Reference in New Issue
Block a user