/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/System.Management.Automation/resources/zh-Hans/HelpErrors.zh-Hans.resx
193 строки
10 KB
olprod
Localized file check-in by OneLocBuild Task: Build definition ID 13420: Build ID 2652124 (#27736)
30 июл 2026, 21:34
Не верифицирован
30 июл 2026, 21:34
7acd67b
Код
Авторство
О чём код?
<?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="HelpNotFound" xml:space="preserve"> <value>Get-Help 无法在此会话的帮助文件中找到 {0}。若要下载更新的帮助主题,请键入: "Update-Help"。若要联机获取帮助,请在 TechNet 库中搜索帮助主题,网址为 https://go.microsoft.com/fwlink/?LinkID=107116。</value> </data> <data name="HelpCategoryInvalid" xml:space="preserve"> <value>无法处理该帮助类别,因为 "{0}" 不是有效的帮助类别。</value> </data> <data name="HelpFileLoadFailure" xml:space="preserve"> <value>无法加载帮助文件 "{0}"。详细信息: {1}。</value> </data> <data name="HelpFileNotAccessible" xml:space="preserve"> <value>无法访问帮助文件 "{0}",因为当前用户没有该文件的访问权限。详细信息: {1}。</value> </data> <data name="HelpFileNotValid" xml:space="preserve"> <value>帮助文件 "{0}" 不是有效的 XML 文档。详细信息: {1}。</value> </data> <data name="LoadHelpFileForTargetFailed" xml:space="preserve"> <value>从文件 {1} 加载 {0} 的帮助内容时出错。详细信息: {2}。若要下载更新的帮助主题,请运行 Update-Help cmdlet。若要联机获取帮助,请在 TechNet 库中搜索帮助主题,网址为 https://go.microsoft.com/fwlink/?LinkID=107116。</value> </data> <data name="ProviderLoadError" xml:space="preserve"> <value>无法加载提供程序 "{0}"。详细信息: {1}。</value> </data> <data name="HelpLoadError" xml:space="preserve"> <value>无法加载帮助文件。加载帮助文件 "{0}" 时出现以下 {1} 错误。</value> </data> <data name="MamlInvalidChildNodeError" xml:space="preserve"> <value>节点 "{0}" 不能将 "{1}" 作为子节点。节点路径: {2}。</value> </data> <data name="MamlInvalidChildNodeCountError" xml:space="preserve"> <value>节点 "{0}" 最多可以有 {2} 个 "{1}" 类型的子节点。节点路径: {3}。</value> </data> <data name="RegistryPathNotFound" xml:space="preserve"> <value>找不到注册表项: "{0}{1}";将使用 "{2}" 加载帮助文件。</value> </data> <data name="NoParmsFound" xml:space="preserve"> <value>没有参数符合条件 {0}。</value> </data> <data name="ParamNotSupported" xml:space="preserve"> <value>请求的帮助类别不支持 {0}。</value> </data> <data name="NoURIFound" xml:space="preserve"> <value>无法显示此帮助主题的联机版本,因为未在命令代码或该命令的帮助文件中指定此帮助主题的 Internet 地址(URI)。</value> </data> <data name="InvalidURI" xml:space="preserve"> <value>指定的 URI {0} 无效。</value> </data> <data name="CannotLaunchURI" xml:space="preserve"> <value>启动浏览器以显示联机帮助失败。没有关联的程序或浏览器可用于打开 URI {0}。</value> </data> <data name="ProtocolNotSupported" xml:space="preserve"> <value>不支持 URI "{0}" 中指定的协议。仅支持 "{1}" 和 "{2}" 协议。</value> </data> <data name="MultipleOnlineTopicsNotSupported" xml:space="preserve"> <value>找到了多个帮助主题。请仅使用一个带有 -{0} 选项的帮助主题。</value> </data> <data name="RemoteRunspaceNotAvailable" xml:space="preserve"> <value>无法从远程运行空间获取帮助,因为尚未打开该运行空间。 请通过运行隐式远程处理命令来打开该运行空间,然后再次尝试运行该命令以获取帮助。</value> </data> <data name="UpdatableHelpRequiresElevation" xml:space="preserve"> <value>访问被拒绝。此命令无法更新关于 PowerShell 核心模块或 $pshome\Modules 目录中的任何模块的帮助主题。 若要更新这些帮助主题,请使用“以管理员身份运行”命令启动 PowerShell,然后再次尝试运行 Update-Help。</value> </data> <data name="GraphicalHostAssemblyIsNotFound" xml:space="preserve"> <value>若要使用 {0},请确保你的应用程序使用 'Microsoft.NET.Sdk.WindowsDesktop' 作为项目 SDK,并且相应的程序集 'Microsoft.PowerShell.GraphicalHost' 可用。({1})</value> </data> <data name="RemotingNotSupportedForFeature" xml:space="preserve"> <value>{0} 在远程会话中不起作用。</value> </data> <data name="CircularDependencyInHelpForwarding" xml:space="preserve"> <value>ForwardHelpTargetName 无法引用函数本身。</value> </data> <data name="NoNetworkCommands" xml:space="preserve"> <value>在受限会话中,无法从网络位置获取帮助。</value> </data> </root>