This commit is contained in:
jackchenyang
2024-05-12 12:05:01 +08:00
parent 1d15ad3756
commit b329d813e4
17 changed files with 1638 additions and 16 deletions
+45
View File
@@ -69,6 +69,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 制造/验收标准 的本地化字符串。
/// </summary>
internal static string Acceptance {
get {
return ResourceManager.GetString("Acceptance", resourceCulture);
}
}
/// <summary>
/// 查找类似 账号 的本地化字符串。
/// </summary>
@@ -3678,6 +3687,33 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 PMI委托单号已存在 的本地化字符串。
/// </summary>
internal static string PMICodeExists {
get {
return ResourceManager.GetString("PMICodeExists", resourceCulture);
}
}
/// <summary>
/// 查找类似 PMI处理委托 的本地化字符串。
/// </summary>
internal static string PMIDelegationTrust {
get {
return ResourceManager.GetString("PMIDelegationTrust", resourceCulture);
}
}
/// <summary>
/// 查找类似 PMI委托单保存失败 的本地化字符串。
/// </summary>
internal static string PMIError {
get {
return ResourceManager.GetString("PMIError", resourceCulture);
}
}
/// <summary>
/// 查找类似 点口编号 的本地化字符串。
/// </summary>
@@ -4146,6 +4182,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 质量证明文件编号 的本地化字符串。
/// </summary>
internal static string QualityNo {
get {
return ResourceManager.GetString("QualityNo", resourceCulture);
}
}
/// <summary>
/// 查找类似 返修原因 的本地化字符串。
/// </summary>
@@ -2115,4 +2115,19 @@
<data name="DetectionStandard" xml:space="preserve">
<value>检测标准</value>
</data>
<data name="Acceptance" xml:space="preserve">
<value>制造/验收标准</value>
</data>
<data name="QualityNo" xml:space="preserve">
<value>质量证明文件编号</value>
</data>
<data name="PMIDelegationTrust" xml:space="preserve">
<value>PMI处理委托</value>
</data>
<data name="PMICodeExists" xml:space="preserve">
<value>PMI委托单号已存在</value>
</data>
<data name="PMIError" xml:space="preserve">
<value>PMI委托单保存失败</value>
</data>
</root>