| | |
| | | public readonly static string InsufficientAuthority = "You don't have full control over this sharer's home!"; |
| | | //网关被其它住宅绑定,与网关通讯失败! 请长按网关按钮3S,进入红灯常亮,然后重新搜索! |
| | | public readonly static string GatewayPasswordError = "Failed to communicate with gateway, as the gateway has already been bound to another residence. Please press the gateway button for 3s, and search again when the red light keeps on."; |
| | | //控制失败 |
| | | public readonly static string ControlFailure = ", fail to control."; |
| | | //网关无响应,请重试! |
| | | public readonly static string GatewayNoResponse = "No response from gateway, please try again!"; |
| | | //密码必须是8-20个字符,包括至少一个大小写字母,数字和特殊字符。 |
| | | public readonly static string PasswordStrengthNotMatch = "The password must be 8-20 characters, including at least one uppercase and lowercase letters, numbers and special characters."; |
| | | //密码不能包含用户名 |
| | | public readonly static string PasswordNotUsername = "Password cannot contain username"; |
| | | //您的手机未连接WIFI网络,请连接 |
| | | public readonly static string NotConnectedToWIFI= "Your phone in not connected to WIFI network, please connect."; |
| | | //请确保网关是通电的,连接到WiFi路由器上。 |
| | | public readonly static string MakeSureGatewayIsPoweredUp = "Please make sure gateway is powered up and connect to WiFi router."; |
| | | //如果列表中没有所有网关,则可以再次搜索。 |
| | | public readonly static string IfAllTheGatewaysAreNotInTheList = "If all the gateways are not in the list, you can search again."; |
| | | //正在搜索,请点击此处退出搜索模式。 |
| | | public readonly static string SearchingExitTheSearchingMode = "Searching, Please touch here to exit the searching mode."; |
| | | //正在搜索新设备,请确保所有新设备都处于配置模式。 |
| | | public readonly static string SearchingForNewDevices = "Searching for new devices, Please make sure all new devices are in configuration mode."; |
| | | //备注长度超过限制。 |
| | | public readonly static string RemarkLengthExceededTheLimit = "Device name length exceeded the limit."; |
| | | //备注不能为空。 |
| | | public readonly static string RemarksCannotBeEmpty = "Device name cannot be empty"; |
| | | |
| | | } |
| | | } |