From 6795626732f9a0e0789b4ceb6dbe8f17b1db6cfe Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 17 四月 2023 15:08:16 +0800 Subject: [PATCH] 2023年04月17日15:08:14 --- HDL-ON_iOS/Resources/Language.ini | 10 +++++----- HDL-ON_Android/Assets/Language.ini | 10 +++++----- HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs | 2 +- HDL_ON/Common/R.cs | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/HDL-ON_Android/Assets/Language.ini b/HDL-ON_Android/Assets/Language.ini index 8293603..591a386 100644 --- a/HDL-ON_Android/Assets/Language.ini +++ b/HDL-ON_Android/Assets/Language.ini @@ -1146,7 +1146,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model @@ -2419,7 +2419,7 @@ 8508=鍘嗗彶璁板綍 8509=钀ょ煶瑙嗛闂ㄩ攣 8510=鏉ヨ嚜鈥滈棬閾冣�濆懠鍙� -8511=鐢ㄦ埛浜哄憳 +8511=寮�闂ㄤ汉鍛� 8512=搴忓垪鍙� 8513=鍨嬪彿 @@ -3682,7 +3682,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model @@ -4941,7 +4941,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model @@ -6200,7 +6200,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model diff --git a/HDL-ON_iOS/Resources/Language.ini b/HDL-ON_iOS/Resources/Language.ini index d071d03..a24d6be 100644 --- a/HDL-ON_iOS/Resources/Language.ini +++ b/HDL-ON_iOS/Resources/Language.ini @@ -1146,7 +1146,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model @@ -2422,7 +2422,7 @@ 8508=鍘嗗彶璁板綍 8509=钀ょ煶瑙嗛闂ㄩ攣 8510=鏉ヨ嚜鈥滈棬閾冣�濆懠鍙� -8511=鐢ㄦ埛浜哄憳 +8511=寮�闂ㄤ汉鍛� 8512=搴忓垪鍙� 8513=鍨嬪彿 @@ -3688,7 +3688,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model @@ -4947,7 +4947,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model @@ -6206,7 +6206,7 @@ 8508=History 8509=Fluorite video door lock 8510=Call from the doorbell -8511=User Education +8511=Door opener 8512=Serial number 8513=Model diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index f9c1c13..b8f9645 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -3224,9 +3224,9 @@ /// </summary> public const int laizimenlinghujiao = 8510; /// <summary> - /// 鐢ㄦ埛浜哄憳 + /// 寮�闂ㄤ汉鍛� /// </summary> - public const int yonghurenyuan = 8511; + public const int kaimenrenyuan = 8511; /// <summary> /// 搴忓垪鍙� /// </summary> diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs index 18e1a35..8f4b4bc 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs @@ -623,7 +623,7 @@ case SPK.VideoDoorLock: { LogicView.FunTypeView view1 = new LogicView.FunTypeView(); - view1.btnText.TextID=StringId.yonghurenyuan; + view1.btnText.TextID=StringId.kaimenrenyuan; view1.btnText.Name = Language.StringByID(StringId.shipinmensuo); fLayout.AddChidren(view1.FLayoutView()); view1.btnClick.MouseUpEventHandler += (sender, e) => -- Gitblit v1.8.0