国际化改造

This commit is contained in:
zhang
2024-12-20 16:47:52 +08:00
parent b3133bd5c6
commit e2a8a64208
16 changed files with 536 additions and 212 deletions

View File

@@ -5,10 +5,24 @@ export default {
'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',
@@ -18,9 +32,14 @@ export default {
'operate': 'operation'
},
'placeholder': {
'material_type': 'Material type',
'code': 'Code name',
'select': 'Fuzzy search',
'workshop_code': 'Belonging workshop'
'workshop_code': 'Belonging workshop',
'please_select': 'Please select'
},
'msg': {
'isNotEmpty': 'Cannot be empty'
}
}
}