en.js 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.process = MWF.xApplication.process || {};
  3. MWF.xApplication.process.workcenter = MWF.xApplication.process.workcenter || {};
  4. MWF.xApplication.process.workcenter.LP={
  5. "title": "Work Center",
  6. "task": "Task",
  7. "read": "Read",
  8. "taskCompleted": "TaskCompleted",
  9. "readCompleted": "ReadCompleted",
  10. "draft": "Draft",
  11. "createProcess": "Create Process",
  12. "all": "All",
  13. "byType": "Category",
  14. "expire1": "Task deadline: {time}",
  15. "expire2": "The task is about to time out. Deadline:{time}",
  16. "expire3": "The task has timed out. Deadline:{time}",
  17. "firstPage": "First Page",
  18. "lastPage": "Last Page",
  19. "process": "Flow",
  20. "processStarted": "Process Started",
  21. "taskProcessed": "The file has been submitted",
  22. "taskProcessedMessage": "You processed a to-do task:",
  23. "nextActivity": "Next activity:",
  24. "nextUser": "Processor:",
  25. "processStartedMessage": "You started a new job:",
  26. "deal": "Deal",
  27. "processing": "Processing",
  28. "workCompleted": "File transfer completed",
  29. "completed": "Transfer completed",
  30. "workProcess": "Continue to flow",
  31. "next_etc": "Wait for {count} people",
  32. "processTaskCompleted": "Todo has been processed",
  33. "arrivedActivity": "The work has arrived at the activity:",
  34. "rapidEditor": "Quick To Do",
  35. "setReadCompleted": "Set as read",
  36. "setReaded": "Set as read",
  37. "setReadedConfirmContent": "Are you sure you want to mark “{title}” as read?",
  38. "setReadedConfirmTitle": "Mark read confirmation",
  39. "readOpinion": "Read Opinion",
  40. "processInfo": "Flow Details",
  41. "opinion": "opinion",
  42. "time": "time",
  43. "starttime": "Arrival Time",
  44. "workFlowTo": "File flow to:",
  45. "taskPerson": "Processor:",
  46. "open": "Open",
  47. "select": "Select",
  48. "processActivity": "Done",
  49. "processActivityInfo": "Activity status when processing this file",
  50. "readActivity": "Read",
  51. "readActivityInfo": "Activity status when receiving pending reading",
  52. "filter": "Filter",
  53. "search": "Search",
  54. "filterPlaceholder": "Please enter a keyword",
  55. "commonUseProcess": "Common Process",
  56. "searchProcessResault": "Search results for “{key}”",
  57. "filterStartPlaceholder": "Search for a startable process",
  58. "filterCategoryList": [
  59. {
  60. "key": "applicationList",
  61. "name": "Application"
  62. },
  63. {
  64. "key": "processList",
  65. "name": "Process"
  66. },
  67. {
  68. "key": "activityNameList",
  69. "name": "Activity"
  70. },
  71. {
  72. "key": "creatorUnitList",
  73. "name": "Creator Unit"
  74. },
  75. {
  76. "key": "startTimeMonthList",
  77. "name": "Received Month"
  78. },
  79. {
  80. "key": "completedTimeMonthList",
  81. "name": "Processed Month"
  82. },
  83. {
  84. "key": "completedList",
  85. "name": "Is Complete"
  86. },
  87. {
  88. "key": "key",
  89. "name": "Key"
  90. }
  91. ],
  92. "filterCategoryShortList": [
  93. {
  94. "key": "applicationList",
  95. "name": "Application"
  96. },
  97. {
  98. "key": "processList",
  99. "name": "Process"
  100. },
  101. {
  102. "key": "activityNameList",
  103. "name": "Activity"
  104. },
  105. {
  106. "key": "creatorUnitList",
  107. "name": "Unit"
  108. },
  109. {
  110. "key": "startTimeMonthList",
  111. "name": "Month"
  112. },
  113. {
  114. "key": "completedTimeMonthList",
  115. "name": "Month"
  116. },
  117. {
  118. "key": "completedList",
  119. "name": "Complete"
  120. },
  121. {
  122. "key": "key",
  123. "name": "Key"
  124. }
  125. ],
  126. "noTask": "No to-dos to process",
  127. "noTaskCompleted": "No files processed",
  128. "noRead": "No files to read",
  129. "noReadCompleted": "No files have been read",
  130. "noDraft": "No draft files",
  131. "createWork": "New Process File",
  132. "batch": "Batch processing",
  133. "selectBatch": "Select multiple to-dos of the same link for batch processing",
  134. "cannotSelectBatch": "To-dos in different links cannot be batch processed",
  135. "unnamed": "unnamed",
  136. "review": "Refer to",
  137. "myCreated": "My drafting",
  138. "noReview": "No reference",
  139. "noMyCreated": "No files I created",
  140. "filterCategoryShortListReview": {
  141. "0": {
  142. "key": "applicationList",
  143. "name": "application"
  144. },
  145. "1": {
  146. "key": "processList",
  147. "name": "flow"
  148. },
  149. "2": {
  150. "key": "activityNameList",
  151. "name": "activity"
  152. },
  153. "3": {
  154. "key": "creatorUnitList",
  155. "name": "department"
  156. },
  157. "4": {
  158. "key": "startTimeMonthList",
  159. "name": "Create month"
  160. },
  161. "5": {
  162. "key": "completedList",
  163. "name": "complete"
  164. },
  165. "6": {
  166. "key": "key",
  167. "name": "keyword"
  168. }
  169. },
  170. "filterCategoryListReview": {
  171. "0": {
  172. "key": "applicationList",
  173. "name": "apply name"
  174. },
  175. "1": {
  176. "key": "processList",
  177. "name": "Process Name"
  178. },
  179. "2": {
  180. "key": "activityNameList",
  181. "name": "Handling activities"
  182. },
  183. "3": {
  184. "key": "creatorUnitList",
  185. "name": "Create department"
  186. },
  187. "4": {
  188. "key": "startTimeMonthList",
  189. "name": "Create month"
  190. },
  191. "5": {
  192. "key": "completedList",
  193. "name": "Is the circulation completed"
  194. },
  195. "6": {
  196. "key": "key",
  197. "name": "keyword"
  198. }
  199. }
  200. }
  201. MWF.xApplication.process.workcenter["lp."+o2.language] = MWF.xApplication.process.workcenter.LP