en.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.AppCenter = MWF.xApplication.AppCenter || {};
  3. MWF.xApplication.AppCenter.LP={
  4. "title": "App Export",
  5. "export": "Export",
  6. "exportTitle": "Export",
  7. "output": "Export",
  8. "outputView": "Open",
  9. "delete": "Delete",
  10. "emptyModuleManagerInfo": "The application module has not been created in the system. You can click here to create and export a new application.",
  11. "emptyModuleInfo": "No application module has been created in the system",
  12. "moduleName": "Name",
  13. "moduleCategory": "Category",
  14. "moduleDescription": "Description",
  15. "process": "process",
  16. "portal": "portal",
  17. "cms": "cms",
  18. "query": "query",
  19. "service": "service",
  20. "processPlatformList": "process",
  21. "portalList": "portal",
  22. "cmsList": "cms",
  23. "queryList": "query",
  24. "next": "Next",
  25. "prev": "Prev",
  26. "ok": "OK",
  27. "cancel": "Cancel",
  28. "selectModules": "Select module",
  29. "name": "Name",
  30. "id": "ID",
  31. "select": "Select",
  32. "processList": "Process",
  33. "formList": "Form",
  34. "applicationDictList": "Dictionary",
  35. "scriptList": "Script",
  36. "fileList": "File",
  37. "dictList": "Dictionary",
  38. "serviceModuleList": "Service",
  39. "invokeList": "Invoke",
  40. "agentList": "Agent",
  41. "pageList": "Page",
  42. "widgetList": "Widget",
  43. "categoryInfoList": "Category",
  44. "appDictList": "Dictionary",
  45. "viewList": "View",
  46. "statList": "Stat",
  47. "revealList": "Reveal",
  48. "tableList": "Table",
  49. "statementList": "Statement",
  50. "importModelList": "ImportModel",
  51. "selectAll": "All",
  52. "inverse": "Invert",
  53. "noNameError": "Please enter the module name",
  54. "noModuleError": "Please select the module you want to export",
  55. "selected": "You have selected the following",
  56. "setup": "Import Application",
  57. "conflict": "Conflict",
  58. "ignore": "ignore",
  59. "create": "create",
  60. "cover": "cover",
  61. "setupSuccess": "Application imported successfully!",
  62. "localApp": "Local application"
  63. }
  64. MWF.xApplication.AppCenter["lp."+o2.language] = MWF.xApplication.AppCenter.LP