Files
wms1.0/wms_pro/qd/src/i18n/langs/basedata/material/en.js
2024-12-20 16:47:52 +08:00

46 lines
1.4 KiB
JavaScript

export default {
'material': {
'title': 'Basic Material Information',
'dialog': {
'code': 'Material code',
'name': 'Material name',
'spec': 'Material specifications',
'material_model': 'Material model',
'nearby_weight': 'Recent weight',
'single_weight': 'Weight',
'gross_weight': 'gross weight',
'ext_id': 'External identification',
'material_type': 'Material type',
'product_series': 'Product series',
'unit_name': 'unit of measurement',
'net_weight': 'Single weight (g)',
'class_id': 'Material classification identification',
'standing_time': 'Return time (hours)',
'workshop_code': 'Workshop code',
'remark': 'remarks',
'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',
'operate': 'operation'
},
'placeholder': {
'material_type': 'Material type',
'code': 'Code name',
'select': 'Fuzzy search',
'workshop_code': 'Belonging workshop',
'please_select': 'Please select'
},
'msg': {
'isNotEmpty': 'Cannot be empty'
}
}
}