en.js 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.portal = MWF.xApplication.portal || {};
  3. MWF.xApplication.portal.PortalManager = MWF.xApplication.portal.PortalManager || {};
  4. MWF.xApplication.portal.PortalManager.LP={
  5. "title": "Portal Manage",
  6. "categoryTitle": "Category",
  7. "description": "Description",
  8. "deleteItems": "Delete selected element",
  9. "copy": "Copy",
  10. "copyto": "Copyto...",
  11. "copyInfor": "Select multiple elements, press Ctrl+C to copy the elements, press Ctrl+V to paste 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. "copySource": "Original file:",
  16. "copyTarget": "Copy files:",
  17. "copyConfirm_overwrite": "Replace",
  18. "copyConfirm_new": "Create",
  19. "copyConfirm_skip": "Skip",
  20. "copyConfirm_cancel": "Cancel",
  21. "copynew": "New",
  22. "pageConfig": "Page",
  23. "widgetConfig": "Widget",
  24. "scriptConfig": "Script",
  25. "fileConfig": "Resource",
  26. "applicationConfig": "Attributes",
  27. "dataConfig": "Dictionary",
  28. "findDesigner": "FindCode",
  29. "edit": "Edit",
  30. "save": "Save",
  31. "cancel": "Cancel",
  32. "phone": "Phone",
  33. "mail": "Mail",
  34. "deleteElementTitle": "Delete design confirmation",
  35. "deleteElement": "Are you sure you want to delete the selected design element?",
  36. "page": {
  37. "create": "Create Page",
  38. "search": "Search Page",
  39. "searchText": "Please enter key words",
  40. "noProcessNoticeText": "This application does not have a page yet, you can click here to create a new page",
  41. "loaded": "The page is loaded",
  42. "deleteProcessTitle": "Delete page confirmation",
  43. "deleteProcess": "Are you sure you want to delete the current page?",
  44. "deletePageTemplateTitle": "Delete confirmation",
  45. "deletePageTemplate": "Are you sure you want to delete the current page template?",
  46. "noPageNoticeText": "This portal currently does not have a page. You can click here to create a new page"
  47. },
  48. "widget": {
  49. "create": "Create widget",
  50. "search": "Search widget",
  51. "searchText": "Please enter key words",
  52. "noNoticeText": "This application does not have a widget yet, you can click here to create a new widget",
  53. "loaded": "The widget is loaded",
  54. "deleteViewTitle": "Delete widget confirmation",
  55. "deleteView": "Are you sure you want to delete the current widget?"
  56. },
  57. "dictionary": {
  58. "create": "Create Data Dictionary",
  59. "search": "Search Data Dictionary",
  60. "searchText": "Please enter a keyword",
  61. "noDictionaryNoticeText": "This application does not have a data dictionary yet, you can click here to create a new data dictionary",
  62. "noDictionaryNoCreateNoticeText": "This application does not have a data dictionary now",
  63. "loaded": "Data dictionary loaded",
  64. "deleteFormTitle": "Confirm Delete Data Dictionary",
  65. "deleteForm": "Are you sure you want to delete the current data dictionary?"
  66. },
  67. "script": {
  68. "create": "Create Script",
  69. "search": "Search Script",
  70. "searchText": "Please enter a keyword",
  71. "noScriptNoticeText": "There is no script for this application, you can click here to create a new script",
  72. "loaded": "Script loaded",
  73. "deleteFormTitle": "Delete Script Confirmation",
  74. "deleteForm": "Are you sure you want to delete the current script?"
  75. },
  76. "application": {
  77. "inputApplicationName": "Please enter the portal name",
  78. "property": "Portal Properties",
  79. "name": "Portal Name",
  80. "alias": "Portal Alias",
  81. "description": "Portal Description",
  82. "type": "Portal Type",
  83. "icon": "Icon",
  84. "id": "Portal ID",
  85. "url": "Portal URL",
  86. "firstPage": "Portal Homepage",
  87. "controllerList": "Manager",
  88. "available": "Available range",
  89. "pcClient": "PC",
  90. "mobileClient": "Mobile",
  91. "true": "Enabled",
  92. "false": "Disabled",
  93. "anonymousAccess": "Anonymous Access",
  94. "changeIcon": "Change Icon",
  95. "setManager": "Set Manager",
  96. "setAppManager": "Set Application Manager",
  97. "setUsableIdentity": "Set Usable Identity",
  98. "setUsableUnit": "Set UsableUnit",
  99. "setAppUsableIdentity": "Set AppUsableIdentity",
  100. "setAppUsableUnit": "Set AppUsableUnit",
  101. "cornerMark": "Corner Mark Settings",
  102. "cornerMarkNote": "Note: The corner mark is the number in the upper right corner of the mobile application interface -> portal application.",
  103. "selectScriptNote": "Click the plus sign to select the script library",
  104. "selectScript": "Select Script",
  105. "cornerMarkScript": "CornerMarkScript",
  106. "run": "Run immediately",
  107. "openLogView": "Open Log Viewer",
  108. "runResult": "Run result:"
  109. },
  110. "createSelectTemplate": "Create: Select template",
  111. "templateCategory": "Template Category: ",
  112. "all": "All",
  113. "menu": {
  114. "create": "New Menu",
  115. "search": "Search menu",
  116. "searchText": "Please enter keywords",
  117. "noFormNoticeText": "This portal currently does not have a menu. You can click here to create a new menu",
  118. "loaded": "Menu loading completed",
  119. "deleteFormTitle": "Delete menu confirmation",
  120. "deleteForm": "Are you sure you want to delete the current form?"
  121. },
  122. "source": {
  123. "create": "Create a new data source",
  124. "search": "search for data sources",
  125. "searchText": "Please enter keywords",
  126. "noNoticeText": "This portal currently does not have a data source. You can click here to create a new data source",
  127. "loaded": "Data source loading completed",
  128. "deleteViewTitle": "Delete Data Source Confirmation",
  129. "deleteView": "Are you sure you want to delete the current data source?"
  130. },
  131. "name": "name",
  132. "alias": "alias",
  133. "sorkKeyNote": "-Sort by-",
  134. "createTime": "Creation time",
  135. "updateTime": "Update time",
  136. "asc": "positive sequence",
  137. "desc": "Reverse order",
  138. "searchPlacholder": "Enter name/alias/id search"
  139. }
  140. MWF.xApplication.portal.PortalManager["lp."+o2.language] = MWF.xApplication.portal.PortalManager.LP