国际化改造
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user