en.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.service = MWF.xApplication.service || {};
  3. MWF.xApplication.service.ScriptDesigner = MWF.xApplication.service.ScriptDesigner || {};
  4. MWF.xApplication.service.ScriptDesigner.LP={
  5. "title": "ScriptEditor",
  6. "newScript": "Create Script",
  7. "scriptLibrary": "Script Library",
  8. "property": "Property",
  9. "include": "Include",
  10. "id": "ID",
  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 execute it?",
  20. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute 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. "isSave": "Saving, please wait...",
  39. "formToolbar": {
  40. "save": "Save script",
  41. "autoSave": "AutoSave",
  42. "fontSize": "Font size",
  43. "style": "style",
  44. "scriptEditor": "Script Editor",
  45. "viewAllVersions": "View all script versions",
  46. "add": "newly build",
  47. "gotoApp": "Open the current application"
  48. },
  49. "sorkKeyNote": "-Sort by-",
  50. "createTime": "Creation time",
  51. "updateTime": "Update time",
  52. "asc": "positive sequence",
  53. "desc": "Reverse order",
  54. "searchPlacholder": "Enter name/alias/id search",
  55. "searchAndSort": "Sorting and Search",
  56. "duplicateNewNote": "There is already a new script, please save it first"
  57. }
  58. MWF.xApplication.service.ScriptDesigner["lp."+o2.language] = MWF.xApplication.service.ScriptDesigner.LP