|
|
|
|
@ -989,6 +989,78 @@ export default {
|
|
|
|
|
validatorNameRequired: 'Component name is required',
|
|
|
|
|
confirmDeleteContent: 'Confirm delete component [{name}]?'
|
|
|
|
|
},
|
|
|
|
|
moldLedger: {
|
|
|
|
|
moduleName: 'Mold Ledger',
|
|
|
|
|
subTitle: 'Mold ledger management',
|
|
|
|
|
detailTitle: 'Mold Detail',
|
|
|
|
|
basicInfo: 'Mold Basic Info',
|
|
|
|
|
moldPlaceholder: 'Mold',
|
|
|
|
|
moldName: 'Mold Name',
|
|
|
|
|
product: 'Product',
|
|
|
|
|
moldCode: 'Mold Code',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
versionSpec: 'Version/Spec',
|
|
|
|
|
cavityCount: 'Cavity Count',
|
|
|
|
|
currentDevice: 'Current Device',
|
|
|
|
|
useCount: 'Use Count',
|
|
|
|
|
expand: 'Expand',
|
|
|
|
|
collapse: 'Collapse',
|
|
|
|
|
tabChildMold: 'Sub-molds',
|
|
|
|
|
tabInspection: 'Inspection',
|
|
|
|
|
tabRepair: 'Repair',
|
|
|
|
|
tabMaintenance: 'Maintenance',
|
|
|
|
|
tabInstall: 'Installation',
|
|
|
|
|
installLocation: 'Install Location',
|
|
|
|
|
material: 'Material',
|
|
|
|
|
quantity: 'Quantity',
|
|
|
|
|
lastReplace: 'Last Replace',
|
|
|
|
|
usedDays: 'Used {days} days',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
noChildMold: 'No sub-mold data',
|
|
|
|
|
noInspection: 'No inspection records',
|
|
|
|
|
noRepair: 'No repair records',
|
|
|
|
|
noMaintenance: 'No maintenance records',
|
|
|
|
|
noInstall: 'No installation records',
|
|
|
|
|
inspectionMethod: 'Inspection Method',
|
|
|
|
|
criteria: 'Criteria',
|
|
|
|
|
inspectionTime: 'Inspection Time',
|
|
|
|
|
maintainMethod: 'Maintenance Method',
|
|
|
|
|
maintainTime: 'Maintenance Time',
|
|
|
|
|
repairProject: 'Repair Project',
|
|
|
|
|
projectContent: 'Project Content',
|
|
|
|
|
finishTime: 'Finish Time',
|
|
|
|
|
operateMold: 'Mold',
|
|
|
|
|
operator: 'Operator',
|
|
|
|
|
time: 'Time',
|
|
|
|
|
upperMold: 'Mount',
|
|
|
|
|
lowerMold: 'Dismount',
|
|
|
|
|
missingBrandId: 'Missing mold brand ID',
|
|
|
|
|
detailLoadFailed: 'Failed to load detail',
|
|
|
|
|
childLoadFailed: 'Failed to load sub-molds',
|
|
|
|
|
inspectionLoadFailed: 'Failed to load inspection records',
|
|
|
|
|
repairLoadFailed: 'Failed to load repair records',
|
|
|
|
|
maintainLoadFailed: 'Failed to load maintenance records',
|
|
|
|
|
installLoadFailed: 'Failed to load installation records',
|
|
|
|
|
resultPending: 'Pending',
|
|
|
|
|
resultPass: 'Pass',
|
|
|
|
|
resultWarning: 'Warning',
|
|
|
|
|
repairCompleted: 'Completed',
|
|
|
|
|
repairAbnormal: 'Abnormal',
|
|
|
|
|
repairProcessing: 'Processing',
|
|
|
|
|
searchPlaceholder: 'Enter mold code or name',
|
|
|
|
|
allStatus: 'All',
|
|
|
|
|
selectMoldStatus: 'Select Mold Status',
|
|
|
|
|
clear: 'Clear',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
createTime: 'Created At',
|
|
|
|
|
confirmDeleteContent: 'Confirm delete mold brand "{name}"?',
|
|
|
|
|
empty: 'No mold ledger data',
|
|
|
|
|
scanUnrecognized: 'Unrecognized QR code',
|
|
|
|
|
scanFormatError: 'Invalid QR code format',
|
|
|
|
|
scanFailed: 'Scan failed',
|
|
|
|
|
noIdView: 'Missing ID, cannot view details',
|
|
|
|
|
noIdDelete: 'Missing ID, cannot delete'
|
|
|
|
|
},
|
|
|
|
|
moldRepair: {
|
|
|
|
|
moduleName: 'Mold Repair',
|
|
|
|
|
createTitle: 'Create Mold Repair',
|
|
|
|
|
|