MicroCommunityWeb/src/views/oa/newOaWorkflowManageLang.js
2025-07-01 09:09:52 +08:00

14 lines
415 B
JavaScript

export const messages = {
en: {
newOaWorkflowManage: {
noPublishedFlow: 'You have not published any workflows, please publish them in the workflow instances first',
flowNotDeployed: 'Workflow is not deployed'
}
},
zh: {
newOaWorkflowManage: {
noPublishedFlow: '您还没有发布流程,请先到流程实例中发布流程',
flowNotDeployed: '流程未部署'
}
}
}