refactor: 前后端基础部分
This commit is contained in:
40
nladmin-ui/src/i18n/langs/vehicle/info/en.js
Normal file
40
nladmin-ui/src/i18n/langs/vehicle/info/en.js
Normal file
@@ -0,0 +1,40 @@
|
||||
export default {
|
||||
'VehicleInfo': {
|
||||
'title': 'Vehicle Information Management',
|
||||
'placeholder': {
|
||||
'vehicle_no': 'Vehicle No',
|
||||
'start_vehicle': 'Atart No',
|
||||
'end_vehicle': 'End No'
|
||||
},
|
||||
'button': {
|
||||
'print': 'Printing'
|
||||
},
|
||||
'dialog': {
|
||||
'num': 'number',
|
||||
'build': 'Save',
|
||||
'build_print': 'Save And Printing'
|
||||
},
|
||||
'table': {
|
||||
'storagevehicle_type_name': 'vehicle type',
|
||||
'storagevehicle_code': 'vehicle no',
|
||||
'storagevehicle_name': 'vehicle name',
|
||||
'is_used': 'used',
|
||||
'create_time': 'create time',
|
||||
'create_user': 'create user',
|
||||
'update_time': 'update time',
|
||||
'update_user': 'update user'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
},
|
||||
'msg': {
|
||||
'only_num': 'Enter number only...',
|
||||
'tip1': 'This operation will enable the vehicle. Do you want to continue?',
|
||||
'tip2': 'This operation will deactivate the vehicle. Do you want to continue?',
|
||||
'tip3': 'Please select a record',
|
||||
'tip4': 'success print',
|
||||
'tip5': 'type can\'t empty',
|
||||
'tip6': 'num can\'t empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user