en.js 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.Column = MWF.xApplication.cms.Column || {};
  4. MWF.xApplication.cms.Column.LP={
  5. "title": "CMS Settings",
  6. "description": "AppInfo and category management",
  7. "inverse": "Inverse election",
  8. "cate": "category",
  9. "form": "Form",
  10. "list": "List",
  11. "queryView": "View",
  12. "dictionary": "Data Dictionary",
  13. "script": "Script",
  14. "export": "Export",
  15. "export_cancel": "Cancel",
  16. "close": "Close",
  17. "cancel": "Cancel",
  18. "export_ok": "OK",
  19. "allApp": "All apps",
  20. "searchAppPlacholder": "Enter the name to search for the application",
  21. "searchAppTitle": "Matches the app's name, alias, and id",
  22. "column": {
  23. "title": "AppInfo Management",
  24. "create": "New App",
  25. "findDesigner": "FindCode",
  26. "searchText": "Please enter a keyword",
  27. "loadding": "Loading...",
  28. "loaded": "AppInfo loaded",
  29. "nameLabel": "Name",
  30. "aliasLabel": "Alias",
  31. "descriptionLabel": "Description",
  32. "sortLabel": "Order",
  33. "iconLabel": "Icon",
  34. "typeLabel": "Type",
  35. "editform": "Default edit form",
  36. "editformNote": "The default edit form when creating a category",
  37. "readform": "Default reading form",
  38. "readformNote": "Note: The default reading form when creating a category, if not selected, it will be the same as the editing form",
  39. "cancel": "Cancel",
  40. "ok": "OK",
  41. "inputName": "Please enter the AppInfo name",
  42. "create_cancel_title": "Cancel Confirmation of New App",
  43. "create_cancel": "Are you sure you want to cancel the new App?",
  44. "noDescription": "No description",
  45. "delete": "Delete AppInfo",
  46. "delete_confirm_title": "Delete AppInfo",
  47. "delete_confirm_content": "Are you sure you want to delete the AppInfo?",
  48. "edit": "Edit AppInfo",
  49. "createColumnSuccess": "AppInfo created successfully",
  50. "updateColumnSuccess": "AppInfo modification succeeded",
  51. "noElement": "There is no AppInfo in the system or there is no AppInfo you have permission to manage",
  52. "category": "Category",
  53. "form": "Form",
  54. "export": "Export AppInfo",
  55. "changeIcon": "Change Icon"
  56. },
  57. "createSelectTemplate": "Select Form Template",
  58. "templateCategory": "Template Category:",
  59. "all": "All",
  60. "formType": {
  61. "empty": "Empty form",
  62. "publishEdit": "Publish Edit Form",
  63. "publishRead": "Publish Reading Form",
  64. "dataInput": "Data input form"
  65. },
  66. "category": {
  67. "title": "Category Management",
  68. "create": "Create a new category",
  69. "nameLabel": "Category Name",
  70. "aliasLabel": "Category Alias",
  71. "sendNotify": "Send Message",
  72. "descriptionLabel": "Category description",
  73. "sortLabel": "Queue number",
  74. "columnLabel": "AppInfo",
  75. "iconLabel": "Category Icon",
  76. "cancel": "Cancel",
  77. "ok": "OK",
  78. "inputName": "Please enter the category name",
  79. "create_cancel_title": "Cancel New Category Confirmation",
  80. "create_cancel": "Are you sure you want to cancel the new category?",
  81. "noDescription": "There is no description for this category",
  82. "delete": "Delete category",
  83. "edit": "Edit category"
  84. }
  85. }
  86. MWF.xApplication.cms.Column["lp."+o2.language] = MWF.xApplication.cms.Column.LP