wxr
2022-12-13 5bed96bdc308ee10e1a5e9bd7ff056ed67808d02
SmartHome/UI/SimpleControl/Phone/System/RemoteOnePort.cs
@@ -7,14 +7,14 @@
    public class RemoteOnePort : FrameLayout
    {
        #region 文本
        string text_Title = "远程连接";
        string text_Title = "远程";
        string text_userName = "用户名";
        string text_projectName ="工程名";
        string text_password = "密码";
        string text_entry_userName_tip = "请输入组名。";
        string text_entry_projectName_tip = "请输入工程名。";
        string text_entry_password_tip = "请输入密码。";
        string text_link = "连接一端口";
        string text_link = "连接并配置";
        string text_back = "后退";
        string text_reading = "读取中";
        /// <summary>
@@ -83,7 +83,7 @@
                text_UnknownVersion = "Other version";
                text_readFailure = "Read failure";
                text_back = "Back";
                text_link = "Link";
                text_link = "Connect and configure";
                text_reading = "Reading";
                txt_breakLink = "Break link";
                txt_connectionSucceeded = "Connection succeeded";