fix: en locales

This commit is contained in:
2023-11-24 14:13:51 +08:00
parent 0e7b6fa6e4
commit 030254db4e

View File

@@ -477,10 +477,10 @@ export default {
loadData: 'Load Data', 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!!!', 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', startIMSI: 'Start IMSI',
batchAddText: 'Batch Addition', batchAddText: 'Batch Add',
batchDelText: 'Batch Deletion', batchDelText: 'Batch Delete',
numAdd: 'Number of releases', numAdd: 'Number of releases',
numDel: 'Number of deletion', numDel: 'Number of deleted',
imsiTip: 'IMSI=MCC+MNC+MSIN', imsiTip: 'IMSI=MCC+MNC+MSIN',
imsiTip1: 'MCC=Mobile Country Code, consisting of three digits.', imsiTip1: 'MCC=Mobile Country Code, consisting of three digits.',
imsiTip2: 'MNC = Mobile Network Number, consisting of two digits', imsiTip2: 'MNC = Mobile Network Number, consisting of two digits',
@@ -502,9 +502,9 @@ export default {
loadData: 'Updated Data', 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!!!!', 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', numAdd: 'Number of releases',
numDel: 'Number of deletion', numDel: 'Number of deleted',
batchAddText: 'Batch Addition', batchAddText: 'Batch Add',
batchDelText: 'Batch Deletion', batchDelText: 'Batch Delete',
enable:'Enable', enable:'Enable',
disable:'Disable', disable:'Disable',
startIMSI: 'Start IMSI', startIMSI: 'Start IMSI',
@@ -875,38 +875,38 @@ export default {
spaceUsage:'Space Usage (%)' spaceUsage:'Space Usage (%)'
}, },
job: { job: {
jobName: "Job Name", jobName: "Name",
jobNamePlease: 'Please enter the task name correctly, limited to 2-50 characters', jobNamePlease: 'Please enter the task name correctly, limited to 2-50 characters',
jobGroup: "Job Group", jobGroup: "Group",
invokeTarget: "Invoke Target", invokeTarget: "Invoke",
invokeTargetPlease: 'Please enter the call target correctly, limited to 2-50 characters.', 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", 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', cronExpressionPlease: 'Please enter or generate a cron execution expression',
cronExpressionTip: "Example of an expression:0/20 * * * * ?", cronExpressionTip: "Example of an expression:0/20 * * * * ?",
cronExpressionTip1: "Illustrative example: Execute tasks every 20 seconds", cronExpressionTip1: "Illustrative example: Execute tasks every 20 seconds",
cronExpressionNew: "Generating Expressions", cronExpressionNew: "Generating Expression",
status: "Status", status: "Status",
statusChange: "Are you sure you want the {text} {num} job?", statusChange: "Are you sure you want the {text} {num} job?",
saveLog: "Recording log", saveLog: "Log",
tipRowErr: "Errors in the recording of jobs", tipRowErr: "Errors in the recording of jobs",
viewInfoErr: "Failed to get job information", viewInfoErr: "Failed to get job information",
viewJob: "Job Info", viewJob: "Task Info",
addJob: "Add Job", addJob: "Add Task",
editJob: "Modify Job", editJob: "Modify Task",
runOne: "execute once", 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", 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", 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", resetOk: "Reset Successful",
exportTip: "Confirm exporting xlsx table files based on search criteria?", exportTip: "Confirm exporting xlsx table files based on search criteria?",
exportOk: "Completed Export", exportOk: "Completed Export",
resetQueue: "Reset Queue", resetQueue: "Reset Queue",
jobLog: "Job Log", jobLog: "Task Log",
createTime: "CreateTime", createTime: "CreateTime",
targetParams: "TargetParams", targetParams: "Arguments",
targetParamsPlease: 'Call target incoming parameters, only support json strings', targetParamsPlease: 'Call target incoming parameters, only support json strings',
misfirePolicy: "Error Strategy", misfirePolicy: "Error Strategy",
misfirePolicy1: "Immediate Implementation", misfirePolicy1: "Immediate Implementation",