From f500e14c0a994487070380c50c85e0929cbc8e63 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 05 一月 2021 10:48:04 +0800
Subject: [PATCH] 2021-01-05 1.更新

---
 Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
index 913e87c..eecfbb1 100644
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -74,9 +74,24 @@
         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 = "8-20 characters for password, including character, numbers, symbols";
+        //瀵嗙爜蹇呴』鏄�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";
+        //鎮ㄧ殑鎵嬫満鏈繛鎺IFI缃戠粶锛岃杩炴帴
+        public readonly static string NotConnectedToWIFI= "Your phone in not connected to WIFI network, please connect.";
+        //璇风‘淇濈綉鍏虫槸閫氱數鐨勶紝杩炴帴鍒癢iFi璺敱鍣ㄤ笂銆�
+        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.";
+        //姝e湪鎼滅储锛岃鐐瑰嚮姝ゅ閫�鍑烘悳绱㈡ā寮忋��
+        public readonly static string SearchingExitTheSearchingMode = "Searching, Please touch here to exit the searching mode.";
+        //姝e湪鎼滅储鏂拌澶囷紝璇风‘淇濇墍鏈夋柊璁惧閮藉浜庨厤缃ā寮忋��
+        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";
 
-        
     }
 }

--
Gitblit v1.8.0