You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
930 B
28 lines
930 B
export default {
|
|
'route': {
|
|
'title1': 'Routing Route',
|
|
'title2': 'Routing Scheme',
|
|
'placeholder': {
|
|
'enter_code': 'Please Enter The Device Number',
|
|
'enter_next_device_code': 'Please Enter The Post-device Number',
|
|
'please_type': 'Please Enter Route Type'
|
|
},
|
|
'table_title': {
|
|
'route_plan_id': 'Routing Scheme',
|
|
'device_code': 'Current Device Name',
|
|
'device_type': 'Current Device Type',
|
|
'next_device_code': 'Post Device Name',
|
|
'next_device_type': 'Post Device Type',
|
|
'type': 'Route Type',
|
|
'transport_route': 'Transport Route',
|
|
'agv_route': 'AGV Route',
|
|
'weights': 'Weights',
|
|
'remark': 'Description Information',
|
|
'code': 'Code',
|
|
'name': 'Name'
|
|
},
|
|
'msg': {
|
|
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
|
}
|
|
}
|
|
}
|
|
|