2
0
This commit is contained in:
lai
2024-12-26 16:14:06 +08:00
parent 52ad7dbe05
commit 3e2bc5ab9d
3 changed files with 3 additions and 1 deletions

View File

@@ -611,6 +611,7 @@ const local: any = {
jobMessage: "Task Message",
clearTip: "Confirm that all dispatch log data items are cleared?",
clearOk: "Cleared Successfully",
statusChange: "Are you sure you want the {text} {num} job?",
}
}
},

View File

@@ -611,6 +611,7 @@ const local:any = {
jobMessage: "执行信息",
clearTip: "确认清空所有调度日志数据项吗?",
clearOk: "清空成功",
statusChange: "确定要{text} {num} 任务吗?",
}
}
},