|
|
@@ -697,8 +697,10 @@ export default {
|
|
|
switchMotor: {
|
|
|
motorName: 'Motor Name',
|
|
|
motorNamePlaceholder: 'Please enter motor name',
|
|
|
+ motorCode: 'Motor Code',
|
|
|
motorType: 'Motor Type',
|
|
|
motorTypePlaceholder: 'Please select motor type',
|
|
|
+ motorCodePlaceholder: 'Please enter motor code',
|
|
|
status: 'Status',
|
|
|
statusPlaceholder: 'Please select status',
|
|
|
batchDelete: 'Batch Delete',
|
|
|
@@ -706,13 +708,25 @@ export default {
|
|
|
dialogTitle: 'Add or Edit Motor Dialog',
|
|
|
remarkPlaceholder: 'Please enter remark',
|
|
|
motorNameRequired: 'Motor name cannot be empty',
|
|
|
+ motorCodeRequired: 'Motor code cannot be empty',
|
|
|
motorTypeRequired: 'Motor type cannot be empty',
|
|
|
addMotor: 'Add Motor',
|
|
|
editMotor: 'Edit Motor',
|
|
|
+ addMotorInfo: 'Add Motor Information',
|
|
|
+ editMotorInfo: 'Edit Motor Information',
|
|
|
editSuccess: 'Updated successfully',
|
|
|
addSuccess: 'Added successfully',
|
|
|
- deleteConfirm: 'Confirm to delete data item with motor number?',
|
|
|
- deleteSuccess: 'Deleted successfully'
|
|
|
+ deleteConfirm: 'Are you sure you want to delete the selected data items?',
|
|
|
+ deleteSuccess: 'Deleted successfully',
|
|
|
+ isolationPointBinding: 'Isolation Point Binding',
|
|
|
+ isolationPointBindingPlaceholder: 'Isolation Point Binding',
|
|
|
+ motorLayout: 'Motor Layout',
|
|
|
+ motorPointList: 'Motor Point List',
|
|
|
+ save: 'Save',
|
|
|
+ confirmSaveChanges: 'Please confirm whether to save the modified content',
|
|
|
+ tip: 'Tip',
|
|
|
+ confirm: 'Confirm',
|
|
|
+ cancel: 'Cancel'
|
|
|
},
|
|
|
technology: {
|
|
|
selectPostTip: 'Please select post name below',
|
|
|
@@ -758,7 +772,27 @@ export default {
|
|
|
workContent: 'Work Content',
|
|
|
deviceListDialog: 'Add or Edit Equipment List Dialog',
|
|
|
deviceNamePlaceholder2: 'Please enter equipment name',
|
|
|
- deviceCodePlaceholder: 'Please enter equipment number'
|
|
|
+ deviceCodePlaceholder: 'Please enter equipment number',
|
|
|
+ parent: 'Parent',
|
|
|
+ selectParent: 'Select Parent',
|
|
|
+ belongingWorkstation: 'Assigned Workstation',
|
|
|
+ selectWorkstation: 'Select Workstation',
|
|
|
+ selectEquipmentProcess: 'Select Equipment/Process',
|
|
|
+ addEquipment: 'Add Equipment',
|
|
|
+ editEquipment: 'Edit Equipment',
|
|
|
+ addSop: 'Add SOP',
|
|
|
+ editSop: 'Edit SOP',
|
|
|
+ deleteConfirmMessage: 'Confirm to delete data item?',
|
|
|
+ saveConfirmMessage: 'Please confirm whether to save the changes',
|
|
|
+ tip: 'Tip',
|
|
|
+ mapDataFormatError: 'Map data format is incorrect, please enter valid JSON format!',
|
|
|
+ saveSuccess: 'Saved successfully!',
|
|
|
+ editSuccess: 'Updated successfully',
|
|
|
+ addSuccess: 'Added successfully',
|
|
|
+ deleteSuccess: 'Deleted successfully',
|
|
|
+ selectSopType: 'Please select SOP type',
|
|
|
+ workstation: 'Workstation',
|
|
|
+ belongingCabinet: 'Assigned Cabinet'
|
|
|
}
|
|
|
},
|
|
|
sop: {
|
|
|
@@ -2812,7 +2846,42 @@ export default {
|
|
|
editLocksetType: 'Edit Lock Set Type',
|
|
|
deleteConfirm: 'Are you sure to delete the data item with code "{code}"?'
|
|
|
},
|
|
|
+ switchMotor: {
|
|
|
+ motorName: 'Motor Name',
|
|
|
+ motorNamePlaceholder: 'Please enter motor name',
|
|
|
+ motorCode: 'Motor Code',
|
|
|
+ motorType: 'Motor Type',
|
|
|
+ motorTypePlaceholder: 'Please select motor type',
|
|
|
+ motorCodePlaceholder: 'Please enter motor code',
|
|
|
+ status: 'Status',
|
|
|
+ statusPlaceholder: 'Please select status',
|
|
|
+ batchDelete: 'Batch Delete',
|
|
|
+ motorNo: 'Motor No.',
|
|
|
+ dialogTitle: 'Add or Edit Motor Dialog',
|
|
|
+ remarkPlaceholder: 'Please enter remark',
|
|
|
+ motorNameRequired: 'Motor name cannot be empty',
|
|
|
+ motorCodeRequired: 'Motor code cannot be empty',
|
|
|
+ motorTypeRequired: 'Motor type cannot be empty',
|
|
|
+ addMotor: 'Add Motor',
|
|
|
+ editMotor: 'Edit Motor',
|
|
|
+ addMotorInfo: 'Add Motor Information',
|
|
|
+ editMotorInfo: 'Edit Motor Information',
|
|
|
+ editSuccess: 'Updated successfully',
|
|
|
+ addSuccess: 'Added successfully',
|
|
|
+ deleteConfirm: 'Are you sure you want to delete the selected data items?',
|
|
|
+ deleteSuccess: 'Deleted successfully',
|
|
|
+ isolationPointBinding: 'Isolation Point Binding',
|
|
|
+ isolationPointBindingPlaceholder: 'Isolation Point Binding',
|
|
|
+ motorLayout: 'Motor Layout',
|
|
|
+ motorPointList: 'Motor Point List',
|
|
|
+ save: 'Save',
|
|
|
+ confirmSaveChanges: 'Please confirm whether to save the modified content',
|
|
|
+ tip: 'Tip',
|
|
|
+ confirm: 'Confirm',
|
|
|
+ cancel: 'Cancel'
|
|
|
+ },
|
|
|
lotoStation: {
|
|
|
+ lotoStation: 'LOTO Station',
|
|
|
lotoName: 'Loto Station Name',
|
|
|
lotoNamePlaceholder: 'Please enter loto station name',
|
|
|
workstation: 'Workstation',
|
|
|
@@ -2837,7 +2906,95 @@ export default {
|
|
|
deleteConfirm: 'Are you sure to delete the selected data items?',
|
|
|
editSuccess: 'Updated successfully',
|
|
|
addSuccess: 'Added successfully',
|
|
|
- deleteSuccess: 'Deleted successfully'
|
|
|
+ deleteSuccess: 'Deleted successfully',
|
|
|
+ reset: 'Reset',
|
|
|
+ switchStatus: 'Switch Status',
|
|
|
+ isolationPointList: 'Isolation Point List',
|
|
|
+ unboundIsolationPoints: 'Unbound Isolation Points',
|
|
|
+ isolationPointCode: 'Isolation Point Code',
|
|
|
+ isolationPointName: 'Isolation Point Name',
|
|
|
+ isolationPointIcon: 'Isolation Point Icon',
|
|
|
+ isolationPointNfc: 'Isolation Point NFC',
|
|
|
+ isolationPointSerialNumber: 'Isolation Point Serial Number',
|
|
|
+ function: 'Function',
|
|
|
+ isolationPointPicture: 'Isolation Point Picture',
|
|
|
+ energySource: 'Energy Source',
|
|
|
+ addIsolationPoint: 'Add Isolation Point',
|
|
|
+ editIsolationPoint: 'Edit Isolation Point Info',
|
|
|
+ isolationPointCodeRequired: 'Isolation point code cannot be empty',
|
|
|
+ isolationPointNameRequired: 'Isolation point name cannot be empty',
|
|
|
+ workshopRequired: 'Workshop cannot be empty',
|
|
|
+ workareaRequired: 'Work Area cannot be empty',
|
|
|
+ lotoIdRequired: 'LOTO Station cannot be empty',
|
|
|
+ pointTypeRequired: 'Isolation point type cannot be empty',
|
|
|
+ lockTypeIdRequired: 'Padlock type cannot be empty',
|
|
|
+ pointNfcRequired: 'Isolation point NFC cannot be empty'
|
|
|
+ },
|
|
|
+ technology: {
|
|
|
+ selectPostTip: 'Please select post name below',
|
|
|
+ craft: 'Process',
|
|
|
+ device: 'Equipment',
|
|
|
+ craftName: 'Process Name',
|
|
|
+ craftNamePlaceholder: 'Please enter process name',
|
|
|
+ deviceName: 'Equipment Name',
|
|
|
+ deviceNamePlaceholder: 'Please enter equipment name',
|
|
|
+ craftNo: 'Process No.',
|
|
|
+ deviceNo: 'Equipment No.',
|
|
|
+ craftImage: 'Process Image',
|
|
|
+ deviceImage: 'Equipment Image',
|
|
|
+ dialogTitle: 'Add or Edit Department Dialog',
|
|
|
+ namePlaceholder: 'Please enter name',
|
|
|
+ postPlaceholder: 'Please select post',
|
|
|
+ cabinetPlaceholder: 'Please select cabinet',
|
|
|
+ deviceInfo: 'Equipment Info',
|
|
|
+ lotoStation: 'LOTO Station',
|
|
|
+ deviceCraftName: 'Equipment/Process Name',
|
|
|
+ deviceCraftNamePlaceholder: 'Please enter equipment/process name',
|
|
|
+ deviceCraftCode: 'Equipment/Process Code',
|
|
|
+ deviceCraftCodePlaceholder: 'Please enter equipment/process code',
|
|
|
+ autoGenerate: 'Auto Generate',
|
|
|
+ deviceCraftType: 'Equipment/Process Type',
|
|
|
+ deviceCraftTypePlaceholder: 'Please enter equipment/process type',
|
|
|
+ craftImage2: 'Process Image',
|
|
|
+ deviceCraftCodeRequired: 'Equipment/process code cannot be empty',
|
|
|
+ deviceCraftNameRequired: 'Equipment/process name cannot be empty',
|
|
|
+ postRequired: 'Post cannot be empty',
|
|
|
+ cabinetRequired: 'Cabinet cannot be empty',
|
|
|
+ craftInfo: 'Process Info',
|
|
|
+ deviceList: 'Equipment List',
|
|
|
+ sopList: 'SOP List',
|
|
|
+ deviceCraftImage: 'Process/Equipment Process Image',
|
|
|
+ lotoStationInfo: 'LOTO Station Info',
|
|
|
+ lockStationInfo: 'Lock Station Info',
|
|
|
+ eightSteps: 'Eight Steps',
|
|
|
+ deviceCode: 'Equipment Code',
|
|
|
+ deviceName2: 'Equipment Name',
|
|
|
+ deviceImage2: 'Equipment Image',
|
|
|
+ sopName: 'SOP Name',
|
|
|
+ workContent: 'Work Content',
|
|
|
+ deviceListDialog: 'Add or Edit Equipment List Dialog',
|
|
|
+ deviceNamePlaceholder2: 'Please enter equipment name',
|
|
|
+ deviceCodePlaceholder: 'Please enter equipment number',
|
|
|
+ parent: 'Parent',
|
|
|
+ selectParent: 'Select Parent',
|
|
|
+ belongingWorkstation: 'Assigned Workstation',
|
|
|
+ selectWorkstation: 'Select Workstation',
|
|
|
+ selectEquipmentProcess: 'Select Equipment/Process',
|
|
|
+ addEquipment: 'Add Equipment',
|
|
|
+ editEquipment: 'Edit Equipment',
|
|
|
+ addSop: 'Add SOP',
|
|
|
+ editSop: 'Edit SOP',
|
|
|
+ deleteConfirmMessage: 'Confirm to delete data item?',
|
|
|
+ saveConfirmMessage: 'Please confirm whether to save the changes',
|
|
|
+ tip: 'Tip',
|
|
|
+ mapDataFormatError: 'Map data format is incorrect, please enter valid JSON format!',
|
|
|
+ saveSuccess: 'Saved successfully!',
|
|
|
+ editSuccess: 'Updated successfully',
|
|
|
+ addSuccess: 'Added successfully',
|
|
|
+ deleteSuccess: 'Deleted successfully',
|
|
|
+ selectSopType: 'Please select SOP type',
|
|
|
+ workstation: 'Workstation',
|
|
|
+ belongingCabinet: 'Assigned Cabinet'
|
|
|
},
|
|
|
technologyList: {
|
|
|
selectWorkstationPlaceholder: 'Please select workstation name below',
|
|
|
@@ -2940,6 +3097,15 @@ export default {
|
|
|
occurTime: 'Exception Occur Time',
|
|
|
handleTime: 'Exception Handle Time'
|
|
|
}
|
|
|
+ },
|
|
|
+ assert: {
|
|
|
+ cabinet: {
|
|
|
+ material: {
|
|
|
+ not: {
|
|
|
+ exist: 'Material does not exist in the cabinet'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|