en.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. export default {
  2. park: 'Parking Area',
  3. booth: 'Guard Booth',
  4. access: 'Passage',
  5. device: 'Device',
  6. modify: 'Edit',
  7. remove: 'Delete',
  8. new: 'Add',
  9. reload: 'Refresh',
  10. coding: 'Code',
  11. Name: 'Name',
  12. IpAddress: 'IP Address',
  13. Remarks: 'Remarks',
  14. Action: 'Operation',
  15. Direction: 'In/Out Direction',
  16. Allow: 'Allow temporary vehicles entry and exit',
  17. Type: 'Category',
  18. Port: 'Port',
  19. Enable: 'Enable',
  20. Connect: 'Connect',
  21. GuardAdd: 'Add Guard Booth',
  22. GuardEdit: 'Edit Guard Booth',
  23. BoothCode: 'Booth Code',
  24. BoothName: 'Booth Name',
  25. Passage_Booth: 'Passage Booth',
  26. Passage_Code: 'Channel Code',
  27. Passage_Name: 'Channel Name',
  28. Entry_Exit: 'Entry Exit Direction',
  29. advance: 'advance',
  30. out: 'out',
  31. yes: 'yes',
  32. no: 'no',
  33. Cancel: 'Cancel',
  34. Confirm: 'Confirm',
  35. Device_Channel: 'Device Channel',
  36. Device_Name: 'Device Name',
  37. Device_Code: 'Device Code',
  38. Connection_Mode: 'Connection Mode',
  39. Area_Code: 'Area Code',
  40. Surname: 'Surname',
  41. Mobile_Phone: 'Mobile Phone',
  42. Email: 'Email',
  43. Expire_Time: 'Expire Time',
  44. Black_White: 'Black & White List',
  45. Search: 'Search',
  46. LicensePlateNo: 'License Plate No',
  47. RFID_Tag: 'RFID Tag',
  48. List_Type: 'List Type',
  49. Reset: 'Reset',
  50. WhiteList: 'White List',
  51. BlackList: 'Black List',
  52. SelectVehicle: 'Select Vehicle',
  53. CarOwner: 'Car Owner',
  54. ElectronicTag: 'Electronic Tag',
  55. VehicleType: 'Vehicle Type',
  56. VehicleBrand: 'Vehicle Brand',
  57. VehicleColor: 'Vehicle Color',
  58. ManageVehicleType: 'Manage Vehicle Type',
  59. AddNewType: 'Add New Type',
  60. BindOwner: 'Bind Owner',
  61. InitialFee: 'Initial Fee',
  62. UnitFee: 'Unit Fee',
  63. IsVipFree: 'VIP Free',
  64. DailyMaxFee: 'Daily Max Fee',
  65. VipDiscount: 'VIP Discount',
  66. FreeDuration: 'Free Duration (Min)',
  67. StartFee: 'Start Fee',
  68. UnitTime: 'Unit Time (Min)',
  69. AddChargeConfig: 'Add Charge Config',
  70. EditChargeConfig: 'Edit Charge Config',
  71. EntryTime: 'Entry Time',
  72. ExitTime: 'Exit Time',
  73. StayDuration: 'Stay Duration',
  74. Fee: 'Fee',
  75. PayStatus: 'Payment Status',
  76. ExitBooth: 'Exit Booth',
  77. ExitPassage: 'Exit Passage',
  78. ParkManage: 'Parking Lot Manage',
  79. ParkInfoManage: 'Parking Info Manage',
  80. OwnerManage: 'Owner Manage',
  81. BlackWhiteList: 'Black White List',
  82. VehicleInfo: 'Vehicle Info',
  83. ChargeConfig: 'Charge Config',
  84. ReportInfoQuery: 'Report Info Query',
  85. InOutRecord: 'In Out Record',
  86. AbnormalReport: 'Abnormal Report',
  87. StatisticsQuery: 'Statistics Query',
  88. OnlineVehicleStats: 'Online Vehicle Statistics',
  89. deleteBoothTip: 'Are you sure you want to delete this booth?',
  90. deletePassageTip: 'Are you sure you want to delete this access?',
  91. deleteDeviceTip: 'Are you sure you want to delete this device?',
  92. tip: 'Prompt',
  93. }