2025-02-12 09:27:47 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<root>
|
|
|
|
<!--
|
|
|
|
Microsoft ResX Schema
|
|
|
|
|
|
|
|
Version 2.0
|
|
|
|
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
|
|
that is mostly human readable. The generation and parsing of the
|
|
|
|
various data types are done through the TypeConverter classes
|
|
|
|
associated with the data types.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
... ado.net/XML headers & schema ...
|
|
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
|
|
<resheader name="version">2.0</resheader>
|
|
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
|
|
</data>
|
|
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
|
|
<comment>This is a comment</comment>
|
|
|
|
</data>
|
|
|
|
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
|
|
name/value pairs.
|
|
|
|
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
|
|
text/value conversion through the TypeConverter architecture.
|
|
|
|
Classes that don't support this are serialized and stored with the
|
|
|
|
mimetype set.
|
|
|
|
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
|
|
read any of the formats listed below.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
|
|
value : The object must be serialized with
|
|
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
|
|
value : The object must be serialized with
|
|
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
|
|
value : The object must be serialized into a byte array
|
|
|
|
: using a System.ComponentModel.TypeConverter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
-->
|
|
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:choice maxOccurs="unbounded">
|
|
|
|
<xsd:element name="metadata">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="assembly">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="data">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="resheader">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
</xsd:choice>
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
</xsd:schema>
|
|
|
|
<resheader name="resmimetype">
|
|
|
|
<value>text/microsoft-resx</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="version">
|
|
|
|
<value>2.0</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="reader">
|
|
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="writer">
|
|
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
|
|
|
<data name="Chinese" xml:space="preserve">
|
|
|
|
<value>Chinese</value>
|
|
|
|
<comment>中文</comment>
|
|
|
|
</data>
|
|
|
|
<data name="English" xml:space="preserve">
|
|
|
|
<value>English</value>
|
|
|
|
<comment>英文</comment>
|
|
|
|
</data>
|
|
|
|
<data name="FullScreen" xml:space="preserve">
|
|
|
|
<value>Full screen</value>
|
|
|
|
<comment>全屏</comment>
|
|
|
|
</data>
|
|
|
|
<data name="GeneralConPlan" xml:space="preserve">
|
|
|
|
<value>General contractor construction plan</value>
|
|
|
|
<comment>总承包商施工计划</comment>
|
|
|
|
</data>
|
|
|
|
<data name="HomePage" xml:space="preserve">
|
|
|
|
<value>Home page</value>
|
|
|
|
<comment>首页</comment>
|
|
|
|
</data>
|
|
|
|
<data name="HSEManage" xml:space="preserve">
|
|
|
|
<value>HSE manage</value>
|
|
|
|
<comment>安全管理</comment>
|
|
|
|
</data>
|
|
|
|
<data name="maximize" xml:space="preserve">
|
|
|
|
<value>maximize</value>
|
|
|
|
<comment>最大化</comment>
|
|
|
|
</data>
|
|
|
|
<data name="message" xml:space="preserve">
|
|
|
|
<value>message</value>
|
|
|
|
<comment>消息</comment>
|
|
|
|
</data>
|
|
|
|
<data name="NoAuthorize" xml:space="preserve">
|
|
|
|
<value>You do not have permission to operate this module, please contact the administrator to authorize</value>
|
|
|
|
<comment>您没有此模块操作权限,请联系管理员授权!</comment>
|
|
|
|
</data>
|
|
|
|
<data name="OnSiteAttendance" xml:space="preserve">
|
|
|
|
<value>On-site attendance</value>
|
|
|
|
<comment>现场考勤</comment>
|
|
|
|
</data>
|
|
|
|
<data name="OpensNewTab" xml:space="preserve">
|
|
|
|
<value>Opens in a new TAB</value>
|
|
|
|
<comment>在新标签页中打开</comment>
|
|
|
|
</data>
|
|
|
|
<data name="QualityManage" xml:space="preserve">
|
|
|
|
<value>Quality manage</value>
|
|
|
|
<comment>质量管理</comment>
|
|
|
|
</data>
|
|
|
|
<data name="quit" xml:space="preserve">
|
|
|
|
<value>quit</value>
|
|
|
|
<comment>退出</comment>
|
|
|
|
</data>
|
|
|
|
<data name="RefreshPage" xml:space="preserve">
|
|
|
|
<value>Refresh this page</value>
|
|
|
|
<comment>刷新本页</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ScheduleManage" xml:space="preserve">
|
|
|
|
<value>Schedule manage</value>
|
2025-02-19 15:09:13 +08:00
|
|
|
<comment>工程管理</comment>
|
2025-02-12 09:27:47 +08:00
|
|
|
</data>
|
|
|
|
<data name="SelectLanguage" xml:space="preserve">
|
|
|
|
<value>Choice language</value>
|
|
|
|
<comment>选择语言</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Settings" xml:space="preserve">
|
|
|
|
<value>Settings</value>
|
|
|
|
<comment>设置</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SignOUT" xml:space="preserve">
|
|
|
|
<value>Sign OUT</value>
|
|
|
|
<comment>注销</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SubManagement" xml:space="preserve">
|
|
|
|
<value>Subcontract manage</value>
|
|
|
|
<comment>分包管理</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SystemMenu" xml:space="preserve">
|
|
|
|
<value>System menu</value>
|
|
|
|
<comment>系统菜单</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SystemName" xml:space="preserve">
|
|
|
|
<value>Intelligent construction management information system</value>
|
|
|
|
<comment>智慧施工管理信息系统</comment>
|
|
|
|
</data>
|
|
|
|
<data name="user" xml:space="preserve">
|
|
|
|
<value>user</value>
|
|
|
|
<comment>用户</comment>
|
|
|
|
</data>
|
|
|
|
<data name="VideoSurveillance" xml:space="preserve">
|
|
|
|
<value>Video surveillance</value>
|
|
|
|
<comment>视频监控</comment>
|
|
|
|
</data>
|
|
|
|
<data name="WeldingManage" xml:space="preserve">
|
|
|
|
<value>Welding manage</value>
|
|
|
|
<comment>焊接管理</comment>
|
|
|
|
</data>
|
|
|
|
<data name="BigDataCenter" xml:space="preserve">
|
|
|
|
<value>Big data center</value>
|
|
|
|
<comment>大数据中心</comment>
|
|
|
|
</data>
|
|
|
|
<data name="EmployeeManage" xml:space="preserve">
|
|
|
|
<value>Employee manage</value>
|
|
|
|
<comment>员工管理</comment>
|
|
|
|
</data>
|
|
|
|
<data name="HeadquartersInspection" xml:space="preserve">
|
|
|
|
<value>Headquarters inspection</value>
|
|
|
|
<comment>总部检查</comment>
|
|
|
|
</data>
|
|
|
|
<data name="IntegratedManage" xml:space="preserve">
|
|
|
|
<value>Integrated manage</value>
|
|
|
|
<comment>综合管理</comment>
|
|
|
|
</data>
|
|
|
|
<data name="NoPermission" xml:space="preserve">
|
|
|
|
<value>You do not have permission to enter the project management module</value>
|
|
|
|
<comment>您没有权限进入项目管理模块!</comment>
|
|
|
|
</data>
|
|
|
|
<data name="NoticeManage" xml:space="preserve">
|
|
|
|
<value>Notification manage</value>
|
|
|
|
<comment>通知管理</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ProjectList" xml:space="preserve">
|
|
|
|
<value>Project List</value>
|
|
|
|
<comment>项目清单</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Refresh" xml:space="preserve">
|
|
|
|
<value>Refresh</value>
|
|
|
|
<comment>刷新</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SwitchHomePage" xml:space="preserve">
|
|
|
|
<value>Switch home page</value>
|
|
|
|
<comment>切换首页</comment>
|
|
|
|
</data>
|
|
|
|
<data name="CertificateWarning" xml:space="preserve">
|
|
|
|
<value>Certificate</value>
|
|
|
|
<comment>证书预警</comment>
|
|
|
|
</data>
|
|
|
|
<data name="CivilInfrastructure" xml:space="preserve">
|
|
|
|
<value>Civil infrastructure maintenance</value>
|
|
|
|
<comment>土建基础交安</comment>
|
|
|
|
</data>
|
|
|
|
<data name="completed" xml:space="preserve">
|
|
|
|
<value>Completed</value>
|
|
|
|
<comment>已完成</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ConstructionUnit" xml:space="preserve">
|
|
|
|
<value>Construction unit</value>
|
|
|
|
<comment>施工单位</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ContractExpirationTime" xml:space="preserve">
|
|
|
|
<value>Contract expiration time</value>
|
|
|
|
<comment>合同到期时间</comment>
|
|
|
|
</data>
|
|
|
|
<data name="CurrentPersonnel" xml:space="preserve">
|
|
|
|
<value>Current field personnel</value>
|
|
|
|
<comment>当前现场人数</comment>
|
|
|
|
</data>
|
|
|
|
<data name="DangersCount" xml:space="preserve">
|
|
|
|
<value>Total number of hidden dangers</value>
|
|
|
|
<comment>隐患总数</comment>
|
|
|
|
</data>
|
|
|
|
<data name="FirstEquipmentArrived" xml:space="preserve">
|
|
|
|
<value>First equipment arrived</value>
|
|
|
|
<comment>首台设备到货</comment>
|
|
|
|
</data>
|
|
|
|
<data name="FistPassRateWelding" xml:space="preserve">
|
|
|
|
<value>First pass rate of welding</value>
|
|
|
|
<comment>焊接一次合格率</comment>
|
|
|
|
</data>
|
|
|
|
<data name="GeneralRisk" xml:space="preserve">
|
|
|
|
<value>General risk</value>
|
|
|
|
<comment>一般风险</comment>
|
|
|
|
</data>
|
|
|
|
<data name="GreaterRisk" xml:space="preserve">
|
|
|
|
<value>Greater risk</value>
|
|
|
|
<comment>较大风险</comment>
|
|
|
|
</data>
|
|
|
|
<data name="humidness" xml:space="preserve">
|
|
|
|
<value>humidness</value>
|
|
|
|
<comment>湿度</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Level" xml:space="preserve">
|
|
|
|
<value>Level</value>
|
|
|
|
<comment>级</comment>
|
|
|
|
</data>
|
|
|
|
<data name="LowRisk" xml:space="preserve">
|
|
|
|
<value>Low risk</value>
|
|
|
|
<comment>低风险</comment>
|
|
|
|
</data>
|
|
|
|
<data name="MajorRisk" xml:space="preserve">
|
|
|
|
<value>Major risk</value>
|
|
|
|
<comment>重大风险</comment>
|
|
|
|
</data>
|
|
|
|
<data name="managersCount" xml:space="preserve">
|
|
|
|
<value>Total number of managers</value>
|
|
|
|
<comment>管理人员总数</comment>
|
|
|
|
</data>
|
|
|
|
<data name="MechanicalCompletion" xml:space="preserve">
|
|
|
|
<value>Mechanical completion</value>
|
|
|
|
<comment>机械竣工</comment>
|
|
|
|
</data>
|
|
|
|
<data name="MechanicalWarning" xml:space="preserve">
|
|
|
|
<value>Mechanical early</value>
|
|
|
|
<comment>机械预警</comment>
|
|
|
|
</data>
|
|
|
|
<data name="more" xml:space="preserve">
|
|
|
|
<value>more</value>
|
|
|
|
<comment>更多</comment>
|
|
|
|
</data>
|
|
|
|
<data name="noise" xml:space="preserve">
|
|
|
|
<value>noise</value>
|
|
|
|
<comment>噪音</comment>
|
|
|
|
</data>
|
|
|
|
<data name="PassRate" xml:space="preserve">
|
|
|
|
<value>Pass rate</value>
|
|
|
|
<comment>合格率</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Pilefoundationconstruction" xml:space="preserve">
|
|
|
|
<value>Pile foundation construction</value>
|
|
|
|
<comment>桩基施工</comment>
|
|
|
|
</data>
|
|
|
|
<data name="PipeInstallationStarts" xml:space="preserve">
|
|
|
|
<value>Pipe installation starts</value>
|
|
|
|
<comment>管道安装开始</comment>
|
|
|
|
</data>
|
|
|
|
<data name="PowerReceived" xml:space="preserve">
|
|
|
|
<value>Power received by a substation</value>
|
|
|
|
<comment>变电所受电</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ProblemTotal" xml:space="preserve">
|
|
|
|
<value>Problem total</value>
|
|
|
|
<comment>问题总数</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ProjectSchedule" xml:space="preserve">
|
|
|
|
<value>Project schedule</value>
|
|
|
|
<comment>项目进度计划</comment>
|
|
|
|
</data>
|
|
|
|
<data name="QualityStatistics" xml:space="preserve">
|
|
|
|
<value>Quality statistics</value>
|
|
|
|
<comment>质量统计</comment>
|
|
|
|
</data>
|
|
|
|
<data name="QualityWarning" xml:space="preserve">
|
|
|
|
<value>Quality early warning</value>
|
|
|
|
<comment>质量预警</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Quawarning" xml:space="preserve">
|
|
|
|
<value>Qualification early</value>
|
|
|
|
<comment>资质预警</comment>
|
|
|
|
</data>
|
|
|
|
<data name="RealTimeVideo" xml:space="preserve">
|
|
|
|
<value>Real-time video</value>
|
|
|
|
<comment>实时视频</comment>
|
|
|
|
</data>
|
|
|
|
<data name="RectificationRate" xml:space="preserve">
|
|
|
|
<value>Rectification rate</value>
|
|
|
|
<comment>整改率</comment>
|
|
|
|
</data>
|
|
|
|
<data name="RemainingTimeCompletion" xml:space="preserve">
|
|
|
|
<value>Remaining time to completion</value>
|
|
|
|
<comment>距竣工剩余</comment>
|
|
|
|
</data>
|
|
|
|
<data name="RiskControl" xml:space="preserve">
|
|
|
|
<value>Risk management and control</value>
|
|
|
|
<comment>风险管控</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SafeLaborHours" xml:space="preserve">
|
|
|
|
<value>Safe labor hours</value>
|
|
|
|
<comment>安全人工时</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SafetyStatistics" xml:space="preserve">
|
|
|
|
<value>Safety statistics</value>
|
|
|
|
<comment>安全统计</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ServiceData" xml:space="preserve">
|
|
|
|
<value>Service data</value>
|
|
|
|
<comment>劳务数据</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Start_time" xml:space="preserve">
|
|
|
|
<value>Start time</value>
|
|
|
|
<comment>开工时间</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SupervisionUnit" xml:space="preserve">
|
|
|
|
<value>Supervision unit</value>
|
|
|
|
<comment>监理单位</comment>
|
|
|
|
</data>
|
|
|
|
<data name="temperature" xml:space="preserve">
|
|
|
|
<value>temperature</value>
|
|
|
|
<comment>温度</comment>
|
|
|
|
</data>
|
|
|
|
<data name="TimeCompletion" xml:space="preserve">
|
|
|
|
<value>Time of completion</value>
|
|
|
|
<comment>竣工时间</comment>
|
|
|
|
</data>
|
|
|
|
<data name="TodoList" xml:space="preserve">
|
|
|
|
<value>To-do list</value>
|
|
|
|
<comment>待办事项</comment>
|
|
|
|
</data>
|
|
|
|
<data name="TotalContractDuration" xml:space="preserve">
|
|
|
|
<value>Total contract duration</value>
|
|
|
|
<comment>合同总工期</comment>
|
|
|
|
</data>
|
|
|
|
<data name="uncompleted" xml:space="preserve">
|
|
|
|
<value>Uncompleted</value>
|
|
|
|
<comment>未完成</comment>
|
|
|
|
</data>
|
|
|
|
<data name="WindSpeed" xml:space="preserve">
|
|
|
|
<value>Wind speed</value>
|
|
|
|
<comment>风速</comment>
|
|
|
|
</data>
|
|
|
|
<data name="WorkPersonnel" xml:space="preserve">
|
|
|
|
<value>Total number of personnel</value>
|
|
|
|
<comment>作业人员总数</comment>
|
|
|
|
</data>
|
|
|
|
<data name="China" xml:space="preserve">
|
|
|
|
<value>China</value>
|
|
|
|
<comment>中国</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ConPersonCount" xml:space="preserve">
|
|
|
|
<value>Number of construction participants</value>
|
|
|
|
<comment>参建人数</comment>
|
|
|
|
</data>
|
|
|
|
<data name="FieldDynamics" xml:space="preserve">
|
|
|
|
<value>Field dynamics</value>
|
|
|
|
<comment>现场动态</comment>
|
|
|
|
</data>
|
|
|
|
<data name="LargeRisk" xml:space="preserve">
|
|
|
|
<value>Large number of projects at risk</value>
|
|
|
|
<comment>在施危大工程数</comment>
|
|
|
|
</data>
|
|
|
|
<data name="LiveVideo" xml:space="preserve">
|
|
|
|
<value>Live video</value>
|
|
|
|
<comment>现场视频</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Live_photo_album" xml:space="preserve">
|
|
|
|
<value>Live photo album</value>
|
|
|
|
<comment>现场相册</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ProjectAddress" xml:space="preserve">
|
|
|
|
<value>Project address</value>
|
|
|
|
<comment>项目地址</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ProjectName" xml:space="preserve">
|
|
|
|
<value>Project name</value>
|
|
|
|
<comment>项目名称</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ProjectStatistics" xml:space="preserve">
|
|
|
|
<value>Project statistics</value>
|
|
|
|
<comment>项目统计</comment>
|
|
|
|
</data>
|
|
|
|
<data name="ProjectUnderConstruction" xml:space="preserve">
|
|
|
|
<value>Project under construction</value>
|
|
|
|
<comment>在建项目</comment>
|
|
|
|
</data>
|
|
|
|
<data name="Quality_problem_statistics" xml:space="preserve">
|
|
|
|
<value>Quality problem statistics
|
|
|
|
|
|
|
|
</value>
|
|
|
|
<comment>质量问题统计</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SafeProStat" xml:space="preserve">
|
|
|
|
<value>Safety problem statistics</value>
|
|
|
|
<comment>安全问题统计</comment>
|
|
|
|
</data>
|
|
|
|
<data name="SafetyLaborHours" xml:space="preserve">
|
|
|
|
<value>Cumulative safety labor hours</value>
|
|
|
|
<comment>累计安全人工时</comment>
|
|
|
|
</data>
|
|
|
|
</root>
|