123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.BAM = MWF.xApplication.BAM || {};
- MWF.xApplication.BAM.LP={
- "title": "Process Monitoring",
- "summaryTitle": "Current state",
- "monthlyTitle": "Monthly",
- "applicationCount": "Application Count",
- "processCount": "Process Count",
- "usedApplicationCount": "Used Applications",
- "usedProcessCount": "Used Process",
- "taskCount": "Task Count",
- "taskCompletedCount": "TaskCompleted Count",
- "readCount": "Read Count",
- "readCompletedCount": "ReadCompleted Count",
- "workCount": "Work Count",
- "workCompletedCount": "WorkCompleted Count",
- "expired": "Expired",
- "taskElapsedTitle": "Average Task Time",
- "workElapsedTitle": "Average Work Time",
- "taskElapsedCountTitle": "Expired Task Percent",
- "workElapsedCountTitle": "Expired Work Percent",
- "proportion": "Percent",
- "distribution": "Portion",
- "count": "Count",
- "top10": "TOP10",
- "taskRankTypeExpired": "AverageTime",
- "taskRankTypeExpiredCount": "Expired",
- "taskRankTypeCompletedCount": "Processing",
- "taskRankTypeCompletedTimeliness": "Timeliness",
- "timeliness": "Timeliness%",
- "timeout": "Timeout%",
- "unit": "Unit",
- "company": "Company",
- "department": "Department",
- "person": "Person",
- "application": "Application",
- "process": "Process",
- "activity": "Activity",
- "task": "Task",
- "taskCompleted": "TaskCompleted",
- "work": "Work",
- "workCompleted": "WorkCompleted",
- "contentTypeCount": "Count",
- "contentTypeExpired": "AverageTime",
- "contentTypeExpiredCount": "ExpiredCount",
- "taskContentTypeExpiredCount": "ExpiredCount",
- "contentTypeDuration": "AverageTime",
- "taskElapsed": {
- "halfDay": "Less than 12 hours",
- "oneDay": "12~24 hours",
- "twoDay": "24~48 hours",
- "threeDay": "2~3 days",
- "moreDay": "More than 3 days"
- },
- "workElapsed": {
- "threeDay": "Less than 3 days",
- "oneWeek": "3~7 days",
- "twoWeek": "1~2 weeks",
- "oneMonth": "2 weeks ~ 1 month",
- "moreMonth": "More than 1 month"
- },
- "other": "Other",
- "monthly": {
- "task": "Task Count",
- "taskCompleted": "Process Task Count",
- "work": "Start Work Count",
- "workCompleted": "Completed Work Count",
- "taskExpired": "Expired Task Count",
- "workExpired": "Expired Work Count",
- "sort": "Category",
- "sortInfor": {
- "application": "By Application",
- "process": "By Application \"{app}\" Process",
- "activity": "By Application \"{app}\", Process \"{pro}\" Activity",
- "topUnit": "By Top Unit",
- "unit": "By Unit \"{unit}\" sub Unit",
- "company": "By Company",
- "department": "By Compnay \"{com}\" Department"
- },
- "filter": "Filter",
- "filterInfor": {
- "all": "All",
- "unit": "Unit: {name}",
- "company": "Company: {name}",
- "department": "Department: {name}",
- "person": "{name}",
- "application": "Application: {name}",
- "process": "Process: {name}",
- "activity": "Activity: {name}"
- },
- "columnTitle": {
- "application": "Application",
- "process": "Process",
- "activity": "Activity",
- "company": "Company",
- "department": "Department"
- },
- "year": "Year",
- "month": "Month",
- "selecteAll": "Slelect All",
- "selecteAllCol": "Select all columns",
- "selecteAllRow": "Select all rows",
- "sortItems": {
- "topUnit": "Top Unit",
- "unit": "Unit",
- "company": "By Company",
- "department": "By Department",
- "application": "By Application",
- "process": "By Process",
- "activity": "By Activity"
- },
- "filterItems": {
- "unit": "Filter Unit",
- "company": "Filter Company",
- "department": "Filter Department",
- "application": "Filter Application",
- "process": "Filter Process"
- },
- "selectSortUnit": "Select Unit",
- "selectSortCompany": "Select Company",
- "selectSortApplication": "Select Application",
- "selectSortProcess": "Select Process"
- }
- }
- MWF.xApplication.BAM["lp."+o2.language] = MWF.xApplication.BAM.LP
|