| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- export default {
- park: '停車區域',
- booth: '崗亭',
- access: '通道',
- device: '設備',
- modify: '編輯',
- remove: '刪除',
- new: '新增',
- reload: '重新整理',
- coding: '編碼',
- Name: '名稱',
- IpAddress: 'IP位址',
- Remarks: '備註',
- Action: '操作',
- Direction: '進出方向',
- advance: '進',
- out: '出',
- yes: '是',
- no: '否',
- Allow: '是否容許臨時車輛進出',
- Type: '類別',
- Port: '埠口',
- Enable: '是否啟用',
- Connect: '連接',
- GuardAdd: '崗亭新增',
- GuardEdit: '編輯崗亭',
- BoothCode: '崗亭編碼',
- BoothName: '崗亭名稱',
- Passage_Booth: '通道崗亭',
- Passage_Code: '通道編碼',
- Passage_Name: '通道名稱',
- Entry_Exit: '進出方向',
- Cancel: '取消',
- Confirm: '確認',
- Device_Channel: '裝置通道',
- Device_Name: '裝置名稱',
- Device_Code: '裝置編碼',
- Connection_Mode: '連接方式',
- Area_Code: '區域編碼',
- Surname: '姓氏',
- Mobile_Phone: '手提電話',
- Email: '電郵',
- Expire_Time: '過期時間',
- Black_White: '黑白名單',
- Search: '搜尋',
- LicensePlateNo: '車牌號碼',
- RFID_Tag: 'RFID標籤',
- List_Type: '名單類型',
- Reset: '重設',
- WhiteList: '白名單',
- BlackList: '黑名單',
- SelectVehicle: '選擇車輛',
- CarOwner: '車主',
- AddCarOwner: '新增車主',
- ElectronicTag: '電子標籤',
- VehicleType: '車輛類型',
- VehicleBrand: '車輛品牌',
- VehicleColor: '車輛顏色',
- ManageVehicleType: '管理車輛類型',
- AddNewType: '新增類型',
- BindOwner: '綁定車主',
- InitialFee: '初始費用',
- UnitFee: '單位費用',
- IsVipFree: '是否為VIP免費',
- DailyMaxFee: '每日最大費用',
- VipDiscount: 'VIP折扣',
- FreeDuration: '免費時長(分鐘)',
- StartFee: '起步費用',
- UnitTime: '單位時間(分鐘)',
- AddChargeConfig: '新增收費配置',
- EditChargeConfig: '編輯收費配置',
- EntryTime: '入場時間',
- ExitTime: '出場時間',
- StayDuration: '停留時長',
- Fee: '費用',
- PayStatus: '支付狀態',
- ExitBooth: '出場崗亭',
- ExitPassage: '出場通道',
- ParkManage: '停車場管理',
- ParkInfoManage: '停車資訊管理',
- OwnerManage: '車主管理',
- BlackWhiteList: '黑白名單',
- VehicleInfo: '車輛資訊',
- ChargeConfig: '收費配置',
- ReportInfoQuery: '報表資訊查詢',
- InOutRecord: '進出紀錄',
- AbnormalReport: '異常報表',
- StatisticsQuery: '統計資訊查詢',
- OnlineVehicleStats: '線上車輛統計',
- deleteBoothTip: '確定要刪除此崗亭嗎?',
- deletePassageTip: '確定刪除此通道嗎?',
- deleteDeviceTip: '確定要刪除此設備嗎?',
- tip: '提示',
- deleteSuccess: '刪除成功',
- deleteFailed: '刪除失敗',
- cancelDelete: '取消刪除'
- }
|