en.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Deployment = MWF.xApplication.Deployment || {};
  3. MWF.xApplication.Deployment.LP={
  4. "title": "Application Deployment",
  5. "open": "open",
  6. "edit": "edit",
  7. "remove": "del",
  8. "add": "Deploy",
  9. "name": "Name",
  10. "componentTitle": "Title",
  11. "path": "Path",
  12. "icon": "Icon",
  13. "isVisible": "visible",
  14. "yes": "Yes",
  15. "no": "No",
  16. "widgetName": "Widget Name",
  17. "widgetTitle": "Widget Title",
  18. "widgetStart": "Widget Automatic start",
  19. "widgetVisible": "Widget visible",
  20. "allowList": "Accessible list",
  21. "denyList": "Deny List",
  22. "controllerList": "Manager",
  23. "selPerson": "Select",
  24. "selIcon": "Select Icon",
  25. "urlInfor": "You can add the path as a web page use \"@url:\", such as \"@url:http://www.bing.com\"",
  26. "phone": "Phone",
  27. "mail": "Mail",
  28. "noInputInfor": "Please fill in the complete assembly information. (Required: component name, component title, component path)",
  29. "deploySuccess": "Deployed successfully",
  30. "modifySuccess": "Modify the component information successfully",
  31. "removeComponentTitle": "Confirm to uninstall component",
  32. "removeComponent": "Are you sure you want to uninstall the component: {name}?",
  33. "removeComponentOk": "Component has been uninstalled",
  34. "modify": "Modify component information",
  35. "deployedComponent": "Deployed component",
  36. "inputNameAndTitle": "Please enter the application name and application title",
  37. "uploadZipFile": "Please upload the ZIP package of the file"
  38. }
  39. MWF.xApplication.Deployment["lp."+o2.language] = MWF.xApplication.Deployment.LP