123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.process = MWF.xApplication.process || {};
- MWF.xApplication.process.TaskCenter = MWF.xApplication.process.TaskCenter || {};
- MWF.xApplication.process.TaskCenter.LP={
- "title": "Task Center",
- "searchKey": "Please enter key words",
- "task": "Task",
- "done": "Task Completed",
- "draft": "Draft",
- "myfile": "MyDocument",
- "read": "Read",
- "readed": "Read Completed",
- "review": "Review",
- "start": "Start",
- "startTop5": "Common Process",
- "startProcess": "Startable Process",
- "back": "Return",
- "unnamed": "Untitled",
- "draftTab": "Draft",
- "list_title": "Title",
- "list_application": "Application",
- "list_process": "Process",
- "list_activity": "Activity",
- "list_owner": "Processor",
- "list_creator": "Drafter",
- "list_departmet": "Department",
- "list_comedate": "Arrive Time",
- "list_createDate": "Draft Time",
- "processStarted": "Work started",
- "taskProcessed": "Task processed",
- "taskProcessedMessage": "You have processed a task:",
- "nextActivity": "Next Activity:",
- "nextUser": "Next Processor:",
- "processStartedMessage": "You started a new Process:",
- "filter": "Filter",
- "all": "All",
- "ok": "OK",
- "clear": "Clear",
- "currentFileStatus": "Current Activity",
- "fileat": "On ",
- "flowto": " The document was transferred to the ",
- "doing": " and is being processed by ",
- "deal": "handle",
- "processing": "Processing",
- "workCompleted": "Work Process completed",
- "completed": "Process completed",
- "workProcess": "Flow",
- "applicationList": "Application",
- "processList": "Process",
- "creatorUnitList": "Unit",
- "creatorCompanyList": "Company",
- "creatorDepartmentList": "Department",
- "activityNameList": "Activity",
- "completedTimeMonthList": "Processing Time",
- "startTimeMonthList": "Arrive Time",
- "key": "Keyword",
- "year": "Year",
- "month": "Month",
- "expire1": "Task deadline: {time}",
- "expire2": "The task is about to time out. Deadline:{time}",
- "expire3": "The task has timed out. Deadline:{time}",
- "unit": "Unit",
- "duty": "Duty",
- "searchProcess": "Enter keywords, search can start the process",
- "searchProcessResault": "\"{key}\" search results",
- "datch": "Batch processing",
- "setReaded": "Set readed",
- "setReadedConfirmContent": "Are you sure you want to mark \"{title}\" as readed?",
- "setReadedConfirmTitle": "Mark readed confirmation",
- "open": "Open",
- "completedList": "Completion status",
- "workcenter": "The new version of the office center has been launched. Do you want to switch to the new version of the office center?",
- "gotoWorkcenter": "Switch to the new version of the office center"
- }
- MWF.xApplication.process.TaskCenter["lp."+o2.language] = MWF.xApplication.process.TaskCenter.LP
|