zh-cn.js 799 B

123456789101112131415161718192021222324252627282930
  1. MWF.xApplication.cms.Index.Starter.lp = {
  2. "start": "新建",
  3. "department": "新建单位",
  4. "identity": "身份",
  5. "date": "时间",
  6. "subject": "标题",
  7. "process": "流程",
  8. "cancel": "取消",
  9. "ok": "确定",
  10. "start_cancel_title": "取消新建确认",
  11. "start_cancel": "您确定要取消新建吗?",
  12. "inputSubject": "请输入标题",
  13. "selectStartId": "请选择启动单位,以确定启动者身份",
  14. "unnamedUnit" : "未命名组织",
  15. "Started": "新建成功",
  16. "nextActivity": "下一个活动:",
  17. "nextUser": "处理人:",
  18. "processStartedMessage": "您启动了一个新的工作:",
  19. "processStarted": "文件已启动",
  20. "deal": "处理",
  21. "documentTypeInfor" : "信息",
  22. "untitled" : "无标题"
  23. };