openatc-components 0.3.71 → 0.3.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (499) hide show
  1. package/.babelrc +18 -18
  2. package/.editorconfig +9 -9
  3. package/.eslintignore +5 -5
  4. package/.eslintrc.js +31 -31
  5. package/.postcssrc.js +10 -10
  6. package/README.md +30 -30
  7. package/build/build.js +41 -41
  8. package/build/check-versions.js +54 -54
  9. package/build/package.config.js +58 -58
  10. package/build/package.dev.config.js +107 -107
  11. package/build/package.prod.config.js +160 -160
  12. package/build/utils.js +101 -101
  13. package/build/vue-loader.conf.js +22 -22
  14. package/build/webpack.base.conf.js +114 -114
  15. package/build/webpack.dev.conf.js +95 -95
  16. package/build/webpack.prod.conf.js +149 -149
  17. package/config/dev.env.js +8 -8
  18. package/config/index.js +93 -93
  19. package/config/prod.env.js +5 -5
  20. package/config/test.env.js +7 -7
  21. package/index.html +12 -12
  22. package/package/kisscomps/components/BoardCard/BoardCard.vue +117 -117
  23. package/package/kisscomps/components/BoardCard/index.js +2 -2
  24. package/package/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +123 -123
  25. package/package/kisscomps/components/ChannelRealtimeIntersection/index.js +2 -2
  26. package/package/kisscomps/components/Channelization/Channelization.vue +584 -584
  27. package/package/kisscomps/components/Channelization/index.js +2 -2
  28. package/package/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +360 -360
  29. package/package/kisscomps/components/ChannelizationFlowStatistic/index.js +2 -2
  30. package/package/kisscomps/components/ChannelizationWithInterface/ChannelizationWithInterface.vue +518 -518
  31. package/package/kisscomps/components/ChannelizationWithInterface/index.js +2 -2
  32. package/package/kisscomps/components/CommonKanban/CommonKanban.vue +132 -132
  33. package/package/kisscomps/components/CommonKanban/index.js +2 -2
  34. package/package/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +454 -454
  35. package/package/kisscomps/components/DirectionListConfiguration/index.js +2 -2
  36. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-east-bottom.vue +41 -41
  37. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-east-top.vue +60 -60
  38. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-ewped.vue +105 -105
  39. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-north-left.vue +60 -60
  40. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-north-right.vue +60 -60
  41. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-snped.vue +105 -105
  42. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-south-left.vue +60 -60
  43. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-south-right.vue +60 -60
  44. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-west-bottom.vue +60 -60
  45. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-west-top.vue +60 -60
  46. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-xlped.vue +30 -30
  47. package/package/kisscomps/components/DirectionListConfiguration/svg/ped-xrped.vue +30 -30
  48. package/package/kisscomps/components/DirectionListConfiguration/svg/pedSvg.vue +78 -78
  49. package/package/kisscomps/components/DrawChannelization/drawsvg/basicCoordInfo.vue +181 -181
  50. package/package/kisscomps/components/DrawChannelization/drawsvg/channelizationElements.vue +255 -255
  51. package/package/kisscomps/components/DrawChannelization/drawsvg/detectorAssociatedComponent.vue +152 -152
  52. package/package/kisscomps/components/DrawChannelization/drawsvg/drawElement/TextBox.vue +91 -91
  53. package/package/kisscomps/components/DrawChannelization/drawsvg/drawElement/crossMap.vue +194 -194
  54. package/package/kisscomps/components/DrawChannelization/drawsvg/drawElement/editText.vue +108 -108
  55. package/package/kisscomps/components/DrawChannelization/drawsvg/firstImportCrossmap.vue +51 -51
  56. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/countdownSvg.vue +236 -236
  57. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorChart.vue +247 -247
  58. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorIconSvg.vue +210 -210
  59. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/laneIcon.vue +72 -72
  60. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +368 -368
  61. package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/pedroadIconSvg.vue +230 -230
  62. package/package/kisscomps/components/DrawChannelization/drawsvg/importDialog.vue +74 -74
  63. package/package/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +1005 -1005
  64. package/package/kisscomps/components/DrawChannelization/drawsvg/index.vue +110 -110
  65. package/package/kisscomps/components/DrawChannelization/drawsvg/laneEditPanel.vue +707 -707
  66. package/package/kisscomps/components/DrawChannelization/drawsvg/overlapAssociatedComponent.vue +172 -172
  67. package/package/kisscomps/components/DrawChannelization/drawsvg/phaseAssociatedComponent.vue +172 -172
  68. package/package/kisscomps/components/DrawChannelization/drawsvg/table.vue +99 -99
  69. package/package/kisscomps/components/DrawChannelization/drawsvg/utils/loadutils.js +87 -87
  70. package/package/kisscomps/components/DrawChannelization/drawsvg/utils/phaseDataModel.js +32 -32
  71. package/package/kisscomps/components/DrawChannelization/drawsvg/utils/phasePos.json +20 -20
  72. package/package/kisscomps/components/DrawChannelization/index.js +2 -2
  73. package/package/kisscomps/components/DrawChannelization/phaseDataMgr.js +278 -278
  74. package/package/kisscomps/components/ExpendConfig/ExpendConfig.vue +118 -118
  75. package/package/kisscomps/components/ExpendConfig/index.js +2 -2
  76. package/package/kisscomps/components/FaultDetailModal/FaultDetailModal.vue +178 -178
  77. package/package/kisscomps/components/FaultDetailModal/index.js +2 -2
  78. package/package/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +158 -158
  79. package/package/kisscomps/components/IntersectionDirectionSelection/index.js +2 -2
  80. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +629 -629
  81. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/CustomRoadsSvg.vue +46 -46
  82. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +447 -447
  83. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +341 -341
  84. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +497 -497
  85. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +353 -353
  86. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +359 -359
  87. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +443 -443
  88. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +1302 -1302
  89. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +1190 -1190
  90. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +498 -498
  91. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +484 -484
  92. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +488 -488
  93. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +566 -566
  94. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +640 -640
  95. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +497 -497
  96. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +486 -486
  97. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +490 -490
  98. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +575 -575
  99. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/refreshSvg.vue +63 -63
  100. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/busMapSvg.vue +50 -50
  101. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/eastBusSvg.vue +167 -167
  102. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/northBusSvg.vue +168 -168
  103. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/southBusSvg.vue +168 -168
  104. package/package/kisscomps/components/IntersectionMap/crossDirection/busIcon/westBusSvg.vue +169 -169
  105. package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +1372 -1372
  106. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +197 -197
  107. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +196 -196
  108. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/rampPhaseIconSvg.vue +122 -122
  109. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +196 -196
  110. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +196 -196
  111. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +115 -115
  112. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +115 -115
  113. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/rampPos.json +52 -52
  114. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/sidePos.json +219 -219
  115. package/package/kisscomps/components/IntersectionMap/crossDirection/utils.js +84 -84
  116. package/package/kisscomps/components/IntersectionMap/index.js +2 -2
  117. package/package/kisscomps/components/IntersectionMap/intersectionmap.vue +211 -216
  118. package/package/kisscomps/components/IntersectionWithInterface/IntersectionWithInterface.vue +530 -530
  119. package/package/kisscomps/components/IntersectionWithInterface/index.js +2 -2
  120. package/package/kisscomps/components/KanBan/index.js +2 -2
  121. package/package/kisscomps/components/KanBan/kanban.vue +231 -231
  122. package/package/kisscomps/components/MessageBox/index.vue +96 -96
  123. package/package/kisscomps/components/OverLap/OverLap.vue +237 -237
  124. package/package/kisscomps/components/OverLap/index.js +2 -2
  125. package/package/kisscomps/components/PatternOptimize/PatternOptimize.vue +272 -272
  126. package/package/kisscomps/components/PatternOptimize/index.js +2 -2
  127. package/package/kisscomps/components/PatternStatus/PatternStatus.vue +1649 -1649
  128. package/package/kisscomps/components/PatternStatus/index.js +2 -2
  129. package/package/kisscomps/components/PatternWalkSvg/PatternWalkSvg.vue +423 -423
  130. package/package/kisscomps/components/PatternWalkSvg/index.js +2 -2
  131. package/package/kisscomps/components/PhaseDirectionSelect/PhaseDirectionSelect.vue +126 -126
  132. package/package/kisscomps/components/PhaseDirectionSelect/index.js +2 -2
  133. package/package/kisscomps/components/PhaseDirectionText/PhaseDirectionText.vue +106 -106
  134. package/package/kisscomps/components/PhaseDirectionText/index.js +2 -2
  135. package/package/kisscomps/components/PhaseLegend/PhaseLegend.vue +286 -286
  136. package/package/kisscomps/components/PhaseLegend/index.js +2 -2
  137. package/package/kisscomps/components/PhaseMarker/index.js +6 -6
  138. package/package/kisscomps/components/PhaseMarker/phasemarker.vue +215 -215
  139. package/package/kisscomps/components/PhaseMarker/svg/patternSvg.vue +121 -121
  140. package/package/kisscomps/components/PhaseMarker/svg/phase.vue +60 -60
  141. package/package/kisscomps/components/PhaseMarker/svg/phaseCount.vue +62 -62
  142. package/package/kisscomps/components/PhaseMarker/svg/phaseCountCycle.vue +62 -62
  143. package/package/kisscomps/components/PhaseMarker/svg/phaseSvg.vue +117 -117
  144. package/package/kisscomps/components/PhasePedSelect/index.js +2 -2
  145. package/package/kisscomps/components/PhasePedSelect/index.vue +206 -206
  146. package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +950 -967
  147. package/package/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +364 -364
  148. package/package/kisscomps/components/SchemeConfig/azimuthlocking/utils.js +92 -92
  149. package/package/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +214 -214
  150. package/package/kisscomps/components/SchemeConfig/index.js +2 -2
  151. package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +235 -235
  152. package/package/kisscomps/components/SchemeConfig/manualControlModal/index.vue +235 -235
  153. package/package/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +128 -128
  154. package/package/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +438 -438
  155. package/package/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +861 -861
  156. package/package/kisscomps/components/SchemeConfig/manualControlModalNew/othersIcon.vue +151 -151
  157. package/package/kisscomps/components/SchemeConfig/priorityControl/index.vue +215 -215
  158. package/package/kisscomps/components/SchemeConfig/priorityControl/utils.js +163 -163
  159. package/package/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +283 -303
  160. package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1207 -1207
  161. package/package/kisscomps/components/SelectCrossPhase/index.vue +418 -418
  162. package/package/kisscomps/components/SelectCrossPhase/utils.js +142 -142
  163. package/package/kisscomps/components/StageBord/StageBord.vue +303 -303
  164. package/package/kisscomps/components/StageBord/index.js +2 -2
  165. package/package/kisscomps/components/StageStatus/StageStatus.vue +341 -341
  166. package/package/kisscomps/components/StageStatus/index.js +2 -2
  167. package/package/kisscomps/components/Stages/index.vue +319 -319
  168. package/package/kisscomps/components/SvgIcon/SvgIcon.vue +53 -53
  169. package/package/kisscomps/components/SvgIcon/index.js +2 -2
  170. package/package/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +1041 -1041
  171. package/package/kisscomps/components/XRDDirSelector/index.js +2 -2
  172. package/package/kisscomps/components/XiaoKanban/DirSelector.vue +356 -356
  173. package/package/kisscomps/components/XiaoKanban/index.vue +122 -122
  174. package/package/kisscomps/components/overView/index.vue +699 -699
  175. package/package/kisscomps/components/patternConfig/index.js +2 -2
  176. package/package/kisscomps/components/patternConfig/index.vue +798 -788
  177. package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +579 -588
  178. package/package/kisscomps/components/patternConfig/pattern/planChart/model/coordinationModel.js +665 -665
  179. package/package/kisscomps/components/patternConfig/planContent.vue +604 -573
  180. package/package/kisscomps/components/patternConfig/planMenu.vue +329 -329
  181. package/package/kisscomps/components/patternConfig/utils.js +152 -152
  182. package/package/kisscomps/components/patternList/index.js +2 -2
  183. package/package/kisscomps/components/patternList/patternList.vue +590 -590
  184. package/package/kisscomps/index.js +127 -129
  185. package/package/kissui.js +216608 -0
  186. package/package/kissui.min.js +1 -1
  187. package/package.json +126 -126
  188. package/src/App.vue +24 -24
  189. package/src/EdgeMgr/EdgeModelBase.js +16 -16
  190. package/src/EdgeMgr/controller/crossDiagramMgr.js +125 -125
  191. package/src/api/authapi.js +31 -31
  192. package/src/api/config.js +21 -21
  193. package/src/api/control.js +110 -110
  194. package/src/api/cross.js +49 -49
  195. package/src/api/device.js +135 -135
  196. package/src/api/fault.js +66 -66
  197. package/src/api/index.js +24 -24
  198. package/src/api/login.js +46 -46
  199. package/src/api/optimize.js +72 -72
  200. package/src/api/param.js +165 -165
  201. package/src/api/passwdAssest.js +101 -101
  202. package/src/api/route.js +171 -171
  203. package/src/api/template.js +27 -27
  204. package/src/assets/font/LICENSE.txt +202 -202
  205. package/src/assets/font/font.css +6 -6
  206. package/src/i18n/index.js +26 -26
  207. package/src/i18n/language/en.js +1458 -1465
  208. package/src/i18n/language/index.js +25 -25
  209. package/src/i18n/language/zh.js +1458 -1465
  210. package/src/icons/demo_index.html +8445 -8445
  211. package/src/icons/iconfont.css +1451 -1451
  212. package/src/icons/iconfont.json +2522 -2522
  213. package/src/icons/index.js +20 -20
  214. package/src/icons/svg/azimuthlocking.svg +26 -26
  215. package/src/icons/svg/bendi.svg +110 -110
  216. package/src/icons/svg/bujin.svg +36 -36
  217. package/src/icons/svg/connectBlue.svg +7 -7
  218. package/src/icons/svg/currentvolume.svg +0 -0
  219. package/src/icons/svg/custom-BRTlane.svg +40 -40
  220. package/src/icons/svg/custom-buslane.svg +40 -40
  221. package/src/icons/svg/custom-detector.svg +12 -12
  222. package/src/icons/svg/custom-east-bottom.svg +32 -32
  223. package/src/icons/svg/custom-east-top.svg +32 -32
  224. package/src/icons/svg/custom-ewped.svg +35 -35
  225. package/src/icons/svg/custom-nonmotorizedlane.svg +40 -40
  226. package/src/icons/svg/custom-north-left.svg +32 -32
  227. package/src/icons/svg/custom-north-right.svg +32 -32
  228. package/src/icons/svg/custom-peddetector.svg +17 -17
  229. package/src/icons/svg/custom-snped.svg +35 -35
  230. package/src/icons/svg/custom-south-left.svg +32 -32
  231. package/src/icons/svg/custom-south-right.svg +32 -32
  232. package/src/icons/svg/custom-tramlane.svg +40 -40
  233. package/src/icons/svg/custom-vehiclebranch.svg +40 -40
  234. package/src/icons/svg/custom-vehiclemainroad.svg +41 -41
  235. package/src/icons/svg/custom-west-bottom.svg +32 -32
  236. package/src/icons/svg/custom-west-top.svg +32 -32
  237. package/src/icons/svg/custom-xlped.svg +14 -14
  238. package/src/icons/svg/custom-xrped.svg +14 -14
  239. package/src/icons/svg/cutRed.svg +7 -7
  240. package/src/icons/svg/cycle.svg +0 -0
  241. package/src/icons/svg/dingzhouqi.svg +34 -34
  242. package/src/icons/svg/ganyingkongzhi.svg +30 -30
  243. package/src/icons/svg/guandeng.svg +81 -81
  244. package/src/icons/svg/huangshan.svg +71 -71
  245. package/src/icons/svg/maincontrol.svg +0 -0
  246. package/src/icons/svg/manualcontrolbackground.svg +51 -51
  247. package/src/icons/svg/manualcontrolbackground1.svg +62 -62
  248. package/src/icons/svg/manualcontrolbackgrounden.svg +62 -62
  249. package/src/icons/svg/model.svg +0 -0
  250. package/src/icons/svg/phasediff.svg +0 -0
  251. package/src/icons/svg/prioritycontrol.svg +21 -21
  252. package/src/icons/svg/quanhong.svg +86 -86
  253. package/src/icons/svg/shanghe.svg +11 -11
  254. package/src/icons/svg/shoudong.svg +103 -103
  255. package/src/icons/svg/tentativeplan.svg +28 -28
  256. package/src/icons/svg/time.svg +0 -0
  257. package/src/icons/svg/wuxianlan.svg +46 -46
  258. package/src/icons/svg/xiala.svg +11 -11
  259. package/src/icons/svg/xingrenguojie.svg +33 -33
  260. package/src/icons/svg/xitong.svg +89 -89
  261. package/src/icons/svg/youxian.svg +41 -41
  262. package/src/icons/svg/zizhukongzhi.svg +43 -43
  263. package/src/kisscomps/components/BoardCard/BoardCard.vue +117 -117
  264. package/src/kisscomps/components/BoardCard/index.js +2 -2
  265. package/src/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +123 -123
  266. package/src/kisscomps/components/ChannelRealtimeIntersection/index.js +2 -2
  267. package/src/kisscomps/components/Channelization/Channelization.vue +584 -584
  268. package/src/kisscomps/components/Channelization/index.js +2 -2
  269. package/src/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +360 -360
  270. package/src/kisscomps/components/ChannelizationFlowStatistic/index.js +2 -2
  271. package/src/kisscomps/components/ChannelizationWithInterface/ChannelizationWithInterface.vue +518 -518
  272. package/src/kisscomps/components/ChannelizationWithInterface/index.js +2 -2
  273. package/src/kisscomps/components/CommonKanban/CommonKanban.vue +132 -132
  274. package/src/kisscomps/components/CommonKanban/index.js +2 -2
  275. package/src/kisscomps/components/DirectionListConfiguration/DirectionListConfiguration.vue +454 -454
  276. package/src/kisscomps/components/DirectionListConfiguration/index.js +2 -2
  277. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-east-bottom.vue +41 -41
  278. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-east-top.vue +60 -60
  279. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-ewped.vue +105 -105
  280. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-north-left.vue +60 -60
  281. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-north-right.vue +60 -60
  282. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-snped.vue +105 -105
  283. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-south-left.vue +60 -60
  284. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-south-right.vue +60 -60
  285. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-west-bottom.vue +60 -60
  286. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-west-top.vue +60 -60
  287. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-xlped.vue +30 -30
  288. package/src/kisscomps/components/DirectionListConfiguration/svg/ped-xrped.vue +30 -30
  289. package/src/kisscomps/components/DirectionListConfiguration/svg/pedSvg.vue +78 -78
  290. package/src/kisscomps/components/DrawChannelization/drawsvg/basicCoordInfo.vue +181 -181
  291. package/src/kisscomps/components/DrawChannelization/drawsvg/channelizationElements.vue +255 -255
  292. package/src/kisscomps/components/DrawChannelization/drawsvg/detectorAssociatedComponent.vue +152 -152
  293. package/src/kisscomps/components/DrawChannelization/drawsvg/drawElement/TextBox.vue +91 -91
  294. package/src/kisscomps/components/DrawChannelization/drawsvg/drawElement/crossMap.vue +194 -194
  295. package/src/kisscomps/components/DrawChannelization/drawsvg/drawElement/editText.vue +108 -108
  296. package/src/kisscomps/components/DrawChannelization/drawsvg/firstImportCrossmap.vue +51 -51
  297. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/countdownSvg.vue +236 -236
  298. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorChart.vue +247 -247
  299. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/detectorIconSvg.vue +210 -210
  300. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/laneIcon.vue +72 -72
  301. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +368 -368
  302. package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/pedroadIconSvg.vue +230 -230
  303. package/src/kisscomps/components/DrawChannelization/drawsvg/importDialog.vue +74 -74
  304. package/src/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +1005 -1005
  305. package/src/kisscomps/components/DrawChannelization/drawsvg/index.vue +110 -110
  306. package/src/kisscomps/components/DrawChannelization/drawsvg/laneEditPanel.vue +707 -707
  307. package/src/kisscomps/components/DrawChannelization/drawsvg/overlapAssociatedComponent.vue +172 -172
  308. package/src/kisscomps/components/DrawChannelization/drawsvg/phaseAssociatedComponent.vue +172 -172
  309. package/src/kisscomps/components/DrawChannelization/drawsvg/table.vue +99 -99
  310. package/src/kisscomps/components/DrawChannelization/drawsvg/utils/loadutils.js +87 -87
  311. package/src/kisscomps/components/DrawChannelization/drawsvg/utils/phaseDataModel.js +32 -32
  312. package/src/kisscomps/components/DrawChannelization/drawsvg/utils/phasePos.json +20 -20
  313. package/src/kisscomps/components/DrawChannelization/index.js +2 -2
  314. package/src/kisscomps/components/DrawChannelization/phaseDataMgr.js +278 -278
  315. package/src/kisscomps/components/ExpendConfig/ExpendConfig.vue +118 -118
  316. package/src/kisscomps/components/ExpendConfig/index.js +2 -2
  317. package/src/kisscomps/components/FaultDetailModal/FaultDetailModal.vue +178 -178
  318. package/src/kisscomps/components/FaultDetailModal/index.js +2 -2
  319. package/src/kisscomps/components/IntersectionDirectionSelection/IntersectionDirectionSelection.vue +158 -158
  320. package/src/kisscomps/components/IntersectionDirectionSelection/index.js +2 -2
  321. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +629 -629
  322. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/CustomRoadsSvg.vue +46 -46
  323. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +447 -447
  324. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +341 -341
  325. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +497 -497
  326. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +353 -353
  327. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +359 -359
  328. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +443 -443
  329. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +1302 -1302
  330. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +1190 -1190
  331. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +498 -498
  332. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +484 -484
  333. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +488 -488
  334. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +566 -566
  335. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +640 -640
  336. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +497 -497
  337. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +486 -486
  338. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +490 -490
  339. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +575 -575
  340. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/refreshSvg.vue +63 -63
  341. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/busMapSvg.vue +50 -50
  342. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/eastBusSvg.vue +167 -167
  343. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/northBusSvg.vue +168 -168
  344. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/southBusSvg.vue +168 -168
  345. package/src/kisscomps/components/IntersectionMap/crossDirection/busIcon/westBusSvg.vue +169 -169
  346. package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +1372 -1372
  347. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +197 -197
  348. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +196 -196
  349. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/rampPhaseIconSvg.vue +122 -122
  350. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +196 -196
  351. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +196 -196
  352. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +115 -115
  353. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +115 -115
  354. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/rampPos.json +52 -52
  355. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/sidePos.json +219 -219
  356. package/src/kisscomps/components/IntersectionMap/crossDirection/utils.js +84 -84
  357. package/src/kisscomps/components/IntersectionMap/index.js +2 -2
  358. package/src/kisscomps/components/IntersectionMap/intersectionmap.vue +211 -216
  359. package/src/kisscomps/components/IntersectionWithInterface/IntersectionWithInterface.vue +530 -530
  360. package/src/kisscomps/components/IntersectionWithInterface/index.js +2 -2
  361. package/src/kisscomps/components/KanBan/index.js +2 -2
  362. package/src/kisscomps/components/KanBan/kanban.vue +231 -231
  363. package/src/kisscomps/components/MessageBox/index.vue +96 -96
  364. package/src/kisscomps/components/OverLap/OverLap.vue +237 -237
  365. package/src/kisscomps/components/OverLap/index.js +2 -2
  366. package/src/kisscomps/components/PatternOptimize/PatternOptimize.vue +272 -272
  367. package/src/kisscomps/components/PatternOptimize/index.js +2 -2
  368. package/src/kisscomps/components/PatternStatus/PatternStatus.vue +1649 -1649
  369. package/src/kisscomps/components/PatternStatus/index.js +2 -2
  370. package/src/kisscomps/components/PatternWalkSvg/PatternWalkSvg.vue +423 -423
  371. package/src/kisscomps/components/PatternWalkSvg/index.js +2 -2
  372. package/src/kisscomps/components/PhaseDirectionSelect/PhaseDirectionSelect.vue +126 -126
  373. package/src/kisscomps/components/PhaseDirectionSelect/index.js +2 -2
  374. package/src/kisscomps/components/PhaseDirectionText/PhaseDirectionText.vue +106 -106
  375. package/src/kisscomps/components/PhaseDirectionText/index.js +2 -2
  376. package/src/kisscomps/components/PhaseLegend/PhaseLegend.vue +286 -286
  377. package/src/kisscomps/components/PhaseLegend/index.js +2 -2
  378. package/src/kisscomps/components/PhaseMarker/index.js +6 -6
  379. package/src/kisscomps/components/PhaseMarker/phasemarker.vue +215 -215
  380. package/src/kisscomps/components/PhaseMarker/svg/patternSvg.vue +121 -121
  381. package/src/kisscomps/components/PhaseMarker/svg/phase.vue +60 -60
  382. package/src/kisscomps/components/PhaseMarker/svg/phaseCount.vue +62 -62
  383. package/src/kisscomps/components/PhaseMarker/svg/phaseCountCycle.vue +62 -62
  384. package/src/kisscomps/components/PhaseMarker/svg/phaseSvg.vue +117 -117
  385. package/src/kisscomps/components/PhasePedSelect/index.js +2 -2
  386. package/src/kisscomps/components/PhasePedSelect/index.vue +206 -206
  387. package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +950 -967
  388. package/src/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +364 -364
  389. package/src/kisscomps/components/SchemeConfig/azimuthlocking/utils.js +92 -92
  390. package/src/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +214 -214
  391. package/src/kisscomps/components/SchemeConfig/index.js +2 -2
  392. package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +235 -235
  393. package/src/kisscomps/components/SchemeConfig/manualControlModal/index.vue +235 -235
  394. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +128 -128
  395. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +438 -438
  396. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +861 -861
  397. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/othersIcon.vue +151 -151
  398. package/src/kisscomps/components/SchemeConfig/priorityControl/index.vue +215 -215
  399. package/src/kisscomps/components/SchemeConfig/priorityControl/utils.js +163 -163
  400. package/src/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +283 -303
  401. package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1207 -1207
  402. package/src/kisscomps/components/SelectCrossPhase/index.vue +418 -418
  403. package/src/kisscomps/components/SelectCrossPhase/utils.js +142 -142
  404. package/src/kisscomps/components/StageBord/StageBord.vue +303 -303
  405. package/src/kisscomps/components/StageBord/index.js +2 -2
  406. package/src/kisscomps/components/StageStatus/StageStatus.vue +341 -341
  407. package/src/kisscomps/components/StageStatus/index.js +2 -2
  408. package/src/kisscomps/components/Stages/index.vue +319 -319
  409. package/src/kisscomps/components/SvgIcon/SvgIcon.vue +53 -53
  410. package/src/kisscomps/components/SvgIcon/index.js +2 -2
  411. package/src/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +1041 -1041
  412. package/src/kisscomps/components/XRDDirSelector/index.js +2 -2
  413. package/src/kisscomps/components/XiaoKanban/DirSelector.vue +356 -356
  414. package/src/kisscomps/components/XiaoKanban/index.vue +122 -122
  415. package/src/kisscomps/components/overView/index.vue +699 -699
  416. package/src/kisscomps/components/patternConfig/index.js +2 -2
  417. package/src/kisscomps/components/patternConfig/index.vue +798 -788
  418. package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +579 -588
  419. package/src/kisscomps/components/patternConfig/pattern/planChart/model/coordinationModel.js +665 -665
  420. package/src/kisscomps/components/patternConfig/planContent.vue +604 -573
  421. package/src/kisscomps/components/patternConfig/planMenu.vue +329 -329
  422. package/src/kisscomps/components/patternConfig/utils.js +152 -152
  423. package/src/kisscomps/components/patternList/index.js +2 -2
  424. package/src/kisscomps/components/patternList/patternList.vue +590 -590
  425. package/src/kisscomps/index.js +127 -129
  426. package/src/lib/publicjs/ArryListUtil.js +38 -38
  427. package/src/lib/publicjs/HttpurlMgr.js +45 -45
  428. package/src/lib/publicjs/KissApi.js +158 -158
  429. package/src/lib/publicjs/KissWSSub/Heartcheck.js +128 -128
  430. package/src/lib/publicjs/KissWSSub/KissWsSub.js +91 -91
  431. package/src/lib/publicjs/KissWSSub/KissWsSubByType.js +152 -152
  432. package/src/lib/publicjs/KissWSSub/SimuWsSubByType.js +44 -44
  433. package/src/lib/publicjs/KissWSSub/Sub.js +51 -51
  434. package/src/lib/publicjs/KissWSSub/SubChannel.js +119 -119
  435. package/src/lib/publicjs/basecomponents.js +65 -65
  436. package/src/lib/publicjs/localStorage.js +112 -112
  437. package/src/lib/publicjs/objdeepcopy.js +32 -32
  438. package/src/lib/publicjs/pageScroll.js +30 -30
  439. package/src/lib/publicjs/passwdAssest.js +101 -101
  440. package/src/lib/publicjs/styleclassfactory.js +32 -32
  441. package/src/main.js +51 -51
  442. package/src/router/index.js +63 -63
  443. package/src/store/getters.js +16 -16
  444. package/src/store/index.js +26 -26
  445. package/src/store/modules/globalParam.js +67 -67
  446. package/src/utils/ControlFormat.js +68 -68
  447. package/src/utils/RingDataModel.js +331 -331
  448. package/src/utils/auth.js +199 -199
  449. package/src/utils/conflct.js +259 -259
  450. package/src/utils/conflictList.js +87 -87
  451. package/src/utils/dateFormat.js +41 -41
  452. package/src/utils/errorcode.js +227 -227
  453. package/src/utils/fault.js +196 -196
  454. package/src/utils/faultcode.js +209 -209
  455. package/src/utils/index.js +69 -69
  456. package/src/utils/pedphasedesc.js +119 -119
  457. package/src/utils/phaseList.js +203 -203
  458. package/src/utils/phasedesc.js +144 -144
  459. package/src/utils/responseMessage.js +21 -21
  460. package/src/utils/validate.js +43 -43
  461. package/src/views/customchannelization.vue +49 -49
  462. package/src/views/home.1.vue +479 -479
  463. package/src/views/home.vue +93 -93
  464. package/src/views/intersection.vue +521 -521
  465. package/src/views/intersection2.vue +328 -328
  466. package/src/views/overView.vue +41 -54
  467. package/src/views/patternConfig.vue +14762 -408
  468. package/src/views/schemeconfig.vue +208 -208
  469. package/static/apiconfig.json +451 -451
  470. package/static/styles/channelizatioon.scss +433 -433
  471. package/static/styles/common.scss +30 -30
  472. package/static/styles/commonkanban.scss +168 -168
  473. package/static/styles/dark/index.scss +2 -2
  474. package/static/styles/dark/theme/element-dark.scss +44 -44
  475. package/static/styles/index.scss +84 -84
  476. package/static/styles/intersection.scss +180 -180
  477. package/static/styles/light/index.scss +2 -2
  478. package/static/styles/light/theme/element-light.scss +44 -44
  479. package/static/styles/overview.scss +146 -146
  480. package/static/styles/patternConfig.scss +56 -56
  481. package/static/styles/phasePedSelect.scss +71 -71
  482. package/static/styles/schemeconfig.scss +552 -552
  483. package/static/styles/stages.scss +57 -57
  484. package/static/styles/theme/element-dark.scss +0 -0
  485. package/static/styles/uiComponents.scss +57 -57
  486. package/static/styles/xiaokanban.scss +61 -61
  487. package/static/token.json +2 -2
  488. package/test/e2e/custom-assertions/elementCount.js +27 -27
  489. package/test/e2e/nightwatch.conf.js +46 -46
  490. package/test/e2e/runner.js +48 -48
  491. package/test/e2e/specs/test.js +19 -19
  492. package/test/unit/.eslintrc +7 -7
  493. package/test/unit/jest.conf.js +30 -30
  494. package/test/unit/setup.js +3 -3
  495. package/test/unit/specs/HelloWorld.spec.js +11 -11
  496. package/package/kisscomps/components/OverviewComponent/index.js +0 -2
  497. package/package/kisscomps/components/OverviewComponent/index.vue +0 -788
  498. package/src/kisscomps/components/OverviewComponent/index.js +0 -2
  499. package/src/kisscomps/components/OverviewComponent/index.vue +0 -788
