|
@@ -0,0 +1,195 @@
|
|
|
|
|
+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',
|
|
|
|
|
+ ConnectSuccess: 'Connect Success',
|
|
|
|
|
+ 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',
|
|
|
|
|
+ roster: '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',
|
|
|
|
|
+ AddCarOwner: 'Add 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?',
|
|
|
|
|
+ delOwnerTip: 'Are you sure to delete this car owner information?',
|
|
|
|
|
+ tip: 'Prompt',
|
|
|
|
|
+ deleteSuccess: 'Deleted successfully',
|
|
|
|
|
+ deleteFailed: 'Deletion failed',
|
|
|
|
|
+ cancelDelete: 'Delete canceled',
|
|
|
|
|
+ editSuccess: 'Edit successfully',
|
|
|
|
|
+ editFailed: 'Edit failed',
|
|
|
|
|
+ isVip: 'Become VIP',
|
|
|
|
|
+ noVip: 'Not VIP',
|
|
|
|
|
+ carPlateInput: 'Please enter license plate number',
|
|
|
|
|
+ carTypeSelect: 'Please select vehicle type',
|
|
|
|
|
+ ownerSelect: 'Please select owner',
|
|
|
|
|
+ manageCarType: 'Manage Vehicle Types',
|
|
|
|
|
+ typeName: 'Type Name',
|
|
|
|
|
+ confirmDeleteCar: 'Are you sure you want to delete this vehicle?',
|
|
|
|
|
+ rfidLabel: 'RFID Tag (For UHF)',
|
|
|
|
|
+ placeholderPorsche: 'e.g. Porsche',
|
|
|
|
|
+ placeholderBlack: 'e.g. Black',
|
|
|
|
|
+ tempCarOptional: 'Optional for temporary vehicles',
|
|
|
|
|
+ parkTip: 'e.g. Monthly Rental Car',
|
|
|
|
|
+ licensePlate: 'License Plate',
|
|
|
|
|
+ view: 'View',
|
|
|
|
|
+ vehicleNumber: 'Vehicle Identification Number',
|
|
|
|
|
+ ownerName: 'Owner Name',
|
|
|
|
|
+ blackWhiteList: 'Blacklist & Whitelist Management',
|
|
|
|
|
+ expireTime: 'Expiration Time',
|
|
|
|
|
+ pleaseSelectVehicle: 'Please select a vehicle',
|
|
|
|
|
+ permanentValidity: 'No selection means permanent valid',
|
|
|
|
|
+ saveFail: 'Save failed',
|
|
|
|
|
+ addSuccess: 'Added successfully',
|
|
|
|
|
+ confirmDelete: 'Confirm delete?',
|
|
|
|
|
+ parking: 'ParkingManage', // 车场管理
|
|
|
|
|
+ parkingInfo: 'ParkingInfoManage', // 车场信息管理
|
|
|
|
|
+ carOwner: 'OwnerManage', // 车主管理
|
|
|
|
|
+ carInfo: 'VehicleInfo', // 车辆信息
|
|
|
|
|
+ pricing: 'FeeConfig', // 收费配置
|
|
|
|
|
+ report: 'ReportQuery', // 报表查询
|
|
|
|
|
+ enter: 'AccessRecord', // 进出记录
|
|
|
|
|
+ sheet: 'ExceptionReport', // 异常报表
|
|
|
|
|
+ statistics: 'StatQuery', // 统计查询
|
|
|
|
|
+ vehicle: 'VehicleStat', // 场内车辆统计
|
|
|
|
|
+ dashboard: 'Dashboard', // 数据看板
|
|
|
|
|
+ superAdmin: 'SuperAdmin', // 超级管理员
|
|
|
|
|
+ authority: 'RoleManage', // 角色管理
|
|
|
|
|
+ menu: 'MenuManage', // 菜单管理
|
|
|
|
|
+ api: 'APIManage', // 接口管理
|
|
|
|
|
+ user: 'UserManage', // 用户管理
|
|
|
|
|
+ dictionary: 'DictManage', // 字典管理
|
|
|
|
|
+ operation: 'OperHistory', // 操作日志
|
|
|
|
|
+ person: 'PersonalInformation',
|
|
|
|
|
+ areaName: 'Area Name',
|
|
|
|
|
+ areaCapacity: 'Area Capacity',
|
|
|
|
|
+ createArea: 'Create Area',
|
|
|
|
|
+ editArea: 'Edit Area',
|
|
|
|
|
+ addPassage: 'Add Passage',
|
|
|
|
|
+ editPassage: 'Edit Passage',
|
|
|
|
|
+ addDevice: 'Add Device',
|
|
|
|
|
+ editDevice: 'Edit Device',
|
|
|
|
|
+ smartBarrier: 'SmartBarrier',
|
|
|
|
|
+ language: 'Language',
|
|
|
|
|
+ currRole: 'CurrentRole',
|
|
|
|
|
+ menuCmd: 'MenuCommand',
|
|
|
|
|
+ personalInfo: 'PersonalInfo',
|
|
|
|
|
+ logout: 'Logout',
|
|
|
|
|
+ barrierSystem: 'Smart Barrier System',
|
|
|
|
|
+ placeholderUser: 'Please enter username',
|
|
|
|
|
+ placeholderPwd: 'Please enter password',
|
|
|
|
|
+ placeholderCode: 'Please enter verification code',
|
|
|
|
|
+ login: 'Login',
|
|
|
|
|
+ selectParkArea: 'Please select parking area',
|
|
|
|
|
+ pleaseSelect: 'Please select',
|
|
|
|
|
+ serialName: 'Serial Port Name',
|
|
|
|
|
+ baudRate: 'Baud Rate',
|
|
|
|
|
+ inputPhone: 'Please enter phone number',
|
|
|
|
|
+ inputOwnerName: 'Please enter owner name',
|
|
|
|
|
+ editOwner: 'Edit Owner',
|
|
|
|
|
+ selectPavilion: 'Please select booth',
|
|
|
|
|
+ fillCompleteInfo: 'Please fill in all info except remarks',
|
|
|
|
|
+ allow: 'Allow',
|
|
|
|
|
+ disallow: 'Disallow',
|
|
|
|
|
+ enable: 'Enable',
|
|
|
|
|
+ disable: 'Disable',
|
|
|
|
|
+ currentDate: 'Current Date',
|
|
|
|
|
+ addFail: 'Add Failed',
|
|
|
|
|
+ vipFree: 'VIP Free',
|
|
|
|
|
+ vipNotFree: 'VIP Not Free',
|
|
|
|
|
+ noLabel: 'No Label',
|
|
|
|
|
+ permanentValid: 'Permanent Valid',
|
|
|
|
|
+ addCar: 'Add Vehicle',
|
|
|
|
|
+ editCar: 'Edit Vehicle',
|
|
|
|
|
+ unknown: 'Unknown',
|
|
|
|
|
+ tempCar: 'Temporary Vehicle',
|
|
|
|
|
+ getListFail: 'Failed to get list',
|
|
|
|
|
+ inputTypeName: 'Please enter type name',
|
|
|
|
|
+ notOut: 'Not Exit',
|
|
|
|
|
+ unpaid: 'Unpaid',
|
|
|
|
|
+ paid: 'Paid',
|
|
|
|
|
+ minute: 'Minute',
|
|
|
|
|
+ entryImg: 'Entry Image',
|
|
|
|
|
+ exitImg: 'Exit Image',
|
|
|
|
|
+ recordDetail: 'Access Record Details'
|
|
|
|
|
+}
|