zh-HK.js 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. export default {
  2. park: '停車區域',
  3. booth: '崗亭',
  4. access: '通道',
  5. device: '設備',
  6. modify: '編輯',
  7. remove: '刪除',
  8. new: '新增',
  9. reload: '重新整理',
  10. coding: '編碼',
  11. Name: '名稱',
  12. IpAddress: 'IP位址',
  13. Remarks: '備註',
  14. Action: '操作',
  15. Direction: '進出方向',
  16. advance: '進',
  17. out: '出',
  18. yes: '是',
  19. no: '否',
  20. Allow: '是否容許臨時車輛進出',
  21. Type: '類別',
  22. Port: '埠口',
  23. Enable: '是否啟用',
  24. Connect: '連接',
  25. GuardAdd: '崗亭新增',
  26. GuardEdit: '編輯崗亭',
  27. BoothCode: '崗亭編碼',
  28. BoothName: '崗亭名稱',
  29. Passage_Booth: '通道崗亭',
  30. Passage_Code: '通道編碼',
  31. Passage_Name: '通道名稱',
  32. Entry_Exit: '進出方向',
  33. Cancel: '取消',
  34. Confirm: '確認',
  35. Device_Channel: '裝置通道',
  36. Device_Name: '裝置名稱',
  37. Device_Code: '裝置編碼',
  38. Connection_Mode: '連接方式',
  39. Area_Code: '區域編碼',
  40. Surname: '姓氏',
  41. Mobile_Phone: '手提電話',
  42. Email: '電郵',
  43. Expire_Time: '過期時間',
  44. Black_White: '黑白名單',
  45. Search: '搜尋',
  46. LicensePlateNo: '車牌號碼',
  47. RFID_Tag: 'RFID標籤',
  48. List_Type: '名單類型',
  49. Reset: '重設',
  50. WhiteList: '白名單',
  51. BlackList: '黑名單',
  52. SelectVehicle: '選擇車輛',
  53. CarOwner: '車主',
  54. AddCarOwner: '新增車主',
  55. ElectronicTag: '電子標籤',
  56. VehicleType: '車輛類型',
  57. VehicleBrand: '車輛品牌',
  58. VehicleColor: '車輛顏色',
  59. ManageVehicleType: '管理車輛類型',
  60. AddNewType: '新增類型',
  61. BindOwner: '綁定車主',
  62. InitialFee: '初始費用',
  63. UnitFee: '單位費用',
  64. IsVipFree: '是否為VIP免費',
  65. DailyMaxFee: '每日最大費用',
  66. VipDiscount: 'VIP折扣',
  67. FreeDuration: '免費時長(分鐘)',
  68. StartFee: '起步費用',
  69. UnitTime: '單位時間(分鐘)',
  70. AddChargeConfig: '新增收費配置',
  71. EditChargeConfig: '編輯收費配置',
  72. EntryTime: '入場時間',
  73. ExitTime: '出場時間',
  74. StayDuration: '停留時長',
  75. Fee: '費用',
  76. PayStatus: '支付狀態',
  77. ExitBooth: '出場崗亭',
  78. ExitPassage: '出場通道',
  79. ParkManage: '停車場管理',
  80. ParkInfoManage: '停車資訊管理',
  81. OwnerManage: '車主管理',
  82. BlackWhiteList: '黑白名單',
  83. VehicleInfo: '車輛資訊',
  84. ChargeConfig: '收費配置',
  85. ReportInfoQuery: '報表資訊查詢',
  86. InOutRecord: '進出紀錄',
  87. AbnormalReport: '異常報表',
  88. StatisticsQuery: '統計資訊查詢',
  89. OnlineVehicleStats: '線上車輛統計',
  90. deleteBoothTip: '確定要刪除此崗亭嗎?',
  91. deletePassageTip: '確定刪除此通道嗎?',
  92. deleteDeviceTip: '確定要刪除此設備嗎?',
  93. tip: '提示',
  94. deleteSuccess: '刪除成功',
  95. deleteFailed: '刪除失敗',
  96. cancelDelete: '取消刪除'
  97. }