From 1d4908c193ffbc8c351fadcd1e8d9ba12af835d2 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 15 十二月 2020 14:17:28 +0800
Subject: [PATCH] 2020-12-15 1.客服反馈问题修改。2.翻译字段纠正。3.修改备注增加判空处理

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

diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
index 3848707..eecfbb1 100644
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -78,7 +78,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