diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 6d9ff59e..c1c06d38 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -477,10 +477,10 @@ export default { loadData: 'Load Data', loadDataTip: 'Successfully obtained updated data: {num} items. The system is updating the data internally. Please do not click repeatedly to obtain updates!!!', startIMSI: 'Start IMSI', - batchAddText: 'Batch Addition', - batchDelText: 'Batch Deletion', + batchAddText: 'Batch Add', + batchDelText: 'Batch Delete', numAdd: 'Number of releases', - numDel: 'Number of deletion', + numDel: 'Number of deleted', imsiTip: 'IMSI=MCC+MNC+MSIN', imsiTip1: 'MCC=Mobile Country Code, consisting of three digits.', imsiTip2: 'MNC = Mobile Network Number, consisting of two digits', @@ -502,9 +502,9 @@ export default { loadData: 'Updated Data', loadDataTip: 'Successfully fetched updated data: {num} items, the system internally carries out the data update, please do not repeatedly click to get the update!!!!', numAdd: 'Number of releases', - numDel: 'Number of deletion', - batchAddText: 'Batch Addition', - batchDelText: 'Batch Deletion', + numDel: 'Number of deleted', + batchAddText: 'Batch Add', + batchDelText: 'Batch Delete', enable:'Enable', disable:'Disable', startIMSI: 'Start IMSI', @@ -875,38 +875,38 @@ export default { spaceUsage:'Space Usage (%)' }, job: { - jobName: "Job Name", + jobName: "Name", jobNamePlease: 'Please enter the task name correctly, limited to 2-50 characters', - jobGroup: "Job Group", - invokeTarget: "Invoke Target", + jobGroup: "Group", + invokeTarget: "Invoke", 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", + cronExpression: "Cron", 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", + cronExpressionNew: "Generating Expression", status: "Status", statusChange: "Are you sure you want the {text} {num} job?", - saveLog: "Recording log", + saveLog: "Log", tipRowErr: "Errors in the recording of jobs", viewInfoErr: "Failed to get job information", - viewJob: "Job Info", - addJob: "Add Job", - editJob: "Modify Job", + viewJob: "Task Info", + addJob: "Add Task", + editJob: "Modify Task", runOne: "execute once", - runOneTip: "Are you sure you want to perform a [{num}] job right away?", + runOneTip: "Are you sure you want to perform a [{num}] task right away?", runOneOk: "{num} Executed successfully", - delTip: "Are you sure you want to delete job number [{num}]?", + delTip: "Are you sure you want to delete task number [{num}]?", delOk: "Deleted Successfully", - resetTip: "Sure you want to reset and refresh the scheduling job?", + resetTip: "Sure you want to reset and refresh the scheduling task?", resetOk: "Reset Successful", exportTip: "Confirm exporting xlsx table files based on search criteria?", exportOk: "Completed Export", resetQueue: "Reset Queue", - jobLog: "Job Log", + jobLog: "Task Log", createTime: "CreateTime", - targetParams: "TargetParams", + targetParams: "Arguments", targetParamsPlease: 'Call target incoming parameters, only support json strings', misfirePolicy: "Error Strategy", misfirePolicy1: "Immediate Implementation",