mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:15:11 +00:00
fix(plugin-workflow): fix lang (#2881)
This commit is contained in:
parent
f3598d1a38
commit
d85aa423d0
@ -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',
|
||||
},
|
||||
|
@ -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: '任务',
|
||||
|
Loading…
Reference in New Issue
Block a user