This commit is contained in:
jackchenyang
2024-05-12 14:23:37 +08:00
parent 3351bc42ce
commit 66f479da9c
7 changed files with 100 additions and 83 deletions
+18
View File
@@ -1329,6 +1329,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 确定要删除PMI委托吗 的本地化字符串。
/// </summary>
internal static string DeletePMITrust {
get {
return ResourceManager.GetString("DeletePMITrust", resourceCulture);
}
}
/// <summary>
/// 查找类似 删除项目信息 的本地化字符串。
/// </summary>
@@ -3696,6 +3705,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 不存在此PMI委托 的本地化字符串。
/// </summary>
internal static string PMICodeNotExists {
get {
return ResourceManager.GetString("PMICodeNotExists", resourceCulture);
}
}
/// <summary>
/// 查找类似 PMI处理委托 的本地化字符串。
/// </summary>