@@ -1,1465 +1,1458 @@
1
- /**
2
- * Copyright (c) 2020 kedacom
3
- * OpenATC is licensed under Mulan PSL v2.
4
- * You can use this software according to the terms and conditions of the Mulan PSL v2.
5
- * You may obtain a copy of Mulan PSL v2 at:
6
- * http://license.coscl.org.cn/MulanPSL2
7
- * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
8
- * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
9
- * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
10
- * See the Mulan PSL v2 for more details.
11
- **/
12
- const en = {
13
- openatccomponents: {
14
- 'auth': {
15
- 'current': 'Current Password',
16
- 'new': 'New Password',
17
- 'contain': 'Passsword should contain',
18
- 'contain1': ' 8 or more characters.',
19
- 'contain2': 'numbers,letters and special',
20
- 'contain3': 'characters.',
21
- 'confirm': 'Confirm New Password',
22
- 'strength': 'Strength',
23
- 'none': 'none',
24
- 'weak': 'weak',
25
- 'normal': 'normal',
26
- 'strong': 'strong',
27
- 'setnewpassword': 'Set New Password',
28
- 'oldpass': 'Old Password',
29
- 'inputpassagain': 'Please enter the password again',
30
- 'twopassinconsistent': 'The two passwords are inconsistent',
31
- 'inputpass': 'Please input a password',
32
- 'enternewpass': 'Please enter a new password',
33
- 'inputoldpass': 'Please input the old password!',
34
- 'twopassnotdiff': 'The new password cannot be the same as the old one!',
35
- 'originalpasserror': 'Original password error',
36
- 'modifisucceeded': 'Modification succeeded',
37
- 'getmd5error': 'Failed to get MD5!'
38
- },
39
- 'route': {
40
- 'dashboard': 'Dashboard',
41
- 'overview': 'Overview',
42
- 'edge': 'Tsc',
43
- 'phase': 'Phase',
44
- 'overlap': 'Overlap',
45
- 'pattern': 'Pattern',
46
- 'plan': 'Plan',
47
- 'date': 'Date',
48
- 'channel': 'Channel',
49
- 'channelLock': 'ChannelLock',
50
- 'detector': 'Detector',
51
- 'pedestrianDetector': 'PedDetector',
52
- 'system': 'System',
53
- 'history': 'Fault',
54
- 'optimize': 'Optimize',
55
- 'control': 'Control',
56
- 'deviceInfo': 'DeviceInfo',
57
- 'adaptiveParameter': 'AdaptiveParameter',
58
- 'user': 'User',
59
- 'dailyRecord': 'DailyRecord',
60
- 'controlPanel': 'ControlPanel',
61
- 'statistics': 'Statistics'
62
- },
63
- 'main': {
64
- 'main': 'Main',
65
- 'home': 'Home',
66
- 'logout': 'LogOut',
67
- 'upload': 'Upload',
68
- 'download': 'Download',
69
- 'import': 'Import',
70
- 'export': 'Export',
71
- 'importtemplate': 'Import Template',
72
- 'copy': 'Copy',
73
- 'copyDevice': 'Device',
74
- 'copyPattern': 'pattern already copied',
75
- 'tip': 'Tips',
76
- 'read': 'Read',
77
- 'language': 'Language',
78
- 'readDevice': 'Whether to load device',
79
- 'readPattern': 'pattern into the current device configuration ?',
80
- 'title': 'Welcome to KISS Edge Manage Center',
81
- 'changelanguage': 'Switch Language',
82
- 'agentid': 'AGENTID',
83
- 'Password expiration': 'Password expiration',
84
- 'organization': 'Organization',
85
- 'realname': 'Name',
86
- 'phone': 'Telephone',
87
- 'email': 'Email',
88
- 'changepass': 'Change Password',
89
- 'about': 'About',
90
- 'exit': 'Exit',
91
- 'help': 'Help',
92
- 'options': 'options',
93
- 'options1': 'All',
94
- 'options2': 'Phase',
95
- 'options3': 'Overlap',
96
- 'options4': 'Pattern',
97
- 'options5': 'Plan',
98
- 'options6': 'Date',
99
- 'options7': 'Channel',
100
- 'options8': 'Detector',
101
- 'options9': 'PedestrianDetector',
102
- 'graphics': 'Graphics interface',
103
- 'text': 'Text interface'
104
- },
105
- 'overview': {
106
- 'crossinfo': 'Cross Information',
107
- 'crossname': 'Cross Name',
108
- 'divicestate': 'Device Status',
109
- 'protocoltype': 'Protocol',
110
- 'signalID': 'Intersection ID',
111
- 'flow': 'Average lane flow (h)low',
112
- 'saturationflow': 'Planned lane saturation Flow(h)',
113
- 'typeflow-split-opt': 'Flow Split Op',
114
- 'maxFlow': 'The average lane flow is too large. Is it further optimized?',
115
- 'typecycle-opt': 'Cycle Opt',
116
- 'signalIP': 'Signal IP',
117
- 'stagecountdown': 'Stage Countdown',
118
- 'stageduration': 'Stage Duration',
119
- 'currentphase': 'Current phase',
120
- 'directionnull': 'Please select the import direction',
121
- 'faultinfo': 'Fault Information',
122
- 'platform': 'platform',
123
- 'online': 'Online',
124
- 'patternid': 'Pattern Id',
125
- 'offline': 'Offline',
126
- 'connected': 'Connected',
127
- 'onlineing': 'Offline...',
128
- 'controlmode': 'Control Mode',
129
- 'manual': 'Manual',
130
- 'exitmanual': 'Exit Manual',
131
- 'controlmodel': 'Control Pattern',
132
- 'patternname': 'Pattern Name',
133
- 'controlnumber': 'Pattern Num',
134
- 'mode': 'Mode',
135
- 'stage': 'Stage',
136
- 'specialcontrol': 'Special Control',
137
- 'phaseclosecontrol': 'Phase release Control',
138
- 'phaseclose': 'Close Phase',
139
- 'phaselocking': 'Priority Control',
140
- 'tentativeplan': 'Tentative Plan',
141
- 'prioritycontrol': 'Priority Control',
142
- 'implement': 'Execute',
143
- 'comfirm': 'Comfirm',
144
- 'ipaddress': 'IP',
145
- 'deviceport': 'Port',
146
- 'agreement': 'Protocol',
147
- 'currentstage': 'Current Stage',
148
- 'allstagesnum': 'Total Stages',
149
- 'patternnum': 'Pattern Number',
150
- 'details': 'Details',
151
- 'autocontrol': 'Multi Period',
152
- 'yellowflash': 'Yellow light(s)',
153
- 'allred': 'Red Control(s)',
154
- 'step': 'Step Control',
155
- 'fixedperiod': 'Fixed_Cycle Control',
156
- 'inductioncontrol': 'Free Control',
157
- 'nocablecoordination': 'Nocable Control',
158
- 'phasewalk': 'Pedestrian Crossing Control',
159
- 'websteroptimization': 'Webster Single Point Optimization',
160
- 'inductivePedestrianCrossControl': 'Inductive Pedestrian Crossing Control',
161
- 'selfadaption': 'Self-Adaption',
162
- 'custom': 'Custom',
163
- 'controlmodevalue': 'Control Value',
164
- 'patternstate': 'Pattern State',
165
- 'cycle': 'Cycle',
166
- 'phasesplit': 'Phase Split',
167
- 'phase': 'Phase',
168
- 'patternoffset': 'Pattern offset',
169
- 'coordinationtime': 'Offset',
170
- 'getintersectionmapagain': 'Get intersection map again',
171
- 'ring': 'Ring',
172
- 'phaseid': 'Phase ID',
173
- 'detectorid': 'Detector ID',
174
- 'smallcars': 'Small Cars',
175
- 'mediumvehicles': 'Medium Vehicles',
176
- 'bigcars': 'Big Cars',
177
- 'possessionoftime': 'Possession Of Time',
178
- 'occupancy': 'Occupancy',
179
- 'phase_countdown': 'Phase_countdown',
180
- 'split': 'Split',
181
- 'type': 'Type',
182
- 'showlist': 'showlist',
183
- 'showlist1': 'Control Mode',
184
- 'showlist2': 'Cycle',
185
- 'showlist3': 'Current/Remaining Time',
186
- 'showlist4': 'Control Mode',
187
- 'showlist5': 'Offset',
188
- 'showlist6': 'Real-time Volume',
189
- 'platformcontrol': 'Platform Control',
190
- 'configurationtoolcontrol': 'Configuration Tool Control',
191
- 'manualcontrol': 'Manual Control',
192
- 'modelList': 'modelList',
193
- 'modelList0': 'Multi Period',
194
- 'modelList1': 'Yellow Flash',
195
- 'modelList2': 'Red Control',
196
- 'modelList3': 'Dark Control',
197
- 'modelList4': 'Step Control',
198
- 'modelList4-': 'Stage Control',
199
- 'modelList5': 'Fixed_Cycle Control',
200
- 'modelList6': 'Free Control',
201
- 'modelList7': 'Coordinated Induction Control',
202
- 'modelList8': 'Solution Selection Control',
203
- 'modelList9': 'Self-Adaption',
204
- 'modelList10': 'Nocable Control',
205
- 'modelList11': 'Host Computer Coordinated Control',
206
- 'modelList12': 'phasewalk',
207
- 'modelList13': 'Pattern Recovery',
208
- 'modelList14': 'Phase dwell',
209
- 'modelList15': 'Channel Detection',
210
- 'modelList16': 'Direction lock',
211
- 'modelList17': 'Webster Single Point Coordination',
212
- 'modelList18': 'Reserving18',
213
- 'modelList19': 'Inductive Pedestrian Crossing Control',
214
- 'modelList21': 'Reserving21',
215
- 'modelList22': 'Priority Control',
216
- 'modelList23': 'Close Phase',
217
- 'modelList100': 'Tentative Plan',
218
- 'modelList101': 'Direction Lock',
219
- 'modelList24': 'Priority Control',
220
- 'modelList25': 'Azimuth locking',
221
- 'controlType201': 'Scheme Update Frequency',
222
- 'priorityType': 'Priority Type',
223
- 'priorityPhase': 'Priority Phase',
224
- 'typeOption0': 'Regular Priority',
225
- 'typeOption1': 'Urgent Priority',
226
- 'dong': 'East',
227
- 'xi': 'West',
228
- 'bei': 'North',
229
- 'nan': 'South',
230
- 'dongnan': 'Southeast',
231
- 'xinan': 'Southwest',
232
- 'dongbei': 'Northeast',
233
- 'xibei': 'Northwest',
234
- 'es': 'East-Straight',
235
- 'el': 'East-Left',
236
- 'er': 'East-Right',
237
- 'eb': 'East-Back',
238
- 'ws': 'West-Straight',
239
- 'wl': 'West-Left',
240
- 'wr': 'West-Right',
241
- 'wb': 'West-Back',
242
- 'ns': 'North-Straight',
243
- 'nl': 'North-Left',
244
- 'nr': 'North-Right',
245
- 'nb': 'North-Back',
246
- 'ss': 'South-Straight',
247
- 'sl': 'South-Left',
248
- 'sr': 'South-Right',
249
- 'sb': 'South-Back',
250
- 'ses': 'Straight southeast ',
251
- 'sel': 'Southeast left ',
252
- 'ser': 'Southeast right turn ',
253
- 'seb': 'Turn southeast ',
254
- 'sws': 'Straight southwest ',
255
- 'swl': 'Southwest left turn ',
256
- 'swr': 'Southwest right turn ',
257
- 'swb': 'Southwest turn ',
258
- 'nes': 'Straight northeast ',
259
- 'nel': 'Northeast left turn ',
260
- 'ner': 'Northeast right turn ',
261
- 'neb': 'Northeast turn ',
262
- 'nws': 'Straight northwest ',
263
- 'nwl': 'Northwest left turn ',
264
- 'nwr': 'Northwest right turn ',
265
- 'nwb': 'Northwest turn around ',
266
- 'level': 'Level',
267
- 'levelOption': 'LevelOption',
268
- 'levelOption1': '1',
269
- 'levelOption2': '2',
270
- 'levelOption3': '3',
271
- 'levelOption4': '4',
272
- 'levelOption5': '5',
273
- 'modelList99': 'Device Mantenance',
274
- 'tips': 'Tips',
275
- 'mingreen': 'MinGreen(s)',
276
- 'azimuthlocking': 'Azimuth Locking',
277
- 'indirection': 'Inlet direction',
278
- 'greenclear': 'GreenClear(s)',
279
- 'exitmanul': 'It is necessary to restore self-control before exiting. Do you want to exit?',
280
- 'canceled': 'Cancelled',
281
- 'nextcycleeffic': 'Successful execution, the next cycle will take effect!',
282
- 'transitioneffic': 'The execution is successful. It will take effect after the transition switch!',
283
- 'controlnumerrormess': 'When the control mode is user-defined, the control mode number cannot be empty!',
284
- 'delay': 'Delay time(s)',
285
- 'duration': 'Duration(s)',
286
- 'curModel': 'Current Model',
287
- 'curStage': 'Current Stage',
288
- 'curPhase': 'Current Phase',
289
- 'responseTime': 'Response Time',
290
- 'putTscControlError1': 'Unsupported control pattern',
291
- 'putTscControlError2': 'Control number not exist',
292
- 'putTscControlError3': 'Unsupported control params',
293
- 'putTscControlError4': 'device is in initialization',
294
- 'putTscControlError5': 'The pattern with higher priority is under control',
295
- 'putTscControlError6': 'The user with higher priority is under control',
296
- 'putTscControlError7': 'The scheme corresponding to the scheme number does not exist',
297
- 'putTscControlError8': 'Configuration contains green conflicts',
298
- 'putTscControlError9': 'Junction number is incorrect',
299
- 'putTscControlError10': 'Phase number does not exist',
300
- 'putTscControlError11': 'This user has no permissions ',
301
- 'putTscControlError12': 'Area or junction does not exist ',
302
- 'putTscControlError13': 'Invalid operation list number ',
303
- 'putTscControlError14': 'Failed to read file ',
304
- 'putTscControlError15': 'Operation list number does not exist ',
305
- 'putTscControlError16': 'Command error in operation list ',
306
- 'putTscControlError17': 'Intersection ID does not exist ',
307
- 'putTscControlError18': 'Different loop periods are inconsistent ',
308
- 'putTscControlError19': 'Green ratio less than minimum green ',
309
- 'putTscControlError20': 'green ratio greater than maximum green ',
310
- 'putTscControlError21': 'Unsupported Phase type ',
311
- 'putTscControlError22': 'Number of unsupported phases ',
312
- 'putTscControlError23': 'Key error',
313
- 'putTscControlError24': 'The check information does not exist',
314
- 'putTscControlError25': 'Protocol incompatibility',
315
- 'putTscControlError26': 'The control interval is too short',
316
- 'putTscControlError99': 'Control exception ',
317
- // 'putTscControlError20': 'In the provisional scheme, the green signal ratio should be greater than the phase minimum green + yellow light + all red, and less than the maximum green 1+ yellow light + all red',
318
- 'nofault': 'None',
319
- 'extendedContent': 'Extended Content',
320
- 'JSONFormatError': 'JSON format error!',
321
- 'showFault': 'Display fault details',
322
- 'hideFault': 'Hide fault details',
323
- 'close': 'close',
324
- 'closemode': 'mode',
325
- 'closeOption0': 'recovery',
326
- 'closeOption1': 'close',
327
- 'closeOption2': 'only vehicle close',
328
- 'closeOption3': 'only pedestrian close',
329
- 'lockingOption0': 'recovery',
330
- 'lockingOption1': 'locking',
331
- 'lockingOption2': 'only vehicle locking',
332
- 'lockingOption3': 'only pedestrian locking',
333
- 'vehicle': 'vehicle',
334
- 'pedestrian': 'pedestrian',
335
- 'confirmed': 'confirmed',
336
- 'ignored': 'ignored',
337
- 'untreated': 'untreated',
338
- 'item': 'item',
339
- 'noselectcontroltip': 'Please select a control method first!',
340
- 'residentcontrol': 'Resident Control',
341
- 'schemeselection': 'Pattern Select',
342
- 'others': 'Others',
343
- 'recovery': 'Recovery'
344
- },
345
- 'phase': {
346
- 'phase': 'P',
347
- 'stage': 'S',
348
- 'desc': 'LaneDirection',
349
- 'peddesc': 'PedestrianDirection',
350
- 'controltype': 'ControlType',
351
- 'mingreen': 'MinGreen',
352
- 'max1': 'Max1',
353
- 'max2': 'Max2',
354
- 'passage': 'passage(min)',
355
- 'phasewalk': 'phasewalk',
356
- 'pedclear': 'PedClear',
357
- 'yellow': 'Yellow(min)',
358
- 'redclear': 'RedClear(min)',
359
- 'greenclear': 'GreenClear',
360
- 'ring': 'Ring',
361
- 'greenpulse': 'Greenpulse',
362
- 'redpulse': 'Redpulse',
363
- 'concurrent': 'Concurrent',
364
- 'lane': 'Connection',
365
- 'operation': 'Operation',
366
- 'add': 'Add Phase',
367
- 'deletetip': 'Delete This Phase ?',
368
- 'deleteAlltip': 'Are you sure to delete all phases and patterns ?',
369
- 'mostdata': 'There are at most 40 data !',
370
- 'es': 'East-Straight',
371
- 'el': 'East-Left',
372
- 'er': 'East-Right',
373
- 'eb': 'East-Back',
374
- 'ws': 'West-Straight',
375
- 'wl': 'West-Left',
376
- 'wr': 'West-Right',
377
- 'wb': 'West-Back',
378
- 'ns': 'North-Straight',
379
- 'nl': 'North-Left',
380
- 'nr': 'North-Right',
381
- 'nb': 'North-Back',
382
- 'ss': 'South-Straight',
383
- 'sl': 'South-Left',
384
- 'sr': 'South-Right',
385
- 'sb': 'South-Back',
386
- 'eped': 'East-Pedestrian',
387
- 'wped': 'West-Pedestrian',
388
- 'sped': 'South-Pedestrian',
389
- 'nped': 'North-Pedestrian',
390
- 'etped': 'East-Top-Pedestrian',
391
- 'ebped': 'East-Bottom-Pedestrian',
392
- 'wtped': 'West-Top-Pedestrian',
393
- 'wbped': 'West-Bottom-Pedestrian',
394
- 'slped': 'South-Left-Pedestrian',
395
- 'srped': 'South-Right-Pedestrian',
396
- 'nlped': 'North-Left-Pedestrian',
397
- 'nrped': 'North-Right-Pedestrian',
398
- 'xrped': 'X-/-Pedestrian',
399
- 'xlped': 'X-\\-Pedestrian',
400
- 'ewped': 'East-West-Pedestrian',
401
- 'snped': 'South-North-Pedestrian',
402
- 'redyellow': 'redyellow',
403
- 'vehiclethresh': 'Vehicle Queuing Threshold',
404
- 'pedestrianthresh': 'Pedestrian waiting Threshold',
405
- 'mainroad': 'main road',
406
- 'bypass': 'by-pass',
407
- 'pedestrianonly': 'pedestrian only',
408
- 'busonly': 'bus only',
409
- 'BRTonly': 'BRT only',
410
- 'tramonly': 'tram only',
411
- 'nonvehiclesonly': 'non vehicles only',
412
- 'virtualphase': 'virtual phase',
413
- 'pulsetype': 'PulseType',
414
- 'offpulse': 'Turn off pedestrian and vehicle pulses',
415
- 'sendvehiclepulse': 'Send vehicle pulse',
416
- 'sendpedestrianpulse': 'Send pedestrian pulse',
417
- 'sendpedestriansvehiclepulse': 'Send pedestrians and vehicles pulses'
418
- },
419
- 'overlap': {
420
- 'desc': 'Description',
421
- 'includedPhases': 'IncludedPhases',
422
- 'lane': 'Lane',
423
- 'operation': 'Operation',
424
- 'add': 'Add overlap',
425
- 'deletetip': 'Delete This Overlap?',
426
- 'mostdata': 'There are at most 16 data !'
427
- },
428
- 'pattern': {
429
- 'stageno': 'Stage number',
430
- 'property': 'Property',
431
- 'desc': 'Description',
432
- 'offset': 'Offset',
433
- 'cycle': 'Cycle',
434
- 'operation': 'Operation',
435
- 'deletetip': 'Delete This Pattern?',
436
- 'firstphase': 'Please create phase first !',
437
- 'mostdata': 'There are at most 32 data !',
438
- 'ring': 'Ring',
439
- 'modeOption1': 'Other',
440
- 'modeOption2': 'None',
441
- 'modeOption3': 'Min Call',
442
- 'modeOption4': 'Max Call',
443
- 'modeOption5': 'Pedestrian Call',
444
- 'modeOption6': 'Max Call And Pedestrian Call',
445
- 'modeOption7': 'Omit Call',
446
- 'modeOption8': 'Turn Off Phase',
447
- 'modeOption9': 'Yellow Flash Phase',
448
- 'modeOption10': 'Fix',
449
- 'modeOption11': 'Dwell',
450
- 'coordphaseOption1': 'Coordination Phase',
451
- 'coordphaseOption2': 'Key Phase',
452
- 'coordphaseOption4': 'Fixed Phase',
453
- 'forbiddenstage': 'Forbidden Stage',
454
- 'screenstage': 'Screen Stage',
455
- 'coordinatestage': 'Coordinate Stage ',
456
- 'delaystart': 'Delay Start ',
457
- 'advanceend': 'Advance End',
458
- 'stageConfig': 'Stage Config',
459
- 'parameters': 'Parameters',
460
- 'overLap': 'Over Lap',
461
- 'plan': 'Plan',
462
- 'patternOptimize': 'Pattern Optimize',
463
- 'optimizetype': 'Optimize Type',
464
- 'inoptimize': 'In Optimize',
465
- 'success': 'Success',
466
- 'optimizecycle': 'Optimize Cycle',
467
- 'ringConfig': 'Ring Config',
468
- 'stage': 'Stage',
469
- 'phase': 'Phase',
470
- 'agentidError': 'Failed to get agentid!',
471
- 'splitCheckMsg': 'The green letter ratio must be greater than the phase transition time or the pedestrian crossing + pedestrian transition time!',
472
- 'pattern': 'Pattern',
473
- 'green': 'Green',
474
- 'yellow': 'Yellow',
475
- 'red': 'Red'
476
- },
477
- 'plan': {
478
- 'tipcontext': 'Please input your plan_name',
479
- 'editcontext': 'Please edit plan name',
480
- 'plannamerequired': 'Plan name is required!',
481
- 'plannamerepeated': 'Plan name cannot be repeated!',
482
- 'mostplandata': 'There are at most 16 data !!',
483
- 'tip': 'Tips',
484
- 'ok': 'OK',
485
- 'cancel': 'Cancel',
486
- 'desc': 'Description',
487
- 'time': 'Time',
488
- 'cycle': 'Cycle',
489
- 'pattern': 'Pattern',
490
- 'operation': 'Operation',
491
- 'deletetip': 'Delete This Plan?',
492
- 'tabtip': 'Delete This Tab?',
493
- 'mostdata': 'There are at most 48 data !',
494
- 'editname': 'Edit name',
495
- 'controltype': 'Control Type',
496
- 'ControlOption1': 'Yellow Clear',
497
- 'ControlOption2': 'Red Control',
498
- 'ControlOption3': 'Dark Control',
499
- 'ControlOption4': 'Step Control',
500
- 'ControlOption5': 'Fixed_Cycle Control',
501
- 'ControlOption6': 'Free Control',
502
- 'ControlOption9': 'Self-Adaption',
503
- 'ControlOption10': 'Nocable Control',
504
- 'ControlOption12': 'Pedestrian Crossing Control',
505
- 'ControlOption19': 'Inductive Pedestrian Crossing Control',
506
- 'plan': 'plan'
507
- },
508
- 'date': {
509
- 'desc': 'Description',
510
- 'month': 'Month',
511
- 'day': 'Day',
512
- 'date': 'Date',
513
- 'plan': 'Plan',
514
- 'operation': 'Operation',
515
- 'deletetip': 'Delete This Date?',
516
- 'mostdata': 'There are at most 40 data !'
517
- },
518
- 'channel': {
519
- 'desc': 'Description',
520
- 'controlsource': 'ControlSource',
521
- 'controlType': 'ControlType',
522
- 'voltthresh': 'Voltthresh',
523
- 'pacthresh': 'Pacthresh',
524
- 'peakhthresh': 'Peakhthresh',
525
- 'peaklthresh': 'Peaklthresh',
526
- 'operation': 'Operation',
527
- 'other': 'other',
528
- 'phaseVehicle': 'phaseVehicle',
529
- 'phasePedestrian': 'phasePedestrian',
530
- 'overlap': 'overlap',
531
- 'deletetip': 'Delete This Channel ?',
532
- 'deleteAlltip': 'Delete All Channel ?',
533
- 'mostdata': 'There are at most 40 data !',
534
- 'firstoverlapl': 'Please create overlap first !'
535
- },
536
- 'detector': {
537
- 'desc': 'Description',
538
- 'type': 'Type',
539
- 'typeOptionundefined': '',
540
- 'typeOption': 'typeOption',
541
- 'typeOption0': 'Coil',
542
- 'typeOption1': 'Smart junction terminal',
543
- 'callPhase': 'CallPhase',
544
- 'noactivity': 'NoActivity(min)',
545
- 'maxpresence': 'MaxPresence(min)',
546
- 'erraticCounts': 'ErraticCounts(Car/minute)',
547
- 'failtime': 'FailTime(second)',
548
- 'enable': 'Enable',
549
- 'mode': 'Mode',
550
- 'presenttime': 'Presenttime(second)',
551
- 'sense': 'Sense',
552
- 'sampletime': 'Sampletime(μs)',
553
- 'inthresh': 'Inthresh',
554
- 'outthresh': 'Outthresh',
555
- 'infilter': 'Infilter',
556
- 'outfilter': 'Outfilter ',
557
- 'saturationflow': 'SaturationFlow',
558
- 'operation': 'Operation',
559
- 'deletetip': 'Delete This Detector?',
560
- 'deleteAlltip': 'Delete All Detector?',
561
- 'mostdata': 'There are at most 64 data !',
562
- 'mostclonedata': 'There are at most 72 data !'
563
- },
564
- 'channellock': {
565
- 'deleteAlltip': 'Delete All channellock',
566
- 'deleteOnetip': 'Are you sure you want to delete this channel lock?',
567
- 'starttime': 'Start Time',
568
- 'endtime': 'End Time',
569
- 'transitiongreenflashtime': 'Green Flashing Time',
570
- 'transitionyellowtime': 'Yellow Time',
571
- 'channelstats': 'Channel Status',
572
- 'lockinperiod': 'Lock In Period',
573
- 'channel': 'Channel',
574
- 'channelinfo': 'Channel Info',
575
- 'status': 'Status',
576
- 'status1': 'Default',
577
- 'status2': 'Ded Light',
578
- 'status3': 'Yellow Light',
579
- 'status4': 'Green Light',
580
- 'status5': 'Green Flash',
581
- 'status6': 'Lights Off',
582
- 'status7': 'Red Flash',
583
- 'maxlength': 'There are at most 24 data !'
584
- },
585
- 'channelControl': {
586
- 'recoverysuccess': 'Recovery Success!',
587
- 'recoveryfailed': 'Recovery Failed!',
588
- 'testsuccess': 'Test Success!',
589
- 'testfailed': 'Test Failed!',
590
- 'channel': 'Channel',
591
- 'redresidualvoltage': 'Red Residual Voltage',
592
- 'redoutputvoltage': 'Red Output Voltage',
593
- 'redoffresidualpower': 'Red Off Residual Power',
594
- 'redonoutputpower': 'Red On Output Power',
595
- 'yellowresidualvoltage': 'Yellow Residual Voltage',
596
- 'yellowoutputvoltage': 'Yellow Output Voltage',
597
- 'yellowoffresidualpower': 'Yellow Off Residual Power',
598
- 'yellowonoutputpower': 'Yellow On Output Power',
599
- 'greenresidualvoltage': 'Green Residual Voltage',
600
- 'greenoutputvoltage': 'Green Output Voltage',
601
- 'greenoffresidualpower': 'Green Off Residual Power',
602
- 'greenonoutputpower': 'Green On Output Power',
603
- 'inputvoltage': 'Input Voltage',
604
- 'implement': 'Implement',
605
- 'implementsuccess': 'Implement success!',
606
- 'noClickedLamp': 'No channel light terminal selected!'
607
- },
608
- 'pedestrianDetector': {
609
- 'desc': 'Description ',
610
- 'callPhase': 'Call Phase',
611
- 'noactivity': 'Noactivity(min)',
612
- 'maxpresence': 'Maxpresence(min)',
613
- 'erraticCounts': 'Erratic Counts(one/min)',
614
- 'operation': 'Operation',
615
- 'deletetip': 'Delete This Detector',
616
- 'mostdata': 'There are at most 8 data !',
617
- 'type': 'Detector Type',
618
- 'typeOptionundefined': '',
619
- 'typeOption': 'typeOption',
620
- 'typeOption0': 'Coil',
621
- 'typeOption1': 'Radar',
622
- 'typeOption2': 'Video',
623
- 'region': 'Detector Area',
624
- 'regionOption': 'regionOption',
625
- 'regionOptionundefined': '',
626
- 'regionOption0': 'Default',
627
- 'regionOption1': 'Waiting Area',
628
- 'regionOption2': 'Cross Street Area'
629
- },
630
- 'deviceinfo': {
631
- 'deviceinfo': 'Device Info:',
632
- 'addresscode': 'Adress Code:',
633
- 'areaid': 'Region ID:',
634
- 'devid': 'Intersection ID:',
635
- 'devname': 'Intersection Name',
636
- 'selflearning': 'Selflearning:',
637
- 'deviceparam': 'Device Parameters:',
638
- 'startyellowflashtime': 'Start Yellow Flash Time:',
639
- 'startredtime': 'Start Red Time:',
640
- 'greenwavetransitionperiod': 'Transition Cycle:',
641
- 'ip1': 'IP1',
642
- 'ip': 'IP: ',
643
- 'subnetmask': 'Subnet Mask:',
644
- 'gateway': 'Gateway:',
645
- 'ip2': 'IP2',
646
- 'centercommunicationip': 'Center Communication IP',
647
- 'port': 'Port:',
648
- 'cascade': 'Cascade:',
649
- 'lampcontrolpanel': 'Number Of Light Control Panels:',
650
- 'boardsformainengine': 'Number Of Inspection Boards:',
651
- 'ioboards': 'Number Of IO Boards:',
652
- 'slavecascadeoffset': 'Slave Cascade Offset:',
653
- 'deviceinfostyle': 'margin-left: 100px; top: 10px;',
654
- 'deviceparamstyle': 'margin-left: 170px; top: 10px;',
655
- 'deviceselflearningstyle': 'margin-left: 100px; top: 15px;',
656
- 'faultdetect': 'Fault Detect',
657
- 'closegreenandredon': 'Close Green And Red On: ',
658
- 'closenoredon': 'Close No Red On: ',
659
- 'detectgapgreenandredon': 'Detect Gap Green And Red On(0.1s): ',
660
- 'detectgapnoredon': 'Detect Gap No Red On(0.1s): ',
661
- 'detectgapgreenconflict': 'Detect Gap Green Conflict(0.1s): ',
662
- 'startOrderParams': 'Start Order Params ',
663
- 'netcardInfo': 'Network Info: ',
664
- 'stepType': 'Step Type',
665
- 'step0': 'stage',
666
- 'step1': 'step',
667
- 'seeCutEffect': 'See Cut Detail',
668
- 'siteIdLimit': 'SiteId must be whithin 0 ~ 99999',
669
- 'siteIdCutEffect': 'SiteId Cut Detail',
670
- 'cutData': 'Cut Data',
671
- 'cutEffect': 'Cut Detail',
672
- 'longgerThan20': 'Data length is longger than 20 !',
673
- 'timezonehour': 'Time zone / Hour',
674
- 'timezoneminute': 'Time zone / Minute'
675
- },
676
- 'singleoptim': {
677
- 'deletetip': 'Sure to delete ?',
678
- 'selfControlParams': 'Self Control Params',
679
- 'lossTimeOfGreenBeginning': 'LossTime Of Green Beginning(second)',
680
- 'lossTimeOfYellowEnding': 'LossTime Of Yellow Ending(second)',
681
- 'saturationFlow': 'Saturation Flow(vehidle/hour)',
682
- 'cycleAdjustmentFactor': 'Cycle Adjustment Factor',
683
- 'selfLearningModeOnOrOff': 'Self Learning Mode',
684
- 'staticWeight': 'Static Weight',
685
- 'phaseStaticFactor': 'Phase Static Factor',
686
- 'createPatternFirst': 'Please create pattern first',
687
- 'gratterThanHundred': 'The sum must less than hundred '
688
- },
689
- 'controlpanel': {
690
- 'controlmode': 'Control Mode',
691
- 'duration': 'Green Duration',
692
- 'transitiongreenflashtime': 'Green Flash Time',
693
- 'transitionyellowtime': 'Yellow Time',
694
- 'transitionredtime': 'All Red Time',
695
- 'mingreen': 'Min Green',
696
- 'channel': 'Channel',
697
- 'channeldesc': 'Channel Description',
698
- 'status': 'State',
699
- 'step': 'Step',
700
- 'allred': 'All Red',
701
- 'yellowflash': 'Yellow Flash',
702
- 'defaultsettings': 'Default Settings',
703
- 'allclear': 'All Clear',
704
- 'clear': 'Clear',
705
- 'execute': 'Lock current direction',
706
- 'resetstatus': 'Reset State',
707
- 'manualbtn': 'manualbtn',
708
- 'manualbtn1': '1',
709
- 'manualbtn2': '2',
710
- 'manualbtn3': '3',
711
- 'manualbtn4': '4',
712
- 'manualbtn5': '5',
713
- 'manualbtn6': '6',
714
- 'manualbtn7': '7',
715
- 'manualbtn8': '8',
716
- 'channelstatus': 'channelstatus',
717
- 'channelstatus1': 'Red',
718
- 'channelstatus3': 'Green',
719
- 'channelstatus4': 'Lights Out',
720
- 'getdefaultmanualpaneltips': 'Generate default parameters successfully, please check!',
721
- 'phaseanddetectornotnull': 'Phase and channel cannot be empty!',
722
- 'iscleardata': 'Clear data?',
723
- 'tips': 'Tips',
724
- 'cancelclear': 'Emptying cancelled',
725
- 'changered': 'Do you want to initialize all States to red?',
726
- 'cancelinit': 'Uninitialized',
727
- 'manualpanelundefined': '',
728
- 'manualpanel0': 'Default',
729
- 'manualpanel1': 'Custom',
730
- 'manualcontrolbackground': 'manualcontrolbackgrounden',
731
- 'lockconfigempty': 'Channel locK info cannot be empty!'
732
- },
733
- 'system': {
734
- 'information': 'Information',
735
- 'remotecontrol': 'Remote Control',
736
- 'channeldetection': 'Channel Detection',
737
- 'signalversion': 'Signal Version',
738
- 'softwareversion': 'Software Version',
739
- 'hardwareversion': 'Hardware Version',
740
- 'currentsystemtime': 'System Time',
741
- 'time': 'Time',
742
- 'featureparameterversion': 'Parameter Version',
743
- 'version': 'Version',
744
- 'identificationcode': 'Identification Code',
745
- 'equipmentidentificationcode': 'Device Identification Code',
746
- 'remotedebugging': 'Remote Debugging',
747
- 'openornot': 'Open',
748
- 'automaticshutdown': 'Auto Shutdown',
749
- 'systemupdate': 'System Update',
750
- 'dataupdate': 'Data Update',
751
- 'reset': 'Set',
752
- 'sure': 'Sure',
753
- 'oper': 'Operation',
754
- 'selectfile': 'Select File',
755
- 'noselectfile': 'No update file selected!',
756
- 'updateUSB': 'Update USB',
757
- 'recovery': 'Recovery',
758
- 'lampcontrolpanel': 'Lamp Control Panel',
759
- 'featureparameterversionsetting': 'Parameter Version Setting',
760
- 'deviceidentificationcodesetting': 'Device Identification Code Setting',
761
- 'baudrate': 'Baudrate',
762
- 'databit': 'Data Bits',
763
- 'stopbit': 'Stop Bit',
764
- 'paritybit': 'Parity Bit',
765
- 'signalidentificationcode': 'Signal Identification Code',
766
- 'modifysystemtime': 'Modify System Time',
767
- 'selectdate': 'Select Date',
768
- 'anytimepoint': 'Any Time Point',
769
- 'tips': 'Tips',
770
- 'update': 'Update',
771
- 'duration1': '5min',
772
- 'duration2': '60min',
773
- 'duration3': 'Unlimited',
774
- 'remote1': 'Restart',
775
- 'remote2': 'Authorize',
776
- 'remote3': 'Custom',
777
- 'test': 'Test',
778
- 'realTimeChannel': 'Real time channel',
779
- 'isReboot': 'The system file is downloaded successfully. The update takes effect after restarting. Do you want to restart the device?',
780
- 'rebootSuccess': 'Restart successfully!',
781
- 'rebootFaile': 'Restart failed!',
782
- 'resetSuccess': 'Set successfully!',
783
- 'filesuccess': 'Upgrade file transfer complete!',
784
- 'filefailed': 'Upgrade interface call failed!',
785
- 'updateovertime': 'Update file overtime!'
786
- },
787
- 'optimize': {
788
- 'strategy': 'Optimization strategy',
789
- 'learn': 'Self learning',
790
- 'saturation': 'Statistical parameters of intersection(The sampling period is 5 minutes):',
791
- 'phase': 'Phase',
792
- 'flow': 'Saturated Flow(veh.)',
793
- 'queue': 'Saturated Queue length(veh.)',
794
- 'speed': 'Max Speed(km/h)',
795
- 'Occupancy': 'Saturated Occupancy rate',
796
- 'mathematical': 'mathematical model'
797
- },
798
- 'history': {
799
- 'description': 'Description',
800
- 'user': 'User',
801
- 'updatetime': 'Update Time',
802
- 'operation': 'Operation',
803
- 'deletetip': 'Delete This History?'
804
- },
805
- 'fault': {
806
- 'refresh': 'Refresh',
807
- 'uploadfault': 'Upload Fault',
808
- 'export': 'Export',
809
- 'faultofcurrentdetailedlightgroup': 'Detail Faults',
810
- 'faultofcurrentdetailedvehicleinspectionversion': 'Detail Faults',
811
- 'tab': 'tab',
812
- 'tab0': 'Overview',
813
- 'tab1': 'Main Control Board',
814
- 'tab2': 'Light Control Panel',
815
- 'tab3': 'Vehicle Inspection Board',
816
- 'tab4': 'I/O Board',
817
- 'tab5': 'Fault board',
818
- 'tab6': 'Characteristic params',
819
- 'maintype': 'Maintype',
820
- 'subtype': 'Subtype',
821
- 'occurtime': 'Occurtime',
822
- 'recoverytime': 'Recoverytime',
823
- 'grade': 'Grade',
824
- 'value': 'value'
825
- },
826
- 'statistics': {
827
- 'username': 'User_name:',
828
- 'pass': 'Password:',
829
- 'usernameplaceholder': 'Enter one user name',
830
- 'passplaceholder': 'Please input a password',
831
- 'getdevicedata': 'Upload flow',
832
- 'detector': 'Detector',
833
- 'time': 'Time',
834
- 'flow': 'Flow',
835
- 'occupyrate': 'Occupancy',
836
- 'occupytime': 'Possession of time',
837
- 'userpassnotnull': 'User name or password cannot be empty!',
838
- 'historicalisempty': 'Get historical traffic data is empty!'
839
- },
840
- 'dailyrecord': {
841
- 'data': 'Data',
842
- 'infotype': 'Infotype',
843
- 'subject': 'Subject',
844
- 'object': 'Object',
845
- 'operationresults': 'Operation Result',
846
- 'uploaddailyrecord': 'Upload Dailyrecord',
847
- 'success': 'Success',
848
- 'fault': 'Fault',
849
- 'platform': 'Platform',
850
- 'configurationsoftware': 'Configuration Software',
851
- 'getmanualpanel': 'Getmanual Panel',
852
- 'signal': 'Signal Machine',
853
- 'localpanelcontrol': 'Local Panel Control',
854
- 'systemmanualcontrol': 'System Manual Control',
855
- 'systemdownloadcharacteristic': 'System Download Characteristic Parameters',
856
- 'systemdownload': 'System Download',
857
- 'systemuploadparameters': 'System Upload Parameters',
858
- 'systemrestartsignal': 'System Restart Signal',
859
- 'systemdownloadplan': 'System Download Plan',
860
- 'systemuploadplan': 'System Upload Plan',
861
- 'systemdownloadschedulingplan': 'System Download Scheduling Plan',
862
- 'systemuploadschedulingplan': 'System Upload Scheduling Plan',
863
- 'systemdownloaddate': 'System Download Date',
864
- 'systemuploaddate': 'System Upload Date',
865
- 'systemchanneldetection': 'System Channel Detection',
866
- 'systemsolutionintervention': 'System Solution Intervention',
867
- 'systemsetuptime': 'System Setup Time'
868
- },
869
- 'control': {
870
- 'mode': 'Mode:',
871
- 'control': 'Control:',
872
- 'cycle': 'Cycle:',
873
- 'offset': 'Offset:',
874
- 'curTime': 'CurTime:',
875
- 'syncTime': 'SyncTime:',
876
- 'score': 'Score:',
877
- 'level': 'Level:',
878
- 'patternid': 'Pattern Id:',
879
- 'name': 'Name:',
880
- 'current_phase': 'Current_phase:',
881
- 'phase': 'Phase',
882
- 'ring': 'Ring',
883
- 'control_style': 'Control',
884
- 'mode_style': 'Mode',
885
- 'pattern': 'Pattern',
886
- 'phase_countdown': 'Phase_countdown:',
887
- 'split': 'Split:',
888
- 'countdown': 'Countdown:',
889
- 'id': 'Id:',
890
- 'type': 'Type:',
891
- 'light_countdown': 'Light_countdown:',
892
- 'sequence': 'Sequence:',
893
- 'num': 'Num:',
894
- 'value': 'Parameters',
895
- 'currentvolume': 'CurrentVolume',
896
- 'time': 'Time'
897
- },
898
- 'button': {
899
- 'OK': 'OK',
900
- 'Cancel': 'Cancel',
901
- 'Back': 'Back',
902
- 'ignore': 'Ignore',
903
- 'confirm': 'Confirm',
904
- 'save': 'Save',
905
- 'reset': 'Reset'
906
- },
907
- 'common': {
908
- 'confirm': 'Confirm',
909
- 'query': 'Query',
910
- 'stageStyle': 'Stage Style',
911
- 'ringStyle': 'Ring Style',
912
- 'cancel': 'Cancel',
913
- 'add': 'Add',
914
- 'delete': 'Delete',
915
- 'clone': 'Clone',
916
- 'deleteall': 'DeleteAll',
917
- 'update': 'Update',
918
- 'search': 'Search',
919
- 'alarm': 'Alarm',
920
- 'none': 'none',
921
- 'weak': 'weak',
922
- 'enter': 'Please enter the content',
923
- 'normal': 'normal',
924
- 'strong': 'strong',
925
- 'name': 'Name',
926
- 'path': 'Path',
927
- 'description': 'Description',
928
- 'operations': 'Operations',
929
- 'addfailed': 'Add Success!',
930
- 'addsucess': 'Add Failed!',
931
- 'addcancel': 'Add Canceled!',
932
- 'deletefailed': 'Delete Failed!',
933
- 'deletesucess': 'Delete Success!',
934
- 'deletecancel': 'Delete Canceled!',
935
- 'updatefailed': 'Update Failed!',
936
- 'updatesucess': 'Update Success!',
937
- 'updatecancel': 'Update Canceled!',
938
- 'relatefailed': 'Relate Failed!',
939
- 'relatesucess': 'Relate Success!',
940
- 'relatecancel': 'Relate Canceled!',
941
- 'upload': 'Upload',
942
- 'select': 'Select',
943
- 'nodata': 'No data',
944
- 'input': 'Please enter a word',
945
- 'entercontent': 'Please enter the content',
946
- 'commit': 'Commit',
947
- 'commitandexecute': 'CommitAndExecute',
948
- 'uploadsuccess': 'Upload Success!',
949
- 'download': 'Download Success!',
950
- 'downloaderror': 'Signal Check Error!',
951
- 'downloadandrun': 'Submit and run successfully!',
952
- 'editagentid': 'Edit AgentID',
953
- 'querysucess': 'Query Success!',
954
- 'setup': 'setup',
955
- 'tipsmodaltitle': 'Tips',
956
- 'deviceoffline': 'Device not online!',
957
- 'operationsuccess': 'Operation Success !',
958
- 'savesucess': 'Save Success!'
959
- },
960
- 'login': {
961
- 'title': 'Openatc-Configer',
962
- 'login': 'Sign in',
963
- 'authorize': 'Authorize',
964
- 'close': 'Close',
965
- 'dialogtitle': 'Available authorizations',
966
- 'username': 'User Name',
967
- 'password': 'Password',
968
- 'networkparam': 'Network parameters',
969
- 'port': 'Port',
970
- 'protocol': 'Protocol',
971
- 'restoredefaultparameters': 'Restore default parameters',
972
- 'enterip': 'Please enter IP',
973
- 'enterlegalip': 'Please enter legal IP!',
974
- 'enterpport': 'Please enter the port',
975
- 'entercorrectport': 'Please enter the correct port!',
976
- 'usernamenotnull': 'User name cannot be empty!',
977
- 'passnotnull': 'Password cannot be empty!',
978
- 'selectagreement': 'Please select protocol',
979
- 'enterdeviceid': 'Please enter device ID',
980
- 'loginerror': 'Login error!'
981
- },
982
- 'errorTip': {
983
- 'phaseNotZero': 'Must contain at least phase !',
984
- 'phaseExceed': 'One ring can not exceed 16 phases at most!',
985
- 'planNotZero': 'Must contain at least plan !',
986
- 'patternNotZero': 'Must contain at least pattern',
987
- 'dataNotZero': 'Must contain at least data!',
988
- 'dateIsAll': 'This date must be full year !',
989
- 'planDate': 'The time in the plan is unreasonable !',
990
- 'patternRing': 'The ring time of the same pattern must be equal !',
991
- 'dataPlan': 'The plan in the date can not be empty !',
992
- 'planPattern': 'The pattern in the plan can not be empty !',
993
- 'overlapRules': 'The parent phase in the overlap cannot be empty!',
994
- 'manualpanel': 'The manualpanel cannot be empty!',
995
- 'momthIsNull': 'Month cannot be empty in date!',
996
- 'devicenotonline': 'Device not online!',
997
- 'abnormalcommunication': 'Abnormal Communication!',
998
- 'saveParamFailed': 'Signal save parameter failed!',
999
- 'ringErrorTip': 'Ring configuration should be started from ring 1, and skip ring configuration is not allowed!',
1000
- 'deviceinformationnotnull': 'Address code in device information cannot be empty!',
1001
- 'noSchemeUpload': 'There is no scheme to upload!',
1002
- 'readSchemeSucc': 'Reading scheme succeeded!',
1003
- 'singleDownloadNotZero': 'Download data cannot be empty!'
1004
- },
1005
- 'importTemp': {
1006
- 'editTemplateData': 'Edit Template Data',
1007
- 'template': 'Template',
1008
- 'crossShape': 'Cross Shape',
1009
- 'name': 'Name',
1010
- 'phaseCount': 'Phase Count',
1011
- 'phase': 'Phase',
1012
- 'greenClear': 'GreenClear',
1013
- 'yellow': 'Yellow',
1014
- 'redClear': 'RedClear',
1015
- 'pattern': 'Pattern',
1016
- 'count': 'Count',
1017
- 'split': 'Split',
1018
- 'plan': 'Plan',
1019
- 'date': 'Date',
1020
- 'annual': 'Annual',
1021
- 'crossShapes': {
1022
- 'crossroads': 'Crossroads',
1023
- 'tjunction': 'T-junction',
1024
- 'roundabout': 'Roundabout',
1025
- 'rampintersection': 'RampIntersection',
1026
- 'pedestriancrossing': 'PedestrianCrossing',
1027
- 'otherIntersections': 'OtherIntersections',
1028
- 'customIntersection': 'CustomIntersection'
1029
- },
1030
- 'crossIntersection': {
1031
- 'eastward': 'Eastward',
1032
- 'westward': 'Westward',
1033
- 'southward': 'Southward',
1034
- 'northward': 'Northward',
1035
- 'eastwestward': 'Eastwestdirection',
1036
- 'southnorthward': 'Northsouthdirection'
1037
- },
1038
- 'crossPhase': {
1039
- 'onePhase': 'OnePhase',
1040
- 'twoPhase': 'TwoPhase',
1041
- 'threePhase': 'ThreePhase',
1042
- 'fourPhase': 'FourPhase',
1043
- 'fivePhase': 'FivePhase',
1044
- 'sixPhase': 'SixPhase',
1045
- 'sevenPhase': 'SevenPhase',
1046
- 'eightPhase': 'EightPhase',
1047
- 'ninePhase': 'NinePhase',
1048
- 'tenPhase': 'TenPhase',
1049
- 'elevenPhase': 'ElevenPhase',
1050
- 'twelvePhase': 'TwelvePhase',
1051
- 'thirteenPhase': 'ThirteenPhase',
1052
- 'fourteenPhase': 'FourteenPhase',
1053
- 'fifteenPhase': 'FifteenPhase',
1054
- 'sixteenPhase': 'SixteenPhase'
1055
- }
1056
- },
1057
- 'about': {
1058
- 'version': 'Version',
1059
- 'copyright': 'Copyright',
1060
- 'company': 'KEDACOM',
1061
- 'packedtime': 'Packed time',
1062
- 'opensourceagreement': 'Opensource Agreement'
1063
- },
1064
- 'message': {
1065
- 'errorcode': 'Error code',
1066
- '10000': 'Parameter is empty',
1067
- '10001': 'Parameter length error',
1068
- '1002': 'Error',
1069
- '10002': 'Record cannot be empty',
1070
- '20003': 'id cannot be empty and cannot be 0',
1071
- '20004': 'No parameter record',
1072
- '20005': 'No device id found',
1073
- '20006': 'Data stream close failed!',
1074
- '20007': 'Json Type conversion failed!',
1075
- '20008': 'File read failed!',
1076
- '20009': 'File does not exist!',
1077
- '20010': 'I/O close mistake!',
1078
- // 全局异常错误
1079
- '0001': 'Null pointer',
1080
- '0002': 'Wrong request method',
1081
- '0003': 'Incorrect input parameter type',
1082
- '0004': 'Incomplete input parameters',
1083
- '0005': 'Input parameters do not meet constraints',
1084
- '0006': 'system error',
1085
- // 用户管理错误
1086
- '3001': 'Username does not exist',
1087
- '3002': 'Authentication failed',
1088
- '3003': 'Duplicate username',
1089
- '3004': 'The old and new passwords cannot be the same',
1090
- '3005': 'password can not be blank',
1091
- '3006': 'The original password is wrong',
1092
- '3007': 'Login user does not exist',
1093
- '3008': 'No access',
1094
- '3009': 'wrong password',
1095
- '3010': 'Super user role cannot be modified',
1096
- '3011': 'username or password is wrong',
1097
- '3013': 'Account is disabled',
1098
- '3014': 'token has expired',
1099
- '3015': 'token failure',
1100
- '3016': 'User organization is empty',
1101
- '3017': 'Organization does not exist',
1102
- '3018': 'Access ip is inconsistent with user ip, login is forbidden',
1103
- '3019': 'the role can not be deleted beause it has related users',
1104
- '3020': 'Failed to add role, role name already exists!',
1105
- '3021': 'Failed to add super administrator role or user!',
1106
- '3022': 'Failed to remove administrator role!',
1107
- '3023': 'Administrator permissions cannot be modified!',
1108
- '3024': 'The current user has not been created!',
1109
- '3025': 'Token is not enabled!',
1110
- '3026': 'The role has associated users!',
1111
- // 消息通讯错误
1112
- '4001': 'Error Request',
1113
- '4002': 'Error Response',
1114
- '4003': 'Device Not Online',
1115
- '4004': 'Repeat ID',
1116
- '4005': 'Device Empty Response',
1117
- '4006': 'Device Response Operation Is None',
1118
- '4007': 'Control Message Response Error',
1119
- '4008': 'Device not online, ignored',
1120
- '4009': 'Empty cache, please upload',
1121
- '4010': 'Request Data Failed',
1122
- '4011': 'Message types not supported',
1123
- // 错误子类型
1124
- // error-request
1125
- '4100': 'agentid is null!',
1126
- '4101': 'operation is null!',
1127
- '4102': 'infotype is null!',
1128
- '4103': 'infodata is null!',
1129
- '4104': 'JSON format is incorrect!',
1130
- '4105': 'agentid not exist!',
1131
- '4106': 'Unknown operation type!',
1132
- '4107': 'Unknown infotype!',
1133
- '4108': 'protocol is null!',
1134
- '4109': 'Receive Time Out or Receive Incorrect Data!',
1135
- '4110': 'Last sendData is not finished!',
1136
- '4111': 'Port is null!',
1137
- '4112': 'Cache is null!',
1138
- '4113': 'Keyints can not be null',
1139
- '4114': 'Keyints can not be the first two when strategy is up!',
1140
- '4115': 'Keyints can not be the last two when strategy is down!',
1141
- '4116': 'No less than three intersections!',
1142
- // error-response
1143
- '4200': 'response is null!',
1144
- '4201': 'response format error!',
1145
- '4203': 'Unknown request instruction!',
1146
- '4204': 'Comm Send Data error!',
1147
- '4205': 'Udp Receive InfoType error by Send InfoType',
1148
- '4206': 'Can not find UdpCommunication for Receive Msg',
1149
- '4207': 'Error response from feature download',
1150
- '4208': 'Error protocol data from respose message',
1151
- '4209': 'Answer from atc',
1152
- // device not online
1153
- '4301': 'Device not online',
1154
- // 协调路线错误
1155
- '5001': 'Repeat Route Name',
1156
- // 勤务路线错误
1157
- '6001': 'Repeat Route Name',
1158
- '6002': 'The route is on execution',
1159
- '6003': 'VipRoute Cannot cancel! Control is changed.',
1160
- // 流量错误
1161
- '7001': 'ftp clent connect fail',
1162
- // 组织机构错误
1163
- '11001': 'Repeat Name!',
1164
- // 路口管理错误
1165
- '8001': 'device not found By Agentid!',
1166
- '8002': 'device is found By CoordinateRoute',
1167
- '8003': 'device is found By VipRoute',
1168
- '8004': 'Agentid is duplicated',
1169
- // 错误类型子类型,返回码第二层
1170
- '8101': 'Device can not delete!',
1171
- // 瓶颈控制错误
1172
- '9001': 'Overflow control failed!',
1173
- '9002': 'Overflow recovery failed!',
1174
- '9003': 'Overflow is executing, can not be deleted!',
1175
- '9004': 'Overflow pattern name is already exist!',
1176
- '9005': 'Overflow pattern is empty!',
1177
- '9006': 'No Overflow pattern is in execution!'
1178
- },
1179
- 'faultrecord': {
1180
- 'faultDetail': 'Fault Detail',
1181
- 'faultMaintype': 'Main Type',
1182
- 'faultSubtype': 'Sub Type',
1183
- 'faultOccurtime': 'Occur Time',
1184
- 'boardCardType': 'BoardCard Type',
1185
- 'faultGrade': 'Grade',
1186
- 'faultValue': 'Value',
1187
- 'asc': 'Asc',
1188
- 'patterncalc': 'Pattern Calc',
1189
- 'monitor': 'Monitor',
1190
- 'statusfault': 'Status Fault',
1191
- 'untreated': 'Untreated',
1192
- 'ignored': 'Ignored',
1193
- 'confirmed': 'Confirmed',
1194
- 'powerup': 'Output Power Is Up',
1195
- 'powerdown': 'Output Power Is Down',
1196
- 'powerno': 'Output Power Is Zero',
1197
- 'powerfault': 'Off Output Power Is High',
1198
- 'general': 'General failure',
1199
- 'degradation': 'Degradation failure',
1200
- 'serious': 'Serious failure',
1201
- 'maincontrolboard': 'Main Control Board',
1202
- 'lightcontrolversion': 'Light Control Version',
1203
- 'carinspectionboard': 'Car Inspection Board',
1204
- 'eportingmodule': 'Eporting Module',
1205
- 'roadname': 'Road Name',
1206
- 'eventtype': 'Event Type',
1207
- 'neglect': 'Neglect',
1208
- 'faultlist': 'Fault Center',
1209
- 'confirm': 'Confirm',
1210
- 'realtimealert': 'Real Time Alert',
1211
- 'detaileddescription': 'Detailed Description',
1212
- 'ioboard': 'I/O board',
1213
- 'faultboard': 'Fault board',
1214
- 'characteristicparams': 'Characteristic params',
1215
- 'maincontrolboardfault': 'Main Control Board Fault',
1216
- 'lightcontrolversionfault': 'Light Control Version Fault',
1217
- 'carinspectionboardfault': 'Car Inspection Board Fault',
1218
- 'ioboardfault': 'I/O board Fault',
1219
- 'fixdetail': 'Fix Detail',
1220
- 'deviceid': 'Device Id',
1221
- 'faultid': 'Fault Id',
1222
- 'boardcardtype': 'Board Card Type',
1223
- 'faultbegintime': 'Fault Begin Time',
1224
- 'faultendtime': 'Fault End Time',
1225
- 'faulttype': 'Fault Type',
1226
- 'faultchild': 'Fault Child',
1227
- 'faultgrade': 'Fault Grade',
1228
- 'operation': 'Operation',
1229
- 'faultvaluedetail': 'Fault Value Detail',
1230
- 'operator': 'Operator',
1231
- 'operationTime': 'Operation Time',
1232
- 'enumerate': 'Enumerate',
1233
- 'realtimefault': 'Realtime Fault',
1234
- 'historicalfault': 'Historical Fault',
1235
- 'boardtype': 'Board type',
1236
- 'mainfaulttype': 'Main fault type',
1237
- 'confirmresults': 'Confirmation results',
1238
- 'intersectionname': 'Intersection Name',
1239
- 'faulttime': 'Time of failure',
1240
- 'isdelfaultrecord': 'Delete this fault record?',
1241
- 'channel': 'channel',
1242
- 'detector': 'detector',
1243
- 'port': 'port'
1244
- },
1245
- 'greenwaveoptimize': {
1246
- 'downSend': 'Down Send',
1247
- 'patternName': 'Pattern Name',
1248
- 'period': 'Period',
1249
- 'distancenull': 'Distance cannot be set to 0',
1250
- 'spaceGraph': 'Time Space Graph',
1251
- 'addplan': 'Click the Add button to add the greenwave Optimize plan',
1252
- 'createconfig': 'Click the Edit button to start the configuration',
1253
- 'operation': 'Operation',
1254
- 'isdelete': 'Is delete',
1255
- 'nochooseplan': 'No route selected!',
1256
- 'namerepeat': 'Duplicate route name!',
1257
- 'addfail': 'Failed to add, the name of route is duplicate!',
1258
- 'addroute': 'New Route Management',
1259
- 'editroute': 'Edit Route Management',
1260
- 'name': 'Name',
1261
- 'routename': 'Route Name',
1262
- 'isClose': 'Configuration not saved, are you sure to close?',
1263
- 'coordinateparamconfig': 'Parameter Configuration',
1264
- 'device': 'Intersection',
1265
- 'phase': 'Phase',
1266
- 'distance': 'Distance',
1267
- 'pattern': 'Pattern',
1268
- 'choosephase': 'Please select phase!',
1269
- 'choosepattern': 'Please select pattern!',
1270
- 'configsuccess': 'Parameter configuration succeeded!',
1271
- 'adddevice': 'Add Interscetion',
1272
- 'deletedevice': 'Is delete Interscetion',
1273
- 'deviceid': 'Interscetion Id',
1274
- 'devicename': 'Interscetion Name',
1275
- 'type': 'Type',
1276
- 'IP': 'IP',
1277
- 'port': 'Port',
1278
- 'describe': 'Describe',
1279
- 'deletedevsuccess': 'Delete device successfully!',
1280
- 'distancemeter': 'Distance(m)',
1281
- 'widthmeter': 'Width(m)',
1282
- 'forward': 'Forward',
1283
- 'back': 'Back',
1284
- 'generate': 'Generate',
1285
- 'edit': 'Edit',
1286
- 'confirmdownloadpattern': 'Confirm to download this pattern?',
1287
- 'offset': 'Offset',
1288
- 'cycle': 'Cycle',
1289
- 'timespace': 'Route Monitor',
1290
- 'coordinationstrategy': 'Coordination Strategy',
1291
- 'coordinationdirection': 'Coordination Direction',
1292
- 'keyintersection': 'Key Intersection',
1293
- 'upspeed': 'Up Speed(km/h)',
1294
- 'downspeed': 'Down Speed(km/h)',
1295
- 'up': 'Up',
1296
- 'down': 'Down',
1297
- 'optstrategyoption1': 'Green wave optimization',
1298
- 'optstrategyoption2': 'Red wave optimization',
1299
- 'optstrategyoption3': 'Motorcade-end',
1300
- 'optstrategyoption4': 'DynamicGreen',
1301
- 'directionOption1': 'Up',
1302
- 'directionOption2': 'Down',
1303
- 'directionOption3': 'All',
1304
- 'duration': 'Duration:',
1305
- 'speed': 'Speed:',
1306
- 'vehicle': 'vehicle:',
1307
- 'es': 'East-Straight',
1308
- 'el': 'East-Left',
1309
- 'er': 'East-Right',
1310
- 'eb': 'East-Back',
1311
- 'ws': 'West-Straight',
1312
- 'wl': 'West-Left',
1313
- 'wr': 'West-Right',
1314
- 'wb': 'West-Back',
1315
- 'ns': 'North-Straight',
1316
- 'nl': 'North-Left',
1317
- 'nr': 'North-Right',
1318
- 'nb': 'North-Back',
1319
- 'ss': 'South-Straight',
1320
- 'sl': 'South-Left',
1321
- 'sr': 'South-Right',
1322
- 'sb': 'South-Back',
1323
- 'notonline': ' do not online!',
1324
- 'generatesuedsucc': 'Generate Suedsucc!',
1325
- 'chooseRoute': 'please choose route',
1326
- 'onlyOneTab': 'only one tab allowed',
1327
- 'scene': 'simulation ',
1328
- 'chooseCros': 'please choose cross!',
1329
- 'choosePhase': 'please choose phase !',
1330
- 'choosePattern': 'please choose tab!',
1331
- 'routeDeviceNotOnline': 'route device not Online!',
1332
- 'atleastOnePattern': 'at least one pattern !',
1333
- 'inputRouteName': 'please input routeName',
1334
- 'errDownloadParam': 'Err Download Param !',
1335
- 'pleaseChoseOptstrategy': 'Please Chose Optstrategy!',
1336
- 'pleaseInputPatternName': 'PleaseInput Pattern Name!',
1337
- 'repeatPatternName': 'Repeat Pattern Name!',
1338
- 'pleaseChoseKeyintersection': 'Please Chose Keyintersection!',
1339
- 'pleaseInputUpspeed': 'Please Input Upspeed!',
1340
- 'pleaseInputDownspeed': 'Please Input Downspeed!',
1341
- 'abnormalIntersections': 'Abnormal Intersections!',
1342
- 'routeCros': 'route Intersection',
1343
- 'setDistance': 'Set Distance',
1344
- 'setPhase': 'Set Phase',
1345
- 'intesectionDistance': 'Intesection Distance(m)',
1346
- 'intesectionWidth': 'Intesection Width(m)',
1347
- 'planissuedsucc': 'Plan issued successfully',
1348
- 'executePlan': 'Execute Plan',
1349
- 'backSelfControl': 'BackSelfControl',
1350
- 'downloadPlan': 'DownloadPlan',
1351
- 'updated': 'updated',
1352
- 'ignored': 'ignored',
1353
- 'failed': 'failed',
1354
- 'continueOnfailure': 'continue On failure',
1355
- 'executeTime': 'Execute Time',
1356
- 'saveParams': 'Save Params',
1357
- 'time': 'time(s)',
1358
- 'realtimecoordinationscheme': 'Realtime route coordination scheme',
1359
- 'planningcoordinationscheme': 'Planning route coordination scheme'
1360
- },
1361
- 'token': {
1362
- 'username': 'User Name',
1363
- 'tokenManage': 'Token Management',
1364
- 'timeStart': 'Time Start',
1365
- 'timeEnd': 'Time End',
1366
- 'isValid': 'isValid',
1367
- 'yes': 'Yes',
1368
- 'no': 'No'
1369
- },
1370
- 'overviewcomponent': {
1371
- 'patternstate': 'Pattern State',
1372
- 'cycle': 'Cycle',
1373
- 'patternoffset': 'Pattern offset',
1374
- 'coordinationtime': 'Offset',
1375
- 'overLap': 'Over Lap'
1376
- },
1377
- 'channelizationmap': {
1378
- 'importpicture': 'Import Picture',
1379
- 'importtip': 'The picture format is SVG, PNG and JPG, and the size is no more than 10MB',
1380
- 'importsizeerror': 'Picture size exceeds 10MB, please re import!',
1381
- 'importtypeerror': 'Picture format error, please import again!',
1382
- 'importcrosspicture': 'Import intersection picture',
1383
- 'againimport': 'Re import',
1384
- 'motorway': 'Motorway',
1385
- 'bicyclelane': 'Non motorized Lane',
1386
- 'pedcrossing': 'Ped crossing',
1387
- 'countdown': 'Countdown',
1388
- 'detector': 'Detector',
1389
- 'laneturn': 'Lane turn',
1390
- 'straightahead': 'Straightahead',
1391
- 'turnleft': 'Turnleft',
1392
- 'turnright': 'Turnright',
1393
- 'turnaround': 'Turnaround',
1394
- 'position': 'Position',
1395
- 'mixing': 'Mixing',
1396
- 'eastward': 'Eastward',
1397
- 'westward': 'Westward',
1398
- 'southward': 'Southward',
1399
- 'northward': 'Northward',
1400
- 'NE': 'NE',
1401
- 'SE': 'SE',
1402
- 'SW': 'SW',
1403
- 'NW': 'NW',
1404
- 'EW': 'EW',
1405
- 'SN': 'SN',
1406
- 'etped': 'East-Top',
1407
- 'ebped': 'East-Bottom',
1408
- 'wtped': 'West-Top',
1409
- 'wbped': 'West-Bottom',
1410
- 'slped': 'South-Left',
1411
- 'srped': 'South-Right',
1412
- 'nlped': 'North-Left',
1413
- 'nrped': 'North-Right',
1414
- 'xrped': 'X-/',
1415
- 'xlped': 'X-\\',
1416
- 'ewped': 'East-West',
1417
- 'snped': 'South-North',
1418
- 'choosedirerror': 'Select at least one lane to turn!',
1419
- 'lanetype': 'Lane Type',
1420
- 'vehiclemainroad': 'Vehicle Main Road',
1421
- 'vehiclebranch': 'Vehicle Branch',
1422
- 'nonmotorizedlane': 'Non Motorized',
1423
- 'buslane': 'Bus Lane',
1424
- 'BRTlane': 'BRT Lane',
1425
- 'tramlane': 'Tram Lane',
1426
- 'pedestriantype': 'Pedestrian Type',
1427
- 'pedestrian': 'Pedestrian',
1428
- 'secondcrossing': 'Second Crossing',
1429
- 'xpedestrian': 'X Pedestrian',
1430
- 'sectionpedestrian': 'Section Pedestrian',
1431
- 'delete': 'Delete',
1432
- 'clone': 'Clone',
1433
- 'drawtips': 'Click add on the intersection map after selection',
1434
- 'canclesetting': 'Cancel the channelization setting of the current intersection?',
1435
- 'phaseassociated': 'Phase Associated',
1436
- 'phase': 'phase',
1437
- 'associatedphaseerror': 'Association failed. Lanes in the same direction cannot be associated with different phases!',
1438
- 'overlapassociated': 'Overlap Associated',
1439
- 'flowsaturation': 'Flow saturation',
1440
- 'occupancysaturation': 'Occupancy saturation',
1441
- 'detectortype': 'Detector Type',
1442
- 'vehicledetector': 'Detector',
1443
- 'pedestriandetector': 'Pedestrian Detector',
1444
- 'detectorassociated': 'Detector Associated',
1445
- 'laneassociated': 'Lane Associated',
1446
- 'detectorthreshold': 'Detector Threshold',
1447
- 'occupancythreshold': 'Greenlight Utilization Threshold',
1448
- 'saturationthreshold': 'Flow Saturation Threshold',
1449
- 'checkthreshold': 'The threshold value cannot be blank. Please fill in a positive integer within the range of 0-100!',
1450
- 'pedestriancrossing': 'Pedestrian crossing',
1451
- 'pedestriansecondarycrossing': 'Pedestrian secondary crossing',
1452
- 'obliquepedestriancrossing': 'Oblique pedestrian crossing',
1453
- 'sectionpedestriancrossing': 'Section pedestrian crossing',
1454
- 'flipdisplay': 'Flip display',
1455
- 'vehiclelane': 'Vehicle lane',
1456
- 'sidewalk': 'Sidewalk',
1457
- 'angle': 'Angle',
1458
- 'basicinfo': 'Basic information',
1459
- 'importfilesuccess': 'Import of JSON file succeeded!',
1460
- 'holographiclaneid': 'Holographic Laneid'
1461
- }
1462
- }
1463
- }
1464
-
1465
- export default en
1
+ /**
2
+ * Copyright (c) 2020 kedacom
3
+ * OpenATC is licensed under Mulan PSL v2.
4
+ * You can use this software according to the terms and conditions of the Mulan PSL v2.
5
+ * You may obtain a copy of Mulan PSL v2 at:
6
+ * http://license.coscl.org.cn/MulanPSL2
7
+ * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
8
+ * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
9
+ * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
10
+ * See the Mulan PSL v2 for more details.
11
+ **/
12
+ const en = {
13
+ openatccomponents: {
14
+ 'auth': {
15
+ 'current': 'Current Password',
16
+ 'new': 'New Password',
17
+ 'contain': 'Passsword should contain',
18
+ 'contain1': ' 8 or more characters.',
19
+ 'contain2': 'numbers,letters and special',
20
+ 'contain3': 'characters.',
21
+ 'confirm': 'Confirm New Password',
22
+ 'strength': 'Strength',
23
+ 'none': 'none',
24
+ 'weak': 'weak',
25
+ 'normal': 'normal',
26
+ 'strong': 'strong',
27
+ 'setnewpassword': 'Set New Password',
28
+ 'oldpass': 'Old Password',
29
+ 'inputpassagain': 'Please enter the password again',
30
+ 'twopassinconsistent': 'The two passwords are inconsistent',
31
+ 'inputpass': 'Please input a password',
32
+ 'enternewpass': 'Please enter a new password',
33
+ 'inputoldpass': 'Please input the old password!',
34
+ 'twopassnotdiff': 'The new password cannot be the same as the old one!',
35
+ 'originalpasserror': 'Original password error',
36
+ 'modifisucceeded': 'Modification succeeded',
37
+ 'getmd5error': 'Failed to get MD5!'
38
+ },
39
+ 'route': {
40
+ 'dashboard': 'Dashboard',
41
+ 'overview': 'Overview',
42
+ 'edge': 'Tsc',
43
+ 'phase': 'Phase',
44
+ 'overlap': 'Overlap',
45
+ 'pattern': 'Pattern',
46
+ 'plan': 'Plan',
47
+ 'date': 'Date',
48
+ 'channel': 'Channel',
49
+ 'channelLock': 'ChannelLock',
50
+ 'detector': 'Detector',
51
+ 'pedestrianDetector': 'PedDetector',
52
+ 'system': 'System',
53
+ 'history': 'Fault',
54
+ 'optimize': 'Optimize',
55
+ 'control': 'Control',
56
+ 'deviceInfo': 'DeviceInfo',
57
+ 'adaptiveParameter': 'AdaptiveParameter',
58
+ 'user': 'User',
59
+ 'dailyRecord': 'DailyRecord',
60
+ 'controlPanel': 'ControlPanel',
61
+ 'statistics': 'Statistics'
62
+ },
63
+ 'main': {
64
+ 'main': 'Main',
65
+ 'home': 'Home',
66
+ 'logout': 'LogOut',
67
+ 'upload': 'Upload',
68
+ 'download': 'Download',
69
+ 'import': 'Import',
70
+ 'export': 'Export',
71
+ 'importtemplate': 'Import Template',
72
+ 'copy': 'Copy',
73
+ 'copyDevice': 'Device',
74
+ 'copyPattern': 'pattern already copied',
75
+ 'tip': 'Tips',
76
+ 'read': 'Read',
77
+ 'language': 'Language',
78
+ 'readDevice': 'Whether to load device',
79
+ 'readPattern': 'pattern into the current device configuration ?',
80
+ 'title': 'Welcome to KISS Edge Manage Center',
81
+ 'changelanguage': 'Switch Language',
82
+ 'agentid': 'AGENTID',
83
+ 'Password expiration': 'Password expiration',
84
+ 'organization': 'Organization',
85
+ 'realname': 'Name',
86
+ 'phone': 'Telephone',
87
+ 'email': 'Email',
88
+ 'changepass': 'Change Password',
89
+ 'about': 'About',
90
+ 'exit': 'Exit',
91
+ 'help': 'Help',
92
+ 'options': 'options',
93
+ 'options1': 'All',
94
+ 'options2': 'Phase',
95
+ 'options3': 'Overlap',
96
+ 'options4': 'Pattern',
97
+ 'options5': 'Plan',
98
+ 'options6': 'Date',
99
+ 'options7': 'Channel',
100
+ 'options8': 'Detector',
101
+ 'options9': 'PedestrianDetector',
102
+ 'graphics': 'Graphics interface',
103
+ 'text': 'Text interface'
104
+ },
105
+ 'overview': {
106
+ 'crossinfo': 'Cross Information',
107
+ 'crossname': 'Cross Name',
108
+ 'divicestate': 'Device Status',
109
+ 'protocoltype': 'Protocol',
110
+ 'signalID': 'Intersection ID',
111
+ 'flow': 'Average lane flow (h)low',
112
+ 'saturationflow': 'Planned lane saturation Flow(h)',
113
+ 'typeflow-split-opt': 'Flow Split Op',
114
+ 'maxFlow': 'The average lane flow is too large. Is it further optimized?',
115
+ 'typecycle-opt': 'Cycle Opt',
116
+ 'signalIP': 'Signal IP',
117
+ 'stagecountdown': 'Stage Countdown',
118
+ 'stageduration': 'Stage Duration',
119
+ 'currentphase': 'Current phase',
120
+ 'directionnull': 'Please select the import direction',
121
+ 'faultinfo': 'Fault Information',
122
+ 'platform': 'platform',
123
+ 'online': 'Online',
124
+ 'patternid': 'Pattern Id',
125
+ 'offline': 'Offline',
126
+ 'connected': 'Connected',
127
+ 'onlineing': 'Offline...',
128
+ 'controlmode': 'Control Mode',
129
+ 'manual': 'Manual',
130
+ 'exitmanual': 'Exit Manual',
131
+ 'controlmodel': 'Control Pattern',
132
+ 'patternname': 'Pattern Name',
133
+ 'controlnumber': 'Pattern Num',
134
+ 'mode': 'Mode',
135
+ 'stage': 'Stage',
136
+ 'specialcontrol': 'Special Control',
137
+ 'phaseclosecontrol': 'Phase release Control',
138
+ 'phaseclose': 'Close Phase',
139
+ 'phaselocking': 'Priority Control',
140
+ 'tentativeplan': 'Tentative Plan',
141
+ 'prioritycontrol': 'Priority Control',
142
+ 'implement': 'Execute',
143
+ 'comfirm': 'Comfirm',
144
+ 'ipaddress': 'IP',
145
+ 'deviceport': 'Port',
146
+ 'agreement': 'Protocol',
147
+ 'currentstage': 'Current Stage',
148
+ 'allstagesnum': 'Total Stages',
149
+ 'patternnum': 'Pattern Number',
150
+ 'details': 'Details',
151
+ 'autocontrol': 'Multi Period',
152
+ 'yellowflash': 'Yellow light(s)',
153
+ 'allred': 'Red Control(s)',
154
+ 'step': 'Step Control',
155
+ 'fixedperiod': 'Fixed_Cycle Control',
156
+ 'inductioncontrol': 'Free Control',
157
+ 'nocablecoordination': 'Nocable Control',
158
+ 'phasewalk': 'Pedestrian Crossing Control',
159
+ 'websteroptimization': 'Webster Single Point Optimization',
160
+ 'inductivePedestrianCrossControl': 'Inductive Pedestrian Crossing Control',
161
+ 'selfadaption': 'Self-Adaption',
162
+ 'custom': 'Custom',
163
+ 'controlmodevalue': 'Control Value',
164
+ 'patternstate': 'Pattern State',
165
+ 'cycle': 'Cycle',
166
+ 'phasesplit': 'Phase Split',
167
+ 'phase': 'Phase',
168
+ 'patternoffset': 'Pattern offset',
169
+ 'coordinationtime': 'Offset',
170
+ 'getintersectionmapagain': 'Get intersection map again',
171
+ 'ring': 'Ring',
172
+ 'phaseid': 'Phase ID',
173
+ 'detectorid': 'Detector ID',
174
+ 'smallcars': 'Small Cars',
175
+ 'mediumvehicles': 'Medium Vehicles',
176
+ 'bigcars': 'Big Cars',
177
+ 'possessionoftime': 'Possession Of Time',
178
+ 'occupancy': 'Occupancy',
179
+ 'phase_countdown': 'Phase_countdown',
180
+ 'split': 'Split',
181
+ 'type': 'Type',
182
+ 'showlist': 'showlist',
183
+ 'showlist1': 'Control Mode',
184
+ 'showlist2': 'Cycle',
185
+ 'showlist3': 'Current/Remaining Time',
186
+ 'showlist4': 'Control Mode',
187
+ 'showlist5': 'Offset',
188
+ 'showlist6': 'Real-time Volume',
189
+ 'platformcontrol': 'Platform Control',
190
+ 'configurationtoolcontrol': 'Configuration Tool Control',
191
+ 'manualcontrol': 'Manual Control',
192
+ 'modelList': 'modelList',
193
+ 'modelList0': 'Multi Period',
194
+ 'modelList1': 'Yellow Flash',
195
+ 'modelList2': 'Red Control',
196
+ 'modelList3': 'Dark Control',
197
+ 'modelList4': 'Step Control',
198
+ 'modelList4-': 'Stage Control',
199
+ 'modelList5': 'Fixed_Cycle Control',
200
+ 'modelList6': 'Free Control',
201
+ 'modelList7': 'Coordinated Induction Control',
202
+ 'modelList8': 'Solution Selection Control',
203
+ 'modelList9': 'Self-Adaption',
204
+ 'modelList10': 'Nocable Control',
205
+ 'modelList11': 'Host Computer Coordinated Control',
206
+ 'modelList12': 'phasewalk',
207
+ 'modelList13': 'Pattern Recovery',
208
+ 'modelList14': 'Phase dwell',
209
+ 'modelList15': 'Channel Detection',
210
+ 'modelList16': 'Direction lock',
211
+ 'modelList17': 'Webster Single Point Coordination',
212
+ 'modelList18': 'Reserving18',
213
+ 'modelList19': 'Inductive Pedestrian Crossing Control',
214
+ 'modelList21': 'Reserving21',
215
+ 'modelList22': 'Priority Control',
216
+ 'modelList23': 'Close Phase',
217
+ 'modelList100': 'Tentative Plan',
218
+ 'modelList101': 'Direction Lock',
219
+ 'modelList24': 'Priority Control',
220
+ 'modelList25': 'Azimuth locking',
221
+ 'controlType201': 'Scheme Update Frequency',
222
+ 'priorityType': 'Priority Type',
223
+ 'priorityPhase': 'Priority Phase',
224
+ 'typeOption0': 'Regular Priority',
225
+ 'typeOption1': 'Urgent Priority',
226
+ 'dong': 'East',
227
+ 'xi': 'West',
228
+ 'bei': 'North',
229
+ 'nan': 'South',
230
+ 'dongnan': 'Southeast',
231
+ 'xinan': 'Southwest',
232
+ 'dongbei': 'Northeast',
233
+ 'xibei': 'Northwest',
234
+ 'es': 'East-Straight',
235
+ 'el': 'East-Left',
236
+ 'er': 'East-Right',
237
+ 'eb': 'East-Back',
238
+ 'ws': 'West-Straight',
239
+ 'wl': 'West-Left',
240
+ 'wr': 'West-Right',
241
+ 'wb': 'West-Back',
242
+ 'ns': 'North-Straight',
243
+ 'nl': 'North-Left',
244
+ 'nr': 'North-Right',
245
+ 'nb': 'North-Back',
246
+ 'ss': 'South-Straight',
247
+ 'sl': 'South-Left',
248
+ 'sr': 'South-Right',
249
+ 'sb': 'South-Back',
250
+ 'ses': 'Straight southeast ',
251
+ 'sel': 'Southeast left ',
252
+ 'ser': 'Southeast right turn ',
253
+ 'seb': 'Turn southeast ',
254
+ 'sws': 'Straight southwest ',
255
+ 'swl': 'Southwest left turn ',
256
+ 'swr': 'Southwest right turn ',
257
+ 'swb': 'Southwest turn ',
258
+ 'nes': 'Straight northeast ',
259
+ 'nel': 'Northeast left turn ',
260
+ 'ner': 'Northeast right turn ',
261
+ 'neb': 'Northeast turn ',
262
+ 'nws': 'Straight northwest ',
263
+ 'nwl': 'Northwest left turn ',
264
+ 'nwr': 'Northwest right turn ',
265
+ 'nwb': 'Northwest turn around ',
266
+ 'level': 'Level',
267
+ 'levelOption': 'LevelOption',
268
+ 'levelOption1': '1',
269
+ 'levelOption2': '2',
270
+ 'levelOption3': '3',
271
+ 'levelOption4': '4',
272
+ 'levelOption5': '5',
273
+ 'modelList99': 'Device Mantenance',
274
+ 'tips': 'Tips',
275
+ 'mingreen': 'MinGreen(s)',
276
+ 'azimuthlocking': 'Azimuth Locking',
277
+ 'indirection': 'Inlet direction',
278
+ 'greenclear': 'GreenClear(s)',
279
+ 'exitmanul': 'It is necessary to restore self-control before exiting. Do you want to exit?',
280
+ 'canceled': 'Cancelled',
281
+ 'nextcycleeffic': 'Successful execution, the next cycle will take effect!',
282
+ 'transitioneffic': 'The execution is successful. It will take effect after the transition switch!',
283
+ 'controlnumerrormess': 'When the control mode is user-defined, the control mode number cannot be empty!',
284
+ 'delay': 'Delay time(s)',
285
+ 'duration': 'Duration(s)',
286
+ 'curModel': 'Current Model',
287
+ 'curStage': 'Current Stage',
288
+ 'curPhase': 'Current Phase',
289
+ 'responseTime': 'Response Time',
290
+ 'putTscControlError1': 'Unsupported control pattern',
291
+ 'putTscControlError2': 'Control number not exist',
292
+ 'putTscControlError3': 'Unsupported control params',
293
+ 'putTscControlError4': 'device is in initialization',
294
+ 'putTscControlError5': 'The pattern with higher priority is under control',
295
+ 'putTscControlError6': 'The user with higher priority is under control',
296
+ 'putTscControlError7': 'The scheme corresponding to the scheme number does not exist',
297
+ 'putTscControlError8': 'Configuration contains green conflicts',
298
+ 'putTscControlError9': 'Junction number is incorrect',
299
+ 'putTscControlError10': 'Phase number does not exist',
300
+ 'putTscControlError11': 'This user has no permissions ',
301
+ 'putTscControlError12': 'Area or junction does not exist ',
302
+ 'putTscControlError13': 'Invalid operation list number ',
303
+ 'putTscControlError14': 'Failed to read file ',
304
+ 'putTscControlError15': 'Operation list number does not exist ',
305
+ 'putTscControlError16': 'Command error in operation list ',
306
+ 'putTscControlError17': 'Intersection ID does not exist ',
307
+ 'putTscControlError18': 'Different loop periods are inconsistent ',
308
+ 'putTscControlError19': 'Green ratio less than minimum green ',
309
+ 'putTscControlError20': 'green ratio greater than maximum green ',
310
+ 'putTscControlError21': 'Unsupported Phase type ',
311
+ 'putTscControlError22': 'Number of unsupported phases ',
312
+ 'putTscControlError23': 'Key error',
313
+ 'putTscControlError24': 'The check information does not exist',
314
+ 'putTscControlError25': 'Protocol incompatibility',
315
+ 'putTscControlError26': 'The control interval is too short',
316
+ 'putTscControlError99': 'Control exception ',
317
+ // 'putTscControlError20': 'In the provisional scheme, the green signal ratio should be greater than the phase minimum green + yellow light + all red, and less than the maximum green 1+ yellow light + all red',
318
+ 'nofault': 'None',
319
+ 'extendedContent': 'Extended Content',
320
+ 'JSONFormatError': 'JSON format error!',
321
+ 'showFault': 'Display fault details',
322
+ 'hideFault': 'Hide fault details',
323
+ 'close': 'close',
324
+ 'closemode': 'mode',
325
+ 'closeOption0': 'recovery',
326
+ 'closeOption1': 'close',
327
+ 'closeOption2': 'only vehicle close',
328
+ 'closeOption3': 'only pedestrian close',
329
+ 'lockingOption0': 'recovery',
330
+ 'lockingOption1': 'locking',
331
+ 'lockingOption2': 'only vehicle locking',
332
+ 'lockingOption3': 'only pedestrian locking',
333
+ 'vehicle': 'vehicle',
334
+ 'pedestrian': 'pedestrian',
335
+ 'confirmed': 'confirmed',
336
+ 'ignored': 'ignored',
337
+ 'untreated': 'untreated',
338
+ 'item': 'item',
339
+ 'noselectcontroltip': 'Please select a control method first!',
340
+ 'residentcontrol': 'Resident Control',
341
+ 'schemeselection': 'Pattern Select',
342
+ 'others': 'Others',
343
+ 'recovery': 'Recovery'
344
+ },
345
+ 'phase': {
346
+ 'phase': 'P',
347
+ 'stage': 'S',
348
+ 'desc': 'LaneDirection',
349
+ 'peddesc': 'PedestrianDirection',
350
+ 'controltype': 'ControlType',
351
+ 'mingreen': 'MinGreen',
352
+ 'max1': 'Max1',
353
+ 'max2': 'Max2',
354
+ 'passage': 'passage(min)',
355
+ 'phasewalk': 'phasewalk',
356
+ 'pedclear': 'PedClear',
357
+ 'yellow': 'Yellow(min)',
358
+ 'redclear': 'RedClear(min)',
359
+ 'greenclear': 'GreenClear',
360
+ 'ring': 'Ring',
361
+ 'greenpulse': 'Greenpulse',
362
+ 'redpulse': 'Redpulse',
363
+ 'concurrent': 'Concurrent',
364
+ 'lane': 'Connection',
365
+ 'operation': 'Operation',
366
+ 'add': 'Add Phase',
367
+ 'deletetip': 'Delete This Phase ?',
368
+ 'deleteAlltip': 'Are you sure to delete all phases and patterns ?',
369
+ 'mostdata': 'There are at most 40 data !',
370
+ 'es': 'East-Straight',
371
+ 'el': 'East-Left',
372
+ 'er': 'East-Right',
373
+ 'eb': 'East-Back',
374
+ 'ws': 'West-Straight',
375
+ 'wl': 'West-Left',
376
+ 'wr': 'West-Right',
377
+ 'wb': 'West-Back',
378
+ 'ns': 'North-Straight',
379
+ 'nl': 'North-Left',
380
+ 'nr': 'North-Right',
381
+ 'nb': 'North-Back',
382
+ 'ss': 'South-Straight',
383
+ 'sl': 'South-Left',
384
+ 'sr': 'South-Right',
385
+ 'sb': 'South-Back',
386
+ 'eped': 'East-Pedestrian',
387
+ 'wped': 'West-Pedestrian',
388
+ 'sped': 'South-Pedestrian',
389
+ 'nped': 'North-Pedestrian',
390
+ 'etped': 'East-Top-Pedestrian',
391
+ 'ebped': 'East-Bottom-Pedestrian',
392
+ 'wtped': 'West-Top-Pedestrian',
393
+ 'wbped': 'West-Bottom-Pedestrian',
394
+ 'slped': 'South-Left-Pedestrian',
395
+ 'srped': 'South-Right-Pedestrian',
396
+ 'nlped': 'North-Left-Pedestrian',
397
+ 'nrped': 'North-Right-Pedestrian',
398
+ 'xrped': 'X-/-Pedestrian',
399
+ 'xlped': 'X-\\-Pedestrian',
400
+ 'ewped': 'East-West-Pedestrian',
401
+ 'snped': 'South-North-Pedestrian',
402
+ 'redyellow': 'redyellow',
403
+ 'vehiclethresh': 'Vehicle Queuing Threshold',
404
+ 'pedestrianthresh': 'Pedestrian waiting Threshold',
405
+ 'mainroad': 'main road',
406
+ 'bypass': 'by-pass',
407
+ 'pedestrianonly': 'pedestrian only',
408
+ 'busonly': 'bus only',
409
+ 'BRTonly': 'BRT only',
410
+ 'tramonly': 'tram only',
411
+ 'nonvehiclesonly': 'non vehicles only',
412
+ 'virtualphase': 'virtual phase',
413
+ 'pulsetype': 'PulseType',
414
+ 'offpulse': 'Turn off pedestrian and vehicle pulses',
415
+ 'sendvehiclepulse': 'Send vehicle pulse',
416
+ 'sendpedestrianpulse': 'Send pedestrian pulse',
417
+ 'sendpedestriansvehiclepulse': 'Send pedestrians and vehicles pulses'
418
+ },
419
+ 'overlap': {
420
+ 'desc': 'Description',
421
+ 'includedPhases': 'IncludedPhases',
422
+ 'lane': 'Lane',
423
+ 'operation': 'Operation',
424
+ 'add': 'Add overlap',
425
+ 'deletetip': 'Delete This Overlap?',
426
+ 'mostdata': 'There are at most 16 data !'
427
+ },
428
+ 'pattern': {
429
+ 'stageno': 'Stage number',
430
+ 'property': 'Property',
431
+ 'desc': 'Description',
432
+ 'offset': 'Offset',
433
+ 'cycle': 'Cycle',
434
+ 'operation': 'Operation',
435
+ 'deletetip': 'Delete This Pattern?',
436
+ 'firstphase': 'Please create phase first !',
437
+ 'mostdata': 'There are at most 32 data !',
438
+ 'ring': 'Ring',
439
+ 'modeOption1': 'Other',
440
+ 'modeOption2': 'None',
441
+ 'modeOption3': 'Min Call',
442
+ 'modeOption4': 'Max Call',
443
+ 'modeOption5': 'Pedestrian Call',
444
+ 'modeOption6': 'Max Call And Pedestrian Call',
445
+ 'modeOption7': 'Omit Call',
446
+ 'modeOption8': 'Turn Off Phase',
447
+ 'modeOption9': 'Yellow Flash Phase',
448
+ 'modeOption10': 'Fix',
449
+ 'modeOption11': 'Dwell',
450
+ 'coordphaseOption1': 'Coordination Phase',
451
+ 'coordphaseOption2': 'Key Phase',
452
+ 'coordphaseOption4': 'Fixed Phase',
453
+ 'forbiddenstage': 'Forbidden Stage',
454
+ 'screenstage': 'Screen Stage',
455
+ 'coordinatestage': 'Coordinate Stage ',
456
+ 'delaystart': 'Delay Start ',
457
+ 'advanceend': 'Advance End',
458
+ 'stageConfig': 'Stage Config',
459
+ 'parameters': 'Parameters',
460
+ 'overLap': 'Over Lap',
461
+ 'plan': 'Plan',
462
+ 'patternOptimize': 'Pattern Optimize',
463
+ 'optimizetype': 'Optimize Type',
464
+ 'inoptimize': 'In Optimize',
465
+ 'success': 'Success',
466
+ 'optimizecycle': 'Optimize Cycle',
467
+ 'ringConfig': 'Ring Config',
468
+ 'stage': 'Stage',
469
+ 'phase': 'Phase',
470
+ 'agentidError': 'Failed to get agentid!',
471
+ 'splitCheckMsg': 'The green letter ratio must be greater than the phase transition time or the pedestrian crossing + pedestrian transition time!',
472
+ 'pattern': 'Pattern',
473
+ 'green': 'Green',
474
+ 'yellow': 'Yellow',
475
+ 'red': 'Red'
476
+ },
477
+ 'plan': {
478
+ 'tipcontext': 'Please input your plan_name',
479
+ 'editcontext': 'Please edit plan name',
480
+ 'plannamerequired': 'Plan name is required!',
481
+ 'plannamerepeated': 'Plan name cannot be repeated!',
482
+ 'mostplandata': 'There are at most 16 data !!',
483
+ 'tip': 'Tips',
484
+ 'ok': 'OK',
485
+ 'cancel': 'Cancel',
486
+ 'desc': 'Description',
487
+ 'time': 'Time',
488
+ 'cycle': 'Cycle',
489
+ 'pattern': 'Pattern',
490
+ 'operation': 'Operation',
491
+ 'deletetip': 'Delete This Plan?',
492
+ 'tabtip': 'Delete This Tab?',
493
+ 'mostdata': 'There are at most 48 data !',
494
+ 'editname': 'Edit name',
495
+ 'controltype': 'Control Type',
496
+ 'ControlOption1': 'Yellow Clear',
497
+ 'ControlOption2': 'Red Control',
498
+ 'ControlOption3': 'Dark Control',
499
+ 'ControlOption4': 'Step Control',
500
+ 'ControlOption5': 'Fixed_Cycle Control',
501
+ 'ControlOption6': 'Free Control',
502
+ 'ControlOption9': 'Self-Adaption',
503
+ 'ControlOption10': 'Nocable Control',
504
+ 'ControlOption12': 'Pedestrian Crossing Control',
505
+ 'ControlOption19': 'Inductive Pedestrian Crossing Control',
506
+ 'plan': 'plan'
507
+ },
508
+ 'date': {
509
+ 'desc': 'Description',
510
+ 'month': 'Month',
511
+ 'day': 'Day',
512
+ 'date': 'Date',
513
+ 'plan': 'Plan',
514
+ 'operation': 'Operation',
515
+ 'deletetip': 'Delete This Date?',
516
+ 'mostdata': 'There are at most 40 data !'
517
+ },
518
+ 'channel': {
519
+ 'desc': 'Description',
520
+ 'controlsource': 'ControlSource',
521
+ 'controlType': 'ControlType',
522
+ 'voltthresh': 'Voltthresh',
523
+ 'pacthresh': 'Pacthresh',
524
+ 'peakhthresh': 'Peakhthresh',
525
+ 'peaklthresh': 'Peaklthresh',
526
+ 'operation': 'Operation',
527
+ 'other': 'other',
528
+ 'phaseVehicle': 'phaseVehicle',
529
+ 'phasePedestrian': 'phasePedestrian',
530
+ 'overlap': 'overlap',
531
+ 'deletetip': 'Delete This Channel ?',
532
+ 'deleteAlltip': 'Delete All Channel ?',
533
+ 'mostdata': 'There are at most 40 data !',
534
+ 'firstoverlapl': 'Please create overlap first !'
535
+ },
536
+ 'detector': {
537
+ 'desc': 'Description',
538
+ 'type': 'Type',
539
+ 'typeOptionundefined': '',
540
+ 'typeOption': 'typeOption',
541
+ 'typeOption0': 'Coil',
542
+ 'typeOption1': 'Smart junction terminal',
543
+ 'callPhase': 'CallPhase',
544
+ 'noactivity': 'NoActivity(min)',
545
+ 'maxpresence': 'MaxPresence(min)',
546
+ 'erraticCounts': 'ErraticCounts(Car/minute)',
547
+ 'failtime': 'FailTime(second)',
548
+ 'enable': 'Enable',
549
+ 'mode': 'Mode',
550
+ 'presenttime': 'Presenttime(second)',
551
+ 'sense': 'Sense',
552
+ 'sampletime': 'Sampletime(μs)',
553
+ 'inthresh': 'Inthresh',
554
+ 'outthresh': 'Outthresh',
555
+ 'infilter': 'Infilter',
556
+ 'outfilter': 'Outfilter ',
557
+ 'saturationflow': 'SaturationFlow',
558
+ 'operation': 'Operation',
559
+ 'deletetip': 'Delete This Detector?',
560
+ 'deleteAlltip': 'Delete All Detector?',
561
+ 'mostdata': 'There are at most 64 data !',
562
+ 'mostclonedata': 'There are at most 72 data !'
563
+ },
564
+ 'channellock': {
565
+ 'deleteAlltip': 'Delete All channellock',
566
+ 'deleteOnetip': 'Are you sure you want to delete this channel lock?',
567
+ 'starttime': 'Start Time',
568
+ 'endtime': 'End Time',
569
+ 'transitiongreenflashtime': 'Green Flashing Time',
570
+ 'transitionyellowtime': 'Yellow Time',
571
+ 'channelstats': 'Channel Status',
572
+ 'lockinperiod': 'Lock In Period',
573
+ 'channel': 'Channel',
574
+ 'channelinfo': 'Channel Info',
575
+ 'status': 'Status',
576
+ 'status1': 'Default',
577
+ 'status2': 'Ded Light',
578
+ 'status3': 'Yellow Light',
579
+ 'status4': 'Green Light',
580
+ 'status5': 'Green Flash',
581
+ 'status6': 'Lights Off',
582
+ 'status7': 'Red Flash',
583
+ 'maxlength': 'There are at most 24 data !'
584
+ },
585
+ 'channelControl': {
586
+ 'recoverysuccess': 'Recovery Success!',
587
+ 'recoveryfailed': 'Recovery Failed!',
588
+ 'testsuccess': 'Test Success!',
589
+ 'testfailed': 'Test Failed!',
590
+ 'channel': 'Channel',
591
+ 'redresidualvoltage': 'Red Residual Voltage',
592
+ 'redoutputvoltage': 'Red Output Voltage',
593
+ 'redoffresidualpower': 'Red Off Residual Power',
594
+ 'redonoutputpower': 'Red On Output Power',
595
+ 'yellowresidualvoltage': 'Yellow Residual Voltage',
596
+ 'yellowoutputvoltage': 'Yellow Output Voltage',
597
+ 'yellowoffresidualpower': 'Yellow Off Residual Power',
598
+ 'yellowonoutputpower': 'Yellow On Output Power',
599
+ 'greenresidualvoltage': 'Green Residual Voltage',
600
+ 'greenoutputvoltage': 'Green Output Voltage',
601
+ 'greenoffresidualpower': 'Green Off Residual Power',
602
+ 'greenonoutputpower': 'Green On Output Power',
603
+ 'inputvoltage': 'Input Voltage',
604
+ 'implement': 'Implement',
605
+ 'implementsuccess': 'Implement success!',
606
+ 'noClickedLamp': 'No channel light terminal selected!'
607
+ },
608
+ 'pedestrianDetector': {
609
+ 'desc': 'Description ',
610
+ 'callPhase': 'Call Phase',
611
+ 'noactivity': 'Noactivity(min)',
612
+ 'maxpresence': 'Maxpresence(min)',
613
+ 'erraticCounts': 'Erratic Counts(one/min)',
614
+ 'operation': 'Operation',
615
+ 'deletetip': 'Delete This Detector',
616
+ 'mostdata': 'There are at most 8 data !',
617
+ 'type': 'Detector Type',
618
+ 'typeOptionundefined': '',
619
+ 'typeOption': 'typeOption',
620
+ 'typeOption0': 'Coil',
621
+ 'typeOption1': 'Radar',
622
+ 'typeOption2': 'Video',
623
+ 'region': 'Detector Area',
624
+ 'regionOption': 'regionOption',
625
+ 'regionOptionundefined': '',
626
+ 'regionOption0': 'Default',
627
+ 'regionOption1': 'Waiting Area',
628
+ 'regionOption2': 'Cross Street Area'
629
+ },
630
+ 'deviceinfo': {
631
+ 'deviceinfo': 'Device Info:',
632
+ 'addresscode': 'Adress Code:',
633
+ 'areaid': 'Region ID:',
634
+ 'devid': 'Intersection ID:',
635
+ 'devname': 'Intersection Name',
636
+ 'selflearning': 'Selflearning:',
637
+ 'deviceparam': 'Device Parameters:',
638
+ 'startyellowflashtime': 'Start Yellow Flash Time:',
639
+ 'startredtime': 'Start Red Time:',
640
+ 'greenwavetransitionperiod': 'Transition Cycle:',
641
+ 'ip1': 'IP1',
642
+ 'ip': 'IP: ',
643
+ 'subnetmask': 'Subnet Mask:',
644
+ 'gateway': 'Gateway:',
645
+ 'ip2': 'IP2',
646
+ 'centercommunicationip': 'Center Communication IP',
647
+ 'port': 'Port:',
648
+ 'cascade': 'Cascade:',
649
+ 'lampcontrolpanel': 'Number Of Light Control Panels:',
650
+ 'boardsformainengine': 'Number Of Inspection Boards:',
651
+ 'ioboards': 'Number Of IO Boards:',
652
+ 'slavecascadeoffset': 'Slave Cascade Offset:',
653
+ 'deviceinfostyle': 'margin-left: 100px; top: 10px;',
654
+ 'deviceparamstyle': 'margin-left: 170px; top: 10px;',
655
+ 'deviceselflearningstyle': 'margin-left: 100px; top: 15px;',
656
+ 'faultdetect': 'Fault Detect',
657
+ 'closegreenandredon': 'Close Green And Red On: ',
658
+ 'closenoredon': 'Close No Red On: ',
659
+ 'detectgapgreenandredon': 'Detect Gap Green And Red On(0.1s): ',
660
+ 'detectgapnoredon': 'Detect Gap No Red On(0.1s): ',
661
+ 'detectgapgreenconflict': 'Detect Gap Green Conflict(0.1s): ',
662
+ 'startOrderParams': 'Start Order Params ',
663
+ 'netcardInfo': 'Network Info: ',
664
+ 'stepType': 'Step Type',
665
+ 'step0': 'stage',
666
+ 'step1': 'step',
667
+ 'seeCutEffect': 'See Cut Detail',
668
+ 'siteIdLimit': 'SiteId must be whithin 0 ~ 99999',
669
+ 'siteIdCutEffect': 'SiteId Cut Detail',
670
+ 'cutData': 'Cut Data',
671
+ 'cutEffect': 'Cut Detail',
672
+ 'longgerThan20': 'Data length is longger than 20 !',
673
+ 'timezonehour': 'Time zone / Hour',
674
+ 'timezoneminute': 'Time zone / Minute'
675
+ },
676
+ 'singleoptim': {
677
+ 'deletetip': 'Sure to delete ?',
678
+ 'selfControlParams': 'Self Control Params',
679
+ 'lossTimeOfGreenBeginning': 'LossTime Of Green Beginning(second)',
680
+ 'lossTimeOfYellowEnding': 'LossTime Of Yellow Ending(second)',
681
+ 'saturationFlow': 'Saturation Flow(vehidle/hour)',
682
+ 'cycleAdjustmentFactor': 'Cycle Adjustment Factor',
683
+ 'selfLearningModeOnOrOff': 'Self Learning Mode',
684
+ 'staticWeight': 'Static Weight',
685
+ 'phaseStaticFactor': 'Phase Static Factor',
686
+ 'createPatternFirst': 'Please create pattern first',
687
+ 'gratterThanHundred': 'The sum must less than hundred '
688
+ },
689
+ 'controlpanel': {
690
+ 'controlmode': 'Control Mode',
691
+ 'duration': 'Green Duration',
692
+ 'transitiongreenflashtime': 'Green Flash Time',
693
+ 'transitionyellowtime': 'Yellow Time',
694
+ 'transitionredtime': 'All Red Time',
695
+ 'mingreen': 'Min Green',
696
+ 'channel': 'Channel',
697
+ 'channeldesc': 'Channel Description',
698
+ 'status': 'State',
699
+ 'step': 'Step',
700
+ 'allred': 'All Red',
701
+ 'yellowflash': 'Yellow Flash',
702
+ 'defaultsettings': 'Default Settings',
703
+ 'allclear': 'All Clear',
704
+ 'clear': 'Clear',
705
+ 'execute': 'Lock current direction',
706
+ 'resetstatus': 'Reset State',
707
+ 'manualbtn': 'manualbtn',
708
+ 'manualbtn1': '1',
709
+ 'manualbtn2': '2',
710
+ 'manualbtn3': '3',
711
+ 'manualbtn4': '4',
712
+ 'manualbtn5': '5',
713
+ 'manualbtn6': '6',
714
+ 'manualbtn7': '7',
715
+ 'manualbtn8': '8',
716
+ 'channelstatus': 'channelstatus',
717
+ 'channelstatus1': 'Red',
718
+ 'channelstatus3': 'Green',
719
+ 'channelstatus4': 'Lights Out',
720
+ 'getdefaultmanualpaneltips': 'Generate default parameters successfully, please check!',
721
+ 'phaseanddetectornotnull': 'Phase and channel cannot be empty!',
722
+ 'iscleardata': 'Clear data?',
723
+ 'tips': 'Tips',
724
+ 'cancelclear': 'Emptying cancelled',
725
+ 'changered': 'Do you want to initialize all States to red?',
726
+ 'cancelinit': 'Uninitialized',
727
+ 'manualpanelundefined': '',
728
+ 'manualpanel0': 'Default',
729
+ 'manualpanel1': 'Custom',
730
+ 'manualcontrolbackground': 'manualcontrolbackgrounden',
731
+ 'lockconfigempty': 'Channel locK info cannot be empty!'
732
+ },
733
+ 'system': {
734
+ 'information': 'Information',
735
+ 'remotecontrol': 'Remote Control',
736
+ 'channeldetection': 'Channel Detection',
737
+ 'signalversion': 'Signal Version',
738
+ 'softwareversion': 'Software Version',
739
+ 'hardwareversion': 'Hardware Version',
740
+ 'currentsystemtime': 'System Time',
741
+ 'time': 'Time',
742
+ 'featureparameterversion': 'Parameter Version',
743
+ 'version': 'Version',
744
+ 'identificationcode': 'Identification Code',
745
+ 'equipmentidentificationcode': 'Device Identification Code',
746
+ 'remotedebugging': 'Remote Debugging',
747
+ 'openornot': 'Open',
748
+ 'automaticshutdown': 'Auto Shutdown',
749
+ 'systemupdate': 'System Update',
750
+ 'dataupdate': 'Data Update',
751
+ 'reset': 'Set',
752
+ 'sure': 'Sure',
753
+ 'oper': 'Operation',
754
+ 'selectfile': 'Select File',
755
+ 'noselectfile': 'No update file selected!',
756
+ 'updateUSB': 'Update USB',
757
+ 'recovery': 'Recovery',
758
+ 'lampcontrolpanel': 'Lamp Control Panel',
759
+ 'featureparameterversionsetting': 'Parameter Version Setting',
760
+ 'deviceidentificationcodesetting': 'Device Identification Code Setting',
761
+ 'baudrate': 'Baudrate',
762
+ 'databit': 'Data Bits',
763
+ 'stopbit': 'Stop Bit',
764
+ 'paritybit': 'Parity Bit',
765
+ 'signalidentificationcode': 'Signal Identification Code',
766
+ 'modifysystemtime': 'Modify System Time',
767
+ 'selectdate': 'Select Date',
768
+ 'anytimepoint': 'Any Time Point',
769
+ 'tips': 'Tips',
770
+ 'update': 'Update',
771
+ 'duration1': '5min',
772
+ 'duration2': '60min',
773
+ 'duration3': 'Unlimited',
774
+ 'remote1': 'Restart',
775
+ 'remote2': 'Authorize',
776
+ 'remote3': 'Custom',
777
+ 'test': 'Test',
778
+ 'realTimeChannel': 'Real time channel',
779
+ 'isReboot': 'The system file is downloaded successfully. The update takes effect after restarting. Do you want to restart the device?',
780
+ 'rebootSuccess': 'Restart successfully!',
781
+ 'rebootFaile': 'Restart failed!',
782
+ 'resetSuccess': 'Set successfully!',
783
+ 'filesuccess': 'Upgrade file transfer complete!',
784
+ 'filefailed': 'Upgrade interface call failed!',
785
+ 'updateovertime': 'Update file overtime!'
786
+ },
787
+ 'optimize': {
788
+ 'strategy': 'Optimization strategy',
789
+ 'learn': 'Self learning',
790
+ 'saturation': 'Statistical parameters of intersection(The sampling period is 5 minutes):',
791
+ 'phase': 'Phase',
792
+ 'flow': 'Saturated Flow(veh.)',
793
+ 'queue': 'Saturated Queue length(veh.)',
794
+ 'speed': 'Max Speed(km/h)',
795
+ 'Occupancy': 'Saturated Occupancy rate',
796
+ 'mathematical': 'mathematical model'
797
+ },
798
+ 'history': {
799
+ 'description': 'Description',
800
+ 'user': 'User',
801
+ 'updatetime': 'Update Time',
802
+ 'operation': 'Operation',
803
+ 'deletetip': 'Delete This History?'
804
+ },
805
+ 'fault': {
806
+ 'refresh': 'Refresh',
807
+ 'uploadfault': 'Upload Fault',
808
+ 'export': 'Export',
809
+ 'faultofcurrentdetailedlightgroup': 'Detail Faults',
810
+ 'faultofcurrentdetailedvehicleinspectionversion': 'Detail Faults',
811
+ 'tab': 'tab',
812
+ 'tab0': 'Overview',
813
+ 'tab1': 'Main Control Board',
814
+ 'tab2': 'Light Control Panel',
815
+ 'tab3': 'Vehicle Inspection Board',
816
+ 'tab4': 'I/O Board',
817
+ 'tab5': 'Fault board',
818
+ 'tab6': 'Characteristic params',
819
+ 'maintype': 'Maintype',
820
+ 'subtype': 'Subtype',
821
+ 'occurtime': 'Occurtime',
822
+ 'recoverytime': 'Recoverytime',
823
+ 'grade': 'Grade',
824
+ 'value': 'value'
825
+ },
826
+ 'statistics': {
827
+ 'username': 'User_name:',
828
+ 'pass': 'Password:',
829
+ 'usernameplaceholder': 'Enter one user name',
830
+ 'passplaceholder': 'Please input a password',
831
+ 'getdevicedata': 'Upload flow',
832
+ 'detector': 'Detector',
833
+ 'time': 'Time',
834
+ 'flow': 'Flow',
835
+ 'occupyrate': 'Occupancy',
836
+ 'occupytime': 'Possession of time',
837
+ 'userpassnotnull': 'User name or password cannot be empty!',
838
+ 'historicalisempty': 'Get historical traffic data is empty!'
839
+ },
840
+ 'dailyrecord': {
841
+ 'data': 'Data',
842
+ 'infotype': 'Infotype',
843
+ 'subject': 'Subject',
844
+ 'object': 'Object',
845
+ 'operationresults': 'Operation Result',
846
+ 'uploaddailyrecord': 'Upload Dailyrecord',
847
+ 'success': 'Success',
848
+ 'fault': 'Fault',
849
+ 'platform': 'Platform',
850
+ 'configurationsoftware': 'Configuration Software',
851
+ 'getmanualpanel': 'Getmanual Panel',
852
+ 'signal': 'Signal Machine',
853
+ 'localpanelcontrol': 'Local Panel Control',
854
+ 'systemmanualcontrol': 'System Manual Control',
855
+ 'systemdownloadcharacteristic': 'System Download Characteristic Parameters',
856
+ 'systemdownload': 'System Download',
857
+ 'systemuploadparameters': 'System Upload Parameters',
858
+ 'systemrestartsignal': 'System Restart Signal',
859
+ 'systemdownloadplan': 'System Download Plan',
860
+ 'systemuploadplan': 'System Upload Plan',
861
+ 'systemdownloadschedulingplan': 'System Download Scheduling Plan',
862
+ 'systemuploadschedulingplan': 'System Upload Scheduling Plan',
863
+ 'systemdownloaddate': 'System Download Date',
864
+ 'systemuploaddate': 'System Upload Date',
865
+ 'systemchanneldetection': 'System Channel Detection',
866
+ 'systemsolutionintervention': 'System Solution Intervention',
867
+ 'systemsetuptime': 'System Setup Time'
868
+ },
869
+ 'control': {
870
+ 'mode': 'Mode:',
871
+ 'control': 'Control:',
872
+ 'cycle': 'Cycle:',
873
+ 'offset': 'Offset:',
874
+ 'curTime': 'CurTime:',
875
+ 'syncTime': 'SyncTime:',
876
+ 'score': 'Score:',
877
+ 'level': 'Level:',
878
+ 'patternid': 'Pattern Id:',
879
+ 'name': 'Name:',
880
+ 'current_phase': 'Current_phase:',
881
+ 'phase': 'Phase',
882
+ 'ring': 'Ring',
883
+ 'control_style': 'Control',
884
+ 'mode_style': 'Mode',
885
+ 'pattern': 'Pattern',
886
+ 'phase_countdown': 'Phase_countdown:',
887
+ 'split': 'Split:',
888
+ 'countdown': 'Countdown:',
889
+ 'id': 'Id:',
890
+ 'type': 'Type:',
891
+ 'light_countdown': 'Light_countdown:',
892
+ 'sequence': 'Sequence:',
893
+ 'num': 'Num:',
894
+ 'value': 'Parameters',
895
+ 'currentvolume': 'CurrentVolume',
896
+ 'time': 'Time'
897
+ },
898
+ 'button': {
899
+ 'OK': 'OK',
900
+ 'Cancel': 'Cancel',
901
+ 'Back': 'Back',
902
+ 'ignore': 'Ignore',
903
+ 'confirm': 'Confirm',
904
+ 'save': 'Save',
905
+ 'reset': 'Reset'
906
+ },
907
+ 'common': {
908
+ 'confirm': 'Confirm',
909
+ 'query': 'Query',
910
+ 'stageStyle': 'Stage Style',
911
+ 'ringStyle': 'Ring Style',
912
+ 'cancel': 'Cancel',
913
+ 'add': 'Add',
914
+ 'delete': 'Delete',
915
+ 'clone': 'Clone',
916
+ 'deleteall': 'DeleteAll',
917
+ 'update': 'Update',
918
+ 'search': 'Search',
919
+ 'alarm': 'Alarm',
920
+ 'none': 'none',
921
+ 'weak': 'weak',
922
+ 'enter': 'Please enter the content',
923
+ 'normal': 'normal',
924
+ 'strong': 'strong',
925
+ 'name': 'Name',
926
+ 'path': 'Path',
927
+ 'description': 'Description',
928
+ 'operations': 'Operations',
929
+ 'addfailed': 'Add Success!',
930
+ 'addsucess': 'Add Failed!',
931
+ 'addcancel': 'Add Canceled!',
932
+ 'deletefailed': 'Delete Failed!',
933
+ 'deletesucess': 'Delete Success!',
934
+ 'deletecancel': 'Delete Canceled!',
935
+ 'updatefailed': 'Update Failed!',
936
+ 'updatesucess': 'Update Success!',
937
+ 'updatecancel': 'Update Canceled!',
938
+ 'relatefailed': 'Relate Failed!',
939
+ 'relatesucess': 'Relate Success!',
940
+ 'relatecancel': 'Relate Canceled!',
941
+ 'upload': 'Upload',
942
+ 'select': 'Select',
943
+ 'nodata': 'No data',
944
+ 'input': 'Please enter a word',
945
+ 'entercontent': 'Please enter the content',
946
+ 'commit': 'Commit',
947
+ 'commitandexecute': 'CommitAndExecute',
948
+ 'uploadsuccess': 'Upload Success!',
949
+ 'download': 'Download Success!',
950
+ 'downloaderror': 'Signal Check Error!',
951
+ 'downloadandrun': 'Submit and run successfully!',
952
+ 'editagentid': 'Edit AgentID',
953
+ 'querysucess': 'Query Success!',
954
+ 'setup': 'setup',
955
+ 'tipsmodaltitle': 'Tips',
956
+ 'deviceoffline': 'Device not online!',
957
+ 'operationsuccess': 'Operation Success !',
958
+ 'savesucess': 'Save Success!'
959
+ },
960
+ 'login': {
961
+ 'title': 'Openatc-Configer',
962
+ 'login': 'Sign in',
963
+ 'authorize': 'Authorize',
964
+ 'close': 'Close',
965
+ 'dialogtitle': 'Available authorizations',
966
+ 'username': 'User Name',
967
+ 'password': 'Password',
968
+ 'networkparam': 'Network parameters',
969
+ 'port': 'Port',
970
+ 'protocol': 'Protocol',
971
+ 'restoredefaultparameters': 'Restore default parameters',
972
+ 'enterip': 'Please enter IP',
973
+ 'enterlegalip': 'Please enter legal IP!',
974
+ 'enterpport': 'Please enter the port',
975
+ 'entercorrectport': 'Please enter the correct port!',
976
+ 'usernamenotnull': 'User name cannot be empty!',
977
+ 'passnotnull': 'Password cannot be empty!',
978
+ 'selectagreement': 'Please select protocol',
979
+ 'enterdeviceid': 'Please enter device ID',
980
+ 'loginerror': 'Login error!'
981
+ },
982
+ 'errorTip': {
983
+ 'phaseNotZero': 'Must contain at least phase !',
984
+ 'phaseExceed': 'One ring can not exceed 16 phases at most!',
985
+ 'planNotZero': 'Must contain at least plan !',
986
+ 'patternNotZero': 'Must contain at least pattern',
987
+ 'dataNotZero': 'Must contain at least data!',
988
+ 'dateIsAll': 'This date must be full year !',
989
+ 'planDate': 'The time in the plan is unreasonable !',
990
+ 'patternRing': 'The ring time of the same pattern must be equal !',
991
+ 'dataPlan': 'The plan in the date can not be empty !',
992
+ 'planPattern': 'The pattern in the plan can not be empty !',
993
+ 'overlapRules': 'The parent phase in the overlap cannot be empty!',
994
+ 'manualpanel': 'The manualpanel cannot be empty!',
995
+ 'momthIsNull': 'Month cannot be empty in date!',
996
+ 'devicenotonline': 'Device not online!',
997
+ 'abnormalcommunication': 'Abnormal Communication!',
998
+ 'saveParamFailed': 'Signal save parameter failed!',
999
+ 'ringErrorTip': 'Ring configuration should be started from ring 1, and skip ring configuration is not allowed!',
1000
+ 'deviceinformationnotnull': 'Address code in device information cannot be empty!',
1001
+ 'noSchemeUpload': 'There is no scheme to upload!',
1002
+ 'readSchemeSucc': 'Reading scheme succeeded!',
1003
+ 'singleDownloadNotZero': 'Download data cannot be empty!'
1004
+ },
1005
+ 'importTemp': {
1006
+ 'editTemplateData': 'Edit Template Data',
1007
+ 'template': 'Template',
1008
+ 'crossShape': 'Cross Shape',
1009
+ 'name': 'Name',
1010
+ 'phaseCount': 'Phase Count',
1011
+ 'phase': 'Phase',
1012
+ 'greenClear': 'GreenClear',
1013
+ 'yellow': 'Yellow',
1014
+ 'redClear': 'RedClear',
1015
+ 'pattern': 'Pattern',
1016
+ 'count': 'Count',
1017
+ 'split': 'Split',
1018
+ 'plan': 'Plan',
1019
+ 'date': 'Date',
1020
+ 'annual': 'Annual',
1021
+ 'crossShapes': {
1022
+ 'crossroads': 'Crossroads',
1023
+ 'tjunction': 'T-junction',
1024
+ 'roundabout': 'Roundabout',
1025
+ 'rampintersection': 'RampIntersection',
1026
+ 'pedestriancrossing': 'PedestrianCrossing',
1027
+ 'otherIntersections': 'OtherIntersections',
1028
+ 'customIntersection': 'CustomIntersection'
1029
+ },
1030
+ 'crossIntersection': {
1031
+ 'eastward': 'Eastward',
1032
+ 'westward': 'Westward',
1033
+ 'southward': 'Southward',
1034
+ 'northward': 'Northward',
1035
+ 'eastwestward': 'Eastwestdirection',
1036
+ 'southnorthward': 'Northsouthdirection'
1037
+ },
1038
+ 'crossPhase': {
1039
+ 'onePhase': 'OnePhase',
1040
+ 'twoPhase': 'TwoPhase',
1041
+ 'threePhase': 'ThreePhase',
1042
+ 'fourPhase': 'FourPhase',
1043
+ 'fivePhase': 'FivePhase',
1044
+ 'sixPhase': 'SixPhase',
1045
+ 'sevenPhase': 'SevenPhase',
1046
+ 'eightPhase': 'EightPhase',
1047
+ 'ninePhase': 'NinePhase',
1048
+ 'tenPhase': 'TenPhase',
1049
+ 'elevenPhase': 'ElevenPhase',
1050
+ 'twelvePhase': 'TwelvePhase',
1051
+ 'thirteenPhase': 'ThirteenPhase',
1052
+ 'fourteenPhase': 'FourteenPhase',
1053
+ 'fifteenPhase': 'FifteenPhase',
1054
+ 'sixteenPhase': 'SixteenPhase'
1055
+ }
1056
+ },
1057
+ 'about': {
1058
+ 'version': 'Version',
1059
+ 'copyright': 'Copyright',
1060
+ 'company': 'KEDACOM',
1061
+ 'packedtime': 'Packed time',
1062
+ 'opensourceagreement': 'Opensource Agreement'
1063
+ },
1064
+ 'message': {
1065
+ 'errorcode': 'Error code',
1066
+ '10000': 'Parameter is empty',
1067
+ '10001': 'Parameter length error',
1068
+ '1002': 'Error',
1069
+ '10002': 'Record cannot be empty',
1070
+ '20003': 'id cannot be empty and cannot be 0',
1071
+ '20004': 'No parameter record',
1072
+ '20005': 'No device id found',
1073
+ '20006': 'Data stream close failed!',
1074
+ '20007': 'Json Type conversion failed!',
1075
+ '20008': 'File read failed!',
1076
+ '20009': 'File does not exist!',
1077
+ '20010': 'I/O close mistake!',
1078
+ // 全局异常错误
1079
+ '0001': 'Null pointer',
1080
+ '0002': 'Wrong request method',
1081
+ '0003': 'Incorrect input parameter type',
1082
+ '0004': 'Incomplete input parameters',
1083
+ '0005': 'Input parameters do not meet constraints',
1084
+ '0006': 'system error',
1085
+ // 用户管理错误
1086
+ '3001': 'Username does not exist',
1087
+ '3002': 'Authentication failed',
1088
+ '3003': 'Duplicate username',
1089
+ '3004': 'The old and new passwords cannot be the same',
1090
+ '3005': 'password can not be blank',
1091
+ '3006': 'The original password is wrong',
1092
+ '3007': 'Login user does not exist',
1093
+ '3008': 'No access',
1094
+ '3009': 'wrong password',
1095
+ '3010': 'Super user role cannot be modified',
1096
+ '3011': 'username or password is wrong',
1097
+ '3013': 'Account is disabled',
1098
+ '3014': 'token has expired',
1099
+ '3015': 'token failure',
1100
+ '3016': 'User organization is empty',
1101
+ '3017': 'Organization does not exist',
1102
+ '3018': 'Access ip is inconsistent with user ip, login is forbidden',
1103
+ '3019': 'the role can not be deleted beause it has related users',
1104
+ '3020': 'Failed to add role, role name already exists!',
1105
+ '3021': 'Failed to add super administrator role or user!',
1106
+ '3022': 'Failed to remove administrator role!',
1107
+ '3023': 'Administrator permissions cannot be modified!',
1108
+ '3024': 'The current user has not been created!',
1109
+ '3025': 'Token is not enabled!',
1110
+ '3026': 'The role has associated users!',
1111
+ // 消息通讯错误
1112
+ '4001': 'Error Request',
1113
+ '4002': 'Error Response',
1114
+ '4003': 'Device Not Online',
1115
+ '4004': 'Repeat ID',
1116
+ '4005': 'Device Empty Response',
1117
+ '4006': 'Device Response Operation Is None',
1118
+ '4007': 'Control Message Response Error',
1119
+ '4008': 'Device not online, ignored',
1120
+ '4009': 'Empty cache, please upload',
1121
+ '4010': 'Request Data Failed',
1122
+ '4011': 'Message types not supported',
1123
+ // 错误子类型
1124
+ // error-request
1125
+ '4100': 'agentid is null!',
1126
+ '4101': 'operation is null!',
1127
+ '4102': 'infotype is null!',
1128
+ '4103': 'infodata is null!',
1129
+ '4104': 'JSON format is incorrect!',
1130
+ '4105': 'agentid not exist!',
1131
+ '4106': 'Unknown operation type!',
1132
+ '4107': 'Unknown infotype!',
1133
+ '4108': 'protocol is null!',
1134
+ '4109': 'Receive Time Out or Receive Incorrect Data!',
1135
+ '4110': 'Last sendData is not finished!',
1136
+ '4111': 'Port is null!',
1137
+ '4112': 'Cache is null!',
1138
+ '4113': 'Keyints can not be null',
1139
+ '4114': 'Keyints can not be the first two when strategy is up!',
1140
+ '4115': 'Keyints can not be the last two when strategy is down!',
1141
+ '4116': 'No less than three intersections!',
1142
+ // error-response
1143
+ '4200': 'response is null!',
1144
+ '4201': 'response format error!',
1145
+ '4203': 'Unknown request instruction!',
1146
+ '4204': 'Comm Send Data error!',
1147
+ '4205': 'Udp Receive InfoType error by Send InfoType',
1148
+ '4206': 'Can not find UdpCommunication for Receive Msg',
1149
+ '4207': 'Error response from feature download',
1150
+ '4208': 'Error protocol data from respose message',
1151
+ '4209': 'Answer from atc',
1152
+ // device not online
1153
+ '4301': 'Device not online',
1154
+ // 协调路线错误
1155
+ '5001': 'Repeat Route Name',
1156
+ // 勤务路线错误
1157
+ '6001': 'Repeat Route Name',
1158
+ '6002': 'The route is on execution',
1159
+ '6003': 'VipRoute Cannot cancel! Control is changed.',
1160
+ // 流量错误
1161
+ '7001': 'ftp clent connect fail',
1162
+ // 组织机构错误
1163
+ '11001': 'Repeat Name!',
1164
+ // 路口管理错误
1165
+ '8001': 'device not found By Agentid!',
1166
+ '8002': 'device is found By CoordinateRoute',
1167
+ '8003': 'device is found By VipRoute',
1168
+ '8004': 'Agentid is duplicated',
1169
+ // 错误类型子类型,返回码第二层
1170
+ '8101': 'Device can not delete!',
1171
+ // 瓶颈控制错误
1172
+ '9001': 'Overflow control failed!',
1173
+ '9002': 'Overflow recovery failed!',
1174
+ '9003': 'Overflow is executing, can not be deleted!',
1175
+ '9004': 'Overflow pattern name is already exist!',
1176
+ '9005': 'Overflow pattern is empty!',
1177
+ '9006': 'No Overflow pattern is in execution!'
1178
+ },
1179
+ 'faultrecord': {
1180
+ 'faultDetail': 'Fault Detail',
1181
+ 'faultMaintype': 'Main Type',
1182
+ 'faultSubtype': 'Sub Type',
1183
+ 'faultOccurtime': 'Occur Time',
1184
+ 'boardCardType': 'BoardCard Type',
1185
+ 'faultGrade': 'Grade',
1186
+ 'faultValue': 'Value',
1187
+ 'asc': 'Asc',
1188
+ 'patterncalc': 'Pattern Calc',
1189
+ 'monitor': 'Monitor',
1190
+ 'statusfault': 'Status Fault',
1191
+ 'untreated': 'Untreated',
1192
+ 'ignored': 'Ignored',
1193
+ 'confirmed': 'Confirmed',
1194
+ 'powerup': 'Output Power Is Up',
1195
+ 'powerdown': 'Output Power Is Down',
1196
+ 'powerno': 'Output Power Is Zero',
1197
+ 'powerfault': 'Off Output Power Is High',
1198
+ 'general': 'General failure',
1199
+ 'degradation': 'Degradation failure',
1200
+ 'serious': 'Serious failure',
1201
+ 'maincontrolboard': 'Main Control Board',
1202
+ 'lightcontrolversion': 'Light Control Version',
1203
+ 'carinspectionboard': 'Car Inspection Board',
1204
+ 'eportingmodule': 'Eporting Module',
1205
+ 'roadname': 'Road Name',
1206
+ 'eventtype': 'Event Type',
1207
+ 'neglect': 'Neglect',
1208
+ 'faultlist': 'Fault Center',
1209
+ 'confirm': 'Confirm',
1210
+ 'realtimealert': 'Real Time Alert',
1211
+ 'detaileddescription': 'Detailed Description',
1212
+ 'ioboard': 'I/O board',
1213
+ 'faultboard': 'Fault board',
1214
+ 'characteristicparams': 'Characteristic params',
1215
+ 'maincontrolboardfault': 'Main Control Board Fault',
1216
+ 'lightcontrolversionfault': 'Light Control Version Fault',
1217
+ 'carinspectionboardfault': 'Car Inspection Board Fault',
1218
+ 'ioboardfault': 'I/O board Fault',
1219
+ 'fixdetail': 'Fix Detail',
1220
+ 'deviceid': 'Device Id',
1221
+ 'faultid': 'Fault Id',
1222
+ 'boardcardtype': 'Board Card Type',
1223
+ 'faultbegintime': 'Fault Begin Time',
1224
+ 'faultendtime': 'Fault End Time',
1225
+ 'faulttype': 'Fault Type',
1226
+ 'faultchild': 'Fault Child',
1227
+ 'faultgrade': 'Fault Grade',
1228
+ 'operation': 'Operation',
1229
+ 'faultvaluedetail': 'Fault Value Detail',
1230
+ 'operator': 'Operator',
1231
+ 'operationTime': 'Operation Time',
1232
+ 'enumerate': 'Enumerate',
1233
+ 'realtimefault': 'Realtime Fault',
1234
+ 'historicalfault': 'Historical Fault',
1235
+ 'boardtype': 'Board type',
1236
+ 'mainfaulttype': 'Main fault type',
1237
+ 'confirmresults': 'Confirmation results',
1238
+ 'intersectionname': 'Intersection Name',
1239
+ 'faulttime': 'Time of failure',
1240
+ 'isdelfaultrecord': 'Delete this fault record?',
1241
+ 'channel': 'channel',
1242
+ 'detector': 'detector',
1243
+ 'port': 'port'
1244
+ },
1245
+ 'greenwaveoptimize': {
1246
+ 'downSend': 'Down Send',
1247
+ 'patternName': 'Pattern Name',
1248
+ 'period': 'Period',
1249
+ 'distancenull': 'Distance cannot be set to 0',
1250
+ 'spaceGraph': 'Time Space Graph',
1251
+ 'addplan': 'Click the Add button to add the greenwave Optimize plan',
1252
+ 'createconfig': 'Click the Edit button to start the configuration',
1253
+ 'operation': 'Operation',
1254
+ 'isdelete': 'Is delete',
1255
+ 'nochooseplan': 'No route selected!',
1256
+ 'namerepeat': 'Duplicate route name!',
1257
+ 'addfail': 'Failed to add, the name of route is duplicate!',
1258
+ 'addroute': 'New Route Management',
1259
+ 'editroute': 'Edit Route Management',
1260
+ 'name': 'Name',
1261
+ 'routename': 'Route Name',
1262
+ 'isClose': 'Configuration not saved, are you sure to close?',
1263
+ 'coordinateparamconfig': 'Parameter Configuration',
1264
+ 'device': 'Intersection',
1265
+ 'phase': 'Phase',
1266
+ 'distance': 'Distance',
1267
+ 'pattern': 'Pattern',
1268
+ 'choosephase': 'Please select phase!',
1269
+ 'choosepattern': 'Please select pattern!',
1270
+ 'configsuccess': 'Parameter configuration succeeded!',
1271
+ 'adddevice': 'Add Interscetion',
1272
+ 'deletedevice': 'Is delete Interscetion',
1273
+ 'deviceid': 'Interscetion Id',
1274
+ 'devicename': 'Interscetion Name',
1275
+ 'type': 'Type',
1276
+ 'IP': 'IP',
1277
+ 'port': 'Port',
1278
+ 'describe': 'Describe',
1279
+ 'deletedevsuccess': 'Delete device successfully!',
1280
+ 'distancemeter': 'Distance(m)',
1281
+ 'widthmeter': 'Width(m)',
1282
+ 'forward': 'Forward',
1283
+ 'back': 'Back',
1284
+ 'generate': 'Generate',
1285
+ 'edit': 'Edit',
1286
+ 'confirmdownloadpattern': 'Confirm to download this pattern?',
1287
+ 'offset': 'Offset',
1288
+ 'cycle': 'Cycle',
1289
+ 'timespace': 'Route Monitor',
1290
+ 'coordinationstrategy': 'Coordination Strategy',
1291
+ 'coordinationdirection': 'Coordination Direction',
1292
+ 'keyintersection': 'Key Intersection',
1293
+ 'upspeed': 'Up Speed(km/h)',
1294
+ 'downspeed': 'Down Speed(km/h)',
1295
+ 'up': 'Up',
1296
+ 'down': 'Down',
1297
+ 'optstrategyoption1': 'Green wave optimization',
1298
+ 'optstrategyoption2': 'Red wave optimization',
1299
+ 'optstrategyoption3': 'Motorcade-end',
1300
+ 'optstrategyoption4': 'DynamicGreen',
1301
+ 'directionOption1': 'Up',
1302
+ 'directionOption2': 'Down',
1303
+ 'directionOption3': 'All',
1304
+ 'duration': 'Duration:',
1305
+ 'speed': 'Speed:',
1306
+ 'vehicle': 'vehicle:',
1307
+ 'es': 'East-Straight',
1308
+ 'el': 'East-Left',
1309
+ 'er': 'East-Right',
1310
+ 'eb': 'East-Back',
1311
+ 'ws': 'West-Straight',
1312
+ 'wl': 'West-Left',
1313
+ 'wr': 'West-Right',
1314
+ 'wb': 'West-Back',
1315
+ 'ns': 'North-Straight',
1316
+ 'nl': 'North-Left',
1317
+ 'nr': 'North-Right',
1318
+ 'nb': 'North-Back',
1319
+ 'ss': 'South-Straight',
1320
+ 'sl': 'South-Left',
1321
+ 'sr': 'South-Right',
1322
+ 'sb': 'South-Back',
1323
+ 'notonline': ' do not online!',
1324
+ 'generatesuedsucc': 'Generate Suedsucc!',
1325
+ 'chooseRoute': 'please choose route',
1326
+ 'onlyOneTab': 'only one tab allowed',
1327
+ 'scene': 'simulation ',
1328
+ 'chooseCros': 'please choose cross!',
1329
+ 'choosePhase': 'please choose phase !',
1330
+ 'choosePattern': 'please choose tab!',
1331
+ 'routeDeviceNotOnline': 'route device not Online!',
1332
+ 'atleastOnePattern': 'at least one pattern !',
1333
+ 'inputRouteName': 'please input routeName',
1334
+ 'errDownloadParam': 'Err Download Param !',
1335
+ 'pleaseChoseOptstrategy': 'Please Chose Optstrategy!',
1336
+ 'pleaseInputPatternName': 'PleaseInput Pattern Name!',
1337
+ 'repeatPatternName': 'Repeat Pattern Name!',
1338
+ 'pleaseChoseKeyintersection': 'Please Chose Keyintersection!',
1339
+ 'pleaseInputUpspeed': 'Please Input Upspeed!',
1340
+ 'pleaseInputDownspeed': 'Please Input Downspeed!',
1341
+ 'abnormalIntersections': 'Abnormal Intersections!',
1342
+ 'routeCros': 'route Intersection',
1343
+ 'setDistance': 'Set Distance',
1344
+ 'setPhase': 'Set Phase',
1345
+ 'intesectionDistance': 'Intesection Distance(m)',
1346
+ 'intesectionWidth': 'Intesection Width(m)',
1347
+ 'planissuedsucc': 'Plan issued successfully',
1348
+ 'executePlan': 'Execute Plan',
1349
+ 'backSelfControl': 'BackSelfControl',
1350
+ 'downloadPlan': 'DownloadPlan',
1351
+ 'updated': 'updated',
1352
+ 'ignored': 'ignored',
1353
+ 'failed': 'failed',
1354
+ 'continueOnfailure': 'continue On failure',
1355
+ 'executeTime': 'Execute Time',
1356
+ 'saveParams': 'Save Params',
1357
+ 'time': 'time(s)',
1358
+ 'realtimecoordinationscheme': 'Realtime route coordination scheme',
1359
+ 'planningcoordinationscheme': 'Planning route coordination scheme'
1360
+ },
1361
+ 'token': {
1362
+ 'username': 'User Name',
1363
+ 'tokenManage': 'Token Management',
1364
+ 'timeStart': 'Time Start',
1365
+ 'timeEnd': 'Time End',
1366
+ 'isValid': 'isValid',
1367
+ 'yes': 'Yes',
1368
+ 'no': 'No'
1369
+ },
1370
+ 'channelizationmap': {
1371
+ 'importpicture': 'Import Picture',
1372
+ 'importtip': 'The picture format is SVG, PNG and JPG, and the size is no more than 10MB',
1373
+ 'importsizeerror': 'Picture size exceeds 10MB, please re import!',
1374
+ 'importtypeerror': 'Picture format error, please import again!',
1375
+ 'importcrosspicture': 'Import intersection picture',
1376
+ 'againimport': 'Re import',
1377
+ 'motorway': 'Motorway',
1378
+ 'bicyclelane': 'Non motorized Lane',
1379
+ 'pedcrossing': 'Ped crossing',
1380
+ 'countdown': 'Countdown',
1381
+ 'detector': 'Detector',
1382
+ 'laneturn': 'Lane turn',
1383
+ 'straightahead': 'Straightahead',
1384
+ 'turnleft': 'Turnleft',
1385
+ 'turnright': 'Turnright',
1386
+ 'turnaround': 'Turnaround',
1387
+ 'position': 'Position',
1388
+ 'mixing': 'Mixing',
1389
+ 'eastward': 'Eastward',
1390
+ 'westward': 'Westward',
1391
+ 'southward': 'Southward',
1392
+ 'northward': 'Northward',
1393
+ 'NE': 'NE',
1394
+ 'SE': 'SE',
1395
+ 'SW': 'SW',
1396
+ 'NW': 'NW',
1397
+ 'EW': 'EW',
1398
+ 'SN': 'SN',
1399
+ 'etped': 'East-Top',
1400
+ 'ebped': 'East-Bottom',
1401
+ 'wtped': 'West-Top',
1402
+ 'wbped': 'West-Bottom',
1403
+ 'slped': 'South-Left',
1404
+ 'srped': 'South-Right',
1405
+ 'nlped': 'North-Left',
1406
+ 'nrped': 'North-Right',
1407
+ 'xrped': 'X-/',
1408
+ 'xlped': 'X-\\',
1409
+ 'ewped': 'East-West',
1410
+ 'snped': 'South-North',
1411
+ 'choosedirerror': 'Select at least one lane to turn!',
1412
+ 'lanetype': 'Lane Type',
1413
+ 'vehiclemainroad': 'Vehicle Main Road',
1414
+ 'vehiclebranch': 'Vehicle Branch',
1415
+ 'nonmotorizedlane': 'Non Motorized',
1416
+ 'buslane': 'Bus Lane',
1417
+ 'BRTlane': 'BRT Lane',
1418
+ 'tramlane': 'Tram Lane',
1419
+ 'pedestriantype': 'Pedestrian Type',
1420
+ 'pedestrian': 'Pedestrian',
1421
+ 'secondcrossing': 'Second Crossing',
1422
+ 'xpedestrian': 'X Pedestrian',
1423
+ 'sectionpedestrian': 'Section Pedestrian',
1424
+ 'delete': 'Delete',
1425
+ 'clone': 'Clone',
1426
+ 'drawtips': 'Click add on the intersection map after selection',
1427
+ 'canclesetting': 'Cancel the channelization setting of the current intersection?',
1428
+ 'phaseassociated': 'Phase Associated',
1429
+ 'phase': 'phase',
1430
+ 'associatedphaseerror': 'Association failed. Lanes in the same direction cannot be associated with different phases!',
1431
+ 'overlapassociated': 'Overlap Associated',
1432
+ 'flowsaturation': 'Flow saturation',
1433
+ 'occupancysaturation': 'Occupancy saturation',
1434
+ 'detectortype': 'Detector Type',
1435
+ 'vehicledetector': 'Detector',
1436
+ 'pedestriandetector': 'Pedestrian Detector',
1437
+ 'detectorassociated': 'Detector Associated',
1438
+ 'laneassociated': 'Lane Associated',
1439
+ 'detectorthreshold': 'Detector Threshold',
1440
+ 'occupancythreshold': 'Greenlight Utilization Threshold',
1441
+ 'saturationthreshold': 'Flow Saturation Threshold',
1442
+ 'checkthreshold': 'The threshold value cannot be blank. Please fill in a positive integer within the range of 0-100!',
1443
+ 'pedestriancrossing': 'Pedestrian crossing',
1444
+ 'pedestriansecondarycrossing': 'Pedestrian secondary crossing',
1445
+ 'obliquepedestriancrossing': 'Oblique pedestrian crossing',
1446
+ 'sectionpedestriancrossing': 'Section pedestrian crossing',
1447
+ 'flipdisplay': 'Flip display',
1448
+ 'vehiclelane': 'Vehicle lane',
1449
+ 'sidewalk': 'Sidewalk',
1450
+ 'angle': 'Angle',
1451
+ 'basicinfo': 'Basic information',
1452
+ 'importfilesuccess': 'Import of JSON file succeeded!',
1453
+ 'holographiclaneid': 'Holographic Laneid'
1454
+ }
1455
+ }
1456
+ }
1457
+
1458
+ export default en