zh-cn.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. MWF.xApplication.process = MWF.xApplication.process || {};
  2. MWF.xApplication.process.Xform = MWF.xApplication.process.Xform || {};
  3. MWF.xDesktop.requireApp("process.Xform", "lp."+MWF.language, null, false);
  4. MWF.xApplication.cms.Xform.LP = Object.merge( MWF.xApplication.process.Xform.LP, {
  5. "dataSaved": "数据保存成功",
  6. "documentPublished" : "发布成功" ,
  7. "noSelectRange": "无法确定选择范围",
  8. "begin": "起",
  9. "end": "止",
  10. "none": "无",
  11. "person": "人员名称",
  12. "department": "单位",
  13. "firstDate": "首次阅读时间",
  14. "readDate": "最近阅读时间",
  15. "readCount" : "阅读次数",
  16. "startTime": "收到时间",
  17. "completedTime": "处理时间",
  18. "opinion": "意见",
  19. "systemProcess": "系统处理",
  20. "deleteAttachmentTitle":"删除附件确认",
  21. "deleteAttachment": "是否确定要删除您选中的附件?",
  22. "replaceAttachmentTitle":"替换附件确认",
  23. "replaceAttachment": "是否确定要替换您选中的附件?",
  24. "uploadMore": "您最多只允许上传 {n} 个附件",
  25. "notValidation": "数据校验未通过",
  26. "deleteDocumentTitle": "删除文件确认",
  27. "deleteDocumentText": {"html": "<div style='color: red;'>注意:您正在删除此文档,删除后文档无法找回,您确认要删除此文件?</div>"},
  28. "documentDelete": "已经删除文件",
  29. "readerFieldNotice" : "不选则全员可见",
  30. "readedLogTitle" : "阅读记录",
  31. "readedCountText" : "共{person}人、{count}次阅读",
  32. "defaultReadedLogText" : "<font style='color:#00F;'>{person}</font>({department}) 阅于<font style='color:#00F'>{date}</font>,共<font style='color:#00F'>{count}</font>次",
  33. "reply" : "评论",
  34. "commentTitle" : "评论区域",
  35. "commentCountText" : "共{count}次评论",
  36. "saveComment" : "发表评论",
  37. "saveCommentSuccess" : "发布评论成功",
  38. "deleteCommentTitle" : "删除评论确认",
  39. "deleteCommentText" : "删除评论后不能恢复,您确定要删除此评论?",
  40. "deleteCommentSuccess" : "删除评论成功",
  41. "commentFormTitle" : "编辑评论",
  42. "createCommentSuccess" : "创建评论成功",
  43. "updateSuccess" : "更新成功",
  44. "save" : "保存"
  45. //"at" : "阅于",
  46. //"readdDocument" : ",",
  47. //"historyRead" : "共",
  48. //"times" : "次"
  49. });