en.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.service = MWF.xApplication.service || {};
  3. MWF.xApplication.service.AgentDesigner = MWF.xApplication.service.AgentDesigner || {};
  4. MWF.xApplication.service.AgentDesigner.LP={
  5. "title": "AgentEditor",
  6. "newAgent": "Create Agent",
  7. "agentLibrary": "Agent Library",
  8. "property": "Property",
  9. "include": "Include",
  10. "id": "ID",
  11. "name": "Name",
  12. "alias": "Alias",
  13. "description": "Description",
  14. "validated": "Is the code format correct",
  15. "isEnable": "Whether to enable",
  16. "cron": "Timed task cron expression",
  17. "lastStartTime": "Last Start Time",
  18. "lastEndTime": "Last EndTime",
  19. "appointmentTime": "Estimated next execution time",
  20. "true": "Yes",
  21. "false": "No",
  22. "enable": "Click to enable",
  23. "disable": "Click to disable",
  24. "openLogViewer": "Open LogViewer",
  25. "debugger": "Debug",
  26. "run": "Run",
  27. "runSuccess": "Run successfully",
  28. "notice": {
  29. "save_success": "Agent saved successfully!",
  30. "deleteDataTitle": "Delete Data Confirmation",
  31. "deleteData": "Are you sure to delete the current data and its sub-data?",
  32. "changeTypeTitle": "Change Data Type Confirmation",
  33. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
  34. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute it?",
  35. "inputTypeError": "The data type you entered is wrong, please re-enter",
  36. "sameKey": "The item name you entered already exists in the object, please re-enter",
  37. "emptyKey": "Project name cannot be empty, please re-enter",
  38. "numberKey": "The item name cannot be a number, please re-enter",
  39. "inputName": "Please enter the agent name",
  40. "inputCron": "Timed task corn expression cannot be empty"
  41. },
  42. "comment": {
  43. "entityManager": "Entity Manager",
  44. "applications": "Access to services in the system",
  45. "organization": "Organization Visit",
  46. "org": "Organize quick access method",
  47. "service": "webSerivces client"
  48. },
  49. "formToolbar": {
  50. "save": "Save agent",
  51. "autoSave": "AutoSave",
  52. "fontSize": "Font size",
  53. "style": "style",
  54. "scriptEditor": "Script Editor",
  55. "viewAllVersions": "View all script versions"
  56. }
  57. }
  58. MWF.xApplication.service.AgentDesigner["lp."+o2.language] = MWF.xApplication.service.AgentDesigner.LP