en.js 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.process = MWF.xApplication.process || {};
  3. MWF.xApplication.process.Work = MWF.xApplication.process.Work || {};
  4. MWF.xApplication.process.Work.LP = {
  5. "title": "Work",
  6. "selectRoute": "Select Route",
  7. "inputOpinion": "Input Opinion",
  8. "selectPerson" : "Select Person",
  9. "cancel": "Cancel",
  10. "ok": "Submit",
  11. "close": "Close",
  12. "saveWrite": "Save",
  13. "inputText": "Input process opinion here",
  14. "mustSelectRoute": "Please choose decision",
  15. "mustSelectRouteGroup" : "Please select the decision group",
  16. "opinionRequired" : "Please input process opinion",
  17. "searchKey": "Please enter key words",
  18. "task": "Task",
  19. "done": "TaskCompleted",
  20. "draft": "Draft",
  21. "myfile": "Myfile",
  22. "reset": "Reset",
  23. "reroute": "Reroute",
  24. "addSplit": "Addsplit",
  25. "rollback": "Rollback",
  26. "phone": "Phone",
  27. "mail": "Mail",
  28. "save": "Save",
  29. "process": "Flow",
  30. "handwriting": "Handwriting",
  31. "audioRecord": "Record",
  32. "noAppendTaskIdentityConfig" : "No transferor is configured, please contact the administrator",
  33. "selectAppendTaskIdentityNotice" : "Please select the transferor",
  34. "routeValidFailure" : "Route verification failed",
  35. "loadedOrgCountUnexpected" : "The personnel selection interface has not been loaded, please wait...",
  36. "taskCompletedPerson": "办理人",
  37. "readPerson": "Reader",
  38. "systemFlow": "Automatic processing",
  39. "rollbackConfirmTitle": "Rollback confirmation",
  40. "rollbackConfirmContent": "Are you sure you want to rollback the process back to the \"{log}\" state? (Process rollback will clear all information after this state)",
  41. "recoverFileConfirmTitle": "Recover text confirmation",
  42. "recoverFileConfirmContent": "Are you sure you want to restore the text to the \"{att}\" version? (After restoring, the saved temporary files will be deleted and you cannot restore them again)",
  43. "notRecoverFileConfirmTitle": "Cancel text recovery confirmation",
  44. "notRecoverFileConfirmContent": "Are you sure you want to cancel the body recovery? (After canceling, the saved temporary files will be deleted and you cannot restore it again)",
  45. "closePageCountDownText": "The page will be closed in \"{second}\" seconds!",
  46. "closePage": "Close",
  47. "selectRouteGroup": "Select Decision Group",
  48. "defaultDecisionOpinionName": "Other",
  49. "routeGroupOrderList": ["Agree","Disagree","Other","Other"],
  50. "selectWork": "The file you want to open has formed multiple branches, please select one to view:",
  51. "currentActivity": "Current Activity: ",
  52. "currentUsers": "Current processor: ",
  53. "completedWork": "File processing completed",
  54. "managerProcessNotice": "Note: The quick processing function is suitable for the following situations: <br\>1, the required items have been filled in the form.<br\>2, there is no need to select a person when submitting.<br \>3. There is no content calculated based on user identity.<br\>You are an administrator, you can simulate a person and submit.",
  55. "managerLogin": "Simulate login and open file",
  56. "managerLoginConfirmTitle": "Simulated Login",
  57. "managerLoginConfirmContent": "Are you sure you want to log in as {user} and open the file? After clicking OK, you need to log out and log in again to return to the current user.",
  58. "managerLoginSuccess": "Successfully switched to {user}",
  59. "selectIdentity": "Select the identity for this job",
  60. "selectIdentityInfo": "It is detected that you have multiple pending identities for the current job, please select an identity to handle this job",
  61. "org": "Unit",
  62. "duty": "Duty"
  63. };
  64. MWF.xApplication.process.Work["lp."+o2.language] = MWF.xApplication.process.Work.LP;