You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

63 lines
1.9 KiB

export default {
'Point': {
'title': 'Point Management',
'table': {
'workshop_code': 'WorkShop Code',
'point_code': 'Point Code',
'point_name': 'Point Name',
'region_code': 'Region Code',
'region_name': 'Region Name',
'point_type': 'Point Type',
'point_status': 'Point Status',
'vehicle_type': 'Vehicle Type',
'vehicle_code': 'Vehicle Code',
'vehicle_qty': 'Vehicle Quantity',
'lock_type': 'Lock Type',
'parent_point_code': 'Parent Point Code',
'ing_task_code': 'Ing Task Code',
'is_has_workder': 'Workder',
'is_auto': 'Auto',
'is_used': 'Enable',
'remark': 'Remark',
'create_name': 'Create Name',
'create_time': 'Create Time',
'update_name': 'Update Name',
'update_time': 'Update Time'
},
'dialog': {
'workshop_code': 'workShop code',
'point_code': 'point code',
'point_name': 'point name',
'region_code': 'region code',
'region_name': 'region name',
'point_type': 'point type',
'point_status': 'point status',
'vehicle_type': 'vehicle type',
'vehicle_code': 'vehicle code',
'vehicle_qty': 'vehicle quantity',
'can_vehicle_type': 'can lay vehicle type',
'parent_point_code': 'parent point code',
'is_has_workder': 'workder',
'is_auto': 'auto',
'remark': 'remark'
},
'search': {
'workshop_code': 'workshop code',
'blurry': 'fuzzy search',
'p1': 'coded name',
'region_code': 'region code',
'point_type': 'point type',
'point_status': 'point status',
'lock_type': 'lock type',
'is_used': 'enable',
'disable': 'Disable',
'enable': 'Enable'
},
'rules': {
'r1': 'Point codes cannot be empty',
'r2': 'The point name cannot be empty',
'r3': 'The point type cannot be empty',
'r4': 'The area type cannot be empty'
}
}
}