init
This commit is contained in:
94
src/lang/i18n/zh/module/quality.js
Normal file
94
src/lang/i18n/zh/module/quality.js
Normal file
@@ -0,0 +1,94 @@
|
||||
/*
|
||||
* @Date: 2021-03-13 13:49:07
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-04-15 09:58:18
|
||||
* @FilePath: \basic-admin\src\lang\i18n\zh\module\quality.js
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
plan: {
|
||||
searchPlaceholder: '检测计划名',
|
||||
searchPlaceholderArea: '所属区域',
|
||||
placeholderStartTime: '开始时间',
|
||||
placeholderEndTime: '结束时间',
|
||||
testPlaneCode: '检测计划编码',
|
||||
testPlaneName: '检测计划名',
|
||||
testPlaneContent: '检测内容',
|
||||
areaName: '区域名称',
|
||||
areaCode: '区域编码',
|
||||
detectionRateDicId: '检测速率',
|
||||
isIssued: '是否下发',
|
||||
issuedTime: '下发时间',
|
||||
operatorId: '操作员',
|
||||
remark: '备注',
|
||||
addDialogTitle: '添加检测计划',
|
||||
editDialogTitle: '编辑检测计划',
|
||||
sendDialogTitle: '下发检测计划',
|
||||
notEmpty: '此项不能为空',
|
||||
sendPlanHint: '是否下发检测计划?',
|
||||
distributionAreaName: '下发目的地'
|
||||
},
|
||||
planDetail: {
|
||||
title: '检测计划参数',
|
||||
name: '参数名称',
|
||||
references: '参考值',
|
||||
remark: '备注',
|
||||
updatedTime: '添加时间',
|
||||
notEmpty: '此项不能为空',
|
||||
equipmentName: '设备名',
|
||||
testFrequency: '测量频率',
|
||||
testSystem: '测量系统',
|
||||
description: '描述'
|
||||
},
|
||||
planSend: {},
|
||||
offlineDetec: {
|
||||
EquipmentName: '设备名称',
|
||||
EquipmentCode: '设备编码',
|
||||
DetectionArea: '检测区域',
|
||||
EquipmentFunction: '设备功能',
|
||||
DetecParamCode: '检测参数编码',
|
||||
maxValue: '最大值',
|
||||
minValue: '最小值',
|
||||
avgValue: '平均值',
|
||||
unit: '单位',
|
||||
uploadSpc: '是否上传SPC',
|
||||
SubstrateId: '基板ID',
|
||||
DetecTime: '检测时间',
|
||||
DetecParam: '检测参数',
|
||||
DetecValue: '检测数值',
|
||||
DetecStaff: '检测员工',
|
||||
getEquipmetId: '请先选择设备!'
|
||||
},
|
||||
spc: {
|
||||
error: 'spc系统未正确退出,请手动前往spc系统页面退出',
|
||||
tip: '已在新标签页打开spc系统'
|
||||
},
|
||||
ScrapInfo: {
|
||||
PlateId: '基板ID',
|
||||
TimePeriod: '时间段',
|
||||
StartTime: '开始日期',
|
||||
EndTime: '结束日期',
|
||||
To: '至',
|
||||
source: '来源',
|
||||
wasteGrade: '废品等级',
|
||||
RegisterPerson: '登记人',
|
||||
updateTime: '登记时间',
|
||||
cause: '报废原因',
|
||||
causeCode: '报废原因编码',
|
||||
WasteName: '废品报废名称',
|
||||
WasteCode: '废品报废编码',
|
||||
remark: '备注',
|
||||
scrapType: '报废类型',
|
||||
scrapTypeCode: '报废类型编码',
|
||||
name: '设备名称',
|
||||
entryType: '手动/自动',
|
||||
automatic: '自动',
|
||||
manual: '手动',
|
||||
workOrderId: '工单名称',
|
||||
count: '数量',
|
||||
title: '废品分类',
|
||||
subTitle: '废品分类统计',
|
||||
completeWaste: '完全废品',
|
||||
CanBeUsedAfterProcessing: '加工可用'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user