59 lines
1.7 KiB
JavaScript
59 lines
1.7 KiB
JavaScript
export default {
|
|
'vehicle': {
|
|
'title': 'Vehicle',
|
|
'dialog': {
|
|
'code': 'Vehicle number',
|
|
'name': 'Vehicle name',
|
|
'type': 'Vehicle type',
|
|
'info': 'Vehicle information',
|
|
'num': 'Number of vehicles',
|
|
'material_code': 'material code',
|
|
'material_spec': 'material specification',
|
|
'pcsn': 'batch',
|
|
'qty': 'Quantity of materials',
|
|
'frozen_qty': 'Freeze quantity',
|
|
'proc_inst_id': 'process instance',
|
|
'vehicle_weight': 'Vehicle weight (g)',
|
|
'print_set': 'Printing',
|
|
'pageh': 'Paper height (mm)',
|
|
'pagetop': 'Page margin top (mm)',
|
|
'pageright': 'Page margin right (mm)',
|
|
'pagedown': 'Page margin down (mm)',
|
|
'pageleft': 'Page margin left (mm)',
|
|
'isover_limit': 'Whether it exceeds the limit',
|
|
'limit_type': 'Overlimit type',
|
|
'overstruct_type': 'Overlimit cargo location',
|
|
'width': 'width',
|
|
'long': 'length',
|
|
'height': 'height',
|
|
'yes': 'yes',
|
|
'no': 'no',
|
|
'confirm': 'confirm',
|
|
'cancel': 'cancel',
|
|
'enable': 'enabled',
|
|
'is_enable': 'Is it enabled',
|
|
'is_delete': 'Do you want to delete it',
|
|
'create_name': 'Creator',
|
|
'create_time': 'Creation time',
|
|
'update_name': 'Modified by',
|
|
'update_time': 'Change time',
|
|
'update': 'update',
|
|
'operate': 'operation'
|
|
},
|
|
'placeholder': {
|
|
'code': 'Vehicle number',
|
|
'select': 'Please select',
|
|
'print_view': 'print',
|
|
'sc_print': 'Generate and print',
|
|
'info': 'Vehicle material information',
|
|
'width': 'Width (mm)',
|
|
'long': 'Depth (mm)',
|
|
'height': 'Height (mm)'
|
|
},
|
|
'msg': {
|
|
'isNotEmpty': 'Cannot be empty',
|
|
'num': 'Only numbers can be entered'
|
|
}
|
|
}
|
|
}
|