style: 调度任务日志多语言
This commit is contained in:
@@ -691,40 +691,40 @@ export default {
|
||||
spaceUsage:'Space usage (%)'
|
||||
},
|
||||
job: {
|
||||
jobName: "JobName",
|
||||
jobNamePlease: 'Please enter the task name correctly, limited to 2-20 characters',
|
||||
jobGroup: "JobGroup",
|
||||
invokeTarget: "invoke target",
|
||||
invokeTargetPlease: 'Please enter the call target correctly, limited to 2-20 characters.',
|
||||
jobName: "Job Name",
|
||||
jobNamePlease: 'Please enter the task name correctly, limited to 2-50 characters',
|
||||
jobGroup: "Job Group",
|
||||
invokeTarget: "Invoke target",
|
||||
invokeTargetPlease: 'Please enter the call target correctly, limited to 2-50 characters.',
|
||||
invokeTargetTip: "Parameter description: support for preset incoming parameters, serialized processing parameters in the processor",
|
||||
cronExpression: "cron expressions",
|
||||
cronExpressionPlease: 'Please enter or generate a cron execution expression',
|
||||
cronExpressionTip: "Example of an expression:0/20 * * * * ?",
|
||||
cronExpressionTip1: "Illustrative example: Execute tasks every 20 seconds",
|
||||
cronExpressionNew: "Generating Expressions",
|
||||
status: "statuses",
|
||||
status: "Status",
|
||||
status0: "disable",
|
||||
status1: "opens",
|
||||
status00: "pause",
|
||||
status01: "normalcy",
|
||||
statusChange: "Are you sure you want the {text} {num} task?",
|
||||
statusChange: "Are you sure you want the {text} {num} job?",
|
||||
saveLog: "Recording log",
|
||||
tipRowErr: "Errors in the recording of tasks",
|
||||
viewInfoErr: "Failed to get task information",
|
||||
viewJob: "Task information",
|
||||
addJob: "Add Tasks",
|
||||
editJob: "Modify tasks",
|
||||
tipRowErr: "Errors in the recording of jobs",
|
||||
viewInfoErr: "Failed to get job information",
|
||||
viewJob: "Job Info",
|
||||
addJob: "Add Job",
|
||||
editJob: "Modify Job",
|
||||
runOne: "execute once",
|
||||
runOneTip: "Are you sure you want to perform a [{num}] task right away?",
|
||||
runOneTip: "Are you sure you want to perform a [{num}] job right away?",
|
||||
runOneOk: "{num} Executed successfully",
|
||||
delTip: "Are you sure you want to delete task number [{num}]?",
|
||||
delTip: "Are you sure you want to delete job number [{num}]?",
|
||||
delOk: "Deleted successfully",
|
||||
resetTip: "Sure you want to reset and refresh the scheduling task?",
|
||||
resetTip: "Sure you want to reset and refresh the scheduling job?",
|
||||
resetOk: "Reset Successful",
|
||||
exportTip: "Confirm exporting xlsx table files based on search criteria?",
|
||||
exportOk: "Completed export",
|
||||
resetQueue: "Reset Queue",
|
||||
jobLog: "Task log",
|
||||
jobLog: "Job log",
|
||||
createTime: "CreateTime",
|
||||
targetParams: "TargetParams",
|
||||
targetParamsPlease: 'Call target incoming parameters, only support json strings',
|
||||
@@ -737,6 +737,26 @@ export default {
|
||||
concurrent1: "allowed",
|
||||
remark: "Remarks",
|
||||
},
|
||||
jobLog: {
|
||||
jobName: "Job Name",
|
||||
jobGroup: "Job Group",
|
||||
invokeTarget: "Invoke target",
|
||||
status: "Status",
|
||||
status0: "failures",
|
||||
status1: "normalcy",
|
||||
createTime: "CreateTime",
|
||||
costTime: "CostTime",
|
||||
viewLog: "Scheduling log Info",
|
||||
delTip: "Are you sure you want to delete the scheduling log entry with the number [{num}]?",
|
||||
delOk: "Deleted successfully",
|
||||
clearText: "Clear",
|
||||
clearTip: "Confirm that all dispatch log data items are cleared?",
|
||||
clearOk: "Cleared successfully",
|
||||
exportTip: "Confirm exporting xlsx table files based on search criteria?",
|
||||
exportOk: "Export completed",
|
||||
jobMsg: "Job Messages",
|
||||
targetParams: "TargetParams",
|
||||
},
|
||||
},
|
||||
system:{
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user