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