添加 国际化框架

This commit is contained in:
2024-12-20 10:55:03 +08:00
parent b78740a239
commit fba29e0abc
139 changed files with 5297 additions and 8 deletions

View File

@@ -0,0 +1,27 @@
export default {
'vehicle': {
'title': 'Vehicle maintenance',
'dialog': {
'code': 'Mother tray code',
'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',
'create_name': 'Creator',
'create_time': 'Creation time',
'update_name': 'Modified by',
'update_time': 'Change time',
'operate': 'operation'
},
'placeholder': {
'code': 'Vehicle number',
'select': 'Please choose'
}
}
}