en.js 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.process = MWF.xApplication.process || {};
  3. MWF.xApplication.process.ScriptDesigner = MWF.xApplication.process.ScriptDesigner || {};
  4. MWF.xApplication.process.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. }
  47. }
  48. MWF.xApplication.process.ScriptDesigner["lp."+o2.language] = MWF.xApplication.process.ScriptDesigner.LP