24 lines
718 B
JavaScript
24 lines
718 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'
|
||
|
|
},
|
||
|
|
'rules': {
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|