94 lines
2.2 KiB
JavaScript
94 lines
2.2 KiB
JavaScript
/*
|
|
* @Author: gtz
|
|
* @Date: 2021-04-01 09:19:36
|
|
* @LastEditors: gtz
|
|
* @LastEditTime: 2022-06-09 16:57:35
|
|
* @Description: file content
|
|
*/
|
|
|
|
export default {
|
|
productionLineBalance: {
|
|
process: 'Process',
|
|
equipmentName: 'Equipment Name',
|
|
line: 'Product Line',
|
|
time: 'Time',
|
|
startTime: 'Start Time',
|
|
endTime: 'End Time'
|
|
},
|
|
yield: {
|
|
line: 'Product Line',
|
|
time: 'Time',
|
|
productName: 'Product Name',
|
|
productSpecifications: 'Product Specifications'
|
|
},
|
|
equipmentException: {
|
|
process: 'Process',
|
|
equipmentName: 'Equipment Name',
|
|
line: 'Product Line',
|
|
time: 'Time',
|
|
exceptionIntervalTime: 'Monthly Average Time Between Exception(h)',
|
|
runTime: 'Equipment Run Time(h)',
|
|
exceptionTimes: 'Exception Times',
|
|
repairTime: 'Monthly Average Time Between Repair(h)',
|
|
exceptionTime: 'Exception Time(h)',
|
|
eqTitle: 'Exception Detail',
|
|
firstTableTitle: 'Average Time Between Exception(WTBF)',
|
|
secondTableTitle: 'Average Time Between Repair'
|
|
},
|
|
equipmentEfficiency: {
|
|
factory: 'Factory',
|
|
line: 'Product Line',
|
|
lineName: 'Product Line Name',
|
|
process: 'Process',
|
|
eq: 'Equipment',
|
|
mtbf: 'MTBF (h)',
|
|
mttr: 'MTTR (h)',
|
|
hour: 'Hour(s)',
|
|
lost: 'Lost',
|
|
speedLost: 'Speed Lost',
|
|
operate: 'Operation',
|
|
viewTrend: 'View Trend',
|
|
timeType: 'Search Type',
|
|
rangeType: 'Time Range',
|
|
dateType: 'Date',
|
|
range: 'Time Range',
|
|
date: 'Date',
|
|
downCount: 'Down Count',
|
|
downDetail: 'Detail',
|
|
viewDetail: 'View Details',
|
|
required: 'required',
|
|
addEq: 'ADD ONE EQUIPMENT',
|
|
timeRun: 'Time Efficiency',
|
|
hint: {
|
|
chooseTime: 'Choose time first'
|
|
},
|
|
graph: {
|
|
ratio: 'Ratio',
|
|
time: 'Time',
|
|
title: 'timerange trend',
|
|
noGap: 'no gap',
|
|
gapMon: 'a month',
|
|
gapWeek: 'a week',
|
|
gapDay: 'a day'
|
|
},
|
|
time: {
|
|
efficient: 'Efficient Time (h)',
|
|
work: 'Work Time (h)',
|
|
off: 'Close Time (h)',
|
|
stop: 'Stop Time (h)',
|
|
down: 'Down Time (h)'
|
|
},
|
|
rate: {
|
|
work: 'Work Time Rate',
|
|
stop: 'Stop Time Rate',
|
|
down: 'Down Time Rate'
|
|
},
|
|
speed: {
|
|
real: 'Real Yield',
|
|
thero: 'Designed Yield',
|
|
rate: 'peEfficiency'
|
|
}
|
|
},
|
|
timesequence: {}
|
|
}
|