en.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.process = MWF.xApplication.process || {};
  3. MWF.xApplication.process.Application = MWF.xApplication.process.Application || {};
  4. MWF.xApplication.process.Application.LP={
  5. "title": "Process Application",
  6. "mywork": "My work",
  7. "adminwork": "Maintenance Management",
  8. "task": "To Do",
  9. "taskDone": "Done",
  10. "read": "to be read",
  11. "readDone": "read",
  12. "workLog": "Flow Log",
  13. "review": "Review",
  14. "draft": "Draft",
  15. "attachment": "Attachment",
  16. "businessData": "Business Data",
  17. "dataRecord": "Data Record",
  18. "work": "Working in Circulation",
  19. "workcompleted": "Work Completed",
  20. "workdelete": "Work deleted",
  21. "dict": "Data configuration",
  22. "serial": "Numbering configuration",
  23. "startProcess": "Start Process",
  24. "query": "Search",
  25. "reset": "Reset",
  26. "noFile": "No file yet",
  27. "actionList": {
  28. "delete": "Delete",
  29. "processing": "Attempt to transfer",
  30. "addReview": "Add Review",
  31. "endWork": "End Process",
  32. "jump": "Scheduling",
  33. "manage": "Maintenance",
  34. "sendRead": "Send for reading",
  35. "setSerial": "Modify the serial number",
  36. "add": "Add",
  37. "rollback": "rollback",
  38. "delSnap": "Delete completely",
  39. "restore": "Restore"
  40. },
  41. "subject": "Title",
  42. "name": "name",
  43. "alias": "alias",
  44. "desc": "description",
  45. "activity": "link",
  46. "createunit": "Drafting Department",
  47. "creator": "Writer",
  48. "currentPerson": "Processing Person",
  49. "readPerson": "Person to read",
  50. "currentDept": "Dept",
  51. "process": "Process",
  52. "begin": "Start Date",
  53. "end": "End Date",
  54. "createTime": "Create Time",
  55. "completedTime": "Completed Time",
  56. "deleteTime": "Delete Time",
  57. "updateTime": "Update Time",
  58. "startTime": "Arrival Time",
  59. "endTime": "Processing time",
  60. "routerName": "Submit route",
  61. "idea": "opinion",
  62. "editIdea": "Comment modification",
  63. "allFile": "All files",
  64. "firstPage": "First Page",
  65. "lastPage": "Last Page",
  66. "reroute": "Scheduling",
  67. "rollback": "rollback",
  68. "noItem": "No data is queried under the current conditions",
  69. "cancel": "Cancel",
  70. "tip": "Tips",
  71. "tip_remove": "Are you sure to delete?",
  72. "tip_reset": "Transfer Confirmation",
  73. "tip_keetask": "Please choose whether to keep your to-do or not!",
  74. "rest_content": " Transfer to: (name)<br/>Do you keep your to-do?<br/><br/><input type='radio' value='yes' name='reset_keep'/>Reserved <br/><input type='radio' value='no' name='reset_keep'/>No reservation<br>Comments: <textarea class='textarea' name='reset_idea' cols='40' style=' width:200px'></textarea><br><div id='reset_checkInfor'></div>",
  75. "close": "close",
  76. "ok": "OK",
  77. "edit": "edit",
  78. "remove": "Remove",
  79. "action": "action",
  80. "modify": "modify",
  81. "copy": "copy",
  82. "view": "View",
  83. "setOpinion": "Opinion Modification",
  84. "recordEdit": "Process record modification",
  85. "recordAdd": "Process record add",
  86. "reviewitem": "Review people list",
  87. "flow": "flow",
  88. "readFlow": "Ready to be read",
  89. "resetAction": "Transfer",
  90. "addSign": "Add Sign",
  91. "resetActionFor": "Transfer to",
  92. "readProcess": "Pending read processing",
  93. "editAction": "Maintenance",
  94. "unnamed": "No Title",
  95. "fieldName": "Field ",
  96. "op": "operation",
  97. "dataRecordView": {
  98. "record": "Record",
  99. "title": "View",
  100. "person": "Person",
  101. "time": "Time",
  102. "active": "Activity",
  103. "old": "Old",
  104. "new": "New"
  105. }
  106. }
  107. MWF.xApplication.process.Application["lp."+o2.language] = MWF.xApplication.process.Application.LP