Files
11-mes-new/src/lang/i18n/en/module/quality.js
2022-11-07 08:45:49 +08:00

207 lines
5.9 KiB
JavaScript

/*
* @Date: 2021-03-13 13:49:16
* @LastEditors: zwq
* @LastEditTime: 2021-04-15 09:59:15
* @FilePath: \basic-admin\src\lang\i18n\en\module\quality.js
* @Description:
*/
export default {
scrapInfo: {
teamId: 'Team',
workOrderName: 'Work Order Name',
createTime: 'Create Time',
teamName: 'Team',
scrapNum: 'Quantity',
workOrderCode: 'Work Order Code',
scrapDescribe: 'Scrap Description',
remark: 'Remark',
registerTime: 'Scrap Generation Time'
},
plan: {
searchPlaceholder: 'Detection plan name',
searchPlaceholderArea: 'Area',
placeholderStartTime: 'Start Time',
placeholderEndTime: 'End time',
testPlaneCode: 'Detection Plan Code',
testPlaneName: 'Detection Plan Name',
testPlaneContent: 'Detection Content',
areaName: 'Area name',
areaCode: 'Area code',
detectionRateDicId: 'Detection Rate',
isIssued: 'Is issued',
issuedTime: 'Issued time',
operatorId: 'Operator',
remark: 'Remarks',
addDialogTitle: 'Add Plan',
editDialogTitle: 'Edit Plan',
sendDialogTitle: 'Send Plan',
notEmpty: 'Value connot be empty',
sendPlanHint: 'Send the Detection plan?',
distributionAreaName: 'Distribution Destination'
},
planDetail: {
title: 'Detection plan param detail',
name: 'Param name',
references: 'Reference Value',
remark: 'Remarks',
updatedTime: 'Update Time',
notEmpty: 'Value connot be empty',
equipmentName: 'Equipment Name',
testFrequency: 'Test Frequency',
testSystem: 'Test System',
description: 'Description'
},
planSend: {},
offlineDetec: {
EquipmentName: 'Equipment Name',
EquipmentCode: 'Equipment Code',
DetectionArea: 'Detection Area',
EquipmentFunction: 'Equipment Function',
DetecParamCode: 'DetecParam Code',
maxValue: 'max Value',
minValue: 'min Value',
avgValue: 'avg Value',
unit: 'unit',
uploadSpc: 'upload Spc',
SubstrateId: 'Substrate Id',
DetecTime: 'Detec Time',
DetecParam: 'Detec Param',
DetecValue: 'Detec Value',
DetecStaff: 'Detec Staff',
getEquipmetId: 'Please select the device!'
},
spc: {
error: 'SPC system did not exit correctly, please go to SPC system page manually to exit',
tip: 'SPC system opened on new tab'
},
inspection: {
createTime: 'Create Time',
type: 'Inspection Type',
typeCode: 'Inspection Type Code',
code: 'Inspection Code',
content: 'Inspection Content',
contentCode: 'Inspection Content Code',
remark: 'Remark',
viewDetail: 'View Details',
detail: 'Detail',
detailList: 'Detail List',
checkPerson: 'Check Person',
checkTime: 'Check Time',
source: 'Source',
desc: 'Description',
unit: 'Unit',
explain: 'Explanation',
orderNameHead: 'Work Order(required)',
orderName: 'Work Order',
value: 'Check Value',
launchTime: 'Launch Time',
terminateTime: 'Terminate Time',
materialDate: 'Material Date',
deep: {
workOrderList: 'Work Order List',
graph: 'Graph',
table: 'Table',
productLine: 'Product Line',
workOrder: 'Work Order',
workOrderDetail: 'Work Order Detail',
currentWorkOrder: 'Current Work Order',
count: 'Count',
title: 'Amount of object in each line',
title2: 'Inspecting object of every work order in each line',
workOrderName: 'Work Order',
productName: 'Product Name',
productSize: 'Product Size',
sumup: 'Sum Up',
sumdown: 'Sum Down',
inspectContent: 'Inspection Type',
suminput: 'Sum Input',
sumscrap: 'Sum Scrap',
sumtype: 'Sum Type',
scrapRatio: 'Scrap Ratio',
inspectDetContent: 'Inspection Detail Content',
manual: 'manual',
auto: 'auto',
orderCode: 'Order Code',
timerange: 'Time Range',
startTime: 'Start Date',
endTime: 'End Date',
workOrderCodeHead: 'Work Order Code(required)',
workOrderCode: 'Work Order Code',
ratio: 'Ratio(%)',
workSection: 'Work Section'
},
hint: {
noData: 'There is no data available to load',
refresh: 'Attention: refresh data',
noWorkSection: 'Work section is required',
noWorkOrder: 'Work order is required',
noCheckDet: 'Check detail is required',
noCheckTime: 'Check time is required',
noProductLine: 'Product line is required',
exist: 'The record exists, auto fill down below!'
},
finished: {
shelfLabel: 'Shelf',
order: 'Order',
product: 'Product',
productSize: 'Product Size',
customer: 'Customer',
substrateGrade: 'Substrate Grade'
},
restrospect: {
eqName: 'Equipment Name',
operate: 'Operation',
toggle: 'Switch to Graph',
analysis: 'Graphic Analysis',
id: 'No.',
duration: 'Duration',
durationRate: 'Duration Rate',
ratio: 'Ratio',
value: 'Speed',
hour: 'Hour(s)',
lost: 'Break Down',
speedLost: 'Speed Lost',
time: {
efficient: 'Efficient Time(hours)',
work: 'Work Time(hours)',
off: 'Close Time(hours)',
stop: 'Stop Time(hours)',
down: 'Down Time(hours)'
},
rate: {
work: 'Work Time Rate',
stop: 'Stop Time Rate',
down: 'Down Time Rate'
},
speed: {
real: 'Real Yield',
thero: 'Designed Yield',
rate: 'peEfficiency'
}
},
rawMaterial: {
applyTime: 'Consume Time',
name: 'Raw Material',
operator: 'Operator',
quantity: 'Quantity',
spec: 'Specification'
},
material: {
name: 'Material Name',
usage: 'Specified Usage',
actualuse: 'Actual Usage',
detail: 'Details of the Material',
code: 'Material Code',
user: 'User',
quantity: 'Quantity'
},
team: {
name: 'Team Name',
leader: 'Team Leader',
num: 'Number of people',
cnt: 'Work Count',
detail: 'Team Details'
}
}
}