|
|
@@ -2,10 +2,85 @@ export default {
|
|
|
park: 'Parking Area',
|
|
|
booth: 'Guard Booth',
|
|
|
access: 'Passage',
|
|
|
- device: 'Equipment',
|
|
|
- modify: 'edit',
|
|
|
- remove: 'delete',
|
|
|
- new: 'add',
|
|
|
- reload: 'refresh',
|
|
|
- coding: 'code'
|
|
|
+ device: 'Device',
|
|
|
+ modify: 'Edit',
|
|
|
+ remove: 'Delete',
|
|
|
+ new: 'Add',
|
|
|
+ reload: 'Refresh',
|
|
|
+ coding: 'Code',
|
|
|
+ Name: 'Name',
|
|
|
+ IpAddress: 'IP Address',
|
|
|
+ Remarks: 'Remarks',
|
|
|
+ Action: 'Operation',
|
|
|
+ Direction: 'In/Out Direction',
|
|
|
+ Allow: 'Allow temporary vehicles entry and exit',
|
|
|
+ Type: 'Category',
|
|
|
+ Port: 'Port',
|
|
|
+ Enable: 'Enable',
|
|
|
+ Connect: 'Connect',
|
|
|
+ GuardAdd: 'Add Guard Booth',
|
|
|
+ GuardEdit: 'Edit Guard Booth',
|
|
|
+ BoothCode: 'Booth Code',
|
|
|
+ BoothName: 'Booth Name',
|
|
|
+ ip_address: 'IP Address',
|
|
|
+ Passage_Booth: 'Passage Booth',
|
|
|
+ Passage_Code: 'Channel Code',
|
|
|
+ Passage_Name: 'Channel Name',
|
|
|
+ Entry_Exit: 'Entry Exit Direction',
|
|
|
+ Cancel: 'Cancel',
|
|
|
+ Confirm: 'Confirm',
|
|
|
+ Device_Channel: 'Device Channel',
|
|
|
+ Device_Name: 'Device Name',
|
|
|
+ Device_Code: 'Device Code',
|
|
|
+ Connection_Mode: 'Connection Mode',
|
|
|
+ Area_Code: 'Area Code',
|
|
|
+ Surname: 'Surname',
|
|
|
+ Mobile_Phone: 'Mobile Phone',
|
|
|
+ Email: 'Email',
|
|
|
+ Expire_Time: 'Expire Time',
|
|
|
+ Black_White: 'Black & White List',
|
|
|
+ Search: 'Search',
|
|
|
+ LicensePlateNo: 'License Plate No',
|
|
|
+ RFID_Tag: 'RFID Tag',
|
|
|
+ List_Type: 'List Type',
|
|
|
+ Reset: 'Reset',
|
|
|
+ WhiteList: 'White List',
|
|
|
+ BlackList: 'Black List',
|
|
|
+ SelectVehicle: 'Select Vehicle',
|
|
|
+ CarOwner: 'Car Owner',
|
|
|
+ ElectronicTag: 'Electronic Tag',
|
|
|
+ VehicleType: 'Vehicle Type',
|
|
|
+ VehicleBrand: 'Vehicle Brand',
|
|
|
+ VehicleColor: 'Vehicle Color',
|
|
|
+ ManageVehicleType: 'Manage Vehicle Type',
|
|
|
+ AddNewType: 'Add New Type',
|
|
|
+ BindOwner: 'Bind Owner',
|
|
|
+ InitialFee: 'Initial Fee',
|
|
|
+ UnitFee: 'Unit Fee',
|
|
|
+ IsVipFree: 'VIP Free',
|
|
|
+ DailyMaxFee: 'Daily Max Fee',
|
|
|
+ VipDiscount: 'VIP Discount',
|
|
|
+ FreeDuration: 'Free Duration (Min)',
|
|
|
+ StartFee: 'Start Fee',
|
|
|
+ UnitTime: 'Unit Time (Min)',
|
|
|
+ AddChargeConfig: 'Add Charge Config',
|
|
|
+ EditChargeConfig: 'Edit Charge Config',
|
|
|
+ EntryTime: 'Entry Time',
|
|
|
+ ExitTime: 'Exit Time',
|
|
|
+ StayDuration: 'Stay Duration',
|
|
|
+ Fee: 'Fee',
|
|
|
+ PayStatus: 'Payment Status',
|
|
|
+ ExitBooth: 'Exit Booth',
|
|
|
+ ExitPassage: 'Exit Passage',
|
|
|
+ ParkManage: 'Parking Lot Manage',
|
|
|
+ ParkInfoManage: 'Parking Info Manage',
|
|
|
+ OwnerManage: 'Owner Manage',
|
|
|
+ BlackWhiteList: 'Black White List',
|
|
|
+ VehicleInfo: 'Vehicle Info',
|
|
|
+ ChargeConfig: 'Charge Config',
|
|
|
+ ReportInfoQuery: 'Report Info Query',
|
|
|
+ InOutRecord: 'In Out Record',
|
|
|
+ AbnormalReport: 'Abnormal Report',
|
|
|
+ StatisticsQuery: 'Statistics Query',
|
|
|
+ OnlineVehicleStats: 'Online Vehicle Statistics'
|
|
|
}
|