en.js 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. ConnectSuccess: 'Connect Success',
  22. GuardAdd: 'Add Guard Booth',
  23. GuardEdit: 'Edit Guard Booth',
  24. BoothCode: 'Booth Code',
  25. BoothName: 'Booth Name',
  26. Passage_Booth: 'Passage Booth',
  27. Passage_Code: 'Channel Code',
  28. Passage_Name: 'Channel Name',
  29. Entry_Exit: 'Entry Exit Direction',
  30. advance: 'advance',
  31. out: 'out',
  32. yes: 'yes',
  33. no: 'no',
  34. Cancel: 'Cancel',
  35. Confirm: 'Confirm',
  36. Device_Channel: 'Device Channel',
  37. Device_Name: 'Device Name',
  38. Device_Code: 'Device Code',
  39. Connection_Mode: 'Connection Mode',
  40. Area_Code: 'Area Code',
  41. Surname: 'Surname',
  42. Mobile_Phone: 'Mobile Phone',
  43. Email: 'Email',
  44. Expire_Time: 'Expire Time',
  45. roster: 'Black & White List',
  46. Search: 'Search',
  47. LicensePlateNo: 'License Plate No',
  48. RFID_Tag: 'RFID Tag',
  49. List_Type: 'List Type',
  50. Reset: 'Reset',
  51. WhiteList: 'White List',
  52. BlackList: 'Black List',
  53. SelectVehicle: 'Select Vehicle',
  54. CarOwner: 'Car Owner',
  55. AddCarOwner: 'Add Car Owner',
  56. ElectronicTag: 'Electronic Tag',
  57. VehicleType: 'Vehicle Type',
  58. VehicleBrand: 'Vehicle Brand',
  59. VehicleColor: 'Vehicle Color',
  60. ManageVehicleType: 'Manage Vehicle Type',
  61. AddNewType: 'Add New Type',
  62. BindOwner: 'Bind Owner',
  63. InitialFee: 'Initial Fee',
  64. UnitFee: 'Unit Fee',
  65. IsVipFree: 'VIP Free',
  66. DailyMaxFee: 'Daily Max Fee',
  67. VipDiscount: 'VIP Discount',
  68. FreeDuration: 'Free Duration (Min)',
  69. StartFee: 'Start Fee',
  70. UnitTime: 'Unit Time (Min)',
  71. AddChargeConfig: 'Add Charge Config',
  72. EditChargeConfig: 'Edit Charge Config',
  73. EntryTime: 'Entry Time',
  74. ExitTime: 'Exit Time',
  75. StayDuration: 'Stay Duration',
  76. Fee: 'Fee',
  77. PayStatus: 'Payment Status',
  78. ExitBooth: 'Exit Booth',
  79. ExitPassage: 'Exit Passage',
  80. ParkManage: 'Parking Lot Manage',
  81. ParkInfoManage: 'Parking Info Manage',
  82. OwnerManage: 'Owner Manage',
  83. BlackWhiteList: 'Black White List',
  84. VehicleInfo: 'Vehicle Info',
  85. ChargeConfig: 'Charge Config',
  86. ReportInfoQuery: 'Report Info Query',
  87. InOutRecord: 'In Out Record',
  88. AbnormalReport: 'Abnormal Report',
  89. StatisticsQuery: 'Statistics Query',
  90. OnlineVehicleStats: 'Online Vehicle Statistics',
  91. deleteBoothTip: 'Are you sure you want to delete this booth?',
  92. deletePassageTip: 'Are you sure you want to delete this access?',
  93. deleteDeviceTip: 'Are you sure you want to delete this device?',
  94. delOwnerTip: 'Are you sure to delete this car owner information?',
  95. tip: 'Prompt',
  96. deleteSuccess: 'Deleted successfully',
  97. deleteFailed: 'Deletion failed',
  98. cancelDelete: 'Delete canceled',
  99. editSuccess: 'Edit successfully',
  100. editFailed: 'Edit failed',
  101. isVip: 'Become VIP',
  102. noVip: 'Not VIP',
  103. carPlateInput: 'Please enter license plate number',
  104. carTypeSelect: 'Please select vehicle type',
  105. ownerSelect: 'Please select owner',
  106. manageCarType: 'Manage Vehicle Types',
  107. typeName: 'Type Name',
  108. confirmDeleteCar: 'Are you sure you want to delete this vehicle?',
  109. rfidLabel: 'RFID Tag (For UHF)',
  110. placeholderPorsche: 'e.g. Porsche',
  111. placeholderBlack: 'e.g. Black',
  112. tempCarOptional: 'Optional for temporary vehicles',
  113. parkTip: 'e.g. Monthly Rental Car',
  114. licensePlate: 'License Plate',
  115. view: 'View',
  116. vehicleNumber: 'Vehicle Identification Number',
  117. ownerName: 'Owner Name',
  118. blackWhiteList: 'Blacklist & Whitelist Management',
  119. expireTime: 'Expiration Time',
  120. pleaseSelectVehicle: 'Please select a vehicle',
  121. permanentValidity: 'No selection means permanent valid',
  122. saveFail: 'Save failed',
  123. addSuccess: 'Added successfully',
  124. confirmDelete: 'Confirm delete?',
  125. parking: 'ParkingManage', // 车场管理
  126. parkingInfo: 'ParkingInfoManage', // 车场信息管理
  127. carOwner: 'OwnerManage', // 车主管理
  128. carInfo: 'VehicleInfo', // 车辆信息
  129. pricing: 'FeeConfig', // 收费配置
  130. entryExit: 'Entry/Exit', // 进出场操作
  131. report: 'ReportQuery', // 报表查询
  132. enter: 'AccessRecord', // 进出记录
  133. sheet: 'ExceptionReport', // 异常报表
  134. statistics: 'StatQuery', // 统计查询
  135. vehicle: 'VehicleStat', // 场内车辆统计
  136. dashboard: 'Dashboard', // 数据看板
  137. superAdmin: 'SuperAdmin', // 超级管理员
  138. authority: 'RoleManage', // 角色管理
  139. menu: 'MenuManage', // 菜单管理
  140. api: 'APIManage', // 接口管理
  141. user: 'UserManage', // 用户管理
  142. dictionary: 'DictManage', // 字典管理
  143. operation: 'OperHistory', // 操作日志
  144. person: 'PersonalInformation',
  145. areaName: 'Area Name',
  146. areaCapacity: 'Area Capacity',
  147. createArea: 'Create Area',
  148. editArea: 'Edit Area',
  149. addPassage: 'Add Passage',
  150. editPassage: 'Edit Passage',
  151. addDevice: 'Add Device',
  152. editDevice: 'Edit Device',
  153. smartBarrier: 'SmartBarrier',
  154. language: 'Language',
  155. currRole: 'CurrentRole',
  156. menuCmd: 'MenuCommand',
  157. personalInfo: 'PersonalInfo',
  158. logout: 'Logout',
  159. barrierSystem: 'Smart Barrier System',
  160. placeholderUser: 'Please enter username',
  161. placeholderPwd: 'Please enter password',
  162. placeholderCode: 'Please enter verification code',
  163. login: 'Login',
  164. selectParkArea: 'Please select parking area',
  165. pleaseSelect: 'Please select',
  166. serialName: 'Serial Port Name',
  167. baudRate: 'Baud Rate',
  168. inputPhone: 'Please enter phone number',
  169. inputOwnerName: 'Please enter owner name',
  170. editOwner: 'Edit Owner',
  171. selectPavilion: 'Please select booth',
  172. fillCompleteInfo: 'Please fill in all info except remarks',
  173. allow: 'Allow',
  174. disallow: 'Disallow',
  175. enable: 'Enable',
  176. disable: 'Disable',
  177. currentDate: 'Current Date',
  178. addFail: 'Add Failed',
  179. vipFree: 'VIP Free',
  180. vipNotFree: 'VIP Not Free',
  181. noLabel: 'No Label',
  182. permanentValid: 'Permanent Valid',
  183. addCar: 'Add Vehicle',
  184. editCar: 'Edit Vehicle',
  185. unknown: 'Unknown',
  186. tempCar: 'Temporary Vehicle',
  187. getListFail: 'Failed to get list',
  188. inputTypeName: 'Please enter type name',
  189. notOut: 'Not Exit',
  190. unpaid: 'Unpaid',
  191. paid: 'Paid',
  192. minute: 'Minute',
  193. entryImg: 'Entry Image',
  194. exitImg: 'Exit Image',
  195. recordDetail: 'Access Record Details',
  196. entryVehicle: 'Vehicle Entry',
  197. exitVehicle: 'Vehicle Exit',
  198. confirmEntry: 'Confirm Entry',
  199. confirmEntryTemp: 'Confirm Entry (Temp)',
  200. confirmExitAndPay: 'Confirm Exit & Pay',
  201. exitAutoCalcFee: 'Parking fee will be calculated automatically',
  202. notFoundVehicle: 'Vehicle Not Found',
  203. tempCarEntryHint: 'Will be processed as temporary vehicle. Select parking lot and confirm entry.',
  204. plateNotRegHint: 'Vehicle not registered. Please verify the plate number.',
  205. entrySuccessMsg: 'Entry Success',
  206. exitSuccessMsg: 'Exit Success',
  207. entryFailed: 'Entry Failed',
  208. exitFailed: 'Exit Failed',
  209. pleaseEnterPlateOrRfid: 'Please enter plate number or RFID tag',
  210. vehicleDetail: 'Vehicle Info',
  211. exitDetail: 'Exit Info',
  212. confirmExitTitle: 'Confirm Exit',
  213. confirmExitMsg: 'Confirm vehicle exit?',
  214. pleaseSelectPark: 'Please select parking lot',
  215. rfidInput: 'Please enter RFID tag',
  216. exitRecordDetail: 'Entry: {entryTime} | Stay: {duration} | Fee: ¥{fee}',
  217. paymentMethod: 'Payment Method',
  218. cashPayment: 'Cash',
  219. wechatPayment: 'QR Code',
  220. posPayment: 'POS Card',
  221. cashReceived: 'Received',
  222. change: 'Change',
  223. confirmPayAndExit: 'Confirm & Release',
  224. insufficientAmount: 'Insufficient amount',
  225. paymentRecord: 'Payment Record',
  226. }