<?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="InvalidArgumentCategory">参数类别必须为 'required'、'optional'、'repeating'、'namevalue' 或 'unspecified'。</entry>
    <entry key="IdentifierNotScalarText">Function identifier must be a character vector or a string scalar.</entry>
    <entry key="NotAClass">''{0}'' is not a class and cannot be used to find methods. Make sure the class name is spelled correctly.</entry>
    <entry key="NotAFile">''{0}'' is not a MATLAB file and cannot be used to find local functions. Make sure the name is spelled correctly.</entry>
    <entry key="NoSuchFunctionOrClass">Cannot find function or class ''{0}''. Make sure the name is spelled correctly. If you look for method, please use format classname/methodname. For example, you can find plus method in string class using string/plus.</entry>
    <entry key="NoSuchMethod">Cannot find method ''{0}'' in class ''{1}''. Make sure the method name is spelled correctly.</entry>
    <entry key="UnsupportedFuncitonType">Unsupported function type.</entry>
    <entry key="NoSuchLocalFunction">函数 ''{0}'' 未定义局部函数 ''{1}''。请确保函数名称拼写正确。</entry>
    <entry key="InvalidIdentifier">''{0}'' 不是有效的函数标识符。</entry>
  </message>
</rsccat>
