fix(plugin-workflow): fix lang (#2881)
This commit is contained in:
parent
f3598d1a38
commit
d85aa423d0
@ -165,7 +165,7 @@ export default {
|
|||||||
},
|
},
|
||||||
ignoreFail: {
|
ignoreFail: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
title: `{{t("Ignore fail request and continue workflow", { ns: "${NAMESPACE}" })}}`,
|
title: `{{t("Ignore failed request and continue workflow", { ns: "${NAMESPACE}" })}}`,
|
||||||
'x-decorator': 'FormItem',
|
'x-decorator': 'FormItem',
|
||||||
'x-component': 'Checkbox',
|
'x-component': 'Checkbox',
|
||||||
},
|
},
|
||||||
|
@ -274,7 +274,7 @@ export default {
|
|||||||
'Only support standard JSON data': '仅支持标准 JSON 数据',
|
'Only support standard JSON data': '仅支持标准 JSON 数据',
|
||||||
'"Content-Type" only support "application/json", and no need to specify':
|
'"Content-Type" only support "application/json", and no need to specify':
|
||||||
'"Content-Type" 请求头仅支持 "application/json",无需填写',
|
'"Content-Type" 请求头仅支持 "application/json",无需填写',
|
||||||
'Ignore fail request and continue workflow': '忽略失败的请求并继续工作流',
|
'Ignore failed request and continue workflow': '忽略失败的请求并继续工作流',
|
||||||
|
|
||||||
'Workflow todos': '工作流待办',
|
'Workflow todos': '工作流待办',
|
||||||
Task: '任务',
|
Task: '任务',
|
||||||
|
Loading…
Reference in New Issue
Block a user