zh-cn.js 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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 = MWF.xApplication.cms || {};
  5. MWF.xApplication.cms.Xform = MWF.xApplication.cms.Xform || {};
  6. MWF.xApplication.cms.Xform.LP = Object.merge({}, MWF.xApplication.process.Xform.LP, {
  7. "dataSaved": "数据保存成功",
  8. "documentPublished" : "发布成功" ,
  9. "documentDelayedPublished": "定时发布成功",
  10. "noSelectRange": "无法确定选择范围",
  11. "begin": "起",
  12. "end": "止",
  13. "none": "无",
  14. "person": "人员名称",
  15. "department": "单位",
  16. "firstDate": "首次阅读时间",
  17. "readDate": "最近阅读时间",
  18. "readCount" : "阅读次数",
  19. "startTime": "收到时间",
  20. "completedTime": "处理时间",
  21. "opinion": "意见",
  22. "systemProcess": "系统处理",
  23. "deleteAttachmentTitle":"删除附件确认",
  24. "deleteAttachment": "是否确定要删除您选中的附件?",
  25. "replaceAttachmentTitle":"替换附件确认",
  26. "replaceAttachment": "是否确定要替换您选中的附件?",
  27. "uploadMore": "您最多只允许上传 {n} 个附件",
  28. "notValidation": "数据校验未通过",
  29. "deleteDocumentTitle": "删除文件确认",
  30. "deleteDocumentText": {"html": "<div style='color: red;'>注意:您正在删除此文档,删除后文档无法找回,您确认要删除此文件?</div>"},
  31. "documentDelete": "已经删除文件",
  32. "readerFieldNotice" : "不选则全员可见",
  33. "readedLogTitle" : "阅读记录",
  34. "readedCountText" : "共{person}人、{count}次阅读",
  35. "defaultReadedLogText" : "<font style='color:#00F;'>{person}</font>({department}) 阅于<font style='color:#00F'>{date}</font>,共<font style='color:#00F'>{count}</font>次",
  36. "commendLogTitle" : "点赞记录",
  37. "commendLogPerson" : "点赞人员",
  38. "commendLogTime" : "点赞时间",
  39. "commendCountText" : "共{count}次点赞",
  40. "defaultCommendLogText" : "<font style='color:#00F;'>{person}</font> 点赞于<font style='color:#00F'>{date}</font>",
  41. "reply" : "评论",
  42. "commentTitle" : "评论区域",
  43. "commentCountText" : "共{count}次评论",
  44. "saveComment" : "发表评论",
  45. "saveCommentSuccess" : "发布评论成功",
  46. "deleteCommentTitle" : "删除评论确认",
  47. "deleteCommentText" : "删除评论后不能恢复,您确定要删除此评论?",
  48. "deleteCommentSuccess" : "删除评论成功",
  49. "commentFormTitle" : "编辑评论",
  50. "createCommentSuccess" : "创建评论成功",
  51. "updateSuccess" : "更新成功",
  52. "save" : "保存",
  53. "setTopTitle": "置顶确认",
  54. "setTopText": "确定将当前文档置顶?",
  55. "setTopSuccess": "置顶成功",
  56. "cancelTopTitle": "取消置顶确认",
  57. "cancelTopText": "确定将当前文档取消置顶?",
  58. "cancelTopSuccess": "取消置顶成功",
  59. "attachmentArea" : "附件区域",
  60. "selectAttachment" : "选择附件",
  61. "yesterday" : "昨天",
  62. "theDayBeforeYesterday" : "前天",
  63. "severalWeekAgo" : "{count}周前",
  64. "severalDayAgo" : "{count}天前",
  65. "severalHourAgo" : "{count}小时前",
  66. "severalMintuesAgo" : "{count}分钟前",
  67. "justNow" : "刚才",
  68. "commend": {
  69. "do": "点赞",
  70. "undo": "取消点赞"
  71. },
  72. "form": {
  73. "close":"关闭",
  74. "closeTitle": "关闭文档",
  75. "edit": "编辑",
  76. "editTitle": "编辑文档",
  77. "save": "保存",
  78. "saveTitle": "保存文档",
  79. "publish": "发布",
  80. "publishTitle": "发布文档",
  81. "publishDelayed": "定时发布",
  82. "publishDelayedTitle": "定时发布文档",
  83. "saveDraft": "保存草稿",
  84. "saveDraftTitle": "保存草稿",
  85. "popular": "设置热点",
  86. "popularTitle": "设置热点",
  87. "delete": "删除",
  88. "deleteTitle": "删除文档",
  89. "print": "打印",
  90. "printTitle": "打印文档",
  91. "setTop": "置顶",
  92. "setTopTitle": "对文档置顶",
  93. "cancelTop": "取消置顶",
  94. "cancelTopTitle": "取消对文档的置顶"
  95. }
  96. //"at" : "阅于",
  97. //"readdDocument" : ",",
  98. //"historyRead" : "共",
  99. //"times" : "次"
  100. });
  101. MWF.xApplication.cms.Xform["lp."+o2.language] = MWF.xApplication.cms.Xform.LP;