mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
14 lines
415 B
JavaScript
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: '流程未部署'
|
|
}
|
|
}
|
|
} |