26 lines
819 B
JavaScript
26 lines
819 B
JavaScript
export default {
|
|
'config': {
|
|
'table': {
|
|
'device_execution': 'Device Execution',
|
|
'please_select': 'Please Select',
|
|
'end_of_instruction': 'End Of Instructio',
|
|
'end_of_task': 'End Of Task',
|
|
'end_device': 'End Device',
|
|
'max': 'Maximum Quantity',
|
|
'allocation_ratio': 'Allocation Ratio',
|
|
'cancel': 'Cancel',
|
|
'confirm': 'Confirm',
|
|
'device_code': 'Device Code',
|
|
'destination_device': 'Destination Device',
|
|
'inst_nextdevice_code': 'Command Destination Device',
|
|
'destination_configuration': 'Destination Configuration',
|
|
'operation': 'Operation',
|
|
'device_is_not_null': 'Device Code Cannot Be Empty',
|
|
'mapping_relationship': 'Mapping Relationship',
|
|
'inOut': 'Bidirectional point position'
|
|
},
|
|
'rules': {
|
|
}
|
|
}
|
|
}
|