<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright 2021 The MathWorks, Inc.-->

<rsccat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" locale="zh_CN" product="MATLAB" xsi:noNamespaceSchemaLocation="../../resources/schema/msgcat.xsd">
  <message>
    <entry key="LibraryNotFound">库文件 ''{0}'' 不存在。</entry>
    <entry key="HeaderParseError">解析接口生成文件时出错。\n{0}</entry>
    <entry key="UserLibExceptionWithMessage">用户库引发了 {0}，并显示消息: ''{1}''。</entry>
    <entry key="UserLibExceptionWithNoMessage">用户库引发了 {0}。</entry>
    <entry key="Filename">必须指定文件名。</entry>
    <entry key="FileNotFound">无法打开 ''{0}''。</entry>
    <entry key="MultiHeadersPackageName">无法确定包名称，因为指定了多个用于生成接口的文件。请使用 ''PackageName'' 选项指定有效的包名称。</entry>
    <entry key="InferredInvalidPackageName">推断的 PackageName ''{0}'' 无效。请使用 ''PackageName'' 选项指定有效的包名称。</entry>
    <entry key="InvalidInputType">''{0}'' 必须为字符向量、1xN 字符串数组或 1xN 的字符向量 cellstr。</entry>
    <entry key="DefinitionFilesExist">定义文件 ''{0}'' 和 ''{1}'' 存在于文件夹 ''{2}'' 中，在生成新定义文件之前，必须将其删除或重命名。\n\n要删除现有文件，请使用 ''OverwriteExistingDefinitionFiles'' 名称-值选项再次调用 clibgen.generateLibraryDefinition。</entry>
    <entry key="DefinitionFileExists">''{0}'' exists and must be deleted or renamed before generating new definition files.\n\nTo delete the existing file, call clibgen.generateLibraryDefinition again with the ''OverwriteExistingDefinitionFiles'' name value option.</entry>
    <entry key="DefinitionFileReadOnly">''{0}'' is read-only and must be manually deleted or renamed before generating new definition files.</entry>
    <entry key="FileExistsWithPackageName">''{0}'' 已存在。无法在编译期间创建具有包名称的子文件夹。请指定其他 OutputFolder 或 PackageName。</entry>
    <entry key="InvalidObject">正在试图访问无效对象的属性或方法。</entry>
    <entry key="InvalidOutputFolder">OutputFolder must be a valid directory path to a new or existing folder.</entry>
    <entry key="AccessDenied">访问被拒绝；请确认您有权访问 ''{0}''。</entry>
    <entry key="PathNotFound">{0} 不存在。</entry>
    <entry key="CompilerUsed">C++ 编译器设置为 ''{0}''。</entry>
    <entry key="FilesGenerated_link">定义文件 &lt;a href="matlab: open(''{0}'')"&gt;{1}&lt;/a&gt; 包含 MATLAB 支持的 {2} 个构造的定义。</entry>
    <entry key="FilesGenerated">定义文件 ''{0}'' 包含 MATLAB 支持的 {1} 个构造的定义。</entry>
    <entry key="ConstructsDefined">- {0} 个构造已完全定义。</entry>
    <entry key="ConstructsNeedDefinition_link">- {0} 个构造已部分定义并被注释掉。\n\n要在接口中包含 {3} 个未定义的构造，请取消注释并完成 &lt;a href="matlab: open(''{1}'')"&gt;{2}&lt;/a&gt; 中的定义。</entry>
    <entry key="ConstructsNeedDefinition">- {0} 个构造已部分定义并被注释掉。\n\n要在接口中包含 {2} 个未定义的构造，请取消注释并完成 ''{1}'' 中的定义。</entry>
    <entry key="BuildCmd">要编译接口，请调用 build({0})。</entry>
    <entry key="GenerationError">生成 {0} 文件时出错: {1}。</entry>
    <entry key="BuildStarted">正在为 clib 包 ''{1}'' 编译接口文件 ''{0}''。</entry>
    <entry key="BuildCmdSuccess">接口文件 ''{0}'' 是在文件夹 ''{1}'' 中创建的。\n\n要使用该库，请将接口文件文件夹添加到 MATLAB 路径中。</entry>
    <entry key="BuildCmdFailure">编译失败并显示错误:\n''{0}''。</entry>
    <entry key="ArgValidationFail">''{0}'' 为无法识别的参数。有关有效的参数列表，请参阅 buildInterface 的文档。</entry>
    <entry key="LostConnection">库不可用。</entry>
    <entry key="InitializeClass">无法初始化类 ''{0}''。</entry>
    <entry key="InvalidInterface">接口文件 ''{0}'' 无效。</entry>
    <entry key="CannotReadInterface">无法读取接口文件 ''{0}''。</entry>
    <entry key="UnsupportedType">  {1}''{0}'' 不是支持的类型。\n</entry>
    <entry key="UnsupportedTemplateType_link">  {4}位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',{2});"&gt;{1}:{2}&lt;/a&gt; 的模板类的实例化 ''{0}'' 未提供。\n</entry>
    <entry key="UnsupportedTemplateType">  {3}位于 {1}:{2} 的模板类的实例化 ''{0}'' 未提供。\n</entry>
    <entry key="EnumerationDoesnotExist">枚举值无效。</entry>
    <entry key="RestrictedAccess">无法访问类 ''{1}'' 中的方法 ''{0}''。</entry>
    <entry key="ShadowFunction">{0} ''{1}'' 会遮蔽 {2} ''{3}''。\n</entry>
    <entry key="IncorrectExtension">有效的数据文件扩展名为 .xml。</entry>
    <entry key="ClassNotFound">在 ''{1}'' 库中未找到 ''{0}'' 类。</entry>
    <entry key="FunctionNotFound">在 ''{1}'' 库中未找到 ''{0}'' 函数。</entry>
    <entry key="MethodNotFound">在 ''{1}'' 类中未找到 ''{0}'' 方法。</entry>
    <entry key="ClassExists">''{0}'' 类已存在。类必须是唯一的。</entry>
    <entry key="FunctionExists">''{0}'' 函数已存在。函数必须是唯一的。</entry>
    <entry key="PropertyExists">''{0}'' 属性已存在。属性必须是唯一的。</entry>
    <entry key="InvalidName">为名称指定的类型无效。Type 必须为字符向量或非缺失的字符串。</entry>
    <entry key="NameConflict">MATLAB 名称 ''{0}'' 已在 {1} 库中存在。名称必须是唯一的。</entry>
    <entry key="MissingClass">函数 ''{0}'' 无效。类 {1} 不存在。</entry>
    <entry key="InvalidLibrary">库 ''{0}'' 无效。</entry>
    <entry key="InvalidNewMATLABName">无效的 MATLAB 名称 ''{0}''。您只能修改 ''{2}'' 中的 ''{1}''。</entry>
    <entry key="InvalidRunningMode">为运行模式指定的值无效。允许的值为 "true" 或 "false"。</entry>
    <entry key="InvalidArgumentDirection">参数的方向无效。方向只能为 "input"、"output" 或 "inputoutput"。</entry>
    <entry key="InvalidArgumentShape">指定的形状无效。形状只能为非空字符串、数值或包含字符串与数值的元胞数组。</entry>
    <entry key="PropertyDoesNotExist"> 要添加的属性 ''{0}'' 在类中不存在。</entry>
    <entry key="InvalidPropertyType">属性 ''{0}'' 的 MATLABType 不正确。需要的属性类型为 ''{1}''。</entry>
    <entry key="InvalidPropertyTypeMultiple">属性 ''{0}'' 的 MATLABType 不正确。预期的属性类型是以下类型之一: ''{1}''。</entry>
    <entry key="EmptyClassMlName">类的 MATLABName 不能为空。</entry>
    <entry key="RenamingNotSupported">不支持重命名 ''{0}''，因为它有嵌套类或枚举。</entry>
    <entry key="EmptyMlName">''{0}'' 的 MATLABName 不能为空。</entry>
    <entry key="InvalidArgumentType">为参数 ''{0}'' 指定的 MATLABType 无效。需要的类型为 ''{1}''。</entry>
    <entry key="InvalidArgumentTypeMultiple">为参数 ''{0}'' 指定的 MATLABType 无效。类型应为以下类型之一: "{1}"。</entry>
    <entry key="OutputAbsent">函数 ''{0}'' 没有返回类型。</entry>
    <entry key="ArgumentNotFound">在函数 ''{1}'' 中未找到参数 ''{0}''。</entry>
    <entry key="UndefinedArgument">参数 ''{0}'' 未完全定义。</entry>
    <entry key="UndefinedOutput">输出未完全定义。</entry>
    <entry key="SelfShapeArgument">指针参数的形状不能为该参数本身。</entry>
    <entry key="InvalidArgumentShapeQuotedNumeric">Invalid shape ''{0}''. Remove quotes when setting shape to an integer value.</entry>
    <entry key="InvalidArgumentShapeArgNotFound">Invalid shape ''{0}''. Shape value ''{0}'' is not found. Set shape to an array of one or more argument names or fixed values of integer type representing the dimensions of ''{1}''.</entry>
    <entry key="InvalidArgumentNameShape">形状 ''{0}'' 无效。形状值 ''{0}'' 不是整数类型。请将形状设置为由一个或多个参数名称或表示 ''{1}'' 的维度的整数类型固定值组成的数组。</entry>
    <entry key="InvalidAdditionalArgument">无法通过值 ''{0}'' 来指定其他形状值。</entry>
    <entry key="InvalidShapeString">形状 ''{0}'' 只能用于 C 样式字符串。</entry>
    <entry key="InvalidNumericShapeValue">为形状指定的整数值必须为大于零的正值。</entry>
    <entry key="InvalidShapeForRefAndValue">为值或引用类型指定的形状无效。形状必须为 1。</entry>
    <entry key="UnspecifiedShape">必须为指针类型指定形状。</entry>
    <entry key="InvalidDirectionValue">为参数 ''{0}'' 指定的方向无效。需要的方向为 ''{1}''。</entry>
    <entry key="DirectionAbsent">必须为参数 ''{0}'' 指定方向。</entry>
    <entry key="ShapeAbsent">必须为 ''{0}'' 指定形状。</entry>
    <entry key="InvalidMethodCall">成员函数 ''{0}'' 是一个构造函数。要添加该函数，请使用 "addConstructor" 函数。</entry>
    <entry key="InvalidConstructorCall">成员函数 ''{0}'' 不是一个构造函数。要添加该函数，请使用 "addMethod" 函数。</entry>
    <entry key="NoReturnType">函数 ''{0}'' 没有返回类型。</entry>
    <entry key="ReturnTypeNameMismatch">返回类型的名称必须为 ''{0}''。</entry>
    <entry key="InvalidOutputType">为函数 ''{0}'' 的返回值指定的 MATLAB 类型无效。需要的类型为 ''{1}''。</entry>
    <entry key="InvalidOutputTypeMultiple">为函数 ''{0}'' 的返回值指定的 MATLAB 类型无效。需要的类型为下列之一: ''{1}''。</entry>
    <entry key="NonconstArrayReturn">不支持非常量数组。形状必须为 1。</entry>
    <entry key="PropertyTypeAbsent">属性 ''{1}'' 的类型 ''{0}'' 不在库中。</entry>
    <entry key="AmbiguousConversion">对基类的访问不明确。</entry>
    <entry key="AccessViolation">对私有/受保护基类的访问被禁止。</entry>
    <entry key="InvalidLinuxLibName">库名称必须以 lib 为前缀。</entry>
    <entry key="EnumExists">枚举 ''{0}'' 已存在。枚举必须是唯一的。</entry>
    <entry key="InvalidEnumMlName">无效的 MATLAB 名称 ''{0}''。您只能修改 ''{2}'' 中的 ''{1}''。</entry>
    <entry key="EnumNotFound">未找到枚举 ''{0}''。</entry>
    <entry key="InvalidEnumEntry">条目 ''{0}'' 不在枚举 ''{1}'' 中。</entry>
    <entry key="InvalidEnumEntryType">枚举条目必须为非空的非缺失字符串。</entry>
    <entry key="InvalidEnumEntryCount">在枚举 ''{0}'' 中指定的条目数无效。需要 ''{1}'' 个条目。</entry>
    <entry key="InvalidEnumMlType">为枚举指定的 MATLAB 类型无效。需要的类型为 ''{0}''。</entry>
    <entry key="InvalidArrayShapeNum">为数组 ''{0}'' 的形状指定的维数无效。</entry>
    <entry key="InvalidArrayShapeValue">为数组中位于索引 ''{0}'' 处的形状指定的值无效。期望的值为 ''{1}''。</entry>
    <entry key="InvalidCPPNameForMATLAB_link">  位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{4}'',{3});"&gt;{2}:{3}&lt;/a&gt; 的 C++ 名称 ''{1}'' 是无效的 MATLAB 名称。重命名 C++ 库中的 {0}。\n</entry>
    <entry key="InvalidCPPNameForMATLAB">  位于 {2}:{3} 的 C++ 名称 ''{1}'' 是无效的 MATLAB 名称。重命名 C++ 库中的 {0}。\n</entry>
    <entry key="Class">类</entry>
    <entry key="Namespace">命名空间</entry>
    <entry key="Function">函数</entry>
    <entry key="Constructor">构造函数</entry>
    <entry key="MemberFunction">成员函数</entry>
    <entry key="Enum">枚举</entry>
    <entry key="SuperClass">超类</entry>
    <entry key="DataMember">数据成员</entry>
    <entry key="ParameterType">参数类型</entry>
    <entry key="ReturnType">返回类型</entry>
    <entry key="DataMemberType">数据成员类型</entry>
    <entry key="AddFailed_link">未将 ''{0}'' 添加到 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',str2num(''{2}''));"&gt;{1}:{2}&lt;/a&gt;。</entry>
    <entry key="AddFailed">未将 ''{0}'' 添加到 {1}:{2}。</entry>
    <entry key="AddMemberFailed_link">未将成员 ''{0}'' 添加到位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{4}'',str2num(''{3}''));"&gt;{2}:{3}&lt;/a&gt; 的类 ''{1}'' 中。</entry>
    <entry key="AddMemberFailed">未将成员 ''{0}'' 添加到 {2}:{3} 处的类 ''{1}'' 中。</entry>
    <entry key="AddConstructorFailed_link">未将构造函数添加到位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',str2num(''{2}''));"&gt;{1}:{2}&lt;/a&gt; 的类 ''{0}'' 中。</entry>
    <entry key="AddConstructorFailed">未将构造函数添加位于 {1}:{2} 的类 ''{0}'' 中。</entry>
    <entry key="ClassCreationFailed">无法创建类 "{0}" 的对象</entry>
    <entry key="WarningsFromHeader_link">用于生成接口文件的文件中的某些 C++ 语言构造&lt;a href="matlab: helpview(strcat(docroot, '/matlab/matlab_external/matlab_external.map'),''cpp_interface_limitations'')"&gt;不受支持&lt;/a&gt;且未导入。\n{0}</entry>
    <entry key="WarningsFromHeader">用于生成接口的文件中的某些 C++ 语言构造不受支持且未导入。\n{0}</entry>
    <entry key="UndefinedTemplateType_link">  位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',{2});"&gt;{1}:{2}&lt;/a&gt; 的模板 {0} 没有定义。有关详细信息，请参阅&lt;a href="matlab: helpview(strcat(docroot, '/matlab/matlab_external/matlab_external.map'),''cpp_interface_troubleshooting'')"&gt;故障排除&lt;/a&gt;。\n</entry>
    <entry key="UndefinedTemplateType">  位于 {1}:{2} 的模板 {0} 没有定义。有关详细信息，请参阅故障排除。\n</entry>
    <entry key="NullptrToNonPointer">C++ 类型 ''{0}'' 与 nullptr 不兼容。</entry>
    <entry key="InvalidStringValue">值必须是字符串或字符向量。</entry>
    <entry key="InvalidOptionForSummary">无效的汇总选项，值必须是 "mapping"。</entry>
    <entry key="CppCharOutOfRange">只有 ASCII 字符可以作为标量或数组从 MATLAB 字符转换为 C++ 字符。</entry>
    <entry key="UnsupportedDataMember">  ''{0}'' 是 std::vector，不支持引用。\n</entry>
    <entry key="InvalidShapeParamAfterVal">形状无效。请在数值之前指定形状参数名称。</entry>
    <entry key="ArraySizeMismatch">定义为具有相同大小的数组具有不同大小。</entry>
    <entry key="InvalidBoxedArrayShapeParam">对于每个装箱元素 []，由函数参数定义的形状必须是 1 个元素。</entry>
    <entry key="InvalidCStringShape">C 语言风格的字符串的形状必须为 ''nullTerminated''。</entry>
    <entry key="CPPObjectRequired">输入必须是 C++ 类对象。</entry>
    <entry key="NoSizeOfBoxedArrayDimension">  在 C++ 函数声明中，参数 "{0}" 的第一个维度的大小必须为固定大小。</entry>
    <entry key="OutOfAccessScope_link">  位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',{2});"&gt;{1}:{2}&lt;/a&gt; 的类型 ''{0}'' 不可访问，因为它是私有的或受保护的。\n</entry>
    <entry key="OutOfAccessScope">  位于 {1}:{2} 的类型 ''{0}'' 不可访问，因为它是私有的或受保护的。\n</entry>
    <entry key="UnsupportedCompiler">不支持 ''{0}''。</entry>
    <entry key="MLSignatureOverload">具有 CPP 签名 "{1}" 的 MATLAB 签名 {0} 被具有 CPP 签名 "{2}" 的 MATLAB 签名 {0} 遮蔽。重新定义参数或从定义文件中删除其中一个参数。\n</entry>
    <entry key="UseVerboseMode">请使用 ''Verbose'' 选项查看在解析用于生成接口的文件时生成的警告。</entry>
    <entry key="ConsiderGenerateAndBuild">{0} 个构造需要进一步定义才能包含在接口中。使用 clibgen.generateLibraryDefinition 提供定义。</entry>
    <entry key="OperatorsNotSupported">类 {1} 不支持 {0}。</entry>
    <entry key="StdNamespaceNotSupported">  {1}类型 ''{0}'' 来自 std 命名空间或系统头文件，不支持此类型。\n</entry>
    <entry key="NoArraySupportForType">不支持 {0} 类型的数组。形状只能为 '1'。</entry>
    <entry key="CompilerError">{0}({1}):\n错误: {2}\n</entry>
    <entry key="CompilerWarning">{0}({1}):\n警告: {2}\n</entry>
    <entry key="FunctionNotSupported">不支持函数或方法 {0}。</entry>
    <entry key="InvalidSuperClass_link">位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',{2});"&gt;{1}:{2}&lt;/a&gt; 的超类 ''{0}'' 未定义、在不支持的命名空间定义，或者具有无效的超类。\n</entry>
    <entry key="InvalidSuperClass">位于 {1}:{2} 的超类 ''{0}'' 未定义、在不支持的命名空间定义，或者具有无效的超类。\n</entry>
    <entry key="NoSourceFound">  类型 ''{0}'' 的 C++ 源信息不可用。\n</entry>
    <entry key="UnnamedScope_link">  位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',{2});"&gt;{1}:{2}&lt;/a&gt; 的 C++ 符号 ''{0}'' 在未命名的命名空间或类中。\n</entry>
    <entry key="UnnamedScope">  位于 {1}:{2} 的 C++ 符号 ''{0}'' 在未命名的命名空间或类中。\n</entry>
    <entry key="UndefinedValueType_link">  {4}位于 &lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',{2});"&gt;{1}:{2}&lt;/a&gt; 的 {0} 不能用作参数/返回值类型或向量/数组元素类型，因为它没有定义。有关详细信息，请参阅&lt;a href="matlab: helpview(strcat(docroot, '/matlab/matlab_external/matlab_external.map'),''cpp_interface_troubleshooting'')"&gt;故障排除&lt;/a&gt;。\n</entry>
    <entry key="UndefinedValueType">  {3}位于 {1}:{2} 的 {0} 不能用作参数/返回值类型或向量/数组元素类型，因为它没有定义。有关详细信息，请参阅故障排除。\n</entry>
    <entry key="ReadOnly">只读</entry>
    <entry key="ReadOnlyHeaderWithProperties">  具有以下属性的只读 {0}:\n</entry>
    <entry key="ReadOnlyHeaderNoProperties">  不具有任何属性的只读 {0}。\n</entry>
    <entry key="NullHeader">  空 {0}\n\n</entry>
    <entry key="ReadOnlyNullHeader">  只读空 {0}\n\n</entry>
    <entry key="SetPropertyOfReadOnlyClass">不支持设置只读对象 ''{1}'' 的属性 ''{0}''。</entry>
    <entry key="NonconstCallToReadOnlyClass">不支持调用只读对象 ''{1}'' 的非常量方法 ''{0}''。</entry>
    <entry key="PassingReadOnlyNonconstInput">不支持将只读对象 ''{1}'' 传递给非常量输入参数 ''{0}''。</entry>
    <entry key="CallMethodOnNullObject">不支持调用空对象 ''{1}'' 的方法 ''{0}''。</entry>
    <entry key="PassNullObjToNonPointerArg">不支持通过值或引用将空对象 ''{1}'' 传递给参数 ''{0}''。</entry>
    <entry key="AccessPropertyOnNullObject">不支持访问空对象 ''{1}'' 的属性 ''{0}''。</entry>
    <entry key="NonScalarDimsNotSupported">形状中的每个维度都必须为标量。</entry>
    <entry key="SpaceInMacro">宏 ''{0}'' 的名称或值中不允许有空格。</entry>
    <entry key="LeadingNumberInMacro">不允许宏名称 ''{0}'' 中有前导数字。</entry>
    <entry key="InvalidCharacterInMacro">宏名称 ''{1}'' 中的字符 ''{0}'' 无效。宏名称必须为 'a-z'、'A-Z'、'1-9' 和 '_' 的组合。</entry>
    <entry key="UndefineAssignmentNotAllowed">不允许分配未定义的宏 ''{0}''。</entry>
    <entry key="TypedefToType">''{0}'' 是 ''{1}'' 类型的别名。 </entry>
    <entry key="UnsupportedSharedPtrElementType">  std::shared_ptr 的元素类型不支持 ''{0}''。\n</entry>
    <entry key="PassUnOwnedObjToSharedPtr">类型 {2} 的输入 {1} 的创建方式不当，因而无法调用 ''{0}''。有关详细信息，请参阅本&lt;a href="matlab: helpview(strcat(docroot, '/matlab/matlab_external/matlab_external.map'),''cpp_interface_limitations'')"&gt;主题&lt;/a&gt;。</entry>
    <entry key="CannotReleaseValue">输入 ''{0}'' 是值类型。只能释放对类类型的指针和引用。</entry>
    <entry key="CannotSpecifyDeleteFcn">只能为指向类类型的指针或引用指定 DeleteFcn。</entry>
    <entry key="CannotDeleteConst">不支持为常量输出指定 DeleteFcn。</entry>
    <entry key="DeleteFcnNotFound">在库中找不到为函数 ''{1}'' 的输出指定的 DeleteFcn ''{0}''。请指定定义文件中包含的函数。</entry>
    <entry key="InvalidDeleteFcn">函数 ''{0}'' 不是有效的 DeleteFcn。DeleteFcn 只接受类型为 ''{1}'' 的单个指针或引用输入，并且不返回任何输出。</entry>
    <entry key="IncorrectInputs">为 {0} 指定的输入的数目不正确。</entry>
    <entry key="InvalidHandle">对象无效或已删除。</entry>
    <entry key="UnsupportedVectorType">  向量的元素类型不支持 ''{0}''。\n</entry>
    <entry key="InvalidShapeForVector">为向量指定的形状无效。形状必须为 1。</entry>
    <entry key="ElementTypeNameRequired">第一个参数必须为完全限定的 clib 数组元素类型名称，遵循 ''{0}'' 的格式，其中 ''{1}'' 是库名称，''{2}'' 是数组的元素类型。</entry>
    <entry key="ElementTypeLibraryUnknown">Invalid typename ''{0}''. Library interface ''{1}'' does not exist or is not loaded.</entry>
    <entry key="InvalidDimension">维度必须为正整数向量。</entry>
    <entry key="UnconstructibleArray">不支持 ''{0}'' 的数组对象。</entry>
    <entry key="MustBeFundamental">只能转换数值数组和逻辑数组。</entry>
    <entry key="InvalidIndexing">索引必须为一对括号。</entry>
    <entry key="IndexDimSizeMismatch">索引的数量必须为 {0,number,integer}。</entry>
    <entry key="IndexOutOfRange">位置 {0,number,integer} 的索引必须为介于 1 和 {1,number,integer} 之间的数字。</entry>
    <entry key="IndexingEmptyArray">数组为空。</entry>
    <entry key="SetElemOfReadOnlyArray">不允许为只读数组赋值。</entry>
    <entry key="ResizeNonResizableArray">数组不可调整大小。不允许追加或删除元素。</entry>
    <entry key="RemoveLastFromEmpty">不允许从空数组中删除元素。</entry>
    <entry key="NoMemberForFundamental">基础类型没有方法或属性。</entry>
    <entry key="InvalidCPPMember">无效的方法或成员。</entry>
    <entry key="NoAssignOperatorElement">C++ 对象赋值必须使用赋值运算符。</entry>
    <entry key="AppendNoDefCtorElement">请为没有默认构造函数的类追加必需的值。</entry>
    <entry key="InvalidPropertyShapeScalar">为属性 ''{0}'' 指定的形状无效。形状必须为 1。</entry>
    <entry key="InvalidShapePropAfterVal">形状无效。请在数值之前指定形状属性名称。</entry>
    <entry key="PropertyShapeAbsent">请为属性 ''{0}'' 指定形状。</entry>
    <entry key="ResizableArrayHeader">  {0} - 属性:\n</entry>
    <entry key="NullArrayHeader">  空 {0}\n</entry>
    <entry key="ReadOnlyNullArrayHeader">  只读空 {0}\n</entry>
    <entry key="IncompatibleDefinition">无效或不兼容的定义，可能是在较新版本的 MATLAB 中创建的。请使用 clibgen.generateLibraryDefinition 为当前版本重新生成定义。</entry>
    <entry key="InvalidElementType">无效的类型名称 ''{0}''。库接口 ''{1}'' 不包含类型为 ''{2}'' 的实例。</entry>
    <entry key="InvalidElementTypeIsLower">Invalid typename ''{0}''. The first letter of type ''{1}'' must be capitalized.</entry>
    <entry key="InvalidConversionType">Converting ''{1}'' to ''{0}'' not supported.</entry>
    <entry key="EnablingBigobjFlag">接口文件太大。使用 /bigobj 标志重新编译。</entry>
    <entry key="MultipleDefinitionError">符号已定义。请删除包含重复定义的 ''Libraries'' 或 ''SupportingSourceFiles'' 选项文件。</entry>
    <entry key="IncorrectSourceExtension">Valid file extensions are .c, .cpp and .cxx.</entry>
    <entry key="IncorrectFileExtension">无效的接口生成文件 ''{0}''。有效的文件扩展名是 .h、.hpp、.hxx 或 .cpp、.cxx。</entry>
    <entry key="DuplicateSourceFiles">重复的源文件。请从接口生成文件或 ''SupportingSourceFiles'' 选项中删除 {0} 的重复副本。</entry>
    <entry key="ReservedNameError">  不支持在接口生成文件中定义的 ''{0}''。请从文件中删除该定义。</entry>
    <entry key="InvalidShapePropNumericString">无效的形状。请使用字符串数组来指定属性名称。使用元胞数组来指定名称和固定值。</entry>
    <entry key="InvalidShapeParamNumericString">无效的形状。请使用字符串数组指定参数名称。使用元胞数组来指定名称和固定值。</entry>
    <entry key="IncompatibleVersion">  使用 ''{1}'' 编译的接口库不支持 ''{0}''。请与使用 ''{2}'' 或更高版本编译的接口库结合使用。</entry>
    <entry key="InvalidHeaderFiles">无效的接口生成文件 ''{0}''。</entry>
    <entry key="InvalidHeaderInputType">接口生成文件必须为字符向量、1×N 字符串数组或由字符向量组成的 1×N cellstr。</entry>
    <entry key="DuplicateHeaderEntry">重复的文件。请从接口生成文件中删除对 {0} 的重复引用。</entry>
    <entry key="DuplicateSourceEntry">请从 ''SupportingSourceFiles'' 选项中删除 {0} 的重复副本。</entry>
    <entry key="EmptyHeaderFiles">未指定接口生成文件。 </entry>
    <entry key="MissingHeaderGuard">一个或多个接口生成文件 ''{0}'' 包含在内，但没有头文件保护符。请考虑使用 #ifdef 保护符或 #pragma。</entry>
    <entry key="InvalidArgumentTypeStringForVoid">为参数 ''{0}'' 指定的 MATLABType 无效。对于 void* 输入，不允许将 'string' 类型作为 MATLABType。预期类型为 'int8'、'char' 或 ''{1}''。对于 8 位字符数组，请使用 'int8' 或 ''{1}''；对于宽字符数组，请使用 'char'。</entry>
    <entry key="InvalidArgumentTypeEnumForVoid">函数 ''{0}'' 无效。对于 void* 输入，不允许将枚举 ''{1}'' 作为 MATLABType。</entry>
    <entry key="UnsupportedLoad">无法加载 C++ 对象。不支持将 C++ 对象保存(序列化)到 MAT 文件中。</entry>
    <entry key="AutoConversionNotAllowed">无法解析重载。编码器服务不允许从 MATLAB 数组到 clib.array 的自动转换。</entry>
    <entry key="RequiresDimensionSizeInfo">无法解析重载。需要完整的维度信息来解析多个潜在方法。</entry>
    <entry key="InvalidDimensionForString">The number of dimensions must be 1 for C++ string array.</entry>
    <entry key="InvalidDirectionForConstructor">Direction ''{0}'' not allowed for primitive pointer/array inputs in constructor. Specify direction as 'input' or specify ''{1}'' as MATLABType with direction as 'input'.</entry>
    <entry key="InvalidDirectionForVoidPtrInputInCtor">Direction ''{0}'' not allowed for primitive MATLABType inputs for void* input in constructor. Specify direction as 'input'.</entry>
    <entry key="UnsupportedLibraryForCompiler">Generating library from a DLL file is supported only for Microsoft Visual Studio compiler. Specify LIB file, or use the 'mex -setup c++' command to select Microsoft Visual Studio C++ compiler.</entry>
    <entry key="CreatingLibFromDLL">正在用从 ''{0}'' 生成的库重新编译接口文件。</entry>
    <entry key="InvalidDLLFile">DLL ''{0}'' is invalid because symbols were not exported from header file.</entry>
    <entry key="CStringArrayLastDimension">C 样式字符串数组的最后一个维度必须为 "nullTerminated"。</entry>
    <entry key="CStringArrayDimensions">C 样式字符串数组的维数必须为 1。</entry>
    <entry key="InterfaceLibraryNotFound">找不到接口包 ''clib.{0}''。检查 ''{1}'' 的位置是否在 MATLAB 路径中。</entry>
    <entry key="InterfaceLibraryNotLoaded">无法加载接口库: ''{0}''。原因: 找不到指定的模块。\n请确保将接口库的 C++ 依存库添加到运行时路径。</entry>
    <entry key="InterfaceLibraryIncompatible">无效或不兼容的接口库，可能是在较新版本的 MATLAB 中创建的。请针对当前版本重新编译接口库。</entry>
    <entry key="OpaqueTypeNotFound">在 ''{1}'' 库中找不到 ''{0}'' OpaqueType。</entry>
    <entry key="OpaqueTypeExists">''{0}'' OpaqueType 已存在。OpaqueType 必须唯一。</entry>
    <entry key="MissingOpaqueType">函数 ''{0}'' 无效。OpaqueType {1} 不存在。</entry>
    <entry key="InvalidMATLABTypeForNonVoidPtrArgument"> 参数 ''{0}'' 的 MATLABType 无效。请使用字符串标量或字符向量来指定 MATLABType。</entry>
    <entry key="DuplicateMATLABTypeForVoidPtrArgument">void* 输入中出现重复的 MATLABType。请删除参数 ''{0}'' 的重复 MATLABType。</entry>
    <entry key="NameConflictsForOpaqueTypeReturn">Invalid MATLAB type specified for the return value of the function ''{0}''. Expected type is one of the following: an existing typedef name for void* or a new typedef name for void*.</entry>
    <entry key="OpaqueTypeHeader">  {0} 是&lt;a href="matlab: helpview(strcat(docroot, '/matlab/helptargets.map'), ''opaque_objects'')"&gt;不透明&lt;/a&gt;对象。\n</entry>
    <entry key="InvalidArgumentTypeMultipleForVoidPtr">函数 ''{0}'' 无效。为参数 ''{1}'' 指定的 MATLABType 无效。需要的类型为下列之一: {2}。</entry>
    <entry key="ErrorMessageVoidPtrInputWithoutTypedef">原始类型、用户定义类型、clib.array 类型或 void* 的现有 typedef 名称列表</entry>
    <entry key="ErrorMessageVoidPtrInputTypedef">原始类型、用户定义类型或 clib.array 类型</entry>
    <entry key="FunctionTypeNotFound">找不到函数类型 ''{0}''。</entry>
    <entry key="InvalidInputForFcnType">Unable to call ''{0}''. ''{1}'' is not a valid function for the function type input. To determine a valid function, &lt;a href="matlab: help(''{2}'')"&gt;help {2}&lt;/a&gt;.</entry>
    <entry key="OverloadInputNotAllowedForStdFunction">Unable to call ''{0}''. ''{1}'' is an overload function and not allowed for the function type input which is std::function. To determine a valid function, &lt;a href="matlab: help(''{2}'')"&gt;help {2}&lt;/a&gt;.</entry>
    <entry key="FcnTypeUsageInFcnType">  不支持在另一个函数类型中使用的 {1}''{0}''。\n</entry>
    <entry key="FcnTypeUsageInMemberOrReturnType">  不支持将 {1}''{0}'' 作为数据成员或返回类型。\n</entry>
    <entry key="UnsupportedTemplateArgKind">  不支持实例化模板 ''{0}''，因为在位置 ''{1}'' 处有模板参数。</entry>
    <entry key="NewNameAlreadyExists">指定的 ''{0}'' 值 ''{1}'' 已用作 ''{2}''。''{0}'' 和 ''{2}'' 的值必须唯一。</entry>
    <entry key="InaccessibleTemplateArgType_link">  {4}&lt;a href="matlab: matlab.desktop.editor.openAndGoToLine(''{3}'',{2});"&gt;{1}:{2}&lt;/a&gt; 处采用私有或受保护类型的模板参数的模板类型的实例化 ''{0}'' 不受支持。\n</entry>
    <entry key="InaccessibleTemplateArgType">  {3}{1}:{2} 处采用私有或受保护类型的模板参数的模板类型的实例化 ''{0}'' 不受支持。\n</entry>
    <entry key="InvalidDLLFileNot64Bit">''{0}'' 无效，因为 MATLAB 仅支持 64 位库。</entry>
    <entry key="InvalidMLTypeForVoidPtrArgument">Invalid MATLABType specified for argument ''{0}''. Expected type is one of the following: {1}.</entry>
    <entry key="InvalidOutputTypeForVoidPtr">Invalid MATLAB type specified for the return value of the function ''{0}''. Expected type is one of the following: an existing typedef name for void* or a new typedef name to void*.</entry>
    <entry key="ErrorMessageVoidPtrInputTypedefIncludeTypedef">{0}、原始类型、用户定义类型或 clib.array 类型</entry>
    <entry key="UndefinedForCoderService">编码器服务的未定义行为。</entry>
    <entry key="RebuildErrorBuildInterface">包 ''{0}'' 已在 MATLAB 中加载。请重新启动 MATLAB 以重新编译 ''{1}''。或者使用 "PackageName" 选项用新名称创建一个接口。   </entry>
    <entry key="RebuildErrorDefineAndBuild">包 ''{0}'' 已在 MATLAB 中加载。请重新启动 MATLAB 以重新编译 ''{1}''。</entry>
    <entry key="CannotSpecifyAddTrailingDimensions">Specify AddTrailingSingletons only for pointer or array of MATLAB types. </entry>
    <entry key="ErrMsgVoidPtrOutputWithoutTypedef">void* 的现有 typedef 名称或 void* 的新 typedef 名称</entry>
    <entry key="NameConflictsForOpaqueTypeArgument">Invalid MATLABType specified for function ''{0}'' argument ''{1}''. Expected type is one of the following: an existing typedef name for void* or a new typedef name for void*.</entry>
    <entry key="CannotSpecifyDeleteFcnForArgument">Specify DeleteFcn only for a double pointer argument to a class type.</entry>
    <entry key="UnresolvedMethodOverload">No method ''{0}'' with matching signature found.</entry>
    <entry key="ReportDeletedFile">已删除文件 ''{0}''。</entry>
    <entry key="BufferSizeNotAllowed">"NumElementsInBuffer" is only valid when MLTYPE is "string" and DIRECTION is "output".</entry>
    <entry key="InvalidBufferSize">Value of "NumElementsInBuffer" must be a positive integer value or a function argument with integer type.</entry>
    <entry key="BufferSizeAbsent">"NumElementsInBuffer" must be specified for argument ''{0}'' because it returns a value of string type.</entry>
    <entry key="InvalidArrayBufferSizeValue">Invalid value specified for "NumElementsInBuffer". Expected value is ''{0}''.</entry>
    <entry key="InvalidArgumentNameBufferSize">Function argument ''{0}'' is not found. Set "NumElementsInBuffer" to a positive integer value or a function argument with integer type.</entry>
    <entry key="InvalidArgumentTypeBufferSize">Function argument ''{0}'' is not of integer type. Set "NumElementsInBuffer" to a positive integer value or a function argument with integer type.</entry>
    <entry key="BufferSizeValueInQuote">Invalid buffer size ''{0}''. Remove quotes when setting "NumElementsInBuffer" to an integer value.</entry>
    <entry key="InvalidDirectionForString">Invalid DIRECTION specified for argument ''{0}''. "inputoutput" not supported.</entry>
    <entry key="OutputArgInConstructor">Invalid DIRECTION "{0}" specified for argument ''{1}''. Return values for constructor not supported.</entry>
    <entry key="InvalidDimensionSpecified"> 为 ''{1}'' 的返回值指定的形状 ''{0}'' 无效。 </entry>
    <entry key="FunctionTypeExists">''{0}'' function type exists. Function type must be unique.</entry>
    <entry key="ShapeForStaticDims">请将形状设置为整数类型的公共静态属性或不接受输入并返回整数类型的公共静态方法。</entry>
    <entry key="ShapeForNonStaticDims">请将形状设置为整数类型的公共非静态属性或不接受输入并返回整数类型的公共非静态方法。</entry>
    <entry key="ShapeNotFoundForProp">Invalid shape ''{0}''. Shape value ''{0}'' not found. ''{1}''</entry>
    <entry key="InvalidPropAsShape">Invalid shape ''{0}''. Shape value ''{0}'' is not an integer type. ''{1}''</entry>
    <entry key="InvalidMethodAsShape">Invalid shape ''{0}''. Shape value ''{0}'' is not a method that returns integer type. ''{1}''</entry>
    <entry key="InvalidMethodWithInputsAsShape">Invalid shape ''{0}''. Shape value ''{0}'' is not a valid method. ''{1}''</entry>
    <entry key="InvalidShapeForStaticProp">Invalid shape ''{0}''. Use static property or method as shape for static property ''{1}''.</entry>
    <entry key="InvalidShapeForNonStaticProp">Invalid shape ''{0}''. Use non-static property or method as shape for non-static property ''{1}''.</entry>
    <entry key="InvalidShapeForStaticMeth">Invalid shape ''{0}''. Use static property or method as shape for static method ''{1}''.</entry>
    <entry key="InvalidShapeForNonStaticMeth">Invalid shape ''{0}''. Use non-static property or method as shape for non-static method ''{1}''.</entry>
    <entry key="CannotSpecifyReleaseOnCall">无法释放输入 ''{0}''。只能为指向 DIRECTION 为 "input" 的类类型的指针和引用指定 "ReleaseOnCall"。</entry>
    <entry key="InvalidLibraryExtension">Invalid library extension ''{0}'' for platform {1}. </entry>
    <entry key="InvalidLibraryExtensionDotAForVS">Invalid library extension ''{0}''. On {1}, ''{0}'' libraries are supported for MinGW compiler only.</entry>
    <entry key="ClibArrayTypeMismatch">值的类型与 ''{0}'' 不兼容。</entry>
    <entry key="ClibArrayDimensionMismatch">设置类 ''{1}'' 的属性 ''{0}'' 时出错: 维度不匹配。值必须为行向量。</entry>
    <entry key="ComplexTypeUsageInMember">  不支持 ''{0}'' 作为数据成员。\n</entry>
    <entry key="InvalidComplexElementType">  std::complex 的元素类型不支持 ''{0}''。\n</entry>
    <entry key="NoCLinkageFlag">If ''{0}'' and ''{1}'' define a C library, set CLinkage argument to true. If the files define a C++ library, use C++ file extensions.</entry>
    <entry key="CppInterfaceBuildLog">编译日志:</entry>
    <entry key="InvalidTypeCompilerLinkerFlags">Input must be string, char, or cellstr.</entry>
    <entry key="InvalidScalarDim1DBoxArray">Scalar dimension as shape not supported for 1D box array argument ''{0}''.</entry>
    <entry key="InvalidPackageName"/>
    <entry key="BuildCmdSuccess_link">&lt;a href="matlab: matlab.internal.language.commandline.executeCode(''addpath(''''{0}'''')'')"&gt;addpath(''{0}'')&lt;/a&gt;</entry>
    <entry key="Nullptr">null</entry>
  </message>
</rsccat>
