en.js 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.ViewDesigner = MWF.xApplication.cms.ViewDesigner || {};
  4. MWF.xApplication.cms.ViewDesigner.LP={
  5. "title": "List Edit",
  6. "newView": "New List",
  7. "property": "Property",
  8. "viewProperty": "List Property",
  9. "item": "Item",
  10. "type": "Type",
  11. "value": "Value",
  12. "view": "List",
  13. "relativeForm": "Form",
  14. "noTitle": "No Title",
  15. "columnProperty": "Column Property",
  16. "base": "Basic",
  17. "events": "Events",
  18. "sortColumn": "Sort",
  19. "asc": "Order",
  20. "desc": "Reverse order",
  21. "columnTitle": "Column Title",
  22. "columnValue": "Column Value",
  23. "columnWidth": "Column Width",
  24. "columnAlign": "Alignment",
  25. "columnAlignText": "Center, Left, Right",
  26. "columnAlignValue": "center,left,right",
  27. "percentage": "%",
  28. "px": "Pixel",
  29. "id": "Identification",
  30. "name": "Name",
  31. "alias": "Alias",
  32. "description": "Description",
  33. "action": "Action",
  34. "delete": "Delete",
  35. "edit": "Edit",
  36. "share": "Share",
  37. "sortByClickTitle": "Click the column title to sort",
  38. "insertColLeft": "Insert Column",
  39. "insertColRight": "Add column",
  40. "deleteCol": "Delete column",
  41. "moveCol": "Move Column",
  42. "ok": "OK",
  43. "cancel": "Cancel",
  44. "deleteColConfirmTitle": "Delete column confirmation",
  45. "deleteColConfirm": "Are you sure you want to delete this column?",
  46. "notice": {
  47. "save_success": "The list was saved successfully!",
  48. "saveAs_success": "The list is successfully saved as, you can open a new list in the column configuration!",
  49. "deleteDataTitle": "Delete Data Confirmation",
  50. "deleteData": "Are you sure to delete the current data and its sub-data?",
  51. "changeTypeTitle": "Change Data Type Confirmation",
  52. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
  53. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute it?",
  54. "inputTypeError": "The data type you entered is wrong, please re-enter",
  55. "sameKey": "The item name you entered already exists in the object, please re-enter",
  56. "emptyKey": "Project name cannot be empty, please re-enter",
  57. "numberKey": "The item name cannot be a number, please re-enter",
  58. "inputName": "Please enter the name of the list",
  59. "noModifyName": "Cannot modify the name or alias",
  60. "noRemoveOnlyColumn": "Cannot delete the only column"
  61. },
  62. "copy": "Copy",
  63. "newListName": "New List Name"
  64. }
  65. MWF.xApplication.cms.ViewDesigner["lp."+o2.language] = MWF.xApplication.cms.ViewDesigner.LP