en.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.service = MWF.xApplication.service || {};
  3. MWF.xApplication.service.ServiceManager = MWF.xApplication.service.ServiceManager || {};
  4. MWF.xApplication.service.ServiceManager.LP={
  5. "title": "Service Platform",
  6. "categoryTitle": "Category",
  7. "description": "Description",
  8. "deleteItems": "Delete selected element",
  9. "copy": "Copy",
  10. "copyto": "Copyto...",
  11. "copyInfor": "Select multiple elements, press Ctrl+C to copy the elements, press Ctrl+V to paste elements into the current application",
  12. "copyed": "The selected element has been copied",
  13. "copyConfirmTitle": "Copy element confirmation",
  14. "copyConfirmInfor": "The target area already contains the same elements:",
  15. "copySource": "Original file:",
  16. "copyTarget": "Copy files:",
  17. "copyConfirm_overwrite": "Replace",
  18. "copyConfirm_new": "Create",
  19. "copyConfirm_skip": "Skip",
  20. "copyConfirm_cancel": "Cancel",
  21. "copynew": "New",
  22. "edit": "Edit",
  23. "save": "Save",
  24. "cancel": "Cancel",
  25. "phone": "Phone",
  26. "mail": "Mail",
  27. "deleteElementTitle": "Delete design confirmation",
  28. "deleteElement": "Are you sure you want to delete the selected design element?",
  29. "agent": {
  30. "name": "Agent",
  31. "create": "Create Agent",
  32. "search": "Search Agent",
  33. "searchText": "Please enter key words",
  34. "noAgentNoticeText": "There is no Agent, you can click here to create a new Agent",
  35. "loaded": "Agent loaded",
  36. "deleteProcessTitle": "Delete Agent confirmation",
  37. "deleteProcess": "Are you sure you want to delete the current Agent?",
  38. "noPermission": "You are not an administrator and cannot view Agents.",
  39. "deletePageTemplateTitle": "Delete proxy template confirmation",
  40. "deletePageTemplate": "Are you sure you want to delete the current proxy template?"
  41. },
  42. "invoke": {
  43. "name": "Service",
  44. "create": "Create Service",
  45. "search": "Search Service",
  46. "searchText": "Please enter key words",
  47. "noAgentNoticeText": "There is no Service, you can click here to create a new Service",
  48. "loaded": "Service loaded",
  49. "deleteProcessTitle": "Delete Service confirmation",
  50. "deleteProcess": "Are you sure you want to delete the current Service?",
  51. "noPermission": "You are not an administrator and cannot view Service.",
  52. "deletePageTemplateTitle": "Delete interface template confirmation",
  53. "deletePageTemplate": "Are you sure you want to delete the current interface template?"
  54. },
  55. "dictionary": {
  56. "name": "Dictionary",
  57. "create": "Create Data Dictionary",
  58. "search": "Search Data Dictionary",
  59. "searchText": "Please enter a keyword",
  60. "noDictionaryNoticeText": "There is no data dictionary, you can click here to create a new data dictionary",
  61. "noDictionaryNoCreateNoticeText": "This application does not have a data dictionary now",
  62. "loaded": "Data dictionary loaded",
  63. "deleteFormTitle": "Confirm Delete Data Dictionary",
  64. "deleteForm": "Are you sure you want to delete the current data dictionary?",
  65. "noPermission": "You are not an administrator and cannot view dictionary."
  66. },
  67. "script": {
  68. "name": "Script",
  69. "create": "Create Script",
  70. "search": "Search Script",
  71. "searchText": "Please enter a keyword",
  72. "noScriptNoticeText": "There is no script, you can click here to create a new script",
  73. "loaded": "Script loaded",
  74. "deleteFormTitle": "Delete Script Confirmation",
  75. "deleteForm": "Are you sure you want to delete the current script?",
  76. "noPermission": "You are not an administrator and cannot view script."
  77. },
  78. "all": "All",
  79. "agentConfig": "Agent Config",
  80. "interfaceConfig": "Service Config",
  81. "scriptConfig": "Script Config",
  82. "dataConfig": "Data Config",
  83. "disable": "Disabled",
  84. "application": {
  85. "inputApplicationName": "Please enter the name of the data application",
  86. "property": "Data application properties",
  87. "name": "Data application name",
  88. "alias": "Data application alias",
  89. "description": "Data application description",
  90. "type": "Data application type",
  91. "icon": "Data application icon",
  92. "id": "Data application identification",
  93. "firstPage": "Data application homepage",
  94. "controllerList": "controller",
  95. "available": "Available range"
  96. },
  97. "createSelectTemplate": "New: Select Template",
  98. "templateCategory": "Template classification:"
  99. }
  100. MWF.xApplication.service.ServiceManager["lp."+o2.language] = MWF.xApplication.service.ServiceManager.LP