This commit is contained in:
2025-05-09 17:33:23 +08:00
parent 491566bded
commit 1d2aee2c7c
6 changed files with 186 additions and 2 deletions
@@ -260,6 +260,10 @@
<data name="completed" xml:space="preserve">
<value>Completed</value>
<comment>已完成</comment>
</data>
<data name="qualified" xml:space="preserve">
<value>Qualified</value>
<comment>合格数</comment>
</data>
<data name="ConstructionUnit" xml:space="preserve">
<value>Construction unit</value>
@@ -224,6 +224,9 @@
</data>
<data name="completed" xml:space="preserve">
<value>已完成</value>
</data>
<data name="qualified" xml:space="preserve">
<value>合格数</value>
</data>
<data name="ConstructionUnit" xml:space="preserve">
<value>施工单位</value>
@@ -224,6 +224,9 @@
</data>
<data name="completed" xml:space="preserve">
<value>已完成</value>
</data>
<data name="qualified" xml:space="preserve">
<value>合格数</value>
</data>
<data name="ConstructionUnit" xml:space="preserve">
<value>施工单位</value>
@@ -1083,7 +1086,7 @@
<data name="main_new1_QualityInspection_AllInspectionManagement_Label" xml:space="preserve">
<value>共检总数</value>
</data>
<data name="main_new1_QualityInspection_IsOnceInspectionManagement_Label" xml:space="preserve">
<data name="main_new1_QualityInspection_IsOnceInspectionManagement_Label" xml:space="preserve">
<value>一次合格数量</value>
</data>
<data name="main_new1_QualityInspection_InspectionManagementZgl_Label" xml:space="preserve">
+9
View File
@@ -2796,6 +2796,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 合格数 的本地化字符串。
/// </summary>
internal static string qualified {
get {
return ResourceManager.GetString("qualified", resourceCulture);
}
}
/// <summary>
/// 查找类似 质量管理 的本地化字符串。
/// </summary>