en.js 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.process = MWF.xApplication.process || {};
  3. MWF.xApplication.process.ApplicationExplorer = MWF.xApplication.process.ApplicationExplorer || {};
  4. MWF.xApplication.process.ApplicationExplorer.LP={
  5. "title": "Process Platform",
  6. "all": "All",
  7. "create": "Create",
  8. "import": "Import",
  9. "find": "FindCode",
  10. "noApplicationCreate": "There are no applications in the system or no apps you have permission to manage <br/> Click here to create a new application",
  11. "noApplication": "There are no applications in the system or apps that you have permission to manage",
  12. "unDescription": "No description",
  13. "form": "Form",
  14. "process": "Process",
  15. "noProcess": "No process, click here to create a new process",
  16. "noForm": "No forms, click here to create a new form",
  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 of create",
  26. "createApplication_cancel": "Are you sure you want to cancel the new application?",
  27. "createApplicationSuccess": "Application is created!",
  28. "searchAppPlacholder": "Enter the name to search for the application",
  29. "searchAppTitle": "Matches the app's name, alias, and id",
  30. "application": {
  31. "export": "Export",
  32. "export_ok": "OK",
  33. "export_cancel": "Cancel",
  34. "process": "Process",
  35. "form": "Form",
  36. "dictionary": "Dictionary",
  37. "script": "Script",
  38. "import": "Import",
  39. "import_confirm_title": "Import application confirmation",
  40. "import_confirm": "The application to be imported already exists, do you want to overwrite it?\nClicking \"OK\" will overwrite the existing application, and this operation cannot be undone",
  41. "createApplication_cancel_title": "Cancel confirmation of create",
  42. "createApplication_cancel": "Are you sure you want to cancel the new application?",
  43. "inputApplicationName": "Please enter the application name!",
  44. "createApplicationSuccess": "Application is created!",
  45. "deleteElements": "Delete selected application",
  46. "deleteElementsTitle": "Delete application confirmation",
  47. "deleteElementsConfirm": "Are you sure you want to delete the selected application? <br><font style='color: red'>This operation will delete all design elements of the selected application, including processes, forms, data, scripts, and process instances, and cannot be restored! <br></font>",
  48. "deleteApplicationAllConfirm": "Delete the completed process instance At the same time",
  49. "deleteElementsConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following apps: </font>",
  50. "deleteElementsAllConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following applications and delete all process instances of this application:</font>",
  51. "select": "Invert Selection",
  52. "deleteApplicationAllInfo": "You need to ensure that there are no working instances in circulation for this application, otherwise it cannot be deleted!"
  53. }
  54. }
  55. MWF.xApplication.process.ApplicationExplorer["lp."+o2.language] = MWF.xApplication.process.ApplicationExplorer.LP