diff --git a/Sicentury.Localization/lang_common.Designer.cs b/Sicentury.Localization/lang_common.Designer.cs index 02c2c8e..fca7891 100644 --- a/Sicentury.Localization/lang_common.Designer.cs +++ b/Sicentury.Localization/lang_common.Designer.cs @@ -807,6 +807,24 @@ namespace Sicentury.Localization { } } + /// + /// 查找类似 Select 的本地化字符串。 + /// + public static string ID_BTN_Select_Content { + get { + return ResourceManager.GetString("ID_BTN_Select_Content", resourceCulture); + } + } + + /// + /// 查找类似 Select 的本地化字符串。 + /// + public static string ID_BTN_Select_ToolTip { + get { + return ResourceManager.GetString("ID_BTN_Select_ToolTip", resourceCulture); + } + } + /// /// 查找类似 Separate 的本地化字符串。 /// diff --git a/Sicentury.Localization/lang_common.resx b/Sicentury.Localization/lang_common.resx index 152fe54..50a8982 100644 --- a/Sicentury.Localization/lang_common.resx +++ b/Sicentury.Localization/lang_common.resx @@ -423,4 +423,10 @@ Add + + Select + + + Select + \ No newline at end of file diff --git a/Sicentury.Localization/lang_common.zh.resx b/Sicentury.Localization/lang_common.zh.resx index b0b058b..19bc903 100644 --- a/Sicentury.Localization/lang_common.zh.resx +++ b/Sicentury.Localization/lang_common.zh.resx @@ -528,4 +528,10 @@ 添加 + + 选择 + + + 选择 + \ No newline at end of file