From 8fcc3bd198606e0400eca5383572fb97ecdada85 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 10 一月 2023 15:51:37 +0800
Subject: [PATCH] 备份
---
SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs b/SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs
index a601069..1f3c50f 100644
--- a/SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs
+++ b/SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs
@@ -13,12 +13,13 @@
string txtLinkNotExist = "杩炴帴淇℃伅閿欒銆�";
public SystemRemote ()
{
-
- txtCheckInternet = "Please check your network connection.";
- txtLinkSeverLoser = "Remote connection failed to communicate with the server.";
- txtRemoteDevicesHaveNoReply = "One port is not responding.";
- txtPwdError = "Password error";
- txtLinkNotExist = "Connection information error.";
+ if (Language.CurrentLanguage != "Chinese") {
+ txtCheckInternet = "Please check your network connection.";
+ txtLinkSeverLoser = "Remote connection failed to communicate with the server.";
+ txtRemoteDevicesHaveNoReply = "One port is not responding.";
+ txtPwdError = "Password error";
+ txtLinkNotExist = "Connection information error.";
+ }
}
/// <summary>
--
Gitblit v1.8.0