﻿<?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="AllocationTreeAriaLabel" xml:space="preserve">
    <value>目标进程中的分配</value>
  </data>
  <data name="AllocationTreeHeaderName" xml:space="preserve">
    <value>类型</value>
  </data>
  <data name="AllocationTreeHeaderNameToolTip" xml:space="preserve">
    <value>已分配的类型。</value>
  </data>
  <data name="HeaderTotalAllocSize" xml:space="preserve">
    <value>字节</value>
  </data>
  <data name="HeaderTotalAllocSizeToolTipType" xml:space="preserve">
    <value>分配的总字节数属于此类型。</value>
  </data>
  <data name="HeaderTotalAllocSizeToolTipFunction" xml:space="preserve">
    <value>在该函数中分配的字节总数。</value>
  </data>
  <data name="HeaderTotalAllocCount" xml:space="preserve">
    <value>分配</value>
  </data>
  <data name="HeaderTotalAllocCountToolTipType" xml:space="preserve">
    <value>对象分配数属于此类型。</value>
  </data>
  <data name="HeaderTotalAllocCountToolTipFunction" xml:space="preserve">
    <value>按此函数及其子级的对象分配数。</value>
  </data>
  <data name="AsyncMethodLabel" xml:space="preserve">
    <value>[异步]</value>
  </data>
  <data name="UnwalkableStackLabel" xml:space="preserve">
    <value>[不可走]</value>
  </data>
  <data name="CallTree_ExpandHotPathAriaLabel" xml:space="preserve">
    <value>展开热路径</value>
  </data>
  <data name="CallTree_ShowHotPathAriaLabel" xml:space="preserve">
    <value>显示热路径</value>
  </data>
  <data name="CallTree_ExpandHotPathButtonText" xml:space="preserve">
    <value>展开热路径</value>
  </data>
  <data name="CallTree_ShowPathButtonText" xml:space="preserve">
    <value>显示热路径</value>
  </data>
  <data name="FoldedNativeLabel" xml:space="preserve">
    <value>[本机]</value>
  </data>
  <data name="AllocationsLabel" xml:space="preserve">
    <value>[分配]</value>
  </data>
  <data name="TypesLabel" xml:space="preserve">
    <value>[类型]</value>
  </data>
  <data name="CollectedTypesTitle" xml:space="preserve">
    <value>排在前列的已收集类型</value>
  </data>
  <data name="ExternalCallLabel" xml:space="preserve">
    <value>[外部调用]</value>
  </data>
  <data name="ExternalCodeLabel" xml:space="preserve">
    <value>[外部代码]</value>
  </data>
  <data name="FilterAriaLabel" xml:space="preserve">
    <value>筛选分配类型</value>
  </data>
  <data name="FilterWatermark" xml:space="preserve">
    <value>筛选器类型</value>
  </data>
  <data name="GcListAriaLabel" xml:space="preserve">
    <value>目标进程中的 GC</value>
  </data>
  <data name="PieChartItemAriaLabel" xml:space="preserve">
    <value>{0} - {1}</value>
    <comment>{0} will be the value displayed in a pie chart, and {1} will be the corresponding legend text</comment>
  </data>
  <data name="LoadingRowText" xml:space="preserve">
    <value>正在加载</value>
  </data>
  <data name="ShowJmc" xml:space="preserve">
    <value>显示“仅我的代码”</value>
  </data>
  <data name="ShowNative" xml:space="preserve">
    <value>显示本机代码</value>
  </data>
  <data name="SurvivedTypesTitle" xml:space="preserve">
    <value>排在前列的存活类型</value>
  </data>
  <data name="SystemCallLabel" xml:space="preserve">
    <value>[系统调用]</value>
  </data>
  <data name="SystemCodeLabel" xml:space="preserve">
    <value>[系统代码]</value>
  </data>
  <data name="LoadingDataMessage" xml:space="preserve">
    <value>正在加载数据...</value>
  </data>
  <data name="CallTreeAriaLabel" xml:space="preserve">
    <value>目标进程的调用树</value>
  </data>
  <data name="CallTreeHeaderSelfAllocCount" xml:space="preserve">
    <value>自身(分配)</value>
  </data>
  <data name="CallTreeHeaderSelfAllocCountToolTip" xml:space="preserve">
    <value>单独按此函数的对象分配数。</value>
  </data>
  <data name="CallTreeHeaderSizeInBytes" xml:space="preserve">
    <value>大小(字节)</value>
  </data>
  <data name="CallTreeHeaderTotalAllocCount" xml:space="preserve">
    <value>总计(分配)</value>
  </data>
  <data name="CallTreeHeaderTotalAllocSize" xml:space="preserve">
    <value>总大小(字节)</value>
  </data>
  <data name="CallTreeHeaderTotalAllocSizeToolTip" xml:space="preserve">
    <value>按此函数及其子级分配的字节数。</value>
  </data>
  <data name="CallTreeHeaderSelfAllocSize" xml:space="preserve">
    <value>自大小(字节)</value>
  </data>
  <data name="CallTreeHeaderSelfAllocSizeToolTip" xml:space="preserve">
    <value>单独按此函数分配的字节数。</value>
  </data>
  <data name="FunctionListAriaLabel" xml:space="preserve">
    <value>目标进程的函数列表</value>
  </data>
  <data name="FunctionListHeaderName" xml:space="preserve">
    <value>名称</value>
  </data>
  <data name="FunctionListHeaderNameToolTip" xml:space="preserve">
    <value>函数的名称和类型签名</value>
  </data>
  <data name="FunctionListHeaderSelf" xml:space="preserve">
    <value>自身(分配)</value>
  </data>
  <data name="FunctionListHeaderSelfToolTip" xml:space="preserve">
    <value>单独按此函数的对象分配数。</value>
  </data>
  <data name="FunctionListHeaderTotal" xml:space="preserve">
    <value>总计(分配)</value>
  </data>
  <data name="FunctionListHeaderTotalToolTip" xml:space="preserve">
    <value>按此函数及其子级的对象分配数。</value>
  </data>
  <data name="FunctionListHeaderSelfAllocSize" xml:space="preserve">
    <value>自大小(字节)</value>
  </data>
  <data name="FunctionListHeaderSelfAllocSizeToolTip" xml:space="preserve">
    <value>单独按此函数分配的字节数。</value>
  </data>
  <data name="FunctionListHeaderTotalAllocSize" xml:space="preserve">
    <value>总大小(字节)</value>
  </data>
  <data name="FunctionListHeaderTotalAllocSizeToolTip" xml:space="preserve">
    <value>按此函数及其子级分配的字节数。</value>
  </data>
  <data name="MultipleModuleLabel" xml:space="preserve">
    <value>多个模块</value>
  </data>
  <data name="UnknownModuleLabel" xml:space="preserve">
    <value>[外部代码]</value>
  </data>
  <data name="UnknownFunctionLabel" xml:space="preserve">
    <value>未知函数</value>
  </data>
  <data name="ProcessIdFormat" xml:space="preserve">
    <value>PID: {0}</value>
    <comment>{0} will be the ID of the process</comment>
  </data>
  <data name="ProcessNameFormat" xml:space="preserve">
    <value>{0} (PID: {1})</value>
    <comment>{0} will be the name of the process and {1} will be the ID of the process</comment>
  </data>
  <data name="OtherTypes" xml:space="preserve">
    <value>其他类型</value>
  </data>
  <data name="ShowOtherTypes" xml:space="preserve">
    <value>显示其他类型</value>
  </data>
  <data name="UnknownTypeLabel" xml:space="preserve">
    <value>未知类型标记:</value>
  </data>
  <data name="NoAllocationDataMessage" xml:space="preserve">
    <value>所选时间范围内未发生任何分配</value>
  </data>
  <data name="NoGcDataMessage" xml:space="preserve">
    <value>在所选时间范围中未发生任何 GC</value>
  </data>
  <data name="ContextMenu_Copy" xml:space="preserve">
    <value>复制</value>
  </data>
  <data name="ContextMenu_ShowInCallTree" xml:space="preserve">
    <value>在调用树中查看</value>
  </data>
  <data name="ContextMenu_ShowInFunctions" xml:space="preserve">
    <value>在函数中查看</value>
  </data>
  <data name="DotNetAllocSearchControlAriaLabel" xml:space="preserve">
    <value>搜索</value>
  </data>
  <data name="SearchCaseSensitive" xml:space="preserve">
    <value>大小写匹配</value>
  </data>
  <data name="SearchIconAriaLabel" xml:space="preserve">
    <value>执行搜索</value>
  </data>
  <data name="SearchOptionsTitle" xml:space="preserve">
    <value>搜索选项</value>
  </data>
  <data name="SearchRegularExpression" xml:space="preserve">
    <value>使用正则表达式</value>
  </data>
  <data name="SearchWatermark" xml:space="preserve">
    <value>搜索</value>
  </data>
  <data name="Message_SearchNoMatches" xml:space="preserve">
    <value>未找到任何匹配项。</value>
  </data>
  <data name="Message_SearchStartFromTop" xml:space="preserve">
    <value>已到达文档结尾。是否要从头开始重新搜索?</value>
  </data>
  <data name="ContextMenu_GoToSourceFile" xml:space="preserve">
    <value>转到源文件</value>
  </data>
  <data name="ContextMenu_ExpandHotPath" xml:space="preserve">
    <value>展开热路径</value>
  </data>
  <data name="NoAllocations" xml:space="preserve">
    <value>无分配</value>
  </data>
  <data name="ContextMenu_ShowInAllocations" xml:space="preserve">
    <value>在分配中查看</value>
  </data>
  <data name="SelectTypeMessage" xml:space="preserve">
    <value>双击类型以查看回溯信息。</value>
  </data>
  <data name="BacktraceAriaLabel" xml:space="preserve">
    <value>所选类型的回溯跟踪。</value>
  </data>
  <data name="HeaderModuleName" xml:space="preserve">
    <value>模块名称</value>
  </data>
  <data name="HeaderModuleNameToolTip" xml:space="preserve">
    <value>包含此函数的模块名称。</value>
  </data>
  <data name="HeaderName" xml:space="preserve">
    <value>函数名</value>
  </data>
  <data name="HeaderNameToolTip" xml:space="preserve">
    <value>函数的名称和类型签名。</value>
  </data>
  <data name="BacktraceTypeDisplay" xml:space="preserve">
    <value>回溯跟踪: {0}</value>
    <comment>The title for the backtrace tree. The parameter is the type name for the tree.</comment>
  </data>
  <data name="HeaderAverageSize" xml:space="preserve">
    <value>平均大小(字节)</value>
  </data>
  <data name="HeaderAverageSizeToolTipType" xml:space="preserve">
    <value>此类型平均分配中包含的字节数。</value>
  </data>
  <data name="HeaderAverageSizeToolTipFunction" xml:space="preserve">
    <value>此函数平均分配中包含的字节数。</value>
  </data>
  <data name="VerticalSplitterAriaLabel" xml:space="preserve">
    <value>拆分器</value>
  </data>
  <data name="ContextMenu_CopyAsMarkdown" xml:space="preserve">
    <value>复制为 Markdown</value>
    <comment>Context menu item for copying the selected text to the clipboard as Markdown</comment>
  </data>
  <data name="NoRowMessage" xml:space="preserve">
    <value>函数不在视图中(提示: 关闭“仅显示我的代码”)</value>
    <comment>When user selects "View In Functions/CallTree" from the context menu in backtrace view, sometimes the row cannot be found. This message will pop up and tell the user to turn off Just My Code.</comment>
  </data>
  <data name="GcListHeaderCollected" xml:space="preserve">
    <value>收集的</value>
  </data>
  <data name="GcListHeaderGcNumber" xml:space="preserve">
    <value>GC</value>
  </data>
  <data name="GcListHeaderSurvived" xml:space="preserve">
    <value>已保留</value>
  </data>
  <data name="GcListHeaderStart" xml:space="preserve">
    <value>暂停启动</value>
  </data>
  <data name="GcListHeaderStop" xml:space="preserve">
    <value>暂停停止</value>
  </data>
  <data name="GcListHeaderDuration" xml:space="preserve">
    <value>暂停持续时间</value>
  </data>
  <data name="GcListHeaderPercentInGc" xml:space="preserve">
    <value>GC 中的 CPU 时间百分比</value>
  </data>
  <data name="GcListHeaderGen0" xml:space="preserve">
    <value>Gen0 大小</value>
  </data>
  <data name="GcListHeaderGen1" xml:space="preserve">
    <value>Gen1 大小</value>
  </data>
  <data name="GcListHeaderGen2" xml:space="preserve">
    <value>Gen2 大小</value>
  </data>
  <data name="GcListHeaderGen3" xml:space="preserve">
    <value>LOH 大小</value>
    <comment>Large Object Heap Size for allocating large objects</comment>
  </data>
  <data name="GcListHeaderGen5" xml:space="preserve">
    <value>POH 大小</value>
    <comment>Pinned Object Heap Size</comment>
  </data>
  <data name="GcListHeaderGeneration" xml:space="preserve">
    <value>代系</value>
  </data>
  <data name="GcListHeaderFinalizableSurvMb" xml:space="preserve">
    <value>可终结 Surv (MB)</value>
  </data>
  <data name="GcListHeaderPinnedObjs" xml:space="preserve">
    <value>已固定的对象</value>
  </data>
  <data name="GcListHeaderReason" xml:space="preserve">
    <value>GC 原因</value>
  </data>
  <data name="GcListHeaderType" xml:space="preserve">
    <value>GC 类型</value>
  </data>
  <data name="GcListHeaderCollectedToolTip" xml:space="preserve">
    <value>此 GC 中收集的对象计数。</value>
  </data>
  <data name="GcListHeaderGcNumberToolTip" xml:space="preserve">
    <value>可执行生命周期中此 GC 的 ID。</value>
  </data>
  <data name="GcListHeaderSurvivedToolTip" xml:space="preserve">
    <value>此 GC 保留下来的对象计数。</value>
  </data>
  <data name="GcListHeaderStartToolTip" xml:space="preserve">
    <value>此 GC 启动的时间点。</value>
  </data>
  <data name="GcListHeaderStopToolTip" xml:space="preserve">
    <value>此 GC 停止的时间点。</value>
  </data>
  <data name="GcListHeaderDurationToolTip" xml:space="preserve">
    <value>托管代码中的执行被阻止的时间，因为该 GC 需要对堆进行独占使用。对于后台 Gc，此时间很少。</value>
  </data>
  <data name="GcListHeaderPercentInGcToolTip" xml:space="preserve">
    <value>自上次 GC 起 GC 中 CPU 时间除以总进程 CPU 时间。</value>
  </data>
  <data name="GcListHeaderGen0ToolTip" xml:space="preserve">
    <value>此 GC 结束时的 gen0 大小。</value>
  </data>
  <data name="GcListHeaderGen1ToolTip" xml:space="preserve">
    <value>此 GC 结束时的 gen1 大小。</value>
  </data>
  <data name="GcListHeaderGen2ToolTip" xml:space="preserve">
    <value>此 GC 结束时的 gen1 大小。</value>
  </data>
  <data name="GcListHeaderGen3ToolTip" xml:space="preserve">
    <value>此 GC 结束时大型对象堆的大小。</value>
  </data>
  <data name="GcListHeaderGen5ToolTip" xml:space="preserve">
    <value>此 GC 结束时固定对象堆的大小。</value>
  </data>
  <data name="GcListHeaderFinalizableSurvMbToolTip" xml:space="preserve">
    <value>具有此 GC 所保留的终结器(析构函数)的对象 MB 数。</value>
  </data>
  <data name="GcListHeaderPinnedObjsToolTip" xml:space="preserve">
    <value>此 GC 升级时的固定对象数。</value>
  </data>
  <data name="GcListHeaderReasonToolTip" xml:space="preserve">
    <value>垃圾回收事件的原因。</value>
    <comment>How this GC was triggered.</comment>
  </data>
  <data name="GcListHeaderTypeToolTip" xml:space="preserve">
    <value>此 GC 的类型。</value>
  </data>
  <data name="GcListHeaderGenerationToolTip" xml:space="preserve">
    <value>生成此 GC。</value>
  </data>
  <data name="GcReason_AllocSmall" xml:space="preserve">
    <value>AllocSmall</value>
  </data>
  <data name="GcReason_Induced" xml:space="preserve">
    <value>已引发</value>
  </data>
  <data name="GcReason_LowMemory" xml:space="preserve">
    <value>LowMemory</value>
  </data>
  <data name="GcReason_Empty" xml:space="preserve">
    <value>空</value>
  </data>
  <data name="GcReason_AllocLarge" xml:space="preserve">
    <value>AllocLarge</value>
  </data>
  <data name="GcReason_OutOfSpaceSOH" xml:space="preserve">
    <value>OutOfSpaceSOH</value>
  </data>
  <data name="GcReason_OutOfSpaceLOH" xml:space="preserve">
    <value>OutOfSpaceLOH</value>
  </data>
  <data name="GcReason_InducedNotForced" xml:space="preserve">
    <value>InducedNotForced</value>
  </data>
  <data name="GcReason_Internal" xml:space="preserve">
    <value>内部</value>
  </data>
  <data name="GcReason_InducedLowMemory" xml:space="preserve">
    <value>InducedLowMemory</value>
  </data>
  <data name="GcReason_InducedCompacting" xml:space="preserve">
    <value>InducedCompacting</value>
  </data>
  <data name="GcReason_LowMemoryHost" xml:space="preserve">
    <value>LowMemoryHost</value>
  </data>
  <data name="GcReason_PMFullGC" xml:space="preserve">
    <value>PMFullGC</value>
  </data>
  <data name="GcReason_LowMemoryHostBlocking" xml:space="preserve">
    <value>LowMemoryHostBlocking</value>
  </data>
  <data name="GcType_NonConcurrentGC" xml:space="preserve">
    <value>NonConcurrent</value>
  </data>
  <data name="GcType_BackgroundGC" xml:space="preserve">
    <value>背景</value>
  </data>
  <data name="GcType_ForegroundGC" xml:space="preserve">
    <value>前景</value>
  </data>
  <data name="AutoCompleteLists" xml:space="preserve">
    <value>自动完成列表</value>
  </data>
  <data name="NoSource" xml:space="preserve">
    <value>无法确定源位置。</value>
  </data>
  <data name="ButtonAriaLabel_DotNetAllocProfiling" xml:space="preserve">
    <value>启用 .NET 对象分配分析</value>
  </data>
  <data name="ButtonTooltip_DotNetAllocProfilingNotToggled" xml:space="preserve">
    <value>启用 .NET 对象分配分析</value>
  </data>
  <data name="ButtonTooltip_DotNetAllocProfilingToggled" xml:space="preserve">
    <value>禁用 .NET 对象分配分析</value>
  </data>
  <data name="Button_DotNetAllocProfiling" xml:space="preserve">
    <value>记录 .NET 对象分配配置文件</value>
  </data>
  <data name="Overlay_CollectingData" xml:space="preserve">
    <value>正在收集 .NET 对象分配数据...</value>
  </data>
  <data name="Overlay_CollectionPaused" xml:space="preserve">
    <value>.NET 对象分配分析已暂停。</value>
  </data>
  <data name="Overlay_EnableProfiling" xml:space="preserve">
    <value>启用 .NET 对象分配分析。</value>
  </data>
  <data name="Overlay_ProfilingDisabled" xml:space="preserve">
    <value>已禁用 .NET 对象分配分析。</value>
  </data>
  <data name="Overlay_StopCollection" xml:space="preserve">
    <value>停止收集以查看 .NET 对象分配数据。</value>
  </data>
  <data name="Overlay_ProgressIndeterminateAriaLabel" xml:space="preserve">
    <value>正在加载数据...</value>
    <comment>Aria label for indeterminate progress bar in DotNetObjectAlloc tool after data collection</comment>
  </data>
  <data name="LearnMore" xml:space="preserve">
    <value>了解详细信息</value>
    <comment>Link to view documentations on Top Insights issue</comment>
  </data>
  <data name="TopInsightsAriaLabel" xml:space="preserve">
    <value>找不到顶级见解</value>
  </data>
  <data name="TopInsightsDescriptionHeader" xml:space="preserve">
    <value>描述</value>
    <comment>Collection view "Top Insights" section description</comment>
  </data>
  <data name="TopInsightsTitleHeader" xml:space="preserve">
    <value>标题</value>
    <comment>Collection view "Top Insights" section title</comment>
  </data>
  <data name="GCSummaryHeader" xml:space="preserve">
    <value>GC 摘要</value>
    <comment>Header for GC summary table in Collections tab</comment>
  </data>
  <data name="TopInsightsHeader" xml:space="preserve">
    <value>顶级见解</value>
    <comment>GC Insights" here refers to the most important GC issues found when running analysis.</comment>
  </data>
  <data name="InvestigateInsightsIssue" xml:space="preserve">
    <value>调查</value>
    <comment>Title for link of Investigating a top insights issue</comment>
  </data>
  <data name="HeapType_LOH" xml:space="preserve">
    <value>大型对象堆</value>
  </data>
  <data name="HeapType_POH" xml:space="preserve">
    <value>固定的对象堆</value>
  </data>
  <data name="HeapType_SOH" xml:space="preserve">
    <value>小型对象堆</value>
  </data>
  <data name="HeapType_ALL" xml:space="preserve">
    <value>所有堆类型</value>
  </data>
  <data name="Top_NoInsights" xml:space="preserve">
    <value>未找到任何见解。</value>
    <comment>Message displayed when no GC insights were found.</comment>
  </data>
  <data name="UnableShowDataMessage" xml:space="preserve">
    <value>无法显示数据</value>
  </data>
  <data name="Allocation_CopilotButtonAriaLabel" xml:space="preserve">
    <value>要求 Copilot 分析分配并查找长度为 0 的数组分配</value>
  </data>
  <data name="Allocation_CopilotButtonText" xml:space="preserve">
    <value>询问 Copilot</value>
  </data>
  <data name="InsightsView_RequestAiHelp" xml:space="preserve">
    <value>询问 Copilot</value>
  </data>
</root>