PMI委托
This commit is contained in:
@@ -1221,6 +1221,15 @@ namespace Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 检测日期 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DelegationDate {
|
||||
get {
|
||||
return ResourceManager.GetString("DelegationDate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 删除 的本地化字符串。
|
||||
/// </summary>
|
||||
@@ -1419,6 +1428,24 @@ namespace Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 检测方法 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DetectionMethod {
|
||||
get {
|
||||
return ResourceManager.GetString("DetectionMethod", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 检测标准 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DetectionStandard {
|
||||
get {
|
||||
return ResourceManager.GetString("DetectionStandard", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 寸径 的本地化字符串。
|
||||
/// </summary>
|
||||
|
||||
@@ -2106,4 +2106,13 @@
|
||||
<data name="HomePage" xml:space="preserve">
|
||||
<value>首页</value>
|
||||
</data>
|
||||
<data name="DelegationDate" xml:space="preserve">
|
||||
<value>检测日期</value>
|
||||
</data>
|
||||
<data name="DetectionMethod" xml:space="preserve">
|
||||
<value>检测方法</value>
|
||||
</data>
|
||||
<data name="DetectionStandard" xml:space="preserve">
|
||||
<value>检测标准</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user