en.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.query = MWF.xApplication.query || {};
  3. MWF.xApplication.query.QueryExplorer = MWF.xApplication.query.QueryExplorer || {};
  4. MWF.xApplication.query.QueryExplorer.LP={
  5. "title": "Data Platform",
  6. "all": "All",
  7. "create": "Create",
  8. "import": "Import",
  9. "find": "FindCode",
  10. "noApplicationCreate": "The system does not have a data application or there is no data application that you have permission to manage <br/> Click here to create a new data application",
  11. "noApplication": "The system does not have a data application or there is no data application that you have permission to manage",
  12. "unDescription": "This data application has no description",
  13. "view": "View",
  14. "stat": "Stat",
  15. "noView": "This application has no view yet, click here to create a new view",
  16. "noStat": "This application has no statistics yet, click here to create a new statistic",
  17. "unCategory": "Uncategorized",
  18. "name": "Name",
  19. "alias": "Alias",
  20. "description": "Description",
  21. "type": "Category",
  22. "icon": "Icon",
  23. "action_ok": "OK",
  24. "action_cancel": "Cancel",
  25. "createApplication_cancel_title": "Cancel Confirmation",
  26. "createApplication_cancel": "Are you sure you want to cancel the newly created data application?",
  27. "createApplicationSuccess": "Create data application complete!",
  28. "searchAppPlacholder": "Search for the application",
  29. "searchAppTitle": "Match the name, alias and id of the application",
  30. "application": {
  31. "export": "Export",
  32. "export_ok": "OK",
  33. "export_cancel": "Cancel",
  34. "view": "View",
  35. "stat": "Stat",
  36. "page": "Page",
  37. "process": "Process",
  38. "form": "Form",
  39. "dictionary": "Dictionary",
  40. "script": "Script",
  41. "import": "Import",
  42. "import_confirm_title": "Import data application confirmation",
  43. "import_confirm": "The data application to be imported already exists, do you want to overwrite it? \nClick \"OK\" to overwrite the existing data application, and this operation cannot be undone",
  44. "createApplication_cancel_title": "Cancel Confirmation",
  45. "createApplication_cancel": "Are you sure you want to cancel the newly created data application?",
  46. "inputApplicationName": "Please enter the data application name!",
  47. "createApplicationSuccess": "Create data application complete!",
  48. "deleteElements": "Delete selected data application",
  49. "deleteElementsTitle": "Delete data application confirmation",
  50. "deleteElementsConfirm": "Are you sure you want to delete the selected data application? <br><font style='color: red'>This operation will delete all design elements of the selected data application, including views, statistics, data tables, etc., And cannot be restored<br></font>",
  51. "deleteApplicationAllConfirm": "At the same time delete the completed process instance",
  52. "deleteElementsConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following data applications:</font>",
  53. "deleteElementsAllConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following data applications:</font>",
  54. "select": "Invert Selection"
  55. }
  56. }
  57. MWF.xApplication.query.QueryExplorer["lp."+o2.language] = MWF.xApplication.query.QueryExplorer.LP