en.js 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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": "Route",
  7. "inputOpinion": "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. "goBack": "GoBack",
  27. "phone": "Phone",
  28. "mail": "Mail",
  29. "save": "Save",
  30. "process": "Flow",
  31. "flowWork": "Process Work",
  32. "handwriting": "Write",
  33. "audioRecord": "Record",
  34. "noAppendTaskIdentityConfig": "No transferor is configured, please contact the administrator",
  35. "selectAppendTaskIdentityNotice": "Please select the transferor",
  36. "routeValidFailure": "Route verification failed",
  37. "loadedOrgCountUnexpected": "The personnel selection interface has not been loaded, please wait...",
  38. "taskCompletedPerson": "办理人",
  39. "readPerson": "Reader",
  40. "systemFlow": "Automatic processing",
  41. "openWorkError": "You do not have permission to view this document or it has been deleted.",
  42. "rollbackConfirmTitle": "Rollback confirmation",
  43. "rollbackConfirmContent": "Are you sure you want to rollback the process back to the \"{log}\" state? (Process rollback will clear all information after this state)",
  44. "rollbackSuccess": "Retroceso exitoso",
  45. "recoverFileConfirmTitle": "Recover text confirmation",
  46. "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)",
  47. "notRecoverFileConfirmTitle": "Cancel text recovery confirmation",
  48. "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)",
  49. "closePageCountDownText": "The page will be closed in \"{second}\" seconds!",
  50. "closePage": "Close",
  51. "selectRouteGroup": "Select Decision Group",
  52. "defaultDecisionOpinionName": "Other",
  53. "routeGroupOrderList": [
  54. "Agree",
  55. "Disagree",
  56. "Other",
  57. "Other"
  58. ],
  59. "selectWork": "The file you want to open has formed multiple branches, please select one to view:",
  60. "currentActivity": "Current Activity: ",
  61. "currentUsers": "Current processor: ",
  62. "completedWork": "File processing completed",
  63. "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.",
  64. "managerLogin": "Simulate login and open file",
  65. "managerLoginConfirmTitle": "Simulated Login",
  66. "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.",
  67. "managerLoginSuccess": "Successfully switched to {user}",
  68. "selectIdentity": "Select the identity for this job",
  69. "selectIdentityInfo": "It is detected that you have multiple pending identities for the current job, please select an identity to handle this job",
  70. "org": "Unit",
  71. "duty": "Duty",
  72. "flowActions": {
  73. "addTask": "Add",
  74. "reset": "Reset",
  75. "process": "Submit",
  76. "goBack": "Back"
  77. },
  78. "modeType": "Processing type",
  79. "single": "single",
  80. "queue": "serial",
  81. "parallel": "parallel",
  82. "addTaskType": "Position",
  83. "addTaskBefore": "Add before",
  84. "addTaskAfter": "Add after",
  85. "opinion": "opinion",
  86. "addTaskPerson": "Person",
  87. "inputOpinionNote": "Please fill in your opinion here",
  88. "inputAddTaskPeople": "Please select the signer",
  89. "inputResetPeople": "Please select the reset person",
  90. "inputAddTaskType": "Please select the signing method",
  91. "inputModeType": "Please select the processing type",
  92. "resetTo": "reset to",
  93. "keepTask": "Keep my to-do",
  94. "quickSelect": "QuickSelect",
  95. "empowerTo": "authorize to",
  96. "selectAll": "Select all",
  97. "ok1": "OK",
  98. "not": "no",
  99. "selectPerson1": "Please select a person",
  100. "noQuickSelectDataNote": "The system has not recorded the data you selected at the current node.",
  101. "submitQuickText": "Select [{route}], opinion: {opinion}{org}.",
  102. "addTaskQuickText": "Select [{route}{mode}], opinion: {opinion}, signer: {org}.",
  103. "resetQuickText": "Opinion: {opinion}, reset to: {org}.",
  104. "users": "handler",
  105. "goBackActivity": "Return to activity",
  106. "goBackActivityWay": "Processing after return:",
  107. "goBackActivityWayStep": "Flow according to the process",
  108. "goBackActivityWayJump": "Go back to the returner",
  109. "goBackTo": "Return to:",
  110. "selectGoBackActivity": "Please select the activity to return"
  111. }
  112. MWF.xApplication.process.Work["lp."+o2.language] = MWF.xApplication.process.Work.LP