zh-cn.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.Index = MWF.xApplication.cms.Index || {};
  4. MWF.xApplication.cms.Index.Newer = MWF.xApplication.cms.Index.Newer || {};
  5. MWF.xApplication.cms.Index.Newer.lp = {
  6. "start": "新建",
  7. "createDocument" : "新建",
  8. "selCategory" : "选择分类",
  9. "department": "新建单位",
  10. "identity": "身  份",
  11. "date": "时  间",
  12. "subject": "标  题",
  13. "process": "流程",
  14. "cancel": "取消",
  15. "ok": "确定",
  16. "unnamedUnit" : "未命名组织",
  17. "start_cancel_title": "取消新建确认",
  18. "start_cancel": "您确定要取消新建吗?",
  19. "inputSubject": "请输入标题",
  20. "selectStartId": "请选择启动单位,以确定启动者身份",
  21. "selectCategory" : "请先选择分类",
  22. "clickForSelect" : "点击选择分类",
  23. "Started": "新建成功",
  24. "nextActivity": "下一个活动:",
  25. "nextUser": "处理人:",
  26. "processStartedMessage": "您启动了一个新的工作:",
  27. "processStarted": "文件已启动",
  28. "deal": "处理",
  29. "all" : "全部",
  30. "documentTypeInfor" : "信息",
  31. "untitled" : "无标题",
  32. "searchPlacholder": "输入关键字搜索分类"
  33. };