en.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.service = MWF.xApplication.service || {};
  3. MWF.xApplication.service.InvokeDesigner = MWF.xApplication.service.InvokeDesigner || {};
  4. MWF.xApplication.service.InvokeDesigner.LP={
  5. "title": "InvokeEditor",
  6. "newInvoke": "Create Invoke",
  7. "invokeLibrary": "Invoke 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. "remoteAddrRegex": "Allow access address expression",
  17. "lastStartTime": "Last Start Time",
  18. "lastEndTime": "Last EndTime",
  19. "true": "Yes",
  20. "false": "No",
  21. "enable": "Click to enable",
  22. "disable": "Click to disable",
  23. "invokeUri": "Invoke address",
  24. "invokeMethod": "Invoke Method",
  25. "enableToken": "Enable authentication",
  26. "enableTokenInfo": "After enabling authentication, you must use the authentication client name and encrypted token to call the service. <a href='https://www.o2oa.net/cms/tech/430.html' target='_blank '>Click to view the interface authentication configuration document</a>",
  27. "invokeHead": "head",
  28. "openLogViewer": "Open LogViewer",
  29. "debugger": "Debug",
  30. "run": "Run",
  31. "runSuccess": "Run successfully",
  32. "requireArguments": "Request Arguments",
  33. "tokenSetting": "Authentication Setting",
  34. "runResult": "Execution Result",
  35. "noSSOSetting": "Please configure authentication first",
  36. "notice": {
  37. "save_success": "The interface was saved successfully!",
  38. "deleteDataTitle": "Delete Data Confirmation",
  39. "deleteData": "Are you sure to delete the current data and its sub-data?",
  40. "changeTypeTitle": "Change Data Type Confirmation",
  41. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
  42. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute it?",
  43. "inputTypeError": "The data type you entered is wrong, please re-enter",
  44. "sameKey": "The item name you entered already exists in the object, please re-enter",
  45. "emptyKey": "Project name cannot be empty, please re-enter",
  46. "numberKey": "The item name cannot be a number, please re-enter",
  47. "inputName": "Please enter the interface name",
  48. "inputCron": "Timed task corn expression cannot be empty"
  49. },
  50. "comment": {
  51. "entityManager": "EntityManager",
  52. "applications": "Services in the system",
  53. "requestText": "RequestBody Text",
  54. "request": "Request Object",
  55. "currentPerson": "Current Person",
  56. "response": "Response Object。Set the response content through \"this.response.setBody(data)\"",
  57. "organization": "Organization visit",
  58. "org": "Organization quick access method",
  59. "service": "webSerivces client"
  60. },
  61. "formToolbar": {
  62. "save": "Save",
  63. "autoSave": "AutoSave",
  64. "fontSize": "Font size",
  65. "style": "style",
  66. "scriptEditor": "Script Editor",
  67. "viewAllVersions": "View all script versions",
  68. "add": "newly build",
  69. "gotoApp": "Open the current application"
  70. },
  71. "executorList": "Execution permission",
  72. "sorkKeyNote": "-Sort by-",
  73. "createTime": "Creation time",
  74. "updateTime": "Update time",
  75. "asc": "positive sequence",
  76. "desc": "Reverse order",
  77. "searchPlacholder": "Enter name/alias/id search",
  78. "searchAndSort": "Sorting and Search",
  79. "duplicateNewNote": "There is already a new interface, please save it first"
  80. }
  81. MWF.xApplication.service.InvokeDesigner["lp."+o2.language] = MWF.xApplication.service.InvokeDesigner.LP