en.js 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.process = MWF.xApplication.process || {};
  3. MWF.xApplication.process.ProcessManager = MWF.xApplication.process.ProcessManager || {};
  4. MWF.xApplication.process.ProcessManager.LP={
  5. "title": "Process 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. "formConfig": "Form",
  23. "processConfig": "Process",
  24. "dataConfig": "Data",
  25. "scriptConfig": "Script",
  26. "fileConfig": "Resource",
  27. "applicationConfig": "Attributes",
  28. "findDesigner": "FindCode",
  29. "ok": "OK",
  30. "edit": "Edit",
  31. "save": "Save",
  32. "cancel": "Cancel",
  33. "phone": "Phone",
  34. "mail": "Mail",
  35. "deleteElementTitle": "Delete design confirmation",
  36. "deleteElement": "Are you sure you want to delete the selected design element?",
  37. "deleteProcessTitle": "Delete design confirmation",
  38. "deleteProcess": "Deleting the selected process will also delete the current instance of the selected process. Are you sure you want to delete the selected process?",
  39. "process": {
  40. "create": "Create Process",
  41. "search": "Search Process",
  42. "searchText": "Please enter key words",
  43. "noProcessNoticeText": "This application does not have a process yet, you can click here to create a new process",
  44. "loaded": "The process is loaded",
  45. "deleteProcessTitle": "Delete process confirmation",
  46. "deleteProcess": "Are you sure you want to delete the current process?"
  47. },
  48. "form": {
  49. "create": "Create Form",
  50. "search": "Search Form",
  51. "searchText": "Please enter a keyword",
  52. "noFormNoticeText": "This application does not have a form yet, you can click here to create a new form",
  53. "loaded": "The form is loaded",
  54. "deleteFormTitle": "Delete Form Confirmation",
  55. "deleteForm": "Are you sure you want to delete the current form?",
  56. "deleteFormTemplateTitle": "Confirm to delete form template",
  57. "deleteFormTemplate": "Are you sure you want to delete the current form template?"
  58. },
  59. "view": {
  60. "create": "Create View",
  61. "search": "Search View",
  62. "searchText": "Please enter a keyword",
  63. "noNoticeText": "This app does not have a view yet, you can click here to create a new view",
  64. "loaded": "View loaded",
  65. "deleteViewTitle": "Delete View Confirmation",
  66. "deleteView": "Are you sure you want to delete the current view?"
  67. },
  68. "stat": {
  69. "create": "Create Statistics",
  70. "search": "Search Statistics",
  71. "searchText": "Please enter a keyword",
  72. "noNoticeText": "This application has no statistics configuration yet, you can click here to create a new statistics configuration",
  73. "loaded": "Statistics loaded",
  74. "deleteViewTitle": "Delete Statistics Confirmation",
  75. "deleteView": "Are you sure you want to delete the current statistics?"
  76. },
  77. "dictionary": {
  78. "create": "Create Data Dictionary",
  79. "search": "Search Data Dictionary",
  80. "searchText": "Please enter a keyword",
  81. "noDictionaryNoticeText": "This application does not have a data dictionary yet, you can click here to create a new data dictionary",
  82. "noDictionaryNoCreateNoticeText": "This application does not have a data dictionary now",
  83. "loaded": "Data dictionary loaded",
  84. "deleteFormTitle": "Confirm Delete Data Dictionary",
  85. "deleteForm": "Are you sure you want to delete the current data dictionary?"
  86. },
  87. "script": {
  88. "create": "Create Script",
  89. "search": "Search Script",
  90. "searchText": "Please enter a keyword",
  91. "noScriptNoticeText": "There is no script for this application, you can click here to create a new script",
  92. "loaded": "Script loaded",
  93. "deleteFormTitle": "Delete Script Confirmation",
  94. "deleteForm": "Are you sure you want to delete the current script?"
  95. },
  96. "file": {
  97. "create": "Create Attachment",
  98. "search": "Search Attachments",
  99. "searchText": "Please enter a keyword",
  100. "description": "Infor",
  101. "noScriptNoticeText": "This app has no attachments yet, you can click here to create a new attachment",
  102. "loaded": "Attachment is loaded",
  103. "deleteFormTitle": "Confirm Delete Attachment",
  104. "deleteForm": "Are you sure you want to delete the current attachment?",
  105. "saveSuccess": "The attachment has been saved!",
  106. "saveConfirm": "Save Confirmation",
  107. "saveConfirmText": "The attachment has been modified, do you want to save the modified content?",
  108. "uploadSuccess": "Attachment has been uploaded",
  109. "loadFiles": "Batch upload attachments"
  110. },
  111. "projection": {
  112. "create": "Create Projection",
  113. "search": "Search Data Projection",
  114. "searchText": "Please enter a keyword",
  115. "createProjectionType": "Projection Type",
  116. "createProjectionProcess": "Select Projection Process",
  117. "noProjectionType": "Please select the Projection type first",
  118. "noProjectionProcess": "Please select the Projection first",
  119. "noDictionaryNoticeText": "This application does not have a Projection yet, you can click here to create a new data mapping",
  120. "noDictionaryNoCreateNoticeText": "This application currently has no Projection",
  121. "loaded": "Projection is loaded",
  122. "deleteFormTitle": "Delete Projection Confirmation",
  123. "deleteForm": "Are you sure you want to delete the current Projection?",
  124. "disabled": "Disabled",
  125. "work": "Mapping business data to instances in circulation",
  126. "workCompleted": "Mapping business data to completed instances",
  127. "task": "Mapping business data to to-do",
  128. "taskCompleted": "Mapping business data to completed",
  129. "read": "Mapping business data to be read",
  130. "readCompleted": "Mapping business data to completed",
  131. "review": "Mapping business data to reading table",
  132. "createElementInfor": "Please select a data mapping type first",
  133. "noProcessInfor": "You have created {type} type data mapping for all processes"
  134. },
  135. "application": {
  136. "inputApplicationName": "Please enter the application name",
  137. "property": "Application Properties",
  138. "name": "Application Name",
  139. "alias": "Application Alias",
  140. "description": "Application Description",
  141. "type": "Application Type",
  142. "icon": "App Icon",
  143. "id": "Application ID",
  144. "controllerList": "Manager",
  145. "available": "Available range",
  146. "defaultForm": "Default Form",
  147. "changeIcon": "Change Icon",
  148. "setManager": "Set Manager",
  149. "setAppManager": "Set Application Manager",
  150. "setUsableIdentity": "Set Usable Identity",
  151. "setUsableUnit": "Set UsableUnit",
  152. "setAppUsableIdentity": "Set AppUsableIdentity",
  153. "setAppUsableUnit": "Set AppUsableUnit",
  154. "maintenanceIdentity": "Process instance maintainer",
  155. "setMaintainer": "Set Process instance maintainer"
  156. },
  157. "createSelectTemplate": "Create: Select template",
  158. "templateCategory": "Template Category: ",
  159. "all": "All",
  160. "name": "Name",
  161. "alias": "Alias",
  162. "attachment": "Attachment",
  163. "upload": "Upload",
  164. "selectorButton": {
  165. "ok": "OK",
  166. "cancel": "Cancel"
  167. },
  168. "defaultProcess": "Default",
  169. "sequenceProcess": "Sequence",
  170. "choiceProcess": "Choice",
  171. "parallelProcess": "Parallel",
  172. "emptyForm": "Empty",
  173. "commonForm": "Common",
  174. "blueForm": "Blue Style",
  175. "redForm": "Red Style",
  176. "greenForm": "Green Style",
  177. "publishForm": "Publish",
  178. "fileForm": "File Form",
  179. "submitPcForm": "SubmitForm (PC)",
  180. "submitMobileForm": "SubmitForm (Mobile)",
  181. "elementForm": "Element component template",
  182. "sorkKeyNote": "-Sort by-",
  183. "createTime": "Creation time",
  184. "updateTime": "Update time",
  185. "asc": "positive sequence",
  186. "desc": "Reverse order",
  187. "searchPlacholder": "Enter name/alias/id search"
  188. }
  189. MWF.xApplication.process.ProcessManager["lp."+o2.language] = MWF.xApplication.process.ProcessManager.LP