'init'
This commit is contained in:
109
src/lang/i18n/en/module/factory.js
Normal file
109
src/lang/i18n/en/module/factory.js
Normal file
@@ -0,0 +1,109 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-21 17:22:47
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-06-13 14:58:11
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
abnormalAlarm: {
|
||||
exceptionAlarm: 'Exception Alarm',
|
||||
alarmTime: 'Alarm Time',
|
||||
alarmType: 'Alarm Type',
|
||||
alarmLevel: 'Alarm Level',
|
||||
alarmReason: 'Alarm Reason',
|
||||
messagePushMode: 'Message Push Mode',
|
||||
team: 'Executive Team',
|
||||
isDeal: 'Is Handled',
|
||||
detail: 'Detail',
|
||||
deal: 'Handle',
|
||||
alarmHandling: 'Alarm Handle',
|
||||
alarmSource: 'Alarm Source',
|
||||
alarmCode: 'Alarm Code',
|
||||
alarmContent: 'Alarm Content',
|
||||
status: 'Status',
|
||||
handler: 'Handler',
|
||||
description: 'Description',
|
||||
annex: 'Annex',
|
||||
timeQuantum: 'Date Quantum',
|
||||
processing: 'Processing',
|
||||
notProcessing: 'Not Processed',
|
||||
processingComplete: 'Processing Complete',
|
||||
inHand: 'In Hand',
|
||||
waitingProcess: 'Waiting Process',
|
||||
all: 'All',
|
||||
warn: 'Warn',
|
||||
alarm: 'Alarm',
|
||||
breakdown: 'Breakdown',
|
||||
email: 'email',
|
||||
wechat: 'wechat',
|
||||
equipmentName: 'Equipment Name',
|
||||
alarmStatus: 'Alarm Status',
|
||||
alarmInfo: 'Alarm Info',
|
||||
alarmStartTime: 'Alarm Start Time',
|
||||
alarmEndTime: 'Alarm End Time',
|
||||
EquipmentAlarmProcessing: 'Equipment Alarm Processing',
|
||||
alarmNotify: 'Push Mode',
|
||||
equipmentArea: 'Equipment Area'
|
||||
},
|
||||
equipmentAlarm: {
|
||||
eqName: 'Equipment Name'
|
||||
},
|
||||
visual: {
|
||||
showLocation: 'Show Location Info',
|
||||
location: 'Location',
|
||||
box: 'Box',
|
||||
visualSub: 'Substrate In Process:',
|
||||
locationSub: 'Stock Substrate:'
|
||||
},
|
||||
realtime: {
|
||||
order: {
|
||||
pageName: 'Order Real-time Data',
|
||||
name: 'Order Name',
|
||||
pName: 'Product Name',
|
||||
pSpecs: 'Product Specifications',
|
||||
pLine: 'Product Lines'
|
||||
},
|
||||
productLine: {
|
||||
refresh: 'Prepare to refresh data',
|
||||
name: 'Product Line Real-time Data',
|
||||
pl: 'Product Line',
|
||||
currOrder: 'Current Order',
|
||||
pSpecs: 'Product Specifications',
|
||||
input: 'Input',
|
||||
output: 'Output',
|
||||
passArea: 'Passed Area',
|
||||
scrapNum: 'Scrap Number',
|
||||
scrapRate: 'Scrap Rate(%)'
|
||||
},
|
||||
team: {
|
||||
refresh: 'Prepare to refresh data',
|
||||
name: 'Team Real-time Data',
|
||||
tName: 'Team Name',
|
||||
currOrder: 'Current Order',
|
||||
pSpecs: 'Product Specifications',
|
||||
wTime: 'Working Time',
|
||||
input: 'Input',
|
||||
output: 'Output',
|
||||
passArea: 'Passed Area',
|
||||
scrapNum: 'Scrap Number',
|
||||
scrapRate: 'Scrap Rate(%)'
|
||||
},
|
||||
equipment: {
|
||||
name: 'Equipment Real-time Data',
|
||||
refresh: 'Prepare to refresh data',
|
||||
pl: 'Product Line',
|
||||
currOrder: 'Current Order',
|
||||
pSpecs: 'Product Specifications',
|
||||
eqName: 'Equipment Name',
|
||||
produceTotal: 'Total Production',
|
||||
input: 'Input',
|
||||
// output: 'Output',
|
||||
output: 'Quantity of processing',
|
||||
scrapNum: 'Scrap Number',
|
||||
scrapRate: 'Scrap Rate(%)'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user