en.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.ScriptDesigner = MWF.xApplication.cms.ScriptDesigner || {};
  4. MWF.xApplication.cms.ScriptDesigner.LP={
  5. "title": "Script Editor",
  6. "newScript": "New Script",
  7. "scriptLibrary": "Script Library",
  8. "property": "Property",
  9. "include": "include",
  10. "id": "Identification",
  11. "name": "Name",
  12. "alias": "Alias",
  13. "description": "Description",
  14. "notice": {
  15. "save_success": "The script was saved successfully!",
  16. "deleteDataTitle": "Delete Data Confirmation",
  17. "deleteData": "Are you sure to delete the current data and its sub-data?",
  18. "changeTypeTitle": "Change Data Type Confirmation",
  19. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to do it?",
  20. "changeType": "Changing the data type will change the value of the data. Are you sure you want to do it?",
  21. "inputTypeError": "The data type you entered is wrong, please re-enter",
  22. "sameKey": "The item name you entered already exists in the object, please re-enter",
  23. "emptyKey": "Project name cannot be empty, please re-enter",
  24. "numberKey": "The item name cannot be a number, please re-enter",
  25. "inputName": "Please enter the script name"
  26. },
  27. "version": {
  28. "title": "View form version history",
  29. "close": "Close",
  30. "no": "SerialNumber",
  31. "updateTime": "UpdateTime",
  32. "op": "action",
  33. "resume": "Resume",
  34. "resumeConfirm": "Resume Confirmation",
  35. "resumeInfo": "Are you sure you need to perform a form recovery operation? After confirming the restoration, the current form will be updated, and the current form needs to be manually saved to take effect.",
  36. "resumeSuccess": "Resume Successfully"
  37. },
  38. "formToolbar": {
  39. "save": "Save script",
  40. "autoSave": "AutoSave",
  41. "fontSize": "Font size",
  42. "style": "style",
  43. "scriptEditor": "Script Editor",
  44. "viewAllVersions": "View all script versions",
  45. "add": "newly build",
  46. "gotoApp": "Open the current application"
  47. },
  48. "sorkKeyNote": "-Sort by-",
  49. "createTime": "Creation time",
  50. "updateTime": "Update time",
  51. "asc": "positive sequence",
  52. "desc": "Reverse order",
  53. "searchPlacholder": "Enter name/alias/id search",
  54. "searchAndSort": "Sorting and Search",
  55. "duplicateNewNote": "There is already a new script, please save it first"
  56. }
  57. MWF.xApplication.cms.ScriptDesigner["lp."+o2.language] = MWF.xApplication.cms.ScriptDesigner.LP