mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
fix(plugin-workflow): adjust locale (#3993)
This commit is contained in:
parent
7b2e042598
commit
a38ce654af
@ -435,7 +435,7 @@ export function WorkflowConfig() {
|
|||||||
ns: 'workflow',
|
ns: 'workflow',
|
||||||
}),
|
}),
|
||||||
'customize:triggerWorkflows': t(
|
'customize:triggerWorkflows': t(
|
||||||
'Workflow will be triggered directly once the button clicked, without data saving.',
|
'Workflow will be triggered directly once the button clicked, without data saving. Only supports "Post-action event" for now.',
|
||||||
{ ns: 'workflow' },
|
{ ns: 'workflow' },
|
||||||
),
|
),
|
||||||
destroy: t('Workflow will be triggered before deleting succeeded.', { ns: 'workflow' }),
|
destroy: t('Workflow will be triggered before deleting succeeded.', { ns: 'workflow' }),
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
"Bind workflows": "绑定工作流",
|
"Bind workflows": "绑定工作流",
|
||||||
"Workflow will be triggered before or after submitting succeeded based on workflow type.": "工作流会基于其类型在提交成功之前或之后触发。",
|
"Workflow will be triggered before or after submitting succeeded based on workflow type.": "工作流会基于其类型在提交成功之前或之后触发。",
|
||||||
"Workflow will be triggered directly once the button clicked, without data saving.": "按钮点击后直接触发工作流,但不会保存数据。",
|
"Workflow will be triggered directly once the button clicked, without data saving. Only supports \"Post-action event\" for now.": "按钮点击后直接触发工作流,但不会保存数据。目前仅支持“操作后事件”。",
|
||||||
"Workflow will be triggered before deleting succeeded.": "删除成功之前触发工作流。",
|
"Workflow will be triggered before deleting succeeded.": "删除成功之前触发工作流。",
|
||||||
"Submit to workflow": "提交至工作流",
|
"Submit to workflow": "提交至工作流",
|
||||||
"Add workflow": "添加工作流",
|
"Add workflow": "添加工作流",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user