25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1072 lines
38 KiB

  1. # FunctionList
  2. FUNCTIONLIST=FunctionList
  3. REALPLAY=RealPlay
  4. CAPTURE_PICTURE=Capture Picture
  5. MULTIREALPLAY=MultiRealPlay
  6. DOWNLOAD_RECORD=Download Record
  7. ITS_EVENT=TrafficEvent
  8. TALK=Talk
  9. DEVICESEARCH_DEVICEINIT=DeviceSearchAndInit
  10. PTZ=PTZ Control
  11. FACERECOGNITION=FaceRecognition
  12. ALARM_LISTEN=Alarm Listen
  13. DEVICE_CONTROL=Device Control
  14. AUTOREGISTER=AutoRegister
  15. REMOTE_OPEN_DOOR=Remote Open Door
  16. ONLINE=Online
  17. # Login Info
  18. DEVICE_IP=Device IP
  19. DEVICE_PORT=Port
  20. USERNAME=UserName
  21. PASSWORD=Password
  22. IP=IP
  23. LOGIN=Login
  24. LOGOUT=Logout
  25. LOGIN_SUCCEED=Login Succeed
  26. LOGIN_FAILED=Login Failed
  27. DISCONNECT=Device disconnect
  28. DISCONNECT_RECONNECTING=Device disconnect, reconnecting
  29. PROMPT_MESSAGE=Prompt Message
  30. ERROR_MESSAGE=Error Message
  31. SUCCEED=Succeed
  32. FAILED=Failed
  33. PLEASE_INPUT_DEVICE_IP=Please input device IP
  34. PLEASE_INPUT_DEVICE_PORT=Please input device port
  35. PLEASE_INPUT_DEVICE_USERNAME=Please input userName
  36. PLEASE_INPUT_DEVICE_PASSWORD=Please input password
  37. PLEASE_INPUT_CONFIRM_PASSWORD=Please input confirm password
  38. # Error Info
  39. NET_NOERROR=No error
  40. NET_ERROR=Unknown error
  41. NET_SYSTEM_ERROR=System error
  42. NET_NETWORK_ERROR=Protocol error it may result from network timeout
  43. NET_DEV_VER_NOMATCH=Device protocol does not match
  44. NET_INVALID_HANDLE=Handle is invalid
  45. NET_OPEN_CHANNEL_ERROR=Failed to open channel
  46. NET_CLOSE_CHANNEL_ERROR=Failed to close channel
  47. NET_ILLEGAL_PARAM=User parameter is illegal
  48. NET_SDK_INIT_ERROR=SDK initialization error
  49. NET_SDK_UNINIT_ERROR=SDK clear error
  50. NET_RENDER_OPEN_ERROR=Error occurs when apply for render resources
  51. NET_DEC_OPEN_ERROR=Error occurs when opening the decoder library
  52. NET_DEC_CLOSE_ERROR=Error occurs when closing the decoder library
  53. NET_MULTIPLAY_NOCHANNEL=The detected channel number is 0 in multiple-channel preview
  54. NET_TALK_INIT_ERROR=Failed to initialize record library
  55. NET_TALK_NOT_INIT=The record library has not been initialized
  56. NET_TALK_SENDDATA_ERROR=Error occurs when sending out audio data
  57. NET_REAL_ALREADY_SAVING=The real-time has been protected
  58. NET_NOT_SAVING=The real-time data has not been save
  59. NET_OPEN_FILE_ERROR=Error occurs when opening the file
  60. NET_PTZ_SET_TIMER_ERROR=Failed to enable PTZ to control timer
  61. NET_RETURN_DATA_ERROR=Error occurs when verify returned data
  62. NET_INSUFFICIENT_BUFFER=There is no sufficient buffer
  63. NET_NOT_SUPPORTED=The current SDK does not support this funcntion
  64. NET_NO_RECORD_FOUND=There is no searched result
  65. NET_NOT_AUTHORIZED=You have no operation right
  66. NET_NOT_NOW=Can not operate right now
  67. NET_NO_TALK_CHANNEL=There is no audio talk channel
  68. NET_NO_AUDIO=There is no audio
  69. NET_NO_INIT=The network SDK has not been initialized
  70. NET_DOWNLOAD_END=The download completed
  71. NET_EMPTY_LIST=There is no searched result
  72. NET_ERROR_GETCFG_SYSATTR=Failed to get system property setup
  73. NET_ERROR_GETCFG_SERIAL=Failed to get SN
  74. NET_ERROR_GETCFG_GENERAL=Failed to get general property
  75. NET_ERROR_GETCFG_DSPCAP=Failed to get DSP capacity description
  76. NET_ERROR_GETCFG_NETCFG=Failed to get network channel setup
  77. NET_ERROR_GETCFG_CHANNAME=Failed to get channel name
  78. NET_ERROR_GETCFG_VIDEO=Failed to get video property
  79. NET_ERROR_GETCFG_RECORD=Failed to get record setup
  80. NET_ERROR_GETCFG_PRONAME=Failed to get decoder protocol name
  81. NET_ERROR_GETCFG_FUNCNAME=Failed to get 232 COM function name
  82. NET_ERROR_GETCFG_485DECODER=Failed to get decoder property
  83. NET_ERROR_GETCFG_232COM=Failed to get 232 COM setup
  84. NET_ERROR_GETCFG_ALARMIN=Failed to get external alarm input setup
  85. NET_ERROR_GETCFG_ALARMDET=Failed to get motion detection alarm
  86. NET_ERROR_GETCFG_SYSTIME=Failed to get device time
  87. NET_ERROR_GETCFG_PREVIEW=Failed to get preview parameter
  88. NET_ERROR_GETCFG_AUTOMT=Failed to get audio maintenance setup
  89. NET_ERROR_GETCFG_VIDEOMTRX=Failed to get video matrix setup
  90. NET_ERROR_GETCFG_COVER=Failed to get privacy mask zone setup
  91. NET_ERROR_GETCFG_WATERMAKE=Failed to get video watermark setup
  92. NET_ERROR_GETCFG_MULTICAST=Failed to get config, omulticast port by channel
  93. NET_ERROR_SETCFG_GENERAL=Failed to modify general property
  94. NET_ERROR_SETCFG_NETCFG=Failed to modify channel setup
  95. NET_ERROR_SETCFG_CHANNAME=Failed to modify channel name
  96. NET_ERROR_SETCFG_VIDEO=Failed to modify video channel
  97. NET_ERROR_SETCFG_RECORD=Failed to modify record setup
  98. NET_ERROR_SETCFG_485DECODER=Failed to modify decoder property
  99. NET_ERROR_SETCFG_232COM=Failed to modify 232 COM setup
  100. NET_ERROR_SETCFG_ALARMIN=Failed to modify external input alarm setup
  101. NET_ERROR_SETCFG_ALARMDET=Failed to modify motion detection alarm setup
  102. NET_ERROR_SETCFG_SYSTIME=Failed to modify device time
  103. NET_ERROR_SETCFG_PREVIEW=Failed to modify preview parameter
  104. NET_ERROR_SETCFG_AUTOMT=Failed to modify auto maintenance setup
  105. NET_ERROR_SETCFG_VIDEOMTRX=Failed to modify video matrix setup
  106. NET_ERROR_SETCFG_COVER=Failed to modify privacy mask zone
  107. NET_ERROR_SETCFG_WATERMAKE=Failed to modify video watermark setup
  108. NET_ERROR_SETCFG_WLAN=Failed to modify wireless network information
  109. NET_ERROR_SETCFG_WLANDEV=Failed to select wireless network device
  110. NET_ERROR_SETCFG_REGISTER=Failed to modify the actively registration parameter setup
  111. NET_ERROR_SETCFG_CAMERA=Failed to modify camera property
  112. NET_ERROR_SETCFG_INFRARED=Failed to modify IR alarm setup
  113. NET_ERROR_SETCFG_SOUNDALARM=Failed to modify audio alarm setup
  114. NET_ERROR_SETCFG_STORAGE=Failed to modify storage position setup
  115. NET_AUDIOENCODE_NOTINIT=The audio encode port has not been successfully initialized
  116. NET_DATA_TOOLONGH=The data are too long
  117. NET_UNSUPPORTED=The device does not support current operation
  118. NET_DEVICE_BUSY=Device resources is not sufficient
  119. NET_SERVER_STARTED=The server has boot up
  120. NET_SERVER_STOPPED=The server has not fully boot up
  121. NET_LISTER_INCORRECT_SERIAL=Input serial number is not correct
  122. NET_QUERY_DISKINFO_FAILED=Failed to get HDD information
  123. NET_ERROR_GETCFG_SESSION=Failed to get connect session information
  124. NET_USER_FLASEPWD_TRYTIME=The password you typed is incorrect You have exceeded the maximum number of retries
  125. NET_LOGIN_ERROR_PASSWORD=Password is not correct
  126. NET_LOGIN_ERROR_USER=The account does not exist
  127. NET_LOGIN_ERROR_TIMEOUT=Time out for log in returned value
  128. NET_LOGIN_ERROR_RELOGGIN=The account has logged in
  129. NET_LOGIN_ERROR_LOCKED=The account has been locked
  130. NET_LOGIN_ERROR_BLACKLIST=The account has been in the block list
  131. NET_LOGIN_ERROR_BUSY=Resources are not sufficient System is busy now
  132. NET_LOGIN_ERROR_CONNECT=Time out Please check network and try again
  133. NET_LOGIN_ERROR_NETWORK=Network connection failed
  134. NET_LOGIN_ERROR_SUBCONNECT=Successfully logged in the device but can not create video channel Please check network connection
  135. NET_LOGIN_ERROR_MAXCONNECT=Exceed the max connect number
  136. NET_LOGIN_ERROR_PROTOCOL3_ONLY=Only support 3 protocol
  137. NET_LOGIN_ERROR_UKEY_LOST=There is no USB or USB info error
  138. NET_LOGIN_ERROR_NO_AUTHORIZED=Client-end IP address has no right to login
  139. NET_LOGIN_ERROR_USER_OR_PASSOWRD=user or password error
  140. NET_LOGIN_ERROR_DEVICE_NOT_INIT=cannot login because the device has not been init,please init the device and then login
  141. NET_RENDER_SOUND_ON_ERROR=Error occurs when Render library open audio
  142. NET_RENDER_SOUND_OFF_ERROR=Error occurs when Render library close audio
  143. NET_RENDER_SET_VOLUME_ERROR=Error occurs when Render library control volume
  144. NET_RENDER_ADJUST_ERROR=Error occurs when Render library set video parameter
  145. NET_RENDER_PAUSE_ERROR=Error occurs when Render library pause play
  146. NET_RENDER_SNAP_ERROR=Render library snapshot error
  147. NET_RENDER_STEP_ERROR=Render library stepper error
  148. NET_RENDER_FRAMERATE_ERROR=Error occurs when Render library set frame rate
  149. NET_RENDER_DISPLAYREGION_ERROR=Error occurs when Render lib setting show region
  150. NET_RENDER_GETOSDTIME_ERROR=An error occurred when Render library getting current play time
  151. NET_GROUP_EXIST=Group name has been existed
  152. NET_GROUP_NOEXIST=The group name does not exist
  153. NET_GROUP_RIGHTOVER=The group right exceeds the right list!
  154. NET_GROUP_HAVEUSER=The group can not be removed since there is user in it!
  155. NET_GROUP_RIGHTUSE=The user has used one of the group right It can not be removed
  156. NET_GROUP_SAMENAME=New group name has been existed
  157. NET_USER_EXIST=The user name has been existed
  158. NET_USER_NOEXIST=The account does not exist
  159. NET_USER_RIGHTOVER=User right exceeds the group right
  160. NET_USER_PWD=Reserved account It does not allow to be modified
  161. NET_USER_FLASEPWD=password is not correct
  162. NET_USER_NOMATCHING=Password is invalid
  163. NET_USER_INUSE=account in use
  164. NET_ERROR_GETCFG_ETHERNET=Failed to get network card setup
  165. NET_ERROR_GETCFG_WLAN=Failed to get wireless network information
  166. NET_ERROR_GETCFG_WLANDEV=Failed to get wireless network device
  167. NET_ERROR_GETCFG_REGISTER=Failed to get actively registration parameter
  168. NET_ERROR_GETCFG_CAMERA=Failed to get camera property
  169. NET_ERROR_GETCFG_INFRARED=Failed to get IR alarm setup
  170. NET_ERROR_GETCFG_SOUNDALARM=Failed to get audio alarm setup
  171. NET_ERROR_GETCFG_STORAGE=Failed to get storage position
  172. NET_ERROR_GETCFG_MAIL=Failed to get mail setup
  173. NET_CONFIG_DEVBUSY=Can not set right now
  174. NET_CONFIG_DATAILLEGAL=The configuration setup data are illegal
  175. NET_ERROR_GETCFG_DST=Failed to get DST setup
  176. NET_ERROR_SETCFG_DST=Failed to set DST
  177. NET_ERROR_GETCFG_VIDEO_OSD=Failed to get video OSD setup
  178. NET_ERROR_SETCFG_VIDEO_OSD=Failed to set video OSD
  179. NET_ERROR_GETCFG_GPRSCDMA=Failed to get CDMA\GPRS configuration
  180. NET_ERROR_SETCFG_GPRSCDMA=Failed to set CDMA\GPRS configuration
  181. NET_ERROR_GETCFG_IPFILTER= Failed to get IP Filter configuration
  182. NET_ERROR_SETCFG_IPFILTER=Failed to set IP Filter configuration
  183. NET_ERROR_GETCFG_TALKENCODE=Failed to get Talk Encode configuration
  184. NET_ERROR_SETCFG_TALKENCODE=Failed to set Talk Encode configuration
  185. NET_ERROR_GETCFG_RECORDLEN=Failed to get The length of the video package configuration
  186. NET_ERROR_SETCFG_RECORDLEN=Failed to set The length of the video package configuration
  187. NET_DONT_SUPPORT_SUBAREA=Not support Network hard disk partition
  188. NET_ERROR_GET_AUTOREGSERVER=Failed to get the register server information
  189. NET_ERROR_CONTROL_AUTOREGISTER=Failed to control actively registration
  190. NET_ERROR_DISCONNECT_AUTOREGISTER=Failed to disconnect actively registration
  191. NET_ERROR_GETCFG_MMS=Failed to get mms configuration
  192. NET_ERROR_SETCFG_MMS=Failed to set mms configuration
  193. NET_ERROR_GETCFG_SMSACTIVATION=Failed to get SMS configuration
  194. NET_ERROR_SETCFG_SMSACTIVATION=Failed to set SMS configuration
  195. NET_ERROR_GETCFG_DIALINACTIVATION=Failed to get activation of a wireless connection
  196. NET_ERROR_SETCFG_DIALINACTIVATION=Failed to set activation of a wireless connection
  197. NET_ERROR_GETCFG_VIDEOOUT=Failed to get the parameter of video output
  198. NET_ERROR_SETCFG_VIDEOOUT=Failed to set the configuration of video output
  199. NET_ERROR_GETCFG_OSDENABLE=Failed to get osd overlay enabling
  200. NET_ERROR_SETCFG_OSDENABLE=Failed to set OSD overlay enabling
  201. NET_ERROR_SETCFG_ENCODERINFO=Failed to set digital input configuration of front encoders
  202. NET_ERROR_GETCFG_TVADJUST=Failed to get TV adjust configuration
  203. NET_ERROR_SETCFG_TVADJUST=Failed to set TV adjust configuration
  204. NET_ERROR_CONNECT_FAILED=Failed to request to establish a connection
  205. NET_ERROR_SETCFG_BURNFILE=Failed to request to upload burn files
  206. NET_ERROR_SNIFFER_GETCFG=Failed to get capture configuration information
  207. NET_ERROR_SNIFFER_SETCFG=Failed to set capture configuration information
  208. NET_ERROR_DOWNLOADRATE_GETCFG=Failed to get download restrictions information
  209. NET_ERROR_DOWNLOADRATE_SETCFG=Failed to set download restrictions information
  210. NET_ERROR_SEARCH_TRANSCOM=Failed to query serial port parameters
  211. NET_ERROR_GETCFG_POINT=Failed to get the preset info
  212. NET_ERROR_SETCFG_POINT=Failed to set the preset info
  213. NET_SDK_LOGOUT_ERROR=SDK log out the device abnormally
  214. NET_ERROR_GET_VEHICLE_CFG=Failed to get vehicle configuration
  215. NET_ERROR_SET_VEHICLE_CFG=Failed to set vehicle configuration
  216. NET_ERROR_GET_ATM_OVERLAY_CFG=Failed to get ATM overlay configuration
  217. NET_ERROR_SET_ATM_OVERLAY_CFG=Failed to set ATM overlay configuration
  218. NET_ERROR_GET_ATM_OVERLAY_ABILITY=Failed to get ATM overlay ability
  219. NET_ERROR_GET_DECODER_TOUR_CFG=Failed to get decoder tour configuration
  220. NET_ERROR_SET_DECODER_TOUR_CFG=Failed to set decoder tour configuration
  221. NET_ERROR_CTRL_DECODER_TOUR=Failed to control decoder tour
  222. NET_GROUP_OVERSUPPORTNUM=Beyond the device supports for the largest number of user groups
  223. NET_USER_OVERSUPPORTNUM=Beyond the device supports for the largest number of users
  224. NET_ERROR_GET_SIP_CFG=Failed to get SIP configuration
  225. NET_ERROR_SET_SIP_CFG=Failed to set SIP configuration
  226. NET_ERROR_GET_SIP_ABILITY=Failed to get SIP capability
  227. NET_ERROR_GET_WIFI_AP_CFG=Failed to get "WIFI ap' configuration
  228. NET_ERROR_SET_WIFI_AP_CFG=Failed to set "WIFI ap" configuration
  229. NET_ERROR_GET_DECODE_POLICY=Failed to get decode policy
  230. NET_ERROR_SET_DECODE_POLICY=Failed to set decode policy
  231. NET_ERROR_TALK_REJECT=refuse talk
  232. NET_ERROR_TALK_OPENED=talk has opened by other client
  233. NET_ERROR_TALK_RESOURCE_CONFLICIT=resource conflict
  234. NET_ERROR_TALK_UNSUPPORTED_ENCODE=unsupported encode type
  235. NET_ERROR_TALK_RIGHTLESS=no right
  236. NET_ERROR_TALK_FAILED=request failed
  237. NET_ERROR_GET_MACHINE_CFG=Failed to get device relative config
  238. NET_ERROR_SET_MACHINE_CFG=Failed to set device relative config
  239. NET_ERROR_GET_DATA_FAILED=get data failed
  240. NET_ERROR_MAC_VALIDATE_FAILED=MAC validate failed
  241. NET_ERROR_GET_INSTANCE=Failed to get server instance
  242. NET_ERROR_JSON_REQUEST=Generated json string is error
  243. NET_ERROR_JSON_RESPONSE=The responding json string is error
  244. NET_ERROR_VERSION_HIGHER=The protocol version is lower than current version
  245. NET_SPARE_NO_CAPACITY=Hotspare disk operation failed The capacity is low
  246. NET_ERROR_SOURCE_IN_USE=Display source is used by other output
  247. NET_ERROR_REAVE=advanced users grab low-level user resource
  248. NET_ERROR_NETFORBID=net forbid
  249. NET_ERROR_GETCFG_MACFILTER=get MAC filter configuration error
  250. NET_ERROR_SETCFG_MACFILTER=set MAC filter configuration error
  251. NET_ERROR_GETCFG_IPMACFILTER=get IP/MAC filter configuration error
  252. NET_ERROR_SETCFG_IPMACFILTER=set IP/MAC filter configuration error
  253. NET_ERROR_OPERATION_OVERTIME=operation over time
  254. NET_ERROR_SENIOR_VALIDATE_FAILED=senior validation failure
  255. NET_ERROR_DEVICE_ID_NOT_EXIST=device ID is not exist
  256. NET_ERROR_UNSUPPORTED=unsupport operation
  257. NET_ERROR_PROXY_DLLLOAD=proxy dll load error
  258. NET_ERROR_PROXY_ILLEGAL_PARAM= proxy user parameter is not legal
  259. NET_ERROR_PROXY_INVALID_HANDLE=handle invalid
  260. NET_ERROR_PROXY_LOGIN_DEVICE_ERROR=login device error
  261. NET_ERROR_PROXY_START_SERVER_ERROR=start proxy server error
  262. NET_ERROR_SPEAK_FAILED=request speak failed
  263. NET_ERROR_NOT_SUPPORT_F6=unsupport F6
  264. NET_ERROR_CD_UNREADY=CD is not ready
  265. NET_ERROR_DIR_NOT_EXIST=Directory does not exist
  266. NET_ERROR_UNSUPPORTED_SPLIT_MODE=The device does not support the segmentation model
  267. NET_ERROR_OPEN_WND_PARAM=Open the window parameter is illegal
  268. NET_ERROR_LIMITED_WND_COUNT=Open the window more than limit
  269. NET_ERROR_UNMATCHED_REQUEST=Request command with the current pattern don't match
  270. NET_RENDER_ENABLELARGEPICADJUSTMENT_ERROR=Render Library to enable high-definition image internal adjustment strategy error
  271. NET_ERROR_UPGRADE_FAILED=Upgrade equipment failure
  272. NET_ERROR_NO_TARGET_DEVICE=Can't find the target device
  273. NET_ERROR_NO_VERIFY_DEVICE=Can't find the verify device
  274. NET_ERROR_CASCADE_RIGHTLESS=No cascade permissions
  275. NET_ERROR_LOW_PRIORITY=low priority
  276. NET_ERROR_REMOTE_REQUEST_TIMEOUT=The remote device request timeout
  277. NET_ERROR_LIMITED_INPUT_SOURCE=Input source beyond maximum route restrictions
  278. NET_ERROR_SET_LOG_PRINT_INFO=Failed to set log print
  279. NET_ERROR_PARAM_DWSIZE_ERROR="dwSize" is not initialized in input param
  280. NET_ERROR_LIMITED_MONITORWALL_COUNT=TV wall exceed limit
  281. NET_ERROR_PART_PROCESS_FAILED=Fail to execute part of the process
  282. NET_ERROR_TARGET_NOT_SUPPORT=Fail to transmit due to not supported by target
  283. NET_ERROR_VISITE_FILE=Access to the file failed
  284. NET_ERROR_DEVICE_STATUS_BUSY=Device busy
  285. NET_USER_PWD_NOT_AUTHORIZED=Fail to change the password
  286. NET_USER_PWD_NOT_STRONG=Password strength is not enough
  287. NET_ERROR_NO_SUCH_CONFIG=No corresponding setup
  288. NET_ERROR_AUDIO_RECORD_FAILED=Failed to record audio
  289. NET_ERROR_SEND_DATA_FAILED=Failed to send out data
  290. NET_ERROR_OBSOLESCENT_INTERFACE=Abandoned port
  291. NET_ERROR_INSUFFICIENT_INTERAL_BUF=Internal buffer is not sufficient
  292. NET_ERROR_NEED_ENCRYPTION_PASSWORD=verify password when changing device IP
  293. NET_ERROR_NOSUPPORT_RECORD =device not support the record
  294. NET_ERROR_SERIALIZE_ERROR=Failed to serialize data
  295. NET_ERROR_DESERIALIZE_ERROR=Failed to deserialize data
  296. NET_ERROR_LOWRATEWPAN_ID_EXISTED=the wireless id is already existed
  297. NET_ERROR_LOWRATEWPAN_ID_LIMIT=the wireless id limited
  298. NET_ERROR_LOWRATEWPAN_ID_ABNORMAL=add the wireless id abnormaly
  299. NET_ERROR_ENCRYPT=encrypt data fail
  300. NET_ERROR_PWD_ILLEGAL=new password illegal
  301. NET_ERROR_DEVICE_ALREADY_INIT=device is already initiation
  302. NET_ERROR_SECURITY_CODE=security code check out fail
  303. NET_ERROR_SECURITY_CODE_TIMEOUT=security code out of time
  304. NET_ERROR_GET_PWD_SPECI=get password specification fail
  305. NET_ERROR_NO_AUTHORITY_OF_OPERATION=no authority of operation
  306. NET_ERROR_DECRYPT=decrypt data fail
  307. NET_ERROR_2D_CODE=2D code check out fail
  308. NET_ERROR_INVALID_REQUEST=Invalid request
  309. NET_ERROR_PWD_RESET_DISABLE=password reset unable
  310. NET_ERROR_PLAY_PRIVATE_DATA=Failed to display private data,such as rule box
  311. NET_ERROR_ROBOT_OPERATE_FAILED=robot operate failed
  312. NET_ERROR_PHOTOSIZE_EXCEEDSLIMIT=photo size exceeds limit
  313. NET_ERROR_USERID_INVALID=Invalid userId
  314. NET_ERROR_EXTRACTFEATURE_FAILED=photo extract feature failed
  315. NET_ERROR_PHOTO_EXIST=photo exist
  316. NET_ERROR_PHOTO_OVERFLOW=photo over flow
  317. NET_ERROR_CHANNEL_ALREADY_OPENED=channel has already been opened
  318. NET_ERROR_CREATE_SOCKET=create socket error
  319. NET_ERROR_CHANNEL_NUM=Invalid channel number
  320. NET_ERROR_FACE_RECOGNITION_SERVER_GROUP_ID_EXCEED=target recognition server group id exceed
  321. # RealPlay Info
  322. START_REALPLAY=Start RealPlay
  323. STOP_REALPLAY=Stop RealPlay
  324. ATTACH=Attach
  325. DETACH=Detach
  326. REALPLAY_SUCCEED=Success to start realPlay
  327. REALPLAY_FAILED=Failed to start realPlay
  328. CHN=Chn
  329. CHANNEL=Channel
  330. STREAM_TYPE=Stream
  331. MASTER_AND_SUB_STREAM=Main/Sub stream
  332. MASTER_STREAM=Main Stream
  333. SUB_STREAM=Sub Stream
  334. # Capture Picture
  335. LOCAL_CAPTURE=Local Capture
  336. REMOTE_CAPTURE=Remote Capture
  337. TIMER_CAPTURE=Timer Capture
  338. STOP_CAPTURE=Stop Capture
  339. INTERVAL=Interval
  340. TIME_INTERVAL_ILLEGAL=Time Interval Illegal
  341. PLEASE_START_REALPLAY=Please Start Real Play
  342. # PTZ Info
  343. PTZ_CONTROL=PTZControl
  344. LEFT_UP=LeftUp
  345. UP=Up
  346. RIGHT_UP=RightUp
  347. LEFT=Left
  348. RIGHT=Right
  349. LEFT_DOWN=LeftDown
  350. DOWN=Down
  351. RIGHT_DOWN=RightDown
  352. ZOOM_ADD=Zoom+
  353. ZOOM_DEC=Zoom-
  354. FOCUS_ADD=Focus+
  355. FOCUS_DEC=Focus-
  356. IRIS_ADD=Iris+
  357. IRIS_DEC=Iris-
  358. SPEED=Speed
  359. #ITS
  360. EVENT_INFO=Event Information
  361. EVENT_NAME=Event Name
  362. EVENT_TIME=Event Time
  363. EVENT_PICTURE=Event and Picture
  364. PLATE_PICTURE=Plate Picture
  365. LICENSE_PLATE=License Plate
  366. PLATE_TYPE=Plate Type
  367. PLATE_COLOR=Plate Color
  368. VEHICLE_TYPE=Vehicle Type
  369. VEHICLE_SIZE=Vehicle Size
  370. VEHICLE_COLOR=Vehicle Color
  371. FILE_COUNT=File Count
  372. FILE_INDEX=File Index
  373. GROUP_ID=Group ID
  374. ILLEGAL_PLACE=Illegal Place
  375. LANE_NUMBER=Lane Number
  376. MANUAL_CAPTURE=Manual Capture
  377. OPEN_STROBE=Open Strobe
  378. CLOSE_STROBE=Close Strobe
  379. INDEX=Index
  380. OPERATE=Operate
  381. FUNCTION=Function
  382. UNDEFINED_COLOR=Undefined Color
  383. BLACK=Black
  384. WHITE=White
  385. RED=Red
  386. BLUE=Blue
  387. GREEN=Green
  388. YELLOW=Yellow
  389. GRAY=Gray
  390. ORANGE=Orange
  391. LIGHT_DUTY=Light Duty
  392. MEDIUM=Medium
  393. OVER_SIZE=Over Size
  394. MINI_SIZE=Miniature Size
  395. LARGE_SIZE=Large Size
  396. NO_PLATENUMBER=No PlateNumber
  397. MANUALSNAP_SUCCEED=Manual snap succeed
  398. MANUALSNAP_FAILED=Manual snap failed
  399. OPEN_STROBE_SUCCEED=Open strobe succeed
  400. OPEN_STROBE_FAILED=Open strobe failed
  401. CLOSE_STROBE_SUCCEED=Close strobe succeed
  402. CLOSE_STROBE_FAILED=Close strobe failed
  403. EVENT_IVS_TRAFFICJUNCTION=Junction
  404. EVENT_IVS_TRAFFIC_RUNREDLIGHT=RunRedLight
  405. EVENT_IVS_TRAFFIC_OVERLINE=OverLine
  406. EVENT_IVS_TRAFFIC_RETROGRADE=ReTrograde
  407. EVENT_IVS_TRAFFIC_TURNLEFT=TurnLeft
  408. EVENT_IVS_TRAFFIC_TURNRIGHT=TurnRight
  409. EVENT_IVS_TRAFFIC_UTURN=UTurn
  410. EVENT_IVS_TRAFFIC_OVERSPEED=OverSpeed
  411. EVENT_IVS_TRAFFIC_UNDERSPEED=UnderSpeed
  412. EVENT_IVS_TRAFFIC_PARKING=Parking
  413. EVENT_IVS_TRAFFIC_WRONGROUTE=WrongRoute
  414. EVENT_IVS_TRAFFIC_CROSSLANE=CrossLane
  415. EVENT_IVS_TRAFFIC_OVERYELLOWLINE=OverYellowLine
  416. EVENT_IVS_TRAFFIC_YELLOWPLATEINLANE=YellowPlateInLane
  417. EVENT_IVS_TRAFFIC_PEDESTRAINPRIORITY=PedestrainPriority
  418. EVENT_IVS_TRAFFIC_MANUALSNAP=ManualSnap
  419. EVENT_IVS_TRAFFIC_VEHICLEINROUTE=VehicleInRoute
  420. EVENT_IVS_TRAFFIC_VEHICLEINBUSROUTE=VehicleInBusRoute
  421. EVENT_IVS_TRAFFIC_BACKING=Backing
  422. EVENT_IVS_TRAFFIC_PARKINGSPACEPARKING=ParkingSpaceParking
  423. EVENT_IVS_TRAFFIC_PARKINGSPACENOPARKING=ParkingSpaceNoParking
  424. EVENT_IVS_TRAFFIC_WITHOUT_SAFEBELT=WithoutSafeBelt
  425. # DownLoad Info
  426. DOWNLOAD_RECORD_BYTIME=DownloadRecordByTime
  427. DOWNLOAD_RECORD_BYFILE=DownloadRecordByFile
  428. QUERY=Query
  429. DOWNLOAD=DownLoad
  430. STOP_DOWNLOAD=StopDownLoad
  431. START_TIME=Start Time
  432. END_TIME=End Time
  433. RECORD_TYPE=Record Type
  434. GENERAL_RECORD=General Record
  435. ALARM_RECORD=Alarm Record
  436. MOTION_DETECTION=Motion Detection Record
  437. CARD_NUMBER_RECORD=Card Number Record
  438. INTELLIGENT_DETECTION=intelligent Record
  439. POS_RECORD=pos Record
  440. QUERY_RECORD_IS_NOT_EXIST=Query record is not exist
  441. PLEASE_CHECK_RECORD_TIME=Please check record time
  442. PLEASE_SELECT_TIME_AGAIN=Please select time again,max time different is 6 hour
  443. DOWNLOAD_COMPLETED=Download completed
  444. PLEASE_FIRST_QUERY_RECORD=Please first query record
  445. PLEASE_FIRST_SELECT_ROW_WITH_DATA=Please first select row with data
  446. # Time Set
  447. YEAR=Year
  448. MONTH=Month
  449. DAY=Day
  450. HOUR=Hour
  451. MINUTE=Minute
  452. SECOND=Second
  453. CONFIRM=Confirm
  454. CANCEL=Cancel
  455. DATE_CHOOSER=Date Chooser
  456. MONDAY=Mon
  457. TUESDAY=Tue
  458. WEDNESDAY=Wed
  459. THURSDAY=Thur
  460. FRIDAY=Fri
  461. SATURDAY=Sat
  462. SUNDAY=Sun
  463. # Talk
  464. TRANSMIT_TYPE=Transmit Type
  465. LOCAL_TRANSMIT_TYPE=Local(not transmit)
  466. REMOTE_TRANSMIT_TYPE=Remote(transmit)
  467. TRANSMIT_CHANNEL=Speaker Channel
  468. START_TALK=Start Talk
  469. STOP_TALK=Stop Talk
  470. TALK_FAILED=Talk Failed
  471. # DeviceSearchAndInt
  472. DEVICESEARCH_OPERATE=DeviceSearch Operate
  473. DEVICESEARCH_RESULT=DeviceSearch Result
  474. DEVICEINIT=DeviceInit
  475. DEVICESEARCH=DeviceSearch
  476. DEVICE_POINT_TO_POINT_SEARCH=Device IP Point To Point Search
  477. START_SEARCH=Start Search
  478. STOP_SEARCH=Stop Search
  479. START_IP=Start IP
  480. END_IP=End IP
  481. DEVICE_TYPE=Device Type
  482. MAC=MAC
  483. SN=SN
  484. DEVICE_INIT_STATE=Initialized State
  485. INIT_PASSWD=Initialization Password
  486. PHONE=Phone
  487. MAIL=Mail
  488. IP_VERSION=IP Version
  489. SUB_MASK=Sub Mask
  490. GETWAY=GetWay
  491. DETAIL_TYPE=Detail Type
  492. HTTP_PORT=HTTP Port
  493. LOCAL_IP=local ip
  494. CONFIRM_PASSWORD=Confirm Password
  495. OLD_DEVICE=Old Device
  496. DONOT_SUPPORT_INITIALIZATION=Do not support initialization
  497. NOT_INITIALIZED=Uninitialized
  498. INITIALIZED=Initialized
  499. THE_IP_CONTROL_SCOPE=The scope is too large, please control it between the 1000
  500. PLEASE_FIRST_SELECT_INITIALIZED_DEVICE=Please first select initialized device
  501. PLEASE_INPUT_PHONE=Please input phone
  502. PLEASE_INPUT_MAIL=Please input mail
  503. INCONSISTENT=The password and the confirm password are inconsistent
  504. PLEASE_CHECK_IP=Please check IP
  505. SEARCHING_WAITING=Searching, please waiting
  506. START_LISTEN=Start Listen
  507. STOP_LISTEN=Stop Listen
  508. SHOW_ALARM_EVENT=Show Alarm Event Info
  509. ALARM_LISTEN_FAILED=Alarm Listen Failed
  510. ALARM_MESSAGE=Alarm Message
  511. EXTERNAL_ALARM=External alarm
  512. MOTION_ALARM=Motion detection alarm
  513. VIDEOLOST_ALARM=Video loss alarm
  514. SHELTER_ALARM=Camera masking alarm
  515. DISKFULL_ALARM=HDD full alarm
  516. DISKERROR_ALARM=HDD error alarm
  517. START=start
  518. STOP=stop
  519. CURRENT_TIME=Current Time
  520. DEVICE_REBOOT=Device Reboot
  521. SYNCHRONIZE_TIME=Synchronize Time
  522. REBOOT=Reboot
  523. SET_TIME=Set Time
  524. GET_TIME=Get Time
  525. REBOOT_TIPS=Are you sure you want to reboot it?
  526. OPERATE_SUCCESS=Operate Success
  527. #FaceRecognition
  528. FACE_GROUP_ID=Group Id
  529. FACE_GROUP_NAME=Group Name
  530. PERSON_COUNT=Person Count
  531. GROUP_OPERATE=Group Operate
  532. PERSON_OPERATE=Person Operate
  533. FACE_RECOGNITION_EVENT=FaceRecognition Event
  534. FACE_DETECT_EVENT=FaceDetect Event
  535. GLOBAL_PICTURE=Global Picture
  536. PERSON_PICTURE=Person Picture
  537. CANDIDATE_PICTURE=Candidate Picture
  538. TIME=Time
  539. SEX=Sex
  540. AGE=Age
  541. COLOR=Color
  542. EYE=Eye
  543. MOUTH=Mouth
  544. MASK=Mask
  545. BEARD=Beard
  546. MALE=Male
  547. FEMALE=Female
  548. ID_CARD=Id Card
  549. OFFICE_CARD=office card
  550. PASSPORT=Passport
  551. UNIDENTIFIED=Unidentified
  552. HAVE_BEARD=Have Beard
  553. NO_BEARD=No Beard
  554. OPEN_MOUTH=Open Mouth
  555. CLOSE_MOUTH=Close Mouth
  556. YELLOW_COLOR=Yellow
  557. BLACK_COLOR=Black
  558. WHITE_COLOR=White
  559. OPEN_EYE=Open Eye
  560. CLOSE_EYE=Close Eye
  561. SMILE=Smile
  562. ANGER=Anger
  563. SADNESS=Sadness
  564. DISGUST=Disgust
  565. FEAR=Fear
  566. SURPRISE=Surprise
  567. NEUTRAL=Neutral
  568. LAUGH=Laugh
  569. WEAR_MASK=Wear Mask
  570. NO_MASK=No Mask
  571. WEAR_GLASSES=Wear Glasses
  572. NO_GLASSES=No Glasses
  573. UNKNOW=UnKnow
  574. UNLIMITED=Unlimited
  575. NAME=Name
  576. BIRTHDAY=Birthday
  577. ID_NO=Id No
  578. ID_TYPE=ID Type
  579. SIMILARITY=Similarity
  580. UID=UID
  581. STRANGER=Stranger
  582. GLASSES=glasses
  583. PICTURE_PATH=picture path
  584. FACE_LIBRARY_ID=face library id
  585. FACE_LIBRARY_NAME=face library name
  586. ADD=Add
  587. MODIFY=Modify
  588. FRESH=Fresh
  589. ADD_GROUP=Add Group
  590. MODIFY_GROUP=Modify Group
  591. DEL_GROUP=Delete Group
  592. DISPOSITION=Disposition
  593. DEL_DISPOSITION=Delete Disposition
  594. FIND_CONDITION=Find Condition
  595. FIND_PERSON=Find Person
  596. ADD_PERSON=Add Person
  597. MODIFY_PERSON=Modify Person
  598. DEL_PERSON=Delete Person
  599. PREVIOUSPAGE=Previous Page
  600. LASTPAGE=Last Page
  601. SELECT_PICTURE=Select Picture
  602. SEARCH_BY_PIC=Search by Picture
  603. DOWNLOAD_QUERY_PICTURE=Download the query Picture
  604. FACE_LIBRARY=face library
  605. HISTORY_LIBRARY=history library
  606. CHOOSE_FACE_PIC=Please select a face picture
  607. EVENT_TYPE=Event Type
  608. PAGES_NUMBER=Pages Number
  609. SIMILARITY_RANGE=Similarity range[0, 100]
  610. PLEASE_INPUT_GROUPNAME=Please input groupName
  611. PLEASE_SELECT_GROUP=Please select group
  612. PLEASE_SELECT_PERSON=Please select person
  613. PLEASE_ADD_DISPOSITION_INFO=Please add disposition info
  614. PLEASE_SELECT_DEL_DISPOSITION_INFO=Please select delDisposition info
  615. #AutoRegister
  616. AUTOREGISTER_LISTEN=AutoRegister Listen
  617. DEVICE_CONFIG=Device Configure
  618. DEVICE_LIST=Device List
  619. DEVICE_MANAGER=Device Manager
  620. ADD_DEVICE=Add Device
  621. MODIFY_DEVICE=Modify Device
  622. DELETE_DEVICE=Delete Device
  623. CLEAR_DEVICE=Clear Device
  624. IMPORT_DEVICE=Import Device
  625. EXPORT_DEVICE=Export Device
  626. DEVICE_ID=Device ID
  627. ENABLE=Enable
  628. REGISTER_ADDRESS=Register Address
  629. REGISTER_PORT=Register Port
  630. GET=Get
  631. SET=Set
  632. RECORD=Record
  633. DEVICE_LOGIN=Device has logged in
  634. ALREADY_EXISTED=Already existed
  635. ALREADY_EXISTED_WHETHER_OR_NOT_TO_COVER=Already existed, whether or not to cover(no, not export)
  636. FILE_OPEN_PLEASE_CLOSE_FILE=The file is opened, please first close the file
  637. IMPORT_COMPLETION=Import completed
  638. EXPORT_COMPLETION=Export completed
  639. FILE_NOT_EXIST=File is not existed
  640. PLEASE_INPUT=Please input
  641. MAX_SUPPORT_100=Maximum support is 100
  642. #Attendance
  643. ATTENDANCE=Attendance
  644. USER_ID=User ID
  645. USER_NAME=User Name
  646. CARD_NO=Card No
  647. QUERY_CONDITION=Query Condition
  648. USER_OPERATE=User Operate
  649. FINGERPRINT_OPERATE=FingerPrint Operate
  650. OPERATE_BY_USER_ID=Operate FingerPrint By User ID
  651. OPERATE_BY_FINGERPRINT_ID=Operate FingerPrint By FingerPrint ID
  652. FINGERPRINT_ID=FingerPrint ID
  653. DELETE=Delete
  654. SEARCH=Search
  655. SEARCH_FINGERPRINT=Search FingerPrint
  656. ADD_FINGERPRINT=Add FingerPrint
  657. DELETE_FINGERPRINT=Delete FingerPrint
  658. SUBSCRIBE=Subscribe
  659. UNSUBSCRIBE=UnSubscribe
  660. USER_LIST=User List
  661. NEXT_PAGE=Next Page
  662. USER_INFO=User Info
  663. DOOROPEN_METHOD=Open Door Method
  664. FINGERPRINT=FingerPrint
  665. FINGERPRINT_INFO=FingerPrint Info
  666. FINGERPRINT_DATA=FingerPrint Data
  667. CARD=Card
  668. DELETE_FINGERPRINT_PROMPT=It will delete all fingerprint of this user
  669. SUBSCRIBE_FAILED=Subscribe failed
  670. FINGERPRINT_ID_ILLEGAL=FingerPrint id illegal
  671. FINGERPRINT_COLLECTION=FingerPrint Collection
  672. START_COLLECTION=Start Collection
  673. STOP_COLLECTION=Stop Collection
  674. IN_THE_COLLECTION=In collection...
  675. COLLECTION_COMPLETED=Collection completed
  676. COLLECTION_FAILED=Collection failed
  677. FINGERPRINT_ID_NOT_EXIST=FingerPrint Id not exist
  678. USER_ID_EXCEED_LENGTH=User id exceed max length
  679. USER_NAME_EXCEED_LENGTH=User name exceed max length
  680. CARD_NO_EXCEED_LENGTH=Card no exceed max length
  681. CARD_NAME_EXCEED_LENGTH=Card name exceed max length
  682. CARD_PASSWD_EXCEED_LENGTH=Card password exceed max length
  683. #Gate
  684. GATE=FaceOpenDoor
  685. CARD_OPERATE=Card Operate
  686. CARD_INFO=Card Information
  687. CARD_MANAGER=Card Manager
  688. CLEAR=Clear
  689. OPEN_STATUS=Open Status
  690. OPEN_METHOD=Open Method
  691. TEMPERATURE=temperture
  692. MASK_STATUS=mask status
  693. CARD_UNKNOW=UnKnown Card
  694. CARD_GENERAL=General Card
  695. CARD_VIP=VIP Card
  696. CARD_GUEST=Guest Card
  697. CARD_PATROL=Patrol Card
  698. CARD_BACKLIST=BackList Card
  699. CARD_COERCE=Coerce Card
  700. CARD_POLLING=Polling Card
  701. CARD_MOTHERCARD=Mother Card
  702. STATE_UNKNOWN=UnKnown
  703. STATE_NORMAL=Normal
  704. STATE_LOSE=Lose
  705. STATE_LOGOFF=LogOff
  706. STATE_FREEZE=Freeze
  707. STATE_ARREARS=Arrears
  708. STATE_OVERDUE=OverDue
  709. STATE_PREARREARS=PreArrears
  710. RECORD_NO=Record No
  711. CARD_NAME=Card Name
  712. CARD_STATUS=Card Status
  713. CARD_PASSWORD=Card Password
  714. CARD_TYPE=Card Type
  715. CARD_NUM=Card Number
  716. USE_TIMES=Use Times
  717. IS_FIRST_ENTER=IsFirstEnter
  718. IS_VALID=IsValid
  719. VALID_PERIOD=Valid Period
  720. VALID_START_TIME=Valid Start Time
  721. VALID_END_TIME=Valid End Time
  722. FIRST_ENTER=FirstEnter
  723. NO_FIRST_ENTER=No FirstEnter
  724. VALID=Valid
  725. INVALID=Invalid
  726. PLEASE_SELECT_CARD=Please select card
  727. PLEASE_INPUT_CARDNO=Please input cardNo
  728. PLEASE_INPUT_USERID=Please input userId
  729. WANT_CLEAR_ALL_INFO=Do you want to clear all information ?
  730. ADD_CARD_INDO_FAILED=Failed to add card information
  731. ADD_CARD_INFO_AND_PERSON_PICTURE_SUCCEED=Succeed to add card information and person picture
  732. ADD_CARD_INFO_SUCCEED_BUT_ADD_PERSON_PICTURE_FAILED=Succeed to add card information, but failed to add person picture
  733. CARD_EXISTED_ADD_PERSON_PICTURE_SUCCEED=Card information is existed, succeed to add person picture
  734. MODIFY_CARD_INFO_SUCCEED=Succeed to modify card information
  735. MODIFY_CARD_INFO_FAILED=Failed to modify card information
  736. MODIFY_CARD_INFO_AND_PERSON_PICTURE_SUCCEED=Succeed to modify card information and person picture
  737. MODIFY_CARD_INFO_SUCCEED_BUT_MODIFY_PERSON_PICTURE_FAILED=Succeed to modify card information, but failed to modify person picture
  738. NET_ACCESS_DOOROPEN_METHOD_UNKNOWN=UnKnow
  739. NET_ACCESS_DOOROPEN_METHOD_PWD_ONLY=Password
  740. NET_ACCESS_DOOROPEN_METHOD_CARD=Card
  741. NET_ACCESS_DOOROPEN_METHOD_CARD_FIRST=First Card Then Password
  742. NET_ACCESS_DOOROPEN_METHOD_PWD_FIRST=First Password Then Card
  743. NET_ACCESS_DOOROPEN_METHOD_REMOTE=Remote Open
  744. NET_ACCESS_DOOROPEN_METHOD_BUTTON=Open Door Button
  745. NET_ACCESS_DOOROPEN_METHOD_FINGERPRINT=fingerprint lock
  746. NET_ACCESS_DOOROPEN_METHOD_PWD_CARD_FINGERPRINT=password+swipe card+fingerprint combination unlock
  747. NET_ACCESS_DOOROPEN_METHOD_PWD_FINGERPRINT=password+fingerprint combination unlock
  748. NET_ACCESS_DOOROPEN_METHOD_CARD_FINGERPRINT=swipe card+fingerprint combination unlock
  749. NET_ACCESS_DOOROPEN_METHOD_PERSONS=multi-people unlock
  750. NET_ACCESS_DOOROPEN_METHOD_KEY=Key
  751. NET_ACCESS_DOOROPEN_METHOD_COERCE_PWD=Use force password to open the door
  752. NET_ACCESS_DOOROPEN_METHOD_QRCODE=Use QR Code
  753. NET_ACCESS_DOOROPEN_METHOD_FACE_RECOGNITION=face recogniton to open the door
  754. NET_ACCESS_DOOROPEN_METHOD_FACEIDCARD=comparsion of face and ID card
  755. NET_ACCESS_DOOROPEN_METHOD_FACEIDCARD_AND_IDCARD=ID card and compasion of face and ID card
  756. NET_ACCESS_DOOROPEN_METHOD_BLUETOOTH=Bluetooth
  757. NET_ACCESS_DOOROPEN_METHOD_CUSTOM_PASSWORD=Custom password
  758. NET_ACCESS_DOOROPEN_METHOD_USERID_AND_PWD=UserID and password
  759. NET_ACCESS_DOOROPEN_METHOD_FACE_AND_PWD=Face and password
  760. NET_ACCESS_DOOROPEN_METHOD_FINGERPRINT_AND_PWD=Fingerprint and password
  761. NET_ACCESS_DOOROPEN_METHOD_FINGERPRINT_AND_FACE= FingerPrint and face
  762. NET_ACCESS_DOOROPEN_METHOD_CARD_AND_FACE=Card and face
  763. NET_ACCESS_DOOROPEN_METHOD_FACE_OR_PWD=Face or password
  764. NET_ACCESS_DOOROPEN_METHOD_FINGERPRINT_OR_PWD=Fingerprint or password
  765. NET_ACCESS_DOOROPEN_METHOD_FINGERPRINT_OR_FACE=Fingerprint or face
  766. NET_ACCESS_DOOROPEN_METHOD_CARD_OR_FACE=Card or face
  767. NET_ACCESS_DOOROPEN_METHOD_CARD_OR_FINGERPRINT=Card or fingerprint
  768. NET_ACCESS_DOOROPEN_METHOD_FINGERPRINT_AND_FACE_AND_PWD=Fingerprint and face and password
  769. NET_ACCESS_DOOROPEN_METHOD_CARD_AND_FACE_AND_PWD=Card and face and password
  770. NET_ACCESS_DOOROPEN_METHOD_CARD_AND_FINGERPRINT_AND_PWD=Card and fingerprint and password
  771. NET_ACCESS_DOOROPEN_METHOD_CARD_AND_PWD_AND_FACE=Card and password and face
  772. NET_ACCESS_DOOROPEN_METHOD_FINGERPRINT_OR_FACE_OR_PWD=Fingerprint or face or password
  773. NET_ACCESS_DOOROPEN_METHOD_CARD_OR_FACE_OR_PWD=Card or face or password
  774. NET_ACCESS_DOOROPEN_METHOD_CARD_OR_FINGERPRINT_OR_FACE=Card or fingerprint or face
  775. NET_ACCESS_DOOROPEN_METHOD_CARD_AND_FINGERPRINT_AND_FACE_AND_PWD=Card and fingerprint and face and password
  776. NET_ACCESS_DOOROPEN_METHOD_CARD_OR_FINGERPRINT_OR_FACE_OR_PWD=Card or fingerprint or face or password
  777. NET_ACCESS_DOOROPEN_METHOD_FACEIPCARDANDIDCARD_OR_CARD_OR_FACE=ID card and compasion of face and ID card or card or face
  778. NET_ACCESS_DOOROPEN_METHOD_FACEIDCARD_OR_CARD_OR_FACE=ID card and compasion of face or card or face
  779. #ThermalCamera
  780. THERMAL_CAMERA=Thermal Camera
  781. THERMAL_OPERATE=Operate
  782. POINT_QUERY=Query Point
  783. ITEM_QUERY=Query Item
  784. TEMPER_QUERY=Query Temperature
  785. HEATMAP=HeatMap
  786. POINT_TEMPER=Point Temperature
  787. ITEM_TEMPER=Item Temperature
  788. X=X
  789. Y=Y
  790. COORDINATE_ILLEGAL=Coordinate Illegal
  791. QUERY_RESULT=Query Result
  792. METER_TYPE=Meter Type
  793. TEMPER_UNIT=Temperature Unit
  794. TEMPER=Temperature
  795. UNKNOWN=Unknown
  796. SPOT=Spot
  797. LINE=Line
  798. AREA=Area
  799. CENTIGRADE=Celsius
  800. FAHRENHEIT=Fahrenheit
  801. PRESET_ID=Preset Id
  802. RULE_ID=Rule Id
  803. TEMPER_AVER=Average Temperature
  804. TEMPER_MAX=Maximum Temperature
  805. TEMPER_MIN=Minimum Temperature
  806. TEMPER_MID=Middle Temperature
  807. TEMPER_STD=Standard Deviation
  808. INPUT_ILLEGAL=Input Illegal
  809. TEMPER_INFO=Temperature Info
  810. FIVE_MINUTES=Five Minutes
  811. TEN_MINUTES=Ten Minutes
  812. FIFTEEN_MINUTES=Fifteen Minutes
  813. THIRTY_MINUTES=Thirty Minutes
  814. SAVE_PERIOD=Save Period
  815. QUERY_LIST=Query List
  816. RECORD_TIME=Record Time
  817. ITEM_NAME=Name
  818. COORDINATE=Coordinate
  819. NO_RECORD=No Record
  820. HEATMAP_OPERATE=Operate
  821. IDLE=Idle
  822. ACQUIRING=Acquiring
  823. RADIOMETRY_ATTACH=Attach
  824. RADIOMETRY_DETACH=Detach
  825. RADIOMETRY_FETCH=Fetch
  826. SAVE_HEATMAP=Save HeatMap
  827. HEATMAP_METADATA_INFO=HeatMap MetaData
  828. HEIGHT=Height
  829. WIDTH=Width
  830. LENGTH=Size
  831. SENSOR_TYPE=Sensor Type
  832. HEATMAP_SAVE_SUCCESS=HeatMap Save Success
  833. #matrix screen
  834. MATRIX_SCREEN=Lattice Screen
  835. PASSING_STATE=Passing state
  836. PASSING_CAR=pass car
  837. NO_CAR=no car
  838. IN_TIME=Entry time
  839. OUT_TIME=departure time
  840. PLATE_NUMBER=plate number
  841. CAR_OWNER=car owner
  842. PARKING_TIME=parking time
  843. USER_TYPE=user type
  844. MONTHLY_CARD_USER=monthly card user
  845. ANNUAL_CARD_USER=annual card user
  846. LONG_TERM_USER=long term user/VIP
  847. TEMPORARY_USER=temporary user/Visitor
  848. PARKING_CHARGE=parking charge
  849. DAYS_DUE=days due
  850. REMAINING_PARKING_SPACES=Remaining parking spaces
  851. VEHICLES_NOT_ALLOWED_TO_PASS=vehicles not allowed to pass
  852. ALLOWED_VEHICLES_TO_PASS=allowed vehicles to pass
  853. SET_UP=set up
  854. SUCCESSFULLY_ISSUED=Successfully issued
  855. DELIVERY FAILED=Delivery failed
  856. CUSTOM_USER_CLASS=Custom user class
  857. REMARKS_INFORMATION=Remarks information
  858. CUSTOM_INFORMATION=Custom information
  859. # human number statistic
  860. HUMAN_NUMBER_STATISTIC_TITLE=Human Number Statistic
  861. HUMAN_NUMBER_STATISTIC_CONTROL=Human Number Statistic Control
  862. HUMAN_NUMBER_STATISTIC_EVENT_TITLE=Human Number Statistic Event List
  863. HUMAN_NUMBER_STATISTIC_EVENT_CHANNEL=Channel
  864. HUMAN_NUMBER_STATISTIC_EVENT_TIME=EventTime
  865. HUMAN_NUMBER_STATISTIC_EVENT_HOUR_IN=HourIn
  866. HUMAN_NUMBER_STATISTIC_EVENT_HOUR_OUT=HourOut
  867. HUMAN_NUMBER_STATISTIC_EVENT_TODAY_IN=TodayIn
  868. HUMAN_NUMBER_STATISTIC_EVENT_TODAY_OUT=TodayOut
  869. HUMAN_NUMBER_STATISTIC_EVENT_TOTAL_IN=TotalIn
  870. HUMAN_NUMBER_STATISTIC_EVENT_TOTAL_OUT=TotalOut
  871. HUMAN_NUMBER_STATIC_EVENT_OSD_CLEAR=OSD Clear
  872. VTO_ALARM_EVENT_ROOM_NO=RoomNo.
  873. VTO_ALARM_EVENT_CARD_NO=CardNo.
  874. VTO_ALARM_EVENT_TIME=Time
  875. VTO_ALARM_EVENT_OPEN_METHOD=OpenMethod
  876. VTO_ALARM_EVENT_STATUS=Status
  877. VTO_REAL_LOAD_ROOM_NO=RoomNo.
  878. VTO_REAL_LOAD_CARD_NO=CardNO.
  879. VTO_REAL_LOAD_TIME=Time
  880. VTO_REAL_LOAD_EVENT_INFO=EventInfo
  881. VTO_OPERATE_MANAGER_TITLE=Card&Fingerprint&FaceManager
  882. VTO_OPERATE_MANAGER_REC_NO=RecNo.
  883. VTO_OPERATE_MANAGER_ROOM_NO=RoomNo.
  884. VTO_OPERATE_MANAGER_CARD_NO=CardNo.
  885. VTO_OPERATE_MANAGER_FINGER_PRINT_DATA=FingerprintData
  886. VTO_OPERATE_INFO_TITLE=Add
  887. VTO_OPERATE_COLLECTION_FINGER_PRINT_TITLE=CollectionFingerPrint
  888. DOOR_OPEN=Open Door
  889. DOOR_CLOSE=Close Door
  890. EVENT_OPERATE=Event Operate
  891. START_REAL_LOAD_PIC=StartRealLoad
  892. STOP_REAL_LOAD_PIC=StopRealLoad
  893. ALARM_EVENT=AlarmEvent
  894. REAL_LOAD_EVENT=RealLoadEvent
  895. COLLECTION_RESULT=CollectionResult
  896. NEED_FINGER_PRINT=Need FingerPrint
  897. FACE_INFO=FaceInfo
  898. OPEN=open
  899. VTO=VTO
  900. SCADA=SCADA
  901. TRAFFIC_ALLOW_LIST=Traffic Allow List
  902. MODIFY_CARD_FACE_FAILED=failed to modify face info.
  903. EM_MASK_STATE_UNKNOWN=unknown
  904. EM_MASK_STATE_NODISTI=unrecognized
  905. EM_MASK_STATE_NOMASK=Not wearing mask
  906. EM_MASK_STATE_WEAR=wearing mask
  907. END_SEARCH=End of query
  908. DOWNLOAD_PICTURE=download picture
  909. ENTER_PICTURE_PATH=Please enter the picture path
  910. LOADING=The equipment is being processed
  911. QUERY_CARD_EXIST_FAILED=Check if the cardNo exists failed
  912. CARD_EXIST=The cardNo already exists
  913. INPUT_ROOM_NO=please input room number
  914. ROOM_NO_EXCEED_LENGTH=room number exceed max length
  915. REMOVE_CARD_FACE_FAILED=remove card face failed
  916. STOP_LISTEN_FAILED=stop listen failed
  917. SCREEN_NUMBER=screen number
  918. TEXT_CONTENT=text content
  919. TEXT_CONTENT_TYPE=text content type
  920. TEXT_CONTENT_COLOR=text content color
  921. SCROLL_TYPE=scroll type
  922. SCROLL_SPEED=scroll speed
  923. ORDINARY=ordinary
  924. QR_CODE=QR code
  925. LOCAL_TIME=local time
  926. RESOURCE=resource
  927. NOT_ROLLING=not rolling
  928. SCROLL_LEFT_AND_RIGHT=scroll left and right
  929. SCROLL_UP_AND_DOWN=scroll up and right
  930. NUMBER_STRING=number string
  931. VOICE_TEXT=vioce text
  932. ISSUED=issued
  933. PROMPT=Please add corresponding parameters
  934. SCADA_DEVICE_LIST=device list
  935. DEVICE_NAME=device name
  936. POINT_ID=point id
  937. IF_VALID_SIGNAL_POINT=valid signal point
  938. POINT_NAME=point name
  939. ALARM_DESCRIBE=alarm describe
  940. ALARM_LEVEL=alarm level
  941. ALARM_DELAY=alarm delay
  942. ALARM_TYPE=alarm type
  943. ALARM_TIME=alarm time
  944. COLLECT_TIME=collect time
  945. SCADA_POINT_LIST=point list
  946. SCADA_ATTACH_ALARM=attach alarm
  947. SCADA_ATTACH_INFO=attach info
  948. SCADA_ATTACH=start listen
  949. BTN_LIST = get
  950. ALLOWLIST_OPERATION=allowlist operation
  951. SINGLE_UPLOAD=single upload
  952. LICENSE_PLATE_RUN=The license plate to run
  953. FUZZY_QUERY=fuzzy query
  954. DELETE_ALL=delete all
  955. AUTHORIZATION=authorization
  956. UNAUTHORIZATION=unauthorized
  957. BATCH_UPLOAD=batch upload
  958. BROWSE=browse
  959. UPLOAD=upload
  960. QUERY_INFORMATION=query information
  961. DIALOG=dialog
  962. LICENSE_PLATE_NUMBER=license plate number
  963. MODIFY_PANEL=modify panel
  964. SERIAL_NUMBER=serial number
  965. OPEN_MODEL=open model
  966. LICENSE_PLATE_LENGTH_TOO_LONG=License plate length is too long
  967. NAME_TOO_LONG=The name is too long
  968. ADD_SUCCESS= add a success
  969. ADD_FAIL=add a fail
  970. DELETE_SUCCESS=delete a success
  971. DELETE_FAIL=delete a fail
  972. MODIFY_SUCCESS=modify the success
  973. MODIFY_FAIL=modify the fail
  974. UPLOAD_SUCCESS=Uploaded successfully
  975. ENTER_QUERY_DATA=Please enter the data to query
  976. FILLING_RULES=fill in legal characters
  977. UPLOAD_FAIL=upload fail
  978. UPLOADING=uploading
  979. SURE_UPLOAD=Are you sure to upload?
  980. DATA_NUMBER=pieces of data
  981. SELECT_DATA=Please select data