2023-11-30 16:24:55 +08:00
|
|
|
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',
|
2023-12-05 18:01:27 +08:00
|
|
|
'device_is_not_null': 'Device code cannot be empty',
|
|
|
|
|
'mapping_relationship': 'Mapping relationship'
|
2023-11-30 16:24:55 +08:00
|
|
|
},
|
|
|
|
|
'rules': {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|