fix(plugin-workflow): adjust locale (#3308)
This commit is contained in:
parent
d84d10996c
commit
c4c7b7a6b6
@ -509,7 +509,10 @@ function WorkflowConfig() {
|
|||||||
const description = {
|
const description = {
|
||||||
submit: t('Workflow will be triggered after submitting succeeded.', { ns: 'workflow' }),
|
submit: t('Workflow will be triggered after submitting succeeded.', { ns: 'workflow' }),
|
||||||
'customize:save': t('Workflow will be triggered after saving succeeded.', { ns: 'workflow' }),
|
'customize:save': t('Workflow will be triggered after saving succeeded.', { ns: 'workflow' }),
|
||||||
'customize:triggerWorkflows': t('Workflow will be triggered directly once the button clicked.', { ns: 'workflow' }),
|
'customize:triggerWorkflows': t(
|
||||||
|
'Workflow will be triggered directly once the button clicked, without data saving.',
|
||||||
|
{ ns: 'workflow' },
|
||||||
|
),
|
||||||
}[fieldSchema?.['x-action']];
|
}[fieldSchema?.['x-action']];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"Bind workflows": "绑定工作流",
|
"Bind workflows": "绑定工作流",
|
||||||
"Workflow will be triggered after submitting succeeded.": "提交成功后触发工作流。",
|
"Workflow will be triggered after submitting succeeded.": "提交成功后触发工作流。",
|
||||||
"Workflow will be triggered after saving succeeded.": "保存成功后触发工作流。",
|
"Workflow will be triggered after saving succeeded.": "保存成功后触发工作流。",
|
||||||
"Workflow will be triggered directly once the button clicked.": "按钮点击后直接触发工作流。",
|
"Workflow will be triggered directly once the button clicked, without data saving.": "按钮点击后直接触发工作流,但不会保存数据。",
|
||||||
"Submit to workflow": "提交至工作流",
|
"Submit to workflow": "提交至工作流",
|
||||||
"Add workflow": "添加工作流",
|
"Add workflow": "添加工作流",
|
||||||
"Select workflow": "选择工作流",
|
"Select workflow": "选择工作流",
|
||||||
|
Loading…
Reference in New Issue
Block a user