Merge branch 'master' of gitee.com:byteblogs168/easy-retry-admin
This commit is contained in:
commit
2707c91441
@ -351,8 +351,8 @@ const local: App.I18n.Schema = {
|
|||||||
register: {
|
register: {
|
||||||
title: 'Register',
|
title: 'Register',
|
||||||
agreement: 'I have read and agree to',
|
agreement: 'I have read and agree to',
|
||||||
protocol: '《User Agreement》',
|
protocol: 'User Agreement',
|
||||||
policy: '《Privacy Policy》'
|
policy: 'Privacy Policy'
|
||||||
},
|
},
|
||||||
resetPwd: {
|
resetPwd: {
|
||||||
title: 'Reset Password'
|
title: 'Reset Password'
|
||||||
@ -691,35 +691,35 @@ const local: App.I18n.Schema = {
|
|||||||
groupName: 'Please select Group name',
|
groupName: 'Please select Group name',
|
||||||
notifyThreshold: 'Please enter Notification threshold',
|
notifyThreshold: 'Please enter Notification threshold',
|
||||||
notifyStatus: 'Please select State',
|
notifyStatus: 'Please select State',
|
||||||
systemTaskType: '请选择任务类型',
|
systemTaskType: 'Please enter task type',
|
||||||
notifyRecipient: '请选择通知人',
|
notifyRecipient: 'Please enter recipient',
|
||||||
rateLimiterThreshold: '请选择阈值',
|
rateLimiterThreshold: 'Please enter rate limiter threshold',
|
||||||
sceneName: '请选择重试场景',
|
sceneName: 'Please enter scene name',
|
||||||
jobName: '请选择定时任务',
|
jobName: 'Please enter job name',
|
||||||
workflowName: '请选择工作流'
|
workflowName: 'Please enter workflow name'
|
||||||
},
|
},
|
||||||
addNotifyConfig: 'Add Alarm notification',
|
addNotifyConfig: 'Add Alarm notification',
|
||||||
editNotifyConfig: 'Add Alarm notification',
|
editNotifyConfig: 'Add Alarm notification',
|
||||||
systemTaskType: '任务类型',
|
systemTaskType: 'Task type',
|
||||||
retryNotifyScene: {
|
retryNotifyScene: {
|
||||||
maxRetry: '场景重试数量超过阈值',
|
maxRetry: 'Maximum retry count reached',
|
||||||
maxRetryError: '场景重试失败数量超过阈值',
|
maxRetryError: 'Maximum retry error count reached',
|
||||||
clientReportError: '客户端上报失败',
|
clientReportError: 'Client report error',
|
||||||
clientComponentError: '客户端组件异常',
|
clientComponentError: 'Client component error',
|
||||||
retryTaskReachThreshold: '任务重试失败数量超过阈值',
|
retryTaskReachThreshold: 'Retry task reach threshold',
|
||||||
retryTaskEnterDeadLetter: '任务重试失败进入死信队列'
|
retryTaskEnterDeadLetter: 'Retry task enter dead letter'
|
||||||
},
|
},
|
||||||
jobNotifyScene: {
|
jobNotifyScene: {
|
||||||
jobTaskError: '任务执行失败'
|
jobTaskError: 'Task execute error'
|
||||||
},
|
},
|
||||||
workflowNotifyScene: {
|
workflowNotifyScene: {
|
||||||
workTaskError: '任务执行失败',
|
workTaskError: 'Workflow task execute error',
|
||||||
workflowTaskCallbackError: '回调任务执行失败',
|
workflowTaskCallbackError: 'Callback task execute error',
|
||||||
workflowTaskDecisionError: '判定节点执行失败'
|
workflowTaskDecisionError: 'Workflow task decision error'
|
||||||
},
|
},
|
||||||
notifyRecipient: '通知人信息',
|
notifyRecipient: 'Notify recipient',
|
||||||
rateLimiterStatus: '限流开关',
|
rateLimiterStatus: 'Rate limiter status',
|
||||||
rateLimiterThreshold: '每秒限流阈值'
|
rateLimiterThreshold: 'Rate limiter threshold'
|
||||||
},
|
},
|
||||||
notifyRecipient: {
|
notifyRecipient: {
|
||||||
title: 'Notify Recipient List',
|
title: 'Notify Recipient List',
|
||||||
@ -843,15 +843,15 @@ const local: App.I18n.Schema = {
|
|||||||
deadlineRequest: 'Please enter Call chain timeout(ms)',
|
deadlineRequest: 'Please enter Call chain timeout(ms)',
|
||||||
routeKey: 'Please enter Routing strategy',
|
routeKey: 'Please enter Routing strategy',
|
||||||
backOff: 'Please enter Backoff strategy',
|
backOff: 'Please enter Backoff strategy',
|
||||||
sceneName2: '场景名称: 仅支持长度为:1~64位字符.格式为:数字、字母、下划线。'
|
sceneName2: 'Scene name: 1~64 characters. allowing: digit, letters and underscore.'
|
||||||
},
|
},
|
||||||
addScene: 'Add Scenes',
|
addScene: 'Add Scenes',
|
||||||
editScene: 'Add Scenes',
|
editScene: 'Add Scenes',
|
||||||
backOffItem: {
|
backOffItem: {
|
||||||
delayLevel: '延迟等级',
|
delayLevel: 'Delay level',
|
||||||
fixed: '固定时间',
|
fixed: 'Fixed rate',
|
||||||
cron: 'CRON表达式',
|
cron: 'CRON expression',
|
||||||
random: '随机等待'
|
random: 'Random delay'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
retryLog: {
|
retryLog: {
|
||||||
@ -956,9 +956,9 @@ const local: App.I18n.Schema = {
|
|||||||
addJobTask: 'Add job task',
|
addJobTask: 'Add job task',
|
||||||
editJobTask: 'Edit job task',
|
editJobTask: 'Edit job task',
|
||||||
triggerTypeItem: {
|
triggerTypeItem: {
|
||||||
fixed: '固定时间',
|
fixed: 'Fixed rate',
|
||||||
cron: 'CRON表达式',
|
cron: 'CRON expression',
|
||||||
workflow: '工作流'
|
workflow: 'Workflow'
|
||||||
},
|
},
|
||||||
detail: 'Job Task Detail'
|
detail: 'Job Task Detail'
|
||||||
},
|
},
|
||||||
@ -978,14 +978,14 @@ const local: App.I18n.Schema = {
|
|||||||
},
|
},
|
||||||
detail: 'Job Batch Detail',
|
detail: 'Job Batch Detail',
|
||||||
jobTask: {
|
jobTask: {
|
||||||
title: 'JobTask 列表',
|
title: 'Job task list',
|
||||||
id: 'ID',
|
id: 'ID',
|
||||||
groupName: '组名称',
|
groupName: 'Group name',
|
||||||
clientInfo: '地址',
|
clientInfo: 'Client address',
|
||||||
argsStr: '参数',
|
argsStr: 'Argument string',
|
||||||
resultMessage: '结果',
|
resultMessage: 'Result message',
|
||||||
retryCount: '重试次数',
|
retryCount: 'Number of retries',
|
||||||
createDt: '开始执行时间'
|
createDt: 'Create time'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
userManager: {
|
userManager: {
|
||||||
|
Loading…
Reference in New Issue
Block a user