This commit is contained in:
GG Z
2026-01-02 09:37:33 +08:00
parent 3bf2c78fbd
commit b717bc5ba1
11 changed files with 47 additions and 90 deletions

View File

@@ -19,7 +19,7 @@ namespace AddInManager.Properties {
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -61,7 +61,16 @@ namespace AddInManager.Properties {
}
/// <summary>
/// 查找类似 AddinManager 的本地化字符串。
/// 查找类似 RevitAddInManager 的本地化字符串。
/// </summary>
internal static string AppFolder {
get {
return ResourceManager.GetString("AppFolder", resourceCulture);
}
}
/// <summary>
/// 查找类似 插件管理 的本地化字符串。
/// </summary>
internal static string AppName {
get {
@@ -108,7 +117,7 @@ namespace AddInManager.Properties {
}
/// <summary>
/// 查找类似 Revit Addin Files(*.dll)|*.dll 的本地化字符串。
/// 查找类似 外部程序集(*.dll)|*.dll 的本地化字符串。
/// </summary>
internal static string LoadFileFilter {
get {