en.js 1.4 KB

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