123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.process = MWF.xApplication.process || {};
- MWF.xApplication.process.workcenter = MWF.xApplication.process.workcenter || {};
- MWF.xApplication.process.workcenter.LP={
- "title": "Work Center",
- "task": "Task",
- "read": "Read",
- "taskCompleted": "TaskCompleted",
- "readCompleted": "ReadCompleted",
- "draft": "Draft",
- "createProcess": "Create Process",
- "all": "All",
- "byType": "Category",
- "expire1": "Task deadline: {time}",
- "expire2": "The task is about to time out. Deadline:{time}",
- "expire3": "The task has timed out. Deadline:{time}",
- "firstPage": "First Page",
- "lastPage": "Last Page",
- "process": "Flow",
- "processStarted": "Process Started",
- "taskProcessed": "The file has been submitted",
- "taskProcessedMessage": "You processed a to-do task:",
- "nextActivity": "Next activity:",
- "nextUser": "Processor:",
- "processStartedMessage": "You started a new job:",
- "deal": "Deal",
- "processing": "Processing",
- "workCompleted": "File transfer completed",
- "completed": "Transfer completed",
- "workProcess": "Continue to flow",
- "next_etc": "Wait for {count} people",
- "processTaskCompleted": "Todo has been processed",
- "arrivedActivity": "The work has arrived at the activity:",
- "rapidEditor": "Quick To Do",
- "setReadCompleted": "Set as read",
- "setReaded": "Set as read",
- "setReadedConfirmContent": "Are you sure you want to mark “{title}” as read?",
- "setReadedConfirmTitle": "Mark read confirmation",
- "readOpinion": "Read Opinion",
- "processInfo": "Flow Details",
- "opinion": "opinion",
- "time": "time",
- "starttime": "Arrival Time",
- "workFlowTo": "File flow to:",
- "taskPerson": "Processor:",
- "open": "Open",
- "select": "Select",
- "processActivity": "Done",
- "processActivityInfo": "Activity status when processing this file",
- "readActivity": "Read",
- "readActivityInfo": "Activity status when receiving pending reading",
- "filter": "Filter",
- "search": "Search",
- "filterPlaceholder": "Please enter a keyword",
- "commonUseProcess": "Common Process",
- "searchProcessResault": "Search results for “{key}”",
- "filterStartPlaceholder": "Search for a startable process",
- "filterCategoryList": [
- {
- "key": "applicationList",
- "name": "Application"
- },
- {
- "key": "processList",
- "name": "Process"
- },
- {
- "key": "activityNameList",
- "name": "Activity"
- },
- {
- "key": "creatorUnitList",
- "name": "Creator Unit"
- },
- {
- "key": "startTimeMonthList",
- "name": "Received Month"
- },
- {
- "key": "completedTimeMonthList",
- "name": "Processed Month"
- },
- {
- "key": "completedList",
- "name": "Is Complete"
- },
- {
- "key": "key",
- "name": "Key"
- }
- ],
- "filterCategoryShortList": [
- {
- "key": "applicationList",
- "name": "Application"
- },
- {
- "key": "processList",
- "name": "Process"
- },
- {
- "key": "activityNameList",
- "name": "Activity"
- },
- {
- "key": "creatorUnitList",
- "name": "Unit"
- },
- {
- "key": "startTimeMonthList",
- "name": "Month"
- },
- {
- "key": "completedTimeMonthList",
- "name": "Month"
- },
- {
- "key": "completedList",
- "name": "Complete"
- },
- {
- "key": "key",
- "name": "Key"
- }
- ],
- "noTask": "No to-dos to process",
- "noTaskCompleted": "No files processed",
- "noRead": "No files to read",
- "noReadCompleted": "No files have been read",
- "noDraft": "No draft files",
- "createWork": "New Process File",
- "batch": "Batch processing",
- "selectBatch": "Select multiple to-dos of the same link for batch processing",
- "cannotSelectBatch": "To-dos in different links cannot be batch processed",
- "unnamed": "unnamed",
- "review": "Refer to",
- "myCreated": "My drafting",
- "noReview": "No reference",
- "noMyCreated": "No files I created",
- "filterCategoryShortListReview": {
- "0": {
- "key": "applicationList",
- "name": "application"
- },
- "1": {
- "key": "processList",
- "name": "flow"
- },
- "2": {
- "key": "activityNameList",
- "name": "activity"
- },
- "3": {
- "key": "creatorUnitList",
- "name": "department"
- },
- "4": {
- "key": "startTimeMonthList",
- "name": "Create month"
- },
- "5": {
- "key": "completedList",
- "name": "complete"
- },
- "6": {
- "key": "key",
- "name": "keyword"
- }
- },
- "filterCategoryListReview": {
- "0": {
- "key": "applicationList",
- "name": "apply name"
- },
- "1": {
- "key": "processList",
- "name": "Process Name"
- },
- "2": {
- "key": "activityNameList",
- "name": "Handling activities"
- },
- "3": {
- "key": "creatorUnitList",
- "name": "Create department"
- },
- "4": {
- "key": "startTimeMonthList",
- "name": "Create month"
- },
- "5": {
- "key": "completedList",
- "name": "Is the circulation completed"
- },
- "6": {
- "key": "key",
- "name": "keyword"
- }
- }
- }
- MWF.xApplication.process.workcenter["lp."+o2.language] = MWF.xApplication.process.workcenter.LP
|