<?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="ja_JP" product="MATLAB" xsi:noNamespaceSchemaLocation="../../resources/schema/msgcat.xsd">
  <message>
    <entry key="InvalidArgumentCategory">The argument category must be 'required', 'optional', 'repeating', 'namevalue', or '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>
