From 463549312df6089ff277f5f6fa03e93f4bd846db Mon Sep 17 00:00:00 2001 From: hanqiangqiang <1364346467@qq.com> Date: Tue, 9 Jan 2024 15:24:24 +0800 Subject: [PATCH] =?UTF-8?q?[Sicentury.Localization]=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=94=81=E5=B1=8F=E7=95=8C=E9=9D=A2=E6=B1=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Configs/Accounts/AccountView.xaml | 2 +- Sicentury.Localization/lang_common.Designer.cs | 18 ++++++++++++++++++ Sicentury.Localization/lang_common.resx | 6 ++++++ Sicentury.Localization/lang_common.zh.resx | 6 ++++++ Sicentury.Localization/lang_config.Designer.cs | 18 +++++++++--------- Sicentury.Localization/lang_config.resx | 6 +++--- Sicentury.Localization/lang_config.zh.resx | 8 ++++---- 7 files changed, 47 insertions(+), 17 deletions(-) diff --git a/MECF.Framework.UI.Client/CenterViews/Configs/Accounts/AccountView.xaml b/MECF.Framework.UI.Client/CenterViews/Configs/Accounts/AccountView.xaml index e7096d2..8c26a59 100644 --- a/MECF.Framework.UI.Client/CenterViews/Configs/Accounts/AccountView.xaml +++ b/MECF.Framework.UI.Client/CenterViews/Configs/Accounts/AccountView.xaml @@ -7,7 +7,7 @@ xmlns:lex="http://wpflocalizeextension.codeplex.com" xmlns:micro="clr-namespace:Caliburn.Micro" Width="1920" - lex:LocalizeDictionary.DesignCulture="zh" + lex:LocalizeDictionary.DesignCulture="" lex:ResxLocalizationProvider.DefaultAssembly="Sicentury.Localization" lex:ResxLocalizationProvider.DefaultDictionary="lang_config"> diff --git a/Sicentury.Localization/lang_common.Designer.cs b/Sicentury.Localization/lang_common.Designer.cs index fca7891..b309995 100644 --- a/Sicentury.Localization/lang_common.Designer.cs +++ b/Sicentury.Localization/lang_common.Designer.cs @@ -447,6 +447,24 @@ namespace Sicentury.Localization { } } + /// + /// 查找类似 Login 的本地化字符串。 + /// + public static string ID_BTN_Login_Content { + get { + return ResourceManager.GetString("ID_BTN_Login_Content", resourceCulture); + } + } + + /// + /// 查找类似 Login 的本地化字符串。 + /// + public static string ID_BTN_Login_ToolTip { + get { + return ResourceManager.GetString("ID_BTN_Login_ToolTip", resourceCulture); + } + } + /// /// 查找类似 Logout 的本地化字符串。 /// diff --git a/Sicentury.Localization/lang_common.resx b/Sicentury.Localization/lang_common.resx index 50a8982..f3c02b8 100644 --- a/Sicentury.Localization/lang_common.resx +++ b/Sicentury.Localization/lang_common.resx @@ -429,4 +429,10 @@ Select + + Login + + + Login + \ No newline at end of file diff --git a/Sicentury.Localization/lang_common.zh.resx b/Sicentury.Localization/lang_common.zh.resx index 19bc903..add1a1f 100644 --- a/Sicentury.Localization/lang_common.zh.resx +++ b/Sicentury.Localization/lang_common.zh.resx @@ -534,4 +534,10 @@ 选择 + + 登录 + + + 登录 + \ No newline at end of file diff --git a/Sicentury.Localization/lang_config.Designer.cs b/Sicentury.Localization/lang_config.Designer.cs index 07169f1..fffd34b 100644 --- a/Sicentury.Localization/lang_config.Designer.cs +++ b/Sicentury.Localization/lang_config.Designer.cs @@ -276,6 +276,15 @@ namespace Sicentury.Localization { } } + /// + /// 查找类似 Password 的本地化字符串。 + /// + internal static string ID_TXT_Password { + get { + return ResourceManager.GetString("ID_TXT_Password", resourceCulture); + } + } + /// /// 查找类似 Permission Configuration 的本地化字符串。 /// @@ -375,15 +384,6 @@ namespace Sicentury.Localization { } } - /// - /// 查找类似 Status 的本地化字符串。 - /// - internal static string ID_TXT_Status { - get { - return ResourceManager.GetString("ID_TXT_Status", resourceCulture); - } - } - /// /// 查找类似 Time(minutes) 的本地化字符串。 /// diff --git a/Sicentury.Localization/lang_config.resx b/Sicentury.Localization/lang_config.resx index 81d9da0..4dba5b2 100644 --- a/Sicentury.Localization/lang_config.resx +++ b/Sicentury.Localization/lang_config.resx @@ -187,9 +187,6 @@ Role - - Status - Role_Property @@ -214,4 +211,7 @@ Content Access Permission + + Password + \ No newline at end of file diff --git a/Sicentury.Localization/lang_config.zh.resx b/Sicentury.Localization/lang_config.zh.resx index 4453c52..1b9caca 100644 --- a/Sicentury.Localization/lang_config.zh.resx +++ b/Sicentury.Localization/lang_config.zh.resx @@ -182,12 +182,9 @@ 邮箱 - 用户权限 + 权限配置 - 用户 - - 权限 @@ -214,4 +211,7 @@ 内容访问权限 + + 密码 + \ No newline at end of file