<?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="ArgMustBeString">输入参数必须为非空字符串或非空字符向量。</entry>
    <entry key="UnknownFlag">未知标志 ''{0}''。</entry>
    <entry key="BadPath">将跳过 ''{0}''，参数中不允许使用 ''?'' 和 ''..''。</entry>
    <entry key="Ambiguous">''{0}'' 同时命名 MATLAB 代码文件和目录。</entry>
    <entry key="NotPath">将跳过参数 ''{0}'' (无效路径名)。</entry>
    <entry key="NotFileName">将跳过参数 ''{0}''，因为 ''{1}'' 不是文件名。</entry>
    <entry key="FileUnsupported">将跳过参数 ''{0}''，而非 MATLAB 代码文件。</entry>
    <entry key="FileNotFound">将跳过参数 ''{0}''，未找到 MATLAB 代码。</entry>
    <entry key="IncompatibleFlags">The -R2007b option may not be used in combination with the -R2022a option.</entry>
    <entry key="NoInputFileNameSpecified">必须指定输入文件名。</entry>
    <entry key="UnableToWriteFile">无法写入文件 {0}。</entry>
    <entry key="UnableToCreateFile">写入权限或空间不足，无法创建文件 {0}。</entry>
    <entry key="InvalidLocation">''{0}'' is not a valid location.</entry>
    <entry key="FileTooLarge">{0}File is too large or complicated to P-code.</entry>
    <entry key="PropUsingAtSyntax">{0}不支持使用尚未公开的语法来限制属性值的 P 编码文件。</entry>
    <entry key="UnableToReadFile">无法读取文件 {0}。</entry>
    <entry key="IRINotSupported">不支持 URL。参数必须为本地文件路径。</entry>
    <entry key="InvalidPCodeFile">P 代码文件 ''{0}'' 无效。</entry>
    <entry key="ReleaseLocked">P 代码文件 {0} 已锁定版本。要运行此文件，请使用 MATLAB {1}。</entry>
    <entry key="UnsupportedFeature">{0}此 P 代码文件使用了此版本不支持的 MATLAB 语言功能。要运行此文件，请使用 MATLAB {1} 或更高版本。</entry>
    <entry key="ParforNotSupportedInScripts">{0}parfor-loops are not supported in P-coded scripts.</entry>
    <entry key="SPMDNotSupportedInScripts">{0}spmd statements are not supported in P-coded scripts.</entry>
    <entry key="InternalError">{0}</entry>
  </message>
</rsccat>
