en.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. MWF.xApplication.process.ApplicationExplorer.LP = {
  2. "title": "Process Platform",
  3. "all": "All",
  4. "create": "Create",
  5. "import": "Import",
  6. "find": "FindCode",
  7. "noApplicationCreate": "There are no applications in the system or no apps you have permission to manage <br/> Click here to create a new application",
  8. "noApplication": "There are no applications in the system or apps that you have permission to manage",
  9. "unDescription": "No description",
  10. "form": "Form",
  11. "process": "Process",
  12. "noProcess": "No process, click here to create a new process",
  13. "noForm": "No forms, click here to create a new form",
  14. "unCategory": "Uncategorized",
  15. "name": "Name",
  16. "alias": "Alias",
  17. "description": "Description",
  18. "type": "Category",
  19. "icon": "Icon",
  20. "action_ok": "OK",
  21. "action_cancel": "Cancel",
  22. "createApplication_cancel_title": "Cancel confirmation of create",
  23. "createApplication_cancel": "Are you sure you want to cancel the new application?",
  24. "createApplicationSuccess": "Application is created!",
  25. "searchAppPlacholder": "Enter the name to search for the application",
  26. "application": {
  27. "export": "Export",
  28. "export_ok": "OK",
  29. "export_cancel": "Cancel",
  30. "process": "Process",
  31. "form": "Form",
  32. "dictionary": "Dictionary",
  33. "script": "Script",
  34. "import": "Import",
  35. "import_confirm_title": "Import application confirmation",
  36. "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",
  37. "createApplication_cancel_title": "Cancel confirmation of create",
  38. "createApplication_cancel": "Are you sure you want to cancel the new application?",
  39. "inputApplicationName": "Please enter the application name!",
  40. "createApplicationSuccess": "Application is created!",
  41. "deleteElements": "Delete selected application",
  42. "deleteElementsTitle": "Delete application confirmation",
  43. "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>",
  44. "deleteApplicationAllConfirm": "Delete the completed process instance At the same time",
  45. "deleteElementsConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following apps: </font>",
  46. "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>",
  47. "select": "Invert Selection"
  48. }
  49. };