en.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.portal = MWF.xApplication.portal || {};
  3. MWF.xApplication.portal.WidgetDesigner = MWF.xApplication.portal.WidgetDesigner || {};
  4. MWF.xApplication.portal.WidgetDesigner.LP={
  5. "title": "WidgetEditor",
  6. "newPage": "Create Widget",
  7. "property": "Property",
  8. "tools": "Tools",
  9. "repetitionsId": "Repetitive element identifier",
  10. "notNullId": "Element identifier cannot be empty",
  11. "button": {
  12. "ok": "OK",
  13. "cancel": "Cancel"
  14. },
  15. "notice": {
  16. "save_success": "Page saved successfully!",
  17. "saveTemplate_success": "Page template saved successfully!",
  18. "saveTemplate_inputName": "Please enter the template title",
  19. "saveTemplate_inputCategory": "Please confirm the template category",
  20. "deleteElementTitle": "Delete form element confirmation",
  21. "deleteElement": "Are you sure you want to delete the current element and its child elements?",
  22. "deleteRowTitle": "Delete table row confirmation",
  23. "deleteRow": "Deleting the current row will delete the contents of all cells in this row. Are you sure you want to delete the currently selected row?",
  24. "deleteColTitle": "Delete table column confirmation",
  25. "deleteCol": "Deleting the current row will delete the contents of all cells in this column. Are you sure you want to delete the currently selected column?",
  26. "deleteEventTitle": "Delete Event Confirmation",
  27. "deleteEvent": "Are you sure you want to delete the current event?",
  28. "deleteActionTitle": "Delete Action Confirmation",
  29. "deleteAction": "Are you sure you want to delete the current action?",
  30. "deleteButtonTitle": "Delete Operation Confirmation",
  31. "deleteButton": "Are you sure you want to delete the current operation button?",
  32. "notUseModuleInMobile": "The mobile terminal does not support this component",
  33. "changeToSequenceTitle": "Confirm",
  34. "changeToSequence": "This operation will delete the added components. Are you sure you want to change it to the \"Sequence Number\" column?",
  35. "selectPage": "Select Page",
  36. "selectWidget": "Select Widget",
  37. "widgetNameEmpty": "Enter widget name",
  38. "widgetNameConflict": "Widget name conflict",
  39. "widget_save_success": "Widget saved successfully"
  40. },
  41. "formAction": {
  42. "insertRow": "Insert Row",
  43. "insertCol": "Insert Column",
  44. "deleteRow": "Delete Row",
  45. "deleteCol": "Delete column",
  46. "mergerCell": "Merge Cells",
  47. "splitCell": "Split Cell",
  48. "move": "Move",
  49. "copy": "Copy",
  50. "delete": "Delete",
  51. "add": "Add",
  52. "script": "Script",
  53. "styleBrush": "StyleBrush",
  54. "insertTop": "Insert Top",
  55. "insertBottom": "Insert to the bottom",
  56. "insertBefore": "InsertBefore",
  57. "insertAfter": "Insert After",
  58. "injectNotice": "Hold down Ctrl and release the mouse for precise positioning",
  59. "makeWidget": "Set as widget",
  60. "defaultWidgetName": "widget"
  61. },
  62. "actionbar": {
  63. "readhide": "Set whether to display when reading",
  64. "edithide": "Set whether to display when editing",
  65. "hideCondition": "Set hiding conditions",
  66. "title": "Title",
  67. "img": "Icon",
  68. "action": "Action",
  69. "condition": "Display Condition",
  70. "editScript": "Action Script Editing",
  71. "editCondition": "Hide condition editing (return true to hide operation)",
  72. "up": "Move up",
  73. "property": "Property",
  74. "addCustomTool": "Add custom Action",
  75. "delete": "Delete",
  76. "setProperties": "Set action properties",
  77. "restoreDefaultTool": "Restore deleted system Actions",
  78. "selectDefaultTool": "Select System Action",
  79. "setReaded": "Mark as read",
  80. "readed": "Readed"
  81. },
  82. "isSave": "Saving, please wait...",
  83. "validation": {
  84. "validation": "Validation",
  85. "anytime": "Anytime",
  86. "decision": "Choose Decision",
  87. "decisionName": "<decision name>",
  88. "value": "Value",
  89. "length": "ValueLength",
  90. "valueInput": "<value>",
  91. "isnull": "isnull",
  92. "notnull": "Notnull",
  93. "gt": "GreaterThan",
  94. "lt": "LessThan",
  95. "equal": "equal",
  96. "neq": "NotEqual",
  97. "contain": "Contain",
  98. "notcontain": "Notcontain",
  99. "prompt": "Prompt",
  100. "add": "Add",
  101. "modify": "Modify",
  102. "when": "When ",
  103. "as": "Time",
  104. "inputDecisionName": "Please enter the name of the decision",
  105. "inputValue": "Please enter a value",
  106. "inputPrompt": "Please enter the prompt content",
  107. "delete_title": "Delete confirmation",
  108. "delete_text": "Are you sure you want to delete this verification code?"
  109. },
  110. "selectIcon": "Select Icon",
  111. "selectImage": "Select Image",
  112. "selectApplication": "Select Application",
  113. "dutyInputTitle": "Add title parameter",
  114. "dutyInput": "Please select Unit for duty \"{duty}\"",
  115. "select": "Select",
  116. "empty": "Empty",
  117. "creatorUnit": "Author Unit",
  118. "currentUnit": "Task Unit",
  119. "selectUnit": "Select Unit",
  120. "scriptUnit": "Use script",
  121. "creatorCompany": "Drafting Company",
  122. "creatorDepartment": "Drafting Department",
  123. "currentCompany": "Current Company",
  124. "currentDepartment": "Current Department",
  125. "deleteDutyTitle": "Remove job confirmation",
  126. "deleteDutyText": "Are you sure you want to remove the duty \"{duty}\"?",
  127. "saveTemplate": "Save as a form template",
  128. "templateName": "Name",
  129. "templateCategory": "Category",
  130. "templateDescription": "Description",
  131. "save": "Save",
  132. "cancel": "Cancel",
  133. "newCategory": "New Category",
  134. "mustSelectFormStyle": "You must select a form style",
  135. "notValidJson": "Wrong json format",
  136. "selectorButton": {
  137. "ok": "OK",
  138. "cancel": "Cancel"
  139. }
  140. }
  141. MWF.xApplication.portal.WidgetDesigner["lp."+o2.language] = MWF.xApplication.portal.WidgetDesigner.LP