zh-cn.js 1.1 KB

123456789101112131415161718192021222324252627
  1. MWF.xApplication.process = MWF.xApplication.process || {};
  2. MWF.xApplication.process.TaskCenter = MWF.xApplication.process.TaskCenter || {};
  3. MWF.xApplication.process.TaskCenter.ProcessStarter = MWF.xApplication.process.TaskCenter.ProcessStarter || {};
  4. MWF.xApplication.process.TaskCenter.ProcessStarter.lp = {
  5. "start": "启动流程",
  6. "department": "部门",
  7. "company": "公司",
  8. "duty": "职务",
  9. "identity": "身份",
  10. "date": "时间",
  11. "subject": "文件标题",
  12. "process": "流程",
  13. "cancel": "取消",
  14. "ok": "确定",
  15. "startProcess_cancel_title": "取消启动流程确认",
  16. "startProcess_cancel": "您确定要取消启动流程吗?",
  17. "inputProcessSubject": "请输入文件标题",
  18. "selectStartId": "请选择启动部门,以确定启动者身份",
  19. "processStarted": "流程已启动",
  20. "unnamed": "无标题",
  21. "selectStartIdentity": "请选择您的身份",
  22. "noIdentitys": "“{name}”没有加入任何组织,不能启动流程。请联系管理员将您添加到对应的组织中。",
  23. "identityNotInRange": "“{name}”不在您的身份范围中,请联系管理员。"
  24. };