en.js 1.9 KB

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