zh-cn.js 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. MWF.xApplication.query = MWF.xApplication.query || {};
  2. MWF.xApplication.query.StatementDesigner = MWF.xApplication.query.StatementDesigner || {};
  3. if(!MWF.APPDSMD)MWF.APPDSMD = MWF.xApplication.query.StatementDesigner;
  4. MWF.xApplication.query.ViewDesigner = MWF.xApplication.query.ViewDesigner || {};
  5. MWF.xDesktop.requireApp("query.ViewDesigner", "lp."+MWF.language, null, false);
  6. MWF.xApplication.query.StatementDesigner.LP = Object.merge( MWF.xApplication.query.ViewDesigner.LP, {
  7. "title": "查询设计",
  8. "newStatement": "新建查询配置",
  9. "unCategory": "未分类",
  10. "statement": "查询配置",
  11. "property": "属性",
  12. "run": "运行",
  13. "runTest": "测试语句",
  14. "statementType": "语句类型",
  15. "statementTable": "数据表",
  16. "selectTable": "选择数据表",
  17. "save_success": "查询配置保存成功!",
  18. "inputStatementName": "请输入查询配置名称",
  19. "saveStatementNotice" : "请先保存!",
  20. "cannotDisabledViewNotice": "视图未启用",
  21. "noViewNotice" : "未创建视图,请先创建视图!",
  22. "previewNotSelectStatementNotice" : "只有语句类型为‘Select’才可以预览",
  23. "field" : "字段",
  24. "fileldSelectNote" : "-选择后在语句中插入字段-",
  25. "statementFormat": "语句格式:",
  26. "statementJpql": "JPQL",
  27. "statementScript": "JPQL脚本",
  28. "nativeSql": "原生SQL",
  29. "nativeSqlScript": "原生SQL脚本",
  30. "queryParameter": "查询参数",
  31. "filterList": "过滤条件",
  32. "pageNo": "页码",
  33. "perPage": "每页",
  34. "size": "条",
  35. "statementCategory": "访问对象类型",
  36. "scriptTitle": "通过脚本创建JPQL",
  37. "sqlScriptTitle": "通过脚本创建SQL",
  38. "countMethod": "总数语句",
  39. "jpqlType": "JPQL类型",
  40. "jpqlFromResult": "查询开始条目",
  41. "jpqlMaxResult": "最大返回结果",
  42. "jpqlSelectTitle": "JPQL语句",
  43. "inputWhere": "您可以在下面的编辑框输入Where子句",
  44. "jpqlRunSuccess": "JPQL执行成功",
  45. "newLineSuccess": "插入数据成功",
  46. "newLineJsonError": "插入数据错误,数据格式有误",
  47. "queryStatement": "查询语句",
  48. "countStatement": "总数语句",
  49. "currentPerson":"当前人",
  50. "currentIdentity":"当前身份",
  51. "currentPersonDirectUnit":"当前人所在直接组织",
  52. "currentPersonAllUnit":"当前人所在所有组织",
  53. "currentPersonGroupList": "当前人所在群组",
  54. "currentPersonRoleList": "当前人所拥有角色",
  55. "defaultCondition": "自动赋值条件:",
  56. "ignore": "忽略",
  57. "auto": "自动",
  58. "assign": "指定",
  59. "mastInputParameter" : "请输入参数",
  60. "pathExecption" : "路径的写法是\"表别名.字段名\",格式不正确",
  61. "modifyViewFilterNote": "语句格式已经改变,请修改视图的过滤条件",
  62. "systemTable":"系统表",
  63. "customTable":"自建数据表",
  64. "taskInstance": "待办(Task)",
  65. "taskCompletedInstance": "已办(TaskCompleted)",
  66. "readInstance": "待阅(Read)",
  67. "readedInstance": "已阅(ReadCompleted)",
  68. "workInstance": "流程实例(Work)",
  69. "workCompletedInstance": "已完成流程实例(WorkCompleted)",
  70. "reviewInstance": "可阅读(Review)",
  71. "recordInstance": "流转记录(Record)",
  72. "documentInstance": "内容管理文档(Document)",
  73. "cmsReviewInstance": "内容管理可阅读(com.x.cms.core.entity.Review)",
  74. "documentViewRecord": "内容管理阅读记录(DocumentViewRecord)",
  75. "documentCommentInfo": "内容管理评论记录(DocumentCommentInfo)",
  76. "taskInstanceSql":"待办(PP_C_TASK)",
  77. "taskCompletedInstanceSql": "已办(PP_C_TASKCOMPLETED)",
  78. "readInstanceSql":"待阅(PP_C_READ)",
  79. "readedInstanceSql":"已阅(PP_C_READCOMPLETED)",
  80. "workInstanceSql":"流程实例(PP_C_WORK)",
  81. "workCompletedInstanceSql":"已完成流程实例(PP_C_WORKCOMPLETED)",
  82. "reviewInstanceSql":"可阅读(PP_C_REVIEW)",
  83. "recordInstanceSql":"流转记录(PP_C_Record)",
  84. "documentInstanceSql":"内容管理文档(CMS_DOCUMENT)",
  85. "cmsReviewInstanceSql":"内容管理可阅读(CMS_REVIEW)",
  86. "documentViewRecordSql":"内容管理阅读记录(CMS_DOCUMENT_VIEWRECORD)",
  87. "documentCommentInfoSql":"内容管理评论记录(CMS_DOCUMENT_COMMENTINFO)",
  88. "autoAddColumns": "根据数据表生成列",
  89. "propertyTemplate": {
  90. // "statementFormat": "如何创建语句:",
  91. // "statementJpql": "直接编写JPQL创建语句",
  92. // "statementScript": "通过脚本创建语句",
  93. // "statementCategory": "访问对象类型",
  94. "idPath": "id路径",
  95. "idPathNote": "注:指Id(cms文档id/流程work id)相对单条数据的路径,用于打开文档。",
  96. "selectPath": "选择路径",
  97. "selectPathNote": "注:正确填写了查询语句,再测试语句或刷新视图数据可显示(刷新)选择路径。",
  98. "dataPathNote": "注:指该列相对单条数据的路径。比如 0,title,或 0.title",
  99. "executionAuthority": "执行权限",
  100. "anonymousAccess": "匿名访问",
  101. "allowed": "允许",
  102. "disAllowed": "不允许",
  103. "executePerson": "执行人",
  104. "executeUnit": "执行组织",
  105. "hidden": "隐藏",
  106. "orderNumber":"排序号",
  107. // "systemTable":"系统表",
  108. // "customTable":"自建数据表",
  109. // "taskInstance":"待办",
  110. // "taskCompletedInstance": "已办",
  111. // "readInstance":"待阅",
  112. // "readedInstance":"已阅",
  113. // "workInstance":"流程实例",
  114. // "workCompletedInstance":"已完成流程实例",
  115. // "reviewInstance":"可阅读",
  116. // "documentInstance":"内容管理文档",
  117. "parameter":"参数",
  118. "parameterNote":"注:对应查询语句和总数语句中的参数;\n如\":field\"的where条件,填写\"field\";\n如\"?1\"的where条件,填写\"?1\"。",
  119. "pathNote":"注:路径的写法是\"表别名.字段名\",如:o.title",
  120. "userInput":"用户输入",
  121. "export": "导出",
  122. "exportWidth": "宽度",
  123. "exportEnable": "允许导出",
  124. "isTime": "时间类型",
  125. "isNumber": "数字类型",
  126. "viewEnable": "启用视图",
  127. "forceClearCustomViewStyle": "切换时清除自定义样式",
  128. "total": "合计",
  129. "notNeeded": "不需要",
  130. "totalValue": "数值",
  131. "totalCount": "数量",
  132. "headText": "表头文本",
  133. "headStyle": "表头样式",
  134. "columnTitleStyle": "列标题样式",
  135. "columnContentStyle": "列内容样式"
  136. },
  137. "formToolbar":{
  138. "save": "保存",
  139. "autoSave": "自动保存",
  140. "preview": "预览",
  141. "help": "帮助",
  142. "add": "新建",
  143. "gotoApp": "打开所在应用"
  144. },
  145. "sorkKeyNote": "-排序-",
  146. "createTime": "创建时间",
  147. "updateTime": "更新时间",
  148. "asc": "正序",
  149. "desc": "倒序",
  150. "searchPlacholder": "输入名称/别名/id搜索",
  151. "searchAndSort": "排序和搜索"
  152. });