国际化改造

This commit is contained in:
zhang
2024-12-21 10:07:40 +08:00
parent e2a8a64208
commit ab400b409f
7 changed files with 302 additions and 65 deletions

View File

@@ -1,27 +1,57 @@
export default {
'vehicle': {
'title': 'Vehicle maintenance',
'title': 'Vehicle',
'dialog': {
'code': 'Mother tray code',
'code': 'Vehicle number',
'name': 'Vehicle name',
'type': 'Vehicle type',
'one_code': 'One-dimensional code',
'two_code': 'QR code',
'rfid_code': 'RFID code',
'width': 'Vehicle width',
'long': 'Vehicle length',
'height': 'Vehicle height',
'over_type': 'Vehicle overbooking type',
'occupy_qty': 'Number of warehouse positions occupied',
'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 choose'
'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'
}
}
}