fix(plugin-workflow): fix lang (#2881)

This commit is contained in:
Junyi 2023-10-20 12:04:27 +08:00 committed by GitHub
parent f3598d1a38
commit d85aa423d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ export default {
},
ignoreFail: {
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-component': 'Checkbox',
},

View File

@ -274,7 +274,7 @@ export default {
'Only support standard JSON data': '仅支持标准 JSON 数据',
'"Content-Type" only support "application/json", and no need to specify':
'"Content-Type" 请求头仅支持 "application/json",无需填写',
'Ignore fail request and continue workflow': '忽略失败的请求并继续工作流',
'Ignore failed request and continue workflow': '忽略失败的请求并继续工作流',
'Workflow todos': '工作流待办',
Task: '任务',