fix(plugin-workflow): adjust locale (#3993)

This commit is contained in:
Junyi 2024-04-10 15:20:43 +08:00 committed by GitHub
parent 7b2e042598
commit a38ce654af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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' }),

View File

@ -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": "添加工作流",