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