en.txt 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. ## General, Common Error Definitions=##General, Common Error Definitions
  2. EE_OBJ_NOT_EXIST=-1239510
  3. EE_VALUE_NOT_EXIST=-1239511
  4. EE_ERROR=-100000
  5. EE_PARAM_ERROR=-99999
  6. EE_CREATE_FILE=-99998
  7. EE_OPEN_FILE=-99997
  8. EE_WRITE_FILE=-99996
  9. EE_READ_FILE=-99995
  10. EE_NO_SUPPORTED=-99994
  11. EE_NET=NETERROR
  12. EE_OBJ_EXIST=-99992
  13. EE_TIMEOUT=-99991
  14. EE_NOT_FOUND=-99990
  15. EE_NEW_BUFFER=-99989
  16. EE_NET_RECV=-99988
  17. EE_NET_SEND=-99987
  18. EE_OBJECT_BUSY=-99986
  19. EE_SERVER_INTERNAL_ERROR=Server internal error
  20. EE_USER_CANCEL=-90000
  21. EE_FILE_IS_ILLEGAL=FILEISILLEGAL
  22. #Error value enumeration used by this interface =# enumeration of error values ​​used by this interface
  23. EE_DVR_SDK_NOTVALID=Illegal request
  24. EE_DVR_ILLEGAL_PARAM=User parameter is invalid
  25. EE_DVR_SDK_TIMEOUT=waiting timeout
  26. EE_DVR_SDK_UNKNOWNERROR=Unknown error
  27. EE_DVR_DEV_VER_NOMATCH=The received data is incorrect and the version may not match.
  28. EE_DVR_SDK_NOTSUPPORT=Version is not supported
  29. EE_DVR_OPEN_CHANNEL_ERROR=Failed to open channel
  30. EE_DVR_SUB_CONNECT_ERROR=Failed to establish media sub-connection
  31. EE_DVR_SUB_CONNECT_SEND_ERROR=Media sub-connection communication failed
  32. EE_DVR_NATCONNET_REACHED_MAX=Nat video link reaches maximum, no new Nat video link allowed
  33. ##User Management Part Error Code=##User Management Part Error Code
  34. EE_DVR_NOPOWER=No permission
  35. EE_DVR_PASSWORD_NOT_VALID=The account password is incorrect.
  36. EE_DVR_LOGIN_USER_NOEXIST=User does not exist
  37. EE_DVR_USER_LOCKED=This user is locked
  38. EE_DVR_USER_IN_BLACKLIST=This user is not allowed to access (in the blacklist)
  39. EE_DVR_USER_HAS_USED=This user is logged in
  40. EE_DVR_USER_NOT_LOGIN=This user is not logged in
  41. EE_DVR_CONNECT_DEVICE_ERROR=May the device is offline
  42. EE_DVR_ACCOUNT_INPUT_NOT_VALID=User management input is illegal
  43. EE_DVR_ACCOUNT_OVERLAP=Index repeat
  44. EE_DVR_ACCOUNT_OBJECT_NONE=No object exists for query
  45. EE_DVR_ACCOUNT_OBJECT_NOT_VALID=No object exists
  46. EE_DVR_ACCOUNT_OBJECT_IN_USE=The object is in use
  47. EE_DVR_ACCOUNT_SUBSET_OVERLAP=The subset is out of range (such as the group's permissions exceed the permission table, the user permissions exceed the group's permission range, etc.)
  48. EE_DVR_ACCOUNT_PWD_NOT_VALID=The password is incorrect
  49. EE_DVR_ACCOUNT_PWD_NOT_MATCH=Password does not match
  50. EE_DVR_ACCOUNT_RESERVED=Reserved account
  51. EE_DVR_PASSWORD_ENC_NOT_SUP=This encryption method is not supported.
  52. EE_DVR_PASSWORD_NOT_VALID2=Account password is incorrect 2
  53. ##Configuration Management Related Error Code=##Configuration Management Related Error Codes
  54. EE_DVR_OPT_RESTART=Restart application after saving configuration
  55. EE_DVR_OPT_REBOOT=Requires restart of the system
  56. EE_DVR_OPT_FILE_ERROR=Write file error
  57. EE_DVR_OPT_CAPS_ERROR=Configuration feature is not supported
  58. EE_DVR_OPT_VALIDATE_ERROR=Configuration verification failed
  59. EE_DVR_OPT_CONFIG_NOT_EXIST=The requested or set configuration does not exist
  60. EE_DVR_OPT_CONFIG_PARSE_ERROR=Configuration parsing error
  61. EE_DVR_CFG_NOT_ENABLE=Configuration is not enabled
  62. EE_DVR_VIDEO_DISABLE=Video feature is disabled
  63. ##DNS协议 Resolution Return Error Code=##DNS Protocol Resolution Return Error Code
  64. EE_DVR_CONNECT_FULL=The number of server connections is full
  65. ##Copyright related=##Copyright related
  66. EE_DVR_PIRATESOFTWARE=Device piracy
  67. EE_ILLEGAL_PARAM=Invalid parameter
  68. EE_USER_NOEXIST=User already exists
  69. EE_SQL_ERROR=sql failed
  70. EE_PASSWORD_NOT_VALID=The password is incorrect
  71. EE_USER_NO_DEV=The device device with the same serial number already exists
  72. EE_USER_EXSIT=Username has been registered
  73. ##Common Command Word=##Common Command Word
  74. EE_MC_UNKNOWNERROR=/Unknown error
  75. EE_MC_NOTVALID=/Illegal request
  76. EE_MC_MSGFORMATERR=/Message format error
  77. EE_MC_LOGINED=/This user is already logged in
  78. EE_MC_UNLOGINED=/This user is not logged in
  79. EE_MC_USERORPWDERROR=/username password is wrong
  80. EE_MC_NOPOWER=/No permission
  81. EE_MC_NOTSUPPORT=/version is not supported
  82. EE_MC_TIMEOUT=/Timeout
  83. EE_MC_NOTFOUND=/Find failed, no corresponding file found
  84. EE_MC_FOUND=/Find success, return all files
  85. EE_MC_FOUNDPART=/Find success, return some files
  86. EE_MC_PIRATESOFTWARE=/pirated software
  87. EE_MC_FILE_NOT_FOUND=/No query to file
  88. EE_MC_PEER_ONLINE=/peer online
  89. EE_MC_PEER_NOT_ONLINE=/The peer is not online
  90. EE_MC_PEERCONNET_REACHED_MAX=/The number of peer connections has reached the upper limit
  91. EE_MC_LINK_SERVER_ERROR=/Connection to server failed
  92. EE_MC_APP_TYPE_ERROR=/APP type error
  93. EE_MC_SEND_DATA_ERROR=/Send data error
  94. EE_MC_AUTHCODE_ERROR=/Get AUTHCODE incorrect
  95. EE_MC_XPMS_UNINIT=/Not initialized
  96. //EE_AS_PHONE_CODE=10001: Successfully sent
  97. EE_AS_PHONE_CODE0=Interface verification failed
  98. EE_AS_PHONE_CODE1=Parameter error
  99. EE_AS_PHONE_CODE2=Mobile number is already registered
  100. EE_AS_PHONE_CODE3=Exceeded the limit of the number of times a text message is sent every day (every number sends a registration verification message can only be sent three times a day)
  101. EE_AS_PHONE_CODE4=Send failed
  102. EE_AS_PHONE_CODE5=Can only be sent once within 120 seconds.
  103. EE_DSS_NOT_SUP_MAIN=DSS does not support HD mode
  104. EE_TPS_NOT_SUP_MAIN=Forward mode does not support HD mode
  105. EE_AS_REGISTER_CODE0=Interface verification failed
  106. EE_AS_REGISTER_CODE1=Parameter error
  107. EE_AS_REGISTER_CODE2=Mobile number is already registered
  108. EE_AS_REGISTER_CODE3=Username is already registered
  109. EE_AS_REGISTER_CODE4=Registration verification error
  110. EE_AS_REGISTER_CODE5=Registration failed (failed specific information in msg)
  111. EE_AS_LOGIN_CODE1=Interface verification failed
  112. EE_AS_LOGIN_CODE2=Parameter error
  113. EE_AS_LOGIN_CODE3=Login failed
  114. EE_AS_EIDIT_PWD_CODE1=Interface verification failed
  115. EE_AS_EIDIT_PWD_CODE2=Parameter error
  116. EE_AS_EIDIT_PWD_CODE3=New password does not meet the requirements
  117. EE_AS_EIDIT_PWD_CODE4=The original password is incorrect
  118. EE_AS_EIDIT_PWD_CODE5=Please enter a new password different from the original password
  119. EE_AS_FORGET_PWD_CODE1=Interface verification failed
  120. EE_AS_FORGET_PWD_CODE2=Parameter error
  121. EE_AS_FORGET_PWD_CODE3=Exceeded the limit of the number of times the SMS is sent every day (every number sends the registration verification information can only be sent three times a day)
  122. EE_AS_FORGET_PWD_CODE4=Send failed (with specific information in msg)
  123. EE_AS_FORGET_PWD_CODE5=Mobile number does not exist
  124. EE_AS_RESET_PWD_CODE1=Interface verification failed
  125. EE_AS_RESET_PWD_CODE2=Parameter error
  126. EE_AS_RESET_PWD_CODE3=New password does not meet the requirements
  127. EE_AS_RESET_PWD_CODE4=Inconsistent new password entered twice
  128. EE_AS_RESET_PWD_CODE5=Mobile number does not exist
  129. EE_AS_CHECK_PWD_CODE1=Interface verification failed
  130. EE_AS_CHECK_PWD_CODE2=Parameter error
  131. EE_AS_CHECK_PWD_CODE3=Verification code error
  132. EE_AS_CHECK_PWD_CODE4=Mobile number does not exist
  133. ##Video Square related =## Video Square related
  134. EE_AS_GET_PUBLIC_DEV_LIST_CODE=Server response failed
  135. EE_AS_GET_SHARE_DEV_LIST_CODE=Server response failed
  136. EE_AS_SET_DEV_PUBLIC_CODE=Server response failed
  137. EE_AS_SHARE_DEV_VIDEO_CODE=Server response failed
  138. EE_AS_CANCEL_DEV_PUBLIC_CODE=Server response failed
  139. EE_AS_CANCEL_SHARE_VIDEO_CODE=Server response failed
  140. EE_AS_DEV_REGISTER_CODE=Server response failed
  141. EE_AS_SEND_COMMNET_CODE=Server response failed
  142. EE_AS_GET_COMMENT_LIST_CODE=Server response failed
  143. EE_AS_GET_VIDEO_INFO_CODE=Server response failed
  144. EE_AS_UPLOAD_LOCAL_VIDEO_CODE=Server response failed
  145. EE_AS_UPLOAD_LOCAL_VIDEO_CODE1=Lack of upload file
  146. EE_AS_GET_SHORT_VIDEO_LIST_CODE=Service response failed
  147. EE_AS_EDIT_SHORT_VIDEO_INFO_CODE=Service response failed
  148. EE_AS_DELETE_SHORT_VIDEO_CODE=Service response failed
  149. EE_AS_SELECT_AUTHCODE_CDOE=Service response failed
  150. EE_AS_SELECT_AUTHCODE_CDOE1=Server query failed
  151. EE_AS_GET_USER_PHOTOS_LIST_CODE=Service response failed
  152. EE_AS_CREATE_USER_PHOTOS_CODE=Service response failed
  153. EE_AS_UPLOAD_PHOTO_CODE=Service response failed
  154. EE_AS_UPLOAD_PHOTO_CODE1=Files not uploaded
  155. EE_AS_EDIT_PHOTO_INFO_CODE=Service response failed
  156. EE_AS_GET_PHOTO_LIST_CODE=Service response failed
  157. EE_AS_DELETE_PHOTO_CODE=Service response failed
  158. EE_AS_DELETE_PHOTOS_CODE=Service response failed
  159. EE_AS_CHECK_PWD_STRENGTH_CODE=Server response failed
  160. EE_AS_CHECK_PWD_STRENGTH_CODE1=Interface verification failed
  161. EE_AS_CHECK_PWD_STRENGTH_CODE2=Parameter error
  162. EE_AS_CHECK_PWD_STRENGTH_CODE3=The password is unqualified
  163. EE_HTTP_PWBYEMAIL_UNFINDNAME=No such username
  164. EE_HTTP_PWBYEMAIL_FAILURE=Send failed
  165. EE_AS_SEND_EMAIL_CODE=Service response failed
  166. EE_AS_SEND_EMAIL_CODE1=Interface verification failed
  167. EE_AS_SEND_EMAIL_CODE2=Parameter error
  168. EE_AS_SEND_EMAIL_CODE3=The mailbox has been registered
  169. EE_AS_SEND_EMAIL_CODE4=Send failed
  170. EE_AS_REGISTE_BY_EMAIL_CODE=Service response failed
  171. EE_AS_REGISTE_BY_EMAIL_CODE1=Interface verification failed
  172. EE_AS_REGISTE_BY_EMAIL_CODE2=Parameter error
  173. EE_AS_REGISTE_BY_EMAIL_CODE3=Username is already registered
  174. EE_AS_REGISTE_BY_EMAIL_CODE4=Registration verification error
  175. EE_AS_REGISTE_BY_EMAIL_CODE5=The mailbox has been registered
  176. EE_AS_REGISTE_BY_EMAIL_CODE6=Registration failed
  177. EE_AS_SEND_EMAIL_FOR_CODE=Service response failed
  178. EE_AS_SEND_EMAIL_FOR_CODE1=Interface verification failed
  179. EE_AS_SEND_EMAIL_FOR_CODE3=Parameter error
  180. EE_AS_SEND_EMAIL_FOR_CODE4=Send failed
  181. EE_AS_SEND_EMAIL_FOR_CODE5=The mailbox does not exist
  182. EE_AS_SEND_EMAIL_FOR_CODE6=Box and username do not match
  183. EE_AS_CHECK_CODE_FOR_EMAIL=Service response failed
  184. EE_AS_CHECK_CODE_FOR_EMAIL1=Interface verification failed
  185. EE_AS_CHECK_CODE_FOR_EMAIL2=Parameter error
  186. EE_AS_CHECK_CODE_FOR_EMAIL3=Verification code error
  187. EE_AS_CHECK_CODE_FOR_EMAIL4=The mailbox does not exist
  188. EE_AS_RESET_PWD_BY_EMAIL=Service response failed
  189. EE_AS_RESET_PWD_BY_EMAIL1=Interface verification failed
  190. EE_AS_RESET_PWD_BY_EMAIL2=Parameter error
  191. EE_AS_RESET_PWD_BY_EMAIL3=Reset failed
  192. EE_AS_RESET_PWD_BY_EMAIL4=Mobile number or mailbox does not exist
  193. EE_CLOUD_DEV_MAC_BACKLIST=In the blacklist (mac)
  194. EE_CLOUD_DEV_MAC_EMPTY=The value of mac is empty
  195. EE_CLOUD_DEV_MAC_INVALID=The format is incorrect (the mac address is not 16 bits long or has a keyword)
  196. EE_CLOUD_DEV_MAC_UNREDLIST=No whitelist exists
  197. EE_CLOUD_DEV_NAME_EMPTY=Device name cannot be empty
  198. EE_CLOUD_DEV_USERNAME_INVALID=Device username is not in the correct format, with keywords
  199. EE_CLOUD_DEV_PASSWORD_INVALID=Device password format is incorrect, with keywords
  200. EE_CLOUD_DEV_NAME_INVALID=Device name is malformed with keywords
  201. EE_CLOUD_PARAM_INVALID=Parameter exception (parameter passed in dev.mac is incorrect)
  202. EE_CLOUD_CHANGEDEVINFO=Failed to edit device information
  203. EE_CLOUD_SERVICE_ACTIVATE=Failed to open
  204. EE_CLOUD_SERVICE_UNAVAILABLE=The cloud storage is not activated (1, the user does not exist; 2. the user is not activated)
  205. EE_CLOUD_AUTHENTICATION_FAILURE=Verify authorization failed (username or password is incorrect)
  206. EE_AS_CHECK_USER_REGISTE_CODE=Service response failed
  207. EE_AS_CHECK_USER_REGISTE_CODE1=Interface verification failed
  208. EE_AS_CHECK_USER_REGISTE_CODE2=Parameter error
  209. EE_AS_CHECK_USER_REGISTE_CODE3=Username is already registered
  210. EE_CLOUD_UPGRADE_UPDATE=Successful, need to be updated
  211. EE_CLOUD_UPGRADE_LASTEST=Successful, is up to date, no need to update
  212. EE_CLOUD_UPGRADE_INVALIDREQ=Failed, invalid request
  213. EE_CLOUD_UPGRADE_UNFINDRES=Failed, resource not found
  214. EE_CLOUD_UPGRADE_SERVER=Failed, server internal error
  215. EE_CLOUD_UPGRADE_SERVER_UNAVAIL=Failed, the server is temporarily unavailable, and Retry-After specifies the time of the next request.
  216. EE_AS_EDIT_USER_PHOTOS_CODE=Service response failed
  217. EE_AS_SYS_LOGOUT_CODE=Server response failed
  218. EE_AS_SYS_LOGOUT_CODE1=Interface verification failed
  219. EE_AS_SYS_LOGOUT_CODE2=Parameter error
  220. EE_AS_SYS_NO_VALIDATED_REGISTER_CODE=Server response failed
  221. EE_AS_SYS_NO_VALIDATED_REGISTER_CODE1=Interface verification failed
  222. EE_AS_SYS_NO_VALIDATED_REGISTER_CODE2=Parameter error
  223. EE_AS_SYS_NO_VALIDATED_REGISTER_CODE3=Username is already registered
  224. EE_AS_SYS_NO_VALIDATED_REGISTER_CODE4=Registration failed
  225. EE_AS_SYS_GET_USER_INFO_CODE=Server response failed
  226. EE_AS_SYS_GET_USER_INFO_CODE1=Interface verification failed
  227. EE_AS_SYS_GET_USER_INFO_CODE2=Parameter error
  228. EE_AS_SYS_GET_USER_INFO_CODE3=Username does not exist
  229. EE_AS_SYS_GET_USER_INFO_CODE4=Get failed
  230. EE_AS_SYS_GET_USER_INFO_CODE5=User password is incorrect
  231. EE_AS_SYS_SEND_BINDING_PHONE_CODE=Server response failed
  232. EE_AS_SYS_SEND_BINDING_PHONE_CODE1=Interface verification failed
  233. EE_AS_SYS_SEND_BINDING_PHONE_CODE2=Parameter error
  234. EE_AS_SYS_SEND_BINDING_PHONE_CODE3=Mobile number is already bound
  235. EE_AS_SYS_SEND_BINDING_PHONE_CODE4=Exceeded SMS daily delivery limit
  236. EE_AS_SYS_SEND_BINDING_PHONE_CODE5=Username does not exist
  237. EE_AS_SYS_SEND_BINDING_PHONE_CODE6=Send failed
  238. EE_AS_SYS_SEND_BINDING_PHONE_CODE7=User password is incorrect
  239. EE_AS_SYS_SEND_BINDING_PHONE_CODE8=Can only be sent once in 120 seconds
  240. EE_AS_SYS_BINDING_PHONE_CODE=Server response failed
  241. EE_AS_SYS_BINDING_PHONE_CODE1=Interface verification failed
  242. EE_AS_SYS_BINDING_PHONE_CODE2=Parameter error
  243. EE_AS_SYS_BINDING_PHONE_CODE3=The mobile number has been bound
  244. EE_AS_SYS_BINDING_PHONE_CODE4=Username does not exist
  245. EE_AS_SYS_BINDING_PHONE_CODE5=Verification code error
  246. EE_AS_SYS_BINDING_PHONE_CODE6=Binding failure a
  247. EE_AS_SYS_BINDING_PHONE_CODE7=User password is incorrect
  248. EE_AS_SYS_SEND_BINDING_EMAIL_CODE=Server response failed
  249. EE_AS_SYS_SEND_BINDING_EMAIL_CODE1=Interface verification failed
  250. EE_AS_SYS_SEND_BINDING_EMAIL_CODE2=Username does not exist
  251. EE_AS_SYS_SEND_BINDING_EMAIL_CODE3=The mailbox has been bound
  252. EE_AS_SYS_SEND_BINDING_EMAIL_CODE4=Send failed
  253. EE_AS_SYS_SEND_BINDING_EMAIL_CODE5=User password is incorrect
  254. EE_AS_SYS_BINDING_EMAIL_CODE=Server response failed
  255. EE_AS_SYS_BINDING_EMAIL_CODE1=Interface verification failed
  256. EE_AS_SYS_BINDING_EMAIL_CODE2=Parameter error
  257. EE_AS_SYS_BINDING_EMAIL_CODE3=Username does not exist
  258. EE_AS_SYS_BINDING_EMAIL_CODE4=Verification code error
  259. EE_AS_SYS_BINDING_EMAIL_CODE5=The mailbox has been bound
  260. EE_AS_SYS_BINDING_EMAIL_CODE6=Binding failed
  261. EE_AS_SYS_BINDING_EMAIL_CODE7=User password is incorrect
  262. EE_AS_REGISTER_EXTEND_CODE0=Interface verification failed
  263. EE_AS_REGISTER_EXTEND_CODE1=Parameter error
  264. EE_AS_REGISTER_EXTEND_CODE2=Mobile number is already registered
  265. EE_AS_REGISTER_EXTEND_CODE3=Username is already registered
  266. EE_AS_REGISTER_EXTEND_CODE4=Registration verification error
  267. EE_AS_REGISTER_EXTEND_CODE5=Registration failed (with specific information in msg)
  268. EE_AS_REGISTE_BY_EMAIL_EXTEND_CODE=Service response failed
  269. EE_AS_REGISTE_BY_EMAIL_EXTEND_CODE1=Interface verification failed
  270. EE_AS_REGISTE_BY_EMAIL_EXTEND_CODE2=Parameter error
  271. EE_AS_REGISTE_BY_EMAIL_EXTEND_CODE3=Username is already registered
  272. EE_AS_REGISTE_BY_EMAIL_EXTEND_CODE4=Registration verification error
  273. EE_AS_REGISTE_BY_EMAIL_EXTEND_CODE5=The mailbox has been registered
  274. EE_AS_REGISTE_BY_EMAIL_EXTEND_CODE6=Registration failed
  275. EE_AS_SYS_NO_VALIDATED_REGISTER_EXTEND_CODE=Server response failed
  276. EE_AS_SYS_NO_VALIDATED_REGISTER_EXTEND_CODE1=Interface verification failed
  277. EE_AS_SYS_NO_VALIDATED_REGISTER_EXTEND_CODE2=Parameter error
  278. EE_AS_SYS_NO_VALIDATED_REGISTER_EXTEND_CODE3=Username is already registered
  279. EE_AS_SYS_NO_VALIDATED_REGISTER_EXTEND_CODE4=Registration failed
  280. EE_DSS_XMCloud_InvalidParam=Get device DSS information through XMCloud
  281. EE_DSS_XMCloud_ConnectHls=DSS failed to connect to Hls server
  282. EE_DSS_XMCloud_InvalidStream=DSS server exception
  283. EE_DSS_XMCloud_Request=DSS server request failed
  284. EE_DSS_XMCloud_StreamInterrupt=DSS stream format parsing failed
  285. EE_DSS_SQUARE_PARSE_URL=Analysis of the video square url returned by Xiong Maiyun failed
  286. EE_DSS_MINOR_STREAM_DISABLE=DSS server prohibits this stream (-1)
  287. EE_DSS_NO_VIDEO=NVR front end is not connected to the video source (-2)
  288. EE_DSS_DEVICE_NOT_SUPPORT=The front end does not support this stream (-3)
  289. EE_DSS_BAD_REQUEST=Invalid request (http)
  290. EE_MEDIA_CONNET_REACHED_MAX=Media video link reaches the maximum and access is limited
  291. EE_ALARM_CHECK_AUTHCODE_FAILED=Alarm authorization code error
  292. EE_ALARM_NOT_SUPPORTED=Not supported (Compare does not support Google Alerts in China)
  293. EE_ALARM_SELECT_NO_RECORD=The alarm history is not queried
  294. EE_VIDEOPLAY_URL_NULL=url is empty
  295. EE_VIDEOPLAY_URL_Open=Open failed
  296. EE_VIDEOPLAY_URL_FindStream=Failed to get stream information
  297. EE_VIDEOPLAY_URL_FindVideoStream=Failed to get video stream information
  298. EE_VIDEOPLAY_URL_ReadStream=Unable to get video stream
  299. EE_DEVLOG_OPENTELNET=Failed to open telnet
  300. EE_SYS_GET_AUTH_CODE=Get AuthError
  301. EE_MNETSDK_HEARTBEAT_TIMEOUT=Theerrorsbetween-400000and-500000stemfromlibMNetSDK.so
  302. EE_MNETSDK_FILE_NOTEXIST=The file does not exist
  303. EE_MNETSDK_IS_UPGRADING=The device is being upgraded
  304. EE_MNETSDK_SERVER_STATUS_ERROR=Server initialization failed
  305. EE_MNETSDK_GETCONNECT_TYPE_ERROR=Failed to get connection type
  306. EE_MNETSDK_QUERY_SERVER_FAIL=Query server failed
  307. EE_MNETSDK_HAS_CONNECTED=The device is connected
  308. EE_MNETSDK_IS_LOGINING=Login
  309. EE_MNETSDK_DEV_IS_OFFLINE=The device may not be online
  310. EE_MNETSDK_NOTSUPPORT=Device does not support
  311. EE_MENTSDK_NOFILEFOUND=No day pictures, please switch dates
  312. EE_MNETSDK_DISCONNECT_ERROR=Disconnect failed
  313. EE_MNETSDK_TALK_ALAREADY_START=Intercom is on
  314. EE_MNETSDK_DEV_PTL=DevPTLNULL
  315. EE_MNETSDK_BACKUP_FAILURE=Backup to u disk failed
  316. EE_MNETSDK_NODEVICE=No storage device (u disk) or device is not recording
  317. EE_MNETSDK_USEREXIST=The device already exists
  318. EE_MNETSDK_CAPTURE_PIC_FAILURE=Grab failed
  319. EE_MNETSDK_TALK_NOT_START=Intercom is not turned on)
  320. EE_MNETSDK_STORAGE_IS_FULL=Device storage is full
  321. ##User related=##User related
  322. EE_ACCOUNT_HTTP_USERNAME_PWD_ERROR=The username or password is incorrect
  323. EE_ACCOUNT_VERIFICATION_CODE_ERROR=Verification code error
  324. EE_ACCOUNT_PASSWORD_NOT_SAME=Inconsistent password
  325. EE_ACCOUNT_USERNAME_HAS_BEEN_REGISTERED=Username has been registered
  326. EE_ACCOUNT_USERNAME_IS_EMPTY=Username is empty
  327. EE_ACCOUNT_PASSWORD_IS_EMPTY=The password is empty
  328. EE_ACCOUNT_COMFIRMPWD_IS_EMPTY=Confirm password is empty
  329. EE_ACCOUNT_PHONE_IS_EMPTY=The phone number is empty
  330. EE_ACCOUNT_USERNAME_FORMAT_NOT_CORRECT=Username format is incorrect
  331. EE_ACCOUNT_PASSWORD_FORMAT_NOT_CORRECT=The password format is incorrect
  332. EE_ACCOUNT_COMFIRMPWD_FORMAT_NOT_CORRECT=Confirm password format is incorrect
  333. EE_ACCOUNT_PHONE_FORMAT_NOT_CORRECT=Phone number format is incorrect
  334. EE_ACCOUNT_PHONE_IS_EXIST=The phone number already exists
  335. EE_ACCOUNT_PHONE_NOT_EXSIT=The phone number does not exist
  336. EE_ACCOUNT_EMAIL_IS_EXIST=The mailbox already exists
  337. EE_ACCOUNT_EMAIL_NOT_EXIST=The mailbox does not exist
  338. EE_ACCOUNT_OLD_PASSWORD_ERROR=The original password is incorrect
  339. EE_ACCOUNT_MODIFY_PASSWORD_ERROR=Failed to change password
  340. EE_ACCOUNT_USERID_IS_EMPTY=User ID is empty
  341. EE_ACCOUNT_VERIFICATION_CODE_IS_EMPTY=Verification code is empty
  342. EE_ACCOUNT_EMAIL_IS_EMPTY=The mailbox is empty
  343. EE_ACCOUNT_EMAIL_FORMATE_NOT_CORRECT=Mailbox format is incorrect
  344. EE_ACCOUNT_USER_NOT_WX_BIND=User is not bound (username password is incorrect, indicating that the user is not bound to the Xiongmai account, should jump to the binding user interface)
  345. EE_ACCOUNT_USER_HAS_WX_BIND=User is bound
  346. EE_ACCOUNT_USER_FAIL_WX_BIND=User binding failed
  347. EE_ACCOUNT_USER_FAIL_PHONE_BIND=Phone binding failed
  348. EE_ACCOUNT_USER_FAIL_MAIL_BIND=Mailbox binding failed
  349. EE_ACCOUNT_NOT_OPENED=The function is not enabled
  350. ##Device related =##Device related
  351. EE_ACCOUNT_DEVICE_ILLEGAL_NOT_ADD=Device is not allowed to add
  352. EE_ACCOUNT_DEVICE_ALREADY_EXSIT=The device already exists (equivalent to EE_USER_NO_DEV)
  353. EE_ACCOUNT_DEVICE_DELETE_FAIL=Delete device failed
  354. EE_ACCOUNT_DEVICE_CHANGE_IFNO_FAIL=Device information modification failed
  355. EE_ACCOUNT_DEVICE_UUID_ILLEGAL=Device uuid parameter is abnormal
  356. EE_ACCOUNT_DEVICE_USERNAME_ILLEGAL=Device username parameter is abnormal
  357. EE_ACCOUNT_DEVICE_PASSWORD_ILLEGAL=Device password parameter is abnormal
  358. EE_ACCOUNT_DEVICE_PORT_ILLEGAL=Device port parameter is abnormal
  359. EE_ACCOUNT_DEVICE_EXTEND_ILLEGAL=Device extension field parameter is abnormal
  360. ## authorization system =##authorization system
  361. EE_ACCOUNT_ADD_OPEN_APP_FAIL=Add authorization failed
  362. EE_ACCOUNT_UPDATE_OPEN_APP_FAIL=Modify authorization failed
  363. EE_ACCOUNT_DELETE_OPEN_APP_FAIL=Delete authorization failed
  364. EE_ACCOUNT_SYN_TYPE_APP_FAIL=Single authorization synchronization failed (may be incorrect type parameter or cloud product line not returned)
  365. ## Send mail authorization code=##Send mail authorization code
  366. EE_ACCOUNT_SEND_CODE_FAIL=Send failed
  367. ## Send phone authorization code=##Send mobile phone authorization code
  368. EE_ACCOUNT_MESSAGE_INTERFACE_CHECK_ERROR=SMS interface verification failed, please contact us
  369. EE_ACCOUNT_MESSAGE_INTERFACE_PARM_ERROR=The SMS interface parameters are incorrect, please contact us
  370. EE_ACCOUNT_MESSAGE_TIME_MORE_THAN_THREE=SMS is sent more than once, each phone number can only be sent three times a day
  371. EE_ACCOUNT_MESSAGE_SEND_ERROR=Send failed, please try again later
  372. EE_ACCOUNT_MESSAGE_SEND_OFTEN=Send too often, please wait 120 seconds
  373. EE_ACCOUNT_MESSAGE_NONE_FAIL=Unknown error? ?
  374. ## Open Platform Interface=##Open Platform Interface
  375. EE_ACCOUNT_OPEN_USER_LIST_NULL=No user list found or user list is empty
  376. EE_ACCOUNT_OPEN_DEVICE_LIST_NULL=No device list or device list is empty
  377. EE_ACCOUNT_RESET_OPEN_APP_SECRET_FAIL=Reset appsecret failed
  378. ##Server Exception Error=##Server Exception Error
  379. EE_ACCOUNT_HTTP_SERVER_ERROR=Server failure
  380. EE_ACCOUNT_CERTIFICATE_NOT_EXIST=Certificate does not exist
  381. EE_ACCOUNT_HTTP_HEADER_ERROR=Request header error
  382. EE_ACCOUNT_CERTIFICATE_FAILURE=Certificate invalid
  383. EE_ACCOUNT_ENCRYPT_CHECK_FAILURE=Generate key verification error
  384. EE_ACCOUNT_PARMA_ABNORMAL=Parameter exception
  385. EE_ACCOUNT_CONNECTION_FAILURE=Connection failed
  386. EE_ACCOUNT_NODE_ERROR=Unknown error
  387. EE_ACCOUNT_IP_NOT_ALLOWED=ip address is not allowed to access
  388. EE_ACCOUNT_DECRYPT_ERROR=Decryption error, indicating that the username and password are illegal
  389. EE_ACCOUNT_CERTIFICATE_BLACK=Certificate blacklist
  390. EE_ACCOUNT_LOGINTYPE_INVALID=Invalid login method?
  391. EE_ACCOUNT_NEW_PWD_FORMAT_NOT_CORRECT=The new password format is incorrect
  392. EE_ACCOUNT_USER_IS_NOT_EXSIT=Username does not exist
  393. EE_DVR_ERROR_BEGIN=Transfer DVR error value
  394. ##Device General Error=##Device General Error
  395. EE_DVR_USER_NOT_EXIST=This user does not exist
  396. EE_DVR_GROUP_EXIST=This user group already exists
  397. EE_DVR_GROUP_NOT_EXIST=This user group does not exist
  398. EE_DVR_NO_PTZ_PROTOCOL=The PTZ protocol is not set
  399. EE_DVR_MEDIA_CHN_NOTCONNECT=The digital channel is not connected
  400. EE_DVR_TCPCONNET_REACHED_MAX=Tcp video link reaches the maximum, does not allow new Tcp video links
  401. EE_DVR_LOGIN_ARGO_ERROR=Cryptographic algorithm error for username and password
  402. EE_DVR_LOGIN_NO_ADMIN=Created another user, can't log in again with admin
  403. EE_DVR_LOGIN_TOO_FREQUENTLY=Login too often, try again later
  404. EE_DVR_NAS_EXIST=NAS address already exists
  405. EE_DVR_NAS_ALIVE=The path is being used and cannot be operated
  406. EE_DVR_NAS_REACHED_MAX=The maximum supported NAS has not been allowed to continue to be added
  407. EE_DVR_CONSUMER_OPR_WRONG_KEY=The key of the consumer product remote control binding is wrong.
  408. EE_DVR_NEED_REBOOT=Successful, the device needs to be restarted
  409. EE_DVR_NO_SD_CARD=153: No SD card or hard disk
  410. EE_DVR_CONSUMER_OPR_SEARCHING=The device is in the process of being added
  411. EE_DVR_CPPLUS_USR_PSW_ERR=APS customer special password error return value
  412. EE_DVR_XMSDK_UNKOWN=Unknown error
  413. EE_DVR_XMSDK_INIT_FAILED=Query server failed
  414. EE_DVR_XMSDK_INVALID_ARGUMENT=Parameter error
  415. EE_DVR_XMSDK_NOT_CONNECT_TO_SERVER=Unable to connect to the server
  416. EE_DVR_XMSDK_NOT_REGISTER_TO_SERVER=Failed to register with the connection server
  417. EE_DVR_XMSDK_CONNECT_IS_FULL=The number of connections is full
  418. EE_DVR_XMSDK_NOT_CONNECTED=Not connected
  419. EE_DVR_XMSDK_CONNECT_IS_TIMEOUT=Connection timeout
  420. EE_DVR_XMSDK_CONNECT_REFUSE=Connection server rejects connection request
  421. EE_DVR_XMSDK_QUERY_STATUS_TIMEOUT=Query status timed out
  422. EE_DVR_XMSDK_QUERY_WANIP_TIMEOUT=Querying external network information timed out
  423. EE_DVR_XMSDK_HANDSHAKE_TIMEOUT=Handshake timeout
  424. EE_DVR_XMSDK_QUERY_SERVER_TIMEOUT=Query server failed
  425. EE_DVR_XMSDK_HEARTBEAT_IS_TIMEOUT=Heartbeat Timeout
  426. EE_DVR_XMSDK_MSGSVR_ERRNO_DISCONNECT=Connection disconnected
  427. ## Network Operation Error Number=##Network Operation Error Number
  428. EE_COMMAND_INVALID=The command is illegal
  429. EE_UPGRADE_ALAREADY_START=The upgrade has started
  430. EE_UPGRADE_NOT_START=No upgrade started
  431. EE_UPGRADE_FAILED=Upgrade failed
  432. EE_UPGRADE_SUCCESS=Upgrade successful
  433. EE_SET_DEFAULT_FAILED=Restore default failed
  434. EE_SET_DEFAULT_REBOOT=Requires restart of device
  435. EE_SET_DEFAULT_VALIDATE_ERROR=The default configuration is illegal
  436.  Above is all the error messages of the interface. Below is the normal translation file.
  437. Error_Warning=Error Warning
  438. Unknown_Error=Unknown Error
  439. About_User=About User
  440. Register_User=Register
  441. Login_User=User login
  442. Info_User=User info
  443. Old_Password=old password
  444. New_Password=new password
  445. Connect_DevMac=Connect by serial
  446. Connect_AP=Connect by AP
  447. Connect_localNetwork=Connect localNetwork
  448. Add_device=Add device
  449. Share_device=Shared device
  450. Search_DeviceFile=Search device file
  451. Device_Alarm=Device Alarm
  452. Connect_WiFi=WiFi connect
  453. Video_loss_alarm=Video loss alarm
  454. Alarm_function=Alarm function
  455. Alarm_video=Alarm video
  456. Alarm_picture=Alarm picture
  457. Send_to_phone=Notification
  458. Alarm_Sensitivity=Sensitivit
  459. Motion_detection=Motion detection
  460. Video_block=Video block
  461. Alarm_Lower=Lower
  462. Alarm_Middle=Middle
  463. Alarm_Anvanced=Anvanced
  464. Save_Pwd=Saved Password
  465. Modify_pwd=modify Password
  466. Forget_Pwd=Retrieve Password
  467. password=Password
  468. username=User Name
  469. PwdInputTip=8-32 digit with the combination of character and number
  470. confirm_psd=Confirm Password
  471. PwdInputTip2=Input password again
  472. illegal_username=User name is not valid (User name is composed of 4-32 bit Chinese, English and numbers)
  473. UserInputTip=4-32 characters,numbers
  474. input_code=Input Code
  475. get_code=Get Code
  476. phone_num=Mailbox
  477. register=Sign Up
  478. fill_Info=Registration information cannot be empty
  479. pass_notsame=Two password do not match
  480. edit_pwd_error5=Password is incorrect, password contains 8-32 characters, and must include letters and numbers
  481. moblie_error=Please input the correct mobile phone number (Chinese mainland) or mailbox
  482. PhoneOrEmailError=Enter the correct email address or phone number,Please
  483. register_failure=Register Failed
  484. Register_Success=Sign Up Successfully
  485. ReGetRegCode=Try again
  486. general_second=second
  487. Modify_pwd_success=Password change successfully
  488. Modify_pwd_failed=Modify pwd failed
  489. verify_pwd=Verify Code
  490. forget_username_is=Your User Name:
  491. reset_user_psd=Reset Password
  492. Reset_S=Reset success
  493. Sure_Reset=Reset
  494. EE_AS_RESET_ERROR=Reset failed
  495. resend_Again=Resend
  496. Jump_RegCode=Skip
  497. I_Have_Agreed=I've agreed
  498. Please_agree_privacy_policy=Please agree with the privacy policy
  499. Privacy_Policy=《Privacy Statement》
  500. bind_email_address=email address
  501. bind_phoneNumber=phoneNumber
  502. Please_enter_your_email_address=Please enter your email address
  503. enter_phoneNum=Please enter your phone number
  504. East=East
  505. West=West
  506. Area=Area
  507. Zone=Zone
  508. DEV_SLEEP_AND_CAN_NOT_WAKE_UP=Deep sleep mode dosen't support wake up by remote
  509. Waking_up=Waking up...
  510. Offline=Offline
  511. Online=Online
  512. Refresh_State=Refreshing
  513. Channel=Channel
  514. Success=Success
  515. Error=failed
  516. last_Version=No new version
  517. new_Version_on_Server=The server has a new version available for upgrade
  518. new_Version_in_APP=Local new version available for upgrade
  519. is_Download=Downloading
  520. is_Upload=Uploading
  521. is_Upgrade=Upgrading
  522. Upgrade_Success=Upgrade completed
  523. close=close
  524. open=open
  525. always_record=Always video
  526. alarm_record=Alarm recording
  527. never_record= never video
  528. Bad=very bad
  529. Poor=poor
  530. General=General
  531. Good=good
  532. Better=very good
  533. Best=Best
  534. monday=Monday
  535. tuesday=Tuesday
  536. wednesday=Wednesday
  537. Thursday=Thursday
  538. friday=friday
  539. saturday=sat
  540. sunday=Sunday
  541. day2=day
  542. hour=hour
  543. minute=minute
  544. s=second
  545. Enter=Enter
  546. Ignore=Ignore
  547. video_format=Video mode
  548. lastUpgreade_time=last update time
  549. hard_version=hardware version number
  550. soft_version=software version number
  551. add_by_ip/domain=IP/domain name added
  552. information_incomplete=The information you filled in is incomplete
  553. ip/domain_is_error=The input IP/domain name is incorrect
  554. Device_Name=Device Name:
  555. Enter_Device_Name=Enter device name
  556. device_type=Device Type:
  557. device_type2=Device Type
  558. serial_number=Serial number:
  559. serial_number2=Device serial number
  560. Enter_serial_number=Enter device serial number
  561. IP2=IP/Domain Name:
  562. Enter_IP_Domain=Enter IP/Domain Name
  563. UserName=Username:
  564. Enter_LoginName=username (default is admin)
  565. Password2=Password:
  566. Enter_LoginPassword=Password (default is empty)
  567. Port2=Port number:
  568. Enter_Device_Port=Device port number (default 34567)
  569. OK=OK
  570. Cancel=Cancel
  571. search_wifi_device=Search LAN devices
  572. qr_scan_tips=Automatically scan the QR code/bar code in the box
  573. scan_code=Scan QR code
  574. wifi_config_tip=*Please keep the distance between the device, mobile phone and network as close as possible;\n long press the SET button until the indicator flashes quickly (some products may need to be ejector pin lightly configured holes)
  575. quick_configuration=Quick configuration
  576. add_by_serialNumber=Add serial number
  577. Info_Error1=The information you filled in is incomplete
  578. user_psw=Account management
  579. Are_you_sure_to_delete_device2=Are you sure you want to delete the device?
  580. Edit=Edit
  581. Delete=Delete
  582. Logout=Logout
  583. warning=warning
  584. DeviceList=Device List
  585. About_Demo=About Demo
  586. Get_Channle=Get channel information...
  587. Real_Time_Video=Live video
  588. Remote_View=Remote playback
  589. Resource_Download=Resource download
  590. device_Version=Device version
  591. upgrade_State=Upgrade status
  592. upgrade_progress=Upgrade progress
  593. Total_Capacity=Total Capacity
  594. Residual_Capacity=Remaining capacity
  595. video_Capacity=Video capacity
  596. video_re_capacity=Video remaining capacity
  597. picture_Capacity=picture capacity
  598. picture_re_capacity=picture remaining capacity
  599. Is_Cover=Do you want to overwrite?
  600. orginal_Is_Cover=Overwrite the original video?
  601. clean_storage=Clear storage space
  602. search_by_file=Query by file
  603. search_by_time=Query by time
  604. search_video_date=Video Date Query
  605. search_picture=image query
  606. search_picture_date=image date query
  607. video_download=Video download
  608. picture_download=Image download
  609. summer=summer time
  610. time_zone=Time zone
  611. time=time
  612. Time_synch=Time Synchronization
  613. Flip_Vertical=Image flips up and down
  614. Flip_Horizontal=Image flips left and right
  615. main_record=Main stream status
  616. main_pre_record=Primary stream pre-recording time
  617. main_record_length=Main stream recording duration
  618. extra_record=auxiliary stream recording status
  619. extra_pre_record=Secondary stream pre-recording time
  620. extra_record_length=secondary stream recording duration
  621. Custom_example=Custom Configuration Example
  622. main_resolution=primary stream resolution
  623. main_fps=main stream frame rate
  624. main_quality=primary stream quality
  625. mian_audio=main stream audio
  626. main_format=Encoding format
  627. extra_resolution=secondary stream resolution
  628. extra_fps=auxiliary stream frame rate
  629. extra_quality=Auxiliary stream quality
  630. extra_audio=auxiliary stream audio
  631. extra_video=secondary stream video
  632. alarm_config=Alarm configuration
  633. Encode_config=encoding configuration
  634. Record_config=recording configuration
  635. picture_vonfig=Image Configuration
  636. time_syn=time synchronization
  637. record_file=Device Recording
  638. picture_file=Device picture
  639. password_change=Password modification
  640. device_storage=Device Storage Management
  641. About_Device=About device
  642. Equipment_Update=Device Upgrade
  643. photos=App photos
  644. Video_Not_Found=The video was not found
  645. Unit=Unit
  646. m=m
  647. h=h
  648. Enter_WIFIPassword=Please input your WiFi password
  649. about_tip=Restore factory settings
  650. reset_device=Are you sure you want to restore all parameters to the factory default settings?
  651. warm_prompt=Warm Prompt
  652. factory_settings_success_restart=Restore factory settings successfully, device is rebooting
  653. factory_settings_success=Restore factory settings successfully
  654. factory_settings_failed=Restore factory settings failed
  655. Alarm_message_push=Alarm push
  656. Alarm_picture=Alarm picture
  657. Encoding_format=Encoding format
  658. Watermark_switch=Custom Watermark Switch
  659. Watermark_text=Custom Watermark Text
  660. enter_custom_watermark=Please enter a custom watermark text
  661. Watermark_setting=Watermark Setting
  662. Osd_Watermark_switch=Official Watermark Switch
  663. Error_Prompt=Error Prompt
  664. check_wifi_setting=Please check your WIFI setting and make sure you are connecting AP device.
  665. not_support_add_device=Ap mode does not support adding devices
  666. Buzzer_setting=AlarmBell
  667. config_Save_Success=save Success
  668. appEventHumanDetectAlarm=Human detection
  669. Sleep_time=Enter sleep time
  670. Set_sleep_time=Please enter the time you want the device to go to sleep (the device will automatically sleep when there is no operation)
  671. Sensor_Config=Sensor Config
  672. Back=Back