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>
@@ -2130,4 +2130,10 @@
<data name="PMIError" xml:space="preserve">
<value>PMI委托单保存失败</value>
</data>
<data name="DeletePMITrust" xml:space="preserve">
<value>确定要删除PMI委托吗</value>
</data>
<data name="PMICodeNotExists" xml:space="preserve">
<value>不存在此PMI委托</value>
</data>
</root>