en.js 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.query = MWF.xApplication.query || {};
  3. MWF.xApplication.query.ImporterDesigner = MWF.xApplication.query.ImporterDesigner || {};
  4. MWF.xApplication.query.ImporterDesigner.LP={
  5. "title": "Import model editing",
  6. "newView": "New Import Model",
  7. "property": "Property",
  8. "item": "Item",
  9. "type": "Type",
  10. "value": "Value",
  11. "importer": "Import Model",
  12. "unnamed": "Untitled",
  13. "unCategory": "Uncategorized",
  14. "id": "Identification",
  15. "name": "Name",
  16. "alias": "Alias",
  17. "description": "Description",
  18. "saveViewNotice": "Please save the imported model first!",
  19. "application": "Data Application",
  20. "newImporter": "New Import Model",
  21. "newViewName": "Newly imported model name",
  22. "copy": "Copy",
  23. "ok": "OK",
  24. "cancel": "Cancel",
  25. "columnField": "Excel column corresponding field",
  26. "calculateField": "Calculate Field",
  27. "action": {
  28. "move": "Move",
  29. "delete": "Delete",
  30. "add": "Add"
  31. },
  32. "notice": {
  33. "save_success": "The imported model was saved successfully!",
  34. "saveAs_success": "The imported model is successfully saved as, you can open the new imported model in the import model settings!",
  35. "deleteColumnTitle": "Delete column confirmation",
  36. "deleteColumn": "Are you sure you want to delete the current column?",
  37. "deleteFieldTitle": "Delete FieldTitle",
  38. "deleteField": "Are you sure you want to delete the current field?",
  39. "inputTypeError": "The data type you entered is wrong, please re-enter",
  40. "sameKey": "The item name you entered already exists in the object, please re-enter",
  41. "emptyKey": "Project name cannot be empty, please re-enter",
  42. "numberKey": "The item name cannot be a number, please re-enter",
  43. "inputName": "Please enter the name of the imported model",
  44. "noModifyName": "Cannot modify the name or alias",
  45. "inputType": "Please select the import destination",
  46. "inputProcess": "Please select a process",
  47. "inputCategory": "Please select a category",
  48. "inputTable": "Please select a self-built table",
  49. "deleteEventTitle": "Delete Event Confirmation",
  50. "deleteEvent": "Are you sure you want to delete the current event?",
  51. "cmsNoPublisherOrNoTitleTitle": "No title or drafter is set",
  52. "cmsNoPublisherOrNoTitle": "The title or drafter is not set for content management. Are you sure to save it?",
  53. "processNoPublisherOrNoTitleTitle": "No title or drafter is set",
  54. "processNoPublisherOrNoTitle": "The process has no title or drafter. Are you sure to save it?",
  55. "saveNotice": "Save Notice",
  56. "someFieldIsEmpty": "{text} is not selected, do you want to continue to save?"
  57. },
  58. "mastInputPath": "Please enter the data path",
  59. "mastInputTitle": "Please enter a title",
  60. "propertyTemplate": {
  61. "base": "Basic",
  62. "event": "Event",
  63. "html": "HTML",
  64. "json": "JSON",
  65. "action": "Action",
  66. "select": "Select",
  67. "alias": "Alias",
  68. "id": "Identification",
  69. "name": "Name",
  70. "description": "Description",
  71. "style": "Style",
  72. "attribute": "Attribute",
  73. "hidden": "Hidden",
  74. "orderNumber": "Order Number",
  75. "target": "Target",
  76. "importTarget": "Import Target",
  77. "cmsData": "Content Management Data",
  78. "tableData": "Self-built table data",
  79. "processPlatformData": "Process Platform Data",
  80. "selectCategory": "Select Category",
  81. "selectTable": "Select self-built table",
  82. "selectProcess": "Select Process",
  83. "processStatus": "Process Status",
  84. "draftActivity": "Drafting activity (first manual activity)",
  85. "endActivity": "End Activity",
  86. "enableValidation": "Enable validation",
  87. "yes": "Yes",
  88. "no": "No",
  89. "ececuter": "Executable",
  90. "ececutablePerson": "Executable Person",
  91. "ececutableUnit": "Executive Organization",
  92. "fieldTitle": "Field Title",
  93. "data": "Data",
  94. "fieldPath": "Field Path",
  95. "valueScript": "Value Script",
  96. "cmsProperty": "cms document properties",
  97. "isTitle": "Is it a title (unique)",
  98. "isSummary": "Is it a summary (unique)",
  99. "isPublisher": "Is it the creator (unique)",
  100. "isAuthor": "Is authors",
  101. "isReader": "Is readers",
  102. "workProperty": "Process work property",
  103. "isProcessDrafter": "Is the work drafter (unique)",
  104. "isName": "Organization Object",
  105. "fieldType": "Field Type",
  106. "validation": "Validation",
  107. "allowEmpty": "Allow empty values",
  108. "validFieldType": "Validation field type",
  109. "documentType": "Document Type",
  110. "information": "Information",
  111. "data1": "Data",
  112. "processDrafter": "Process Drafter",
  113. "publisher": "Document Creator",
  114. "importerAsDrafter": "Identity of importer",
  115. "setDrafterInField": "Set in the field (column)",
  116. "note": "Note:",
  117. "selectOrg": "Please select an organization object",
  118. "selectDate": "Please select the date type",
  119. "selectText": "Please select the text type",
  120. "publishTime": "Publish Time",
  121. "importeTimeAsPublishTime": "Import time is publishing time",
  122. "titleField": "Title",
  123. "summaryField": "Summary",
  124. "selectForm": "Specify Form",
  125. "serialField": "Serial Number/Signature",
  126. "startTimeField": "Start Date",
  127. "completeTimeField": "End Date",
  128. "selectProcess1": "Please select the process first",
  129. "lineBreak": "Line Break",
  130. "valueScriptNote": "The field value needs to be returned by return. You can get the data of the current imported row through this.target;, as follows:",
  131. "valueScriptImportedDataNote": "Imported Original Data",
  132. "valueScriptDataNote": "Business data generated by the system according to configuration",
  133. "valueScriptDocumentNote": "If you import a CMS document, the document data generated by the system",
  134. "valueScriptWorkNote": "If importing process Work, the system generated work data",
  135. "selectField": "Select Column/Field",
  136. "idPathNote": "When importing self created table data, a field path of 'id' indicates updating the original record.",
  137. "excelSelectedOption": "Optional Script",
  138. "checkInOption": "Verify if it is in the optional list",
  139. "defaultValueScript": "Default Script"
  140. },
  141. "formToolbar": {
  142. "save": "Save",
  143. "saveAs": "Save As",
  144. "autoSave": "Auto Save",
  145. "preview": "preview",
  146. "help": "help"
  147. },
  148. "autoAddColumns": "Generate columns based on the data table"
  149. }
  150. MWF.xApplication.query.ImporterDesigner["lp."+o2.language] = MWF.xApplication.query.ImporterDesigner.LP