You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.7 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. export default {
  2. route: {
  3. dashboard: '首页',
  4. TaskCenter:'审批中心',
  5. TaskListAssigneeToMe:'我的待执行',
  6. TaskListAssigneeToMeCalendar:'我的日历',
  7. TaskListAssigneeToMeClaim:'抢任务',
  8. ProcinstParamesExecutionSetRoute:'审批详情',
  9. ProcinstParamesStartSetRoute:'发起审批填单',
  10. TaskMng:'所有审批',
  11. flowCenter:'审批管控',
  12. ExecutionMngForFormData:'表单流程',
  13. ProcdefListForStart:'发起流程',
  14. ProcdefListForFormDataStart:'智能表单发起流程',//智能表单专用
  15. ProcdefListForBizStart:'业务发起流程',//由业务功能发起流程专用
  16. ExecutionListMyMonitors:'我监控的流程',
  17. ExecutionListMyStart:'我发起的流程',
  18. ExecutionListMyPartake:'我参与的流程',
  19. ExecutionListMySponsors:'我主办的流程',
  20. ExecutionListMySponsorsCalendar:'我的日历流程',
  21. ExecutionListAll:'全部流程',
  22. ExecutionMng:'流程激活/挂起',
  23. ExecutionListArchive:'流程归档',
  24. procinstFlowCenter: '历史审批',
  25. ProcinstListAll:'全部历史流程',
  26. ProcinstMng:'历史流程管理',
  27. ProcinstListMyStart:'我发起的流程',
  28. ProcinstListMyPartake:'我参与的流程',
  29. ProcinstListMyMonitors:'我监控的流程',
  30. ProcinstListMySponsors:'我主办的流程',
  31. modelCenter:'审批模型',
  32. workflowModelIndex:'工作流流程开发工作台',
  33. workflowEditorIndex:'在线模型编辑器',
  34. ModelMng:'在线模型发布',
  35. DeploymentMng:'发布包管理',
  36. ProcdefSuspend:'模型激活/挂起',
  37. ProcdefListForParames:'模型设置',
  38. bizCenter:'业务模型',
  39. BizModelMng:'业务模型关联管理',
  40. }
  41. }