| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- export default {
- park: 'Parking Area',
- booth: 'Guard Booth',
- access: 'Passage',
- 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',
- Passage_Booth: 'Passage Booth',
- Passage_Code: 'Channel Code',
- Passage_Name: 'Channel Name',
- Entry_Exit: 'Entry Exit Direction',
- advance: 'advance',
- out: 'out',
- yes: 'yes',
- no: 'no',
- 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',
- deleteBoothTip: 'Are you sure you want to delete this booth?',
- deletePassageTip: 'Are you sure you want to delete this access?',
- deleteDeviceTip: 'Are you sure you want to delete this device?',
- tip: 'Prompt',
- }
|