From 17a2bee074dc8d625016647b1acfe3f0a9734b18 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 13 十二月 2022 11:01:23 +0800
Subject: [PATCH] beifen

---
 SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs b/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs
index c8e42fc..607ffe0 100644
--- a/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs
+++ b/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs
@@ -8,7 +8,7 @@
     public class SearchServerOnePortListPage : FrameLayout
     {
         #region 鏂囨湰
-        string text_Title = "杩滅▼杩炴帴";
+        string text_Title = "杩滅▼";
         string text_userName = "缁勫悕";
         string text_projectName = "宸ョ▼鍚�";
         string text_password = "瀵嗙爜";
@@ -40,7 +40,7 @@
         string text_readFailure = "璇诲彇澶辫触";
 
         string txt_breakLink = "鏂紑杩炴帴";
-        string txt_connectionSucceeded = "杩炴帴鎴愬姛";
+        string txt_connectionSucceeded = "鎼滅储瀹屾垚";
 
         string txt_linkSeverFailed = "杩炴帴鏈嶅姟鍣ㄥけ璐�";
         string txt_DataError = "鏁版嵁寮傚父";
@@ -66,7 +66,7 @@
         public SearchServerOnePortListPage ()
         {
             if (Language.CurrentLanguage != "Chinese") {
-                text_Title = "Remote connection";
+                text_Title = "Remote";
                 text_userName = "Group name";
                 text_projectName = "project name";
                 text_password = "Password";
@@ -82,7 +82,7 @@
                 text_link = "Link";
                 text_reading = "Reading";
                 txt_breakLink = "Break link";
-                txt_connectionSucceeded = "Connection succeeded";
+                txt_connectionSucceeded = "Search complete";
                 txt_linkSeverFailed = "Failed to connect to the server";
                 txt_DataError = "Data exception";
                 txt_QueryFailed = "Query failed";
@@ -263,8 +263,8 @@
                                         if (oneProtData != null) {
                                             try {
                                                 var groupName = System.Text.Encoding.UTF8.GetString (oneProtData, 1, 20).Trim ('\0');//=============
-                                                var projectName = System.Text.Encoding.UTF8.GetString (oneProtData, 23, 20).Trim ('\0');//=============
-                                                var userName = System.Text.Encoding.UTF8.GetString (oneProtData, 43, 8).Trim ('\0');//=============
+                                                var projectName22 = System.Text.Encoding.UTF8.GetString (oneProtData, 23, 20).Trim ('\0');//=============
+                                                var userName22 = System.Text.Encoding.UTF8.GetString (oneProtData, 43, 8).Trim ('\0');//=============
                                                 Application.RunOnMainThread (() => {
 
                                                     RowLayout wirelessView = new RowLayout () {
@@ -272,7 +272,7 @@
                                                         BackgroundColor = SkinStyle.Current.ViewColor,
                                                     };
                                                     listView.AddChidren (wirelessView);
-                                                    showGatewayRow (userName,projectName, wirelessView);
+                                                    showGatewayRow (userName22,projectName22, wirelessView);
                                                 });
                                             }catch (Exception ex) {
 

--
Gitblit v1.8.0