en.js 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.query = MWF.xApplication.query || {};
  3. MWF.xApplication.query.QueryManager = MWF.xApplication.query.QueryManager || {};
  4. MWF.xApplication.query.QueryManager.LP={
  5. "title": "Data Application Management",
  6. "categoryTitle": "Data Application Classification",
  7. "description": "Description",
  8. "deleteItems": "Delete selected items",
  9. "copy": "Copy",
  10. "copyto": "Copy to...",
  11. "copyInfor": "Select multiple elements, press Ctrl+C to copy the elements, press Ctrl+V to paste the copied elements into the current application",
  12. "copyed": "The selected element has been copied",
  13. "copyConfirmTitle": "Copy element confirmation",
  14. "copyConfirmInfor": "The target area already contains the same elements:",
  15. "copyConfirmInfor_server": "This server already contains the same elements:",
  16. "copySource": "Original file:",
  17. "copyTarget": "Copy file:",
  18. "copyConfirm_overwrite": "Replace",
  19. "copyConfirm_new": "New",
  20. "copyConfirm_skip": "Skip",
  21. "copyConfirm_cancel": "Cancel",
  22. "copynew": "New",
  23. "edit": "Edit",
  24. "save": "Save",
  25. "cancel": "Cancel",
  26. "phone": "Mobile",
  27. "mail": "Mail",
  28. "deleteElementTitle": "Delete Design Confirmation",
  29. "deleteElement": "Are you sure you want to delete the selected design element?",
  30. "deleteElementTable": "After the table is deleted, the system automatically deletes the corresponding query configuration. Are you sure that you want to delete the selected table?",
  31. "viewName": "View",
  32. "statName": "Statistics",
  33. "statementName": "Query",
  34. "importerName": "Import",
  35. "show": "Show",
  36. "hide": "Hide",
  37. "naviCategory": "Navigation Category",
  38. "isShow": "Whether to display",
  39. "isHidden": "Whether to hide",
  40. "showText": "Display Name",
  41. "interfaceConfig": "Interface Navigation Configuration",
  42. "moveUp": "Move up",
  43. "select": {
  44. "create": "New Selector",
  45. "search": "Search Selector",
  46. "searchText": "Please enter a keyword",
  47. "noSelectNoticeText": "This data application does not have a selector yet, you can click here to create a new selector",
  48. "loaded": "Selector loaded",
  49. "deleteProcessTitle": "Delete Selector Confirmation",
  50. "deleteProcess": "Are you sure you want to delete the current selector?",
  51. "deletePageTemplateTitle": "Delete Selector Template Confirmation",
  52. "deletePageTemplate": "Are you sure you want to delete the current selector template?"
  53. },
  54. "view": {
  55. "create": "New View",
  56. "search": "Search View",
  57. "searchText": "Please enter a keyword",
  58. "noViewNoticeText": "This data application has no view yet, you can click here to create a new view",
  59. "loaded": "View loaded",
  60. "deleteProcessTitle": "Delete View Confirmation",
  61. "deleteProcess": "Are you sure you want to delete the current view?",
  62. "deletePageTemplateTitle": "Delete View Template Confirmation",
  63. "deletePageTemplate": "Are you sure you want to delete the current view template?"
  64. },
  65. "stat": {
  66. "create": "New Statistics",
  67. "search": "Search Statistics",
  68. "searchText": "Please enter a keyword",
  69. "noStatNoticeText": "This data application has no statistics yet, you can click here to create a new statistic",
  70. "loaded": "Statistics loaded",
  71. "deleteProcessTitle": "Delete Statistics Confirmation",
  72. "deleteProcess": "Are you sure you want to delete the current statistics?",
  73. "deletePageTemplateTitle": "Confirm to delete statistics template",
  74. "deletePageTemplate": "Are you sure you want to delete the current statistics template?"
  75. },
  76. "reveal": {
  77. "create": "New Presenter",
  78. "search": "Search Showcase",
  79. "searchText": "Please enter a keyword",
  80. "noRevealNoticeText": "This data application does not have a presenter yet, you can click here to create a new one",
  81. "loaded": "The presenter is loaded",
  82. "deleteProcessTitle": "Delete Presenter Confirmation",
  83. "deleteProcess": "Are you sure you want to delete the current presenter?",
  84. "deletePageTemplateTitle": "Confirm to delete the presenter template",
  85. "deletePageTemplate": "Are you sure you want to delete the current presenter template?"
  86. },
  87. "table": {
  88. "create": "Create a new data table",
  89. "search": "Search Data Table",
  90. "searchText": "Please enter a keyword",
  91. "noStatNoticeText": "There is no data table for this data application, you can click here to create a new data table",
  92. "loaded": "Data table loaded",
  93. "deleteProcessTitle": "Delete Data Table Confirmation",
  94. "deleteProcess": "Are you sure you want to delete the current data table?",
  95. "deletePageTemplateTitle": "Delete Data Sheet Template Confirmation",
  96. "deletePageTemplate": "Are you sure you want to delete the current data sheet template?"
  97. },
  98. "statement": {
  99. "create": "New Statement",
  100. "search": "Search Statement",
  101. "searchText": "Please enter a keyword",
  102. "noStatNoticeText": "This data application has no statement yet, you can click here to create a new statement",
  103. "loaded": "Data table loaded",
  104. "deleteProcessTitle": "Delete statement confirmation",
  105. "deleteProcess": "Are you sure you want to delete the current statement?",
  106. "deletePageTemplateTitle": "Confirm to delete statement template",
  107. "deletePageTemplate": "Are you sure you want to delete the current statement template?"
  108. },
  109. "application": {
  110. "inputApplicationName": "Please enter the data application name",
  111. "property": "Properties",
  112. "name": "Name",
  113. "alias": "Alias",
  114. "description": "Description",
  115. "type": "Type",
  116. "icon": "Icon",
  117. "id": "ID",
  118. "firstPage": "Homepage",
  119. "controllerList": "Manager",
  120. "available": "Available range",
  121. "changeIcon": "Change Icon",
  122. "setManager": "Set Manager",
  123. "setAppManager": "Set Application Manager",
  124. "setUsableIdentity": "Set Usable Identity",
  125. "setUsableUnit": "Set UsableUnit",
  126. "setAppUsableIdentity": "Set AppUsableIdentity",
  127. "setAppUsableUnit": "Set AppUsableUnit"
  128. },
  129. "importer": {
  130. "create": "Create a new import model",
  131. "search": "Search imported models",
  132. "searchText": "Please enter a keyword",
  133. "noSelectNoticeText": "This data application has not yet imported a model, you can click here to create an import model",
  134. "loaded": "The imported model is loaded",
  135. "deleteProcessTitle": "Confirm to delete imported model",
  136. "deleteProcess": "Are you sure you want to delete the current imported model?",
  137. "deletePageTemplateTitle": "Confirm to delete imported model template",
  138. "deletePageTemplate": "Are you sure you want to delete the currently imported model template?"
  139. },
  140. "createSelectTemplate": "New: Select Template",
  141. "templateCategory": "Template Category:",
  142. "all": "All",
  143. "selectorButton": {
  144. "ok": "ok",
  145. "cancel": "Cancel"
  146. },
  147. "navi": {
  148. "viewConfig": "View",
  149. "statConfig": "Statistics",
  150. "tableConfig": "Data Table",
  151. "statementConfig": "Statement",
  152. "importerConfig": "ImportModel",
  153. "queryProperty": "Property"
  154. },
  155. "name": "name",
  156. "alias": "alias",
  157. "sorkKeyNote": "-Sort by-",
  158. "createTime": "Creation time",
  159. "updateTime": "Update time",
  160. "asc": "positive sequence",
  161. "desc": "Reverse order",
  162. "searchPlacholder": "Enter name/alias/id search"
  163. }
  164. MWF.xApplication.query.QueryManager["lp."+o2.language] = MWF.xApplication.query.QueryManager.LP