blob: d195c65a3309b935083635247cbacd85dfd647d4 [file] [log] [blame]
################################################################################
##
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
################################################################################
ABCGeneratorProblem=在为 ${sourceFileName} 生成代码时,ABC 生成器子系统中发生内部错误: ${stackTrace}
AccessorTypesMustMatchProblem=存取器类型必须相匹配。
AccessUndefinedMemberProblem=通过静态类型为 ${className} 的引用来访问的属性 ${memberName} 可能未定义。
AccessUndefinedPropertyInPackageProblem=包 ${packageName} 中所访问的属性 ${propertyName} 未定义。
AccessUndefinedPropertyProblem=所访问的属性 ${propertyName} 可能未定义。
AmbiguousReferenceProblem=对 ${property} 的引用不明确
AssignToConstProblem=对指定为常量的变量进行的赋值非法。
AssignToFunctionProblem=对函数 ${funcName} 的赋值非法。
AssignToReadOnlyPropertyProblem=属性 ${name} 为只读。
AttemptToDeleteFixedPropertyProblem=尝试删除的属性 ${name} 为固定属性。只能删除动态定义的属性。
AttributesAreNotCallableProblem=属性不可调用。
BadAccessInterfaceMemberProblem=接口成员不能声明为 publicprivateprotected internal
BadCharacterProblem=意外字符错误: 此处不允许使用“${errorText}”
BadSetterReturnTypeProblem=setter 定义的返回类型必须未指定或为 void
BaseClassIsFinalProblem=基类是 ${finalStr}。
BURMDiagnosticForEachExpectedInProblem=不允许使用无“${k_in}”运算符的“${k_each}”关键字
BURMDiagnosticInvalidDecrementProblem=减量的操作数必须是引用。
BURMDiagnosticNotAllowedHereProblem=此处不允许使用 ${node}
BURMPatternMatchFailureProblem=无法为 ${node} 生成代码
BURNDiagnosticInvalidIncrementProblem=增量的操作数必须是引用。
CallUndefinedMethodProblem=所调用的方法 ${methodName} 可能未定义。
CannotDeleteSuperDescendantsProblem=无法删除 super 后代。
CannotExtendClassProblem=接口只能扩展其他接口,而 ${className} 是类。
CannotExtendInterfaceProblem=${classStr} 只能扩展其他 ${classStr},而非 ${interfaceStr}。
CannotResolveConfigExpressionProblem=无法解析配置常量:“${configName}”
CircularTypeReferenceProblem=在 ${className} 中检测到循环类型引用
ClassesMappedToSameRemoteAliasProblem=在处理类“${className}”时发现“${existingClassName}”到远程类别名“${alias}”的映射。Flex 现在生成代码来检查是否已注册了别名。在对远程数据进行反序列化时,别名只能映射到单个类。
ClosureProblem=Closure error.
CodegenInternalProblem=代码生成器内部错误: ${diagnostic}
CompiledAsAComponentProblem=${className} 是一个直接引用的模块或应用程序。这将导致使用 ${mainDefinition} ${className} 及其所有依赖项链接到一起。为避免此问题,建议使用接口。
ConfigurationFileNotFoundProblem=找不到配置文件: ${file}
ConfigurationProblem=配置问题: ${reason}。\n${location}
ConflictingInheritedNameInNamespaceProblem=与继承的定义 ${declName}(在命名空间 ${nsName} 中)存在冲突。
ConflictingNameInNamespaceProblem=与定义 ${declName}(在命名空间 ${nsName} 中)存在冲突。
ConstructorCannotHaveReturnTypeProblem=构造函数不能指定返回类型
ConstructorIsGetterSetterProblem=构造函数不能是 getter 方法或 setter 方法
ConstructorIsStaticProblem=构造函数必须是实例方法
ConstructorMustBePublicProblem=构造函数只能声明为 ${modifier}
CountedForLoopInitializerProblem=语法错误: 在右括号之前应该有分号。
CSSCodeGenProblem=CSS 代码生成问题。原因:“${reason}”
CSSEmbedAssetProblem=无法从“${embed}”嵌入资源。
CSSParserProblem=${reason}
CSSUndefinedNamespacePrefixProblem=命名空间前缀“${prefix}”未定义。
CSSUndefinedTypeProblem=“${type}”未定义。
CSSUnknownDefaultNamespaceProblem=无命名空间前缀的类型选择器需要定义一个默认的命名空间。${selectorText}
CSSUnresolvedClassReferenceProblem=${qname} 未定义。
CyclicalIncludesProblem=在 ${file} 中发现循环包含
DependencyNotCompatibleProblem=${swc} 的依赖项 ${definition} 有一个受支持的最低版本的 ${swcMinimumVersion},该版本高于兼容版本 ${compatibilityVersion}。
DeprecatedConfigurationOptionProblem=从 ${since} 起已不推荐使用“${option}”。请使用“${replacement}”
DuplicateAttributeProblem=多次指定了属性 ${attrStr}。
DuplicateClassDefinitionProblem=类定义 ${className} 重复。
DuplicateConfigNameProblem=配置命名空间“${configName}”重复
DuplicateFunctionDefinitionProblem=函数定义 ${methodName} 重复
DuplicateInterfaceDefinitionProblem=接口定义 ${interfaceName} 重复。
DuplicateInterfaceProblem=${classStr} ${className} 多次实现 ${interfaceStr} ${interfaceName}。
DuplicateLabelProblem=标签定义重复。
DuplicateNamespaceDefinitionProblem=命名空间定义重复。
DuplicateQNameInSourcePathProblem=${qName} 由以下多个文件定义: ${fileList}
DuplicateSkinStateProblem=重复声明 SkinState${name}”
DuplicateSourceFileProblem=在包含源列表中多次指定了 ${file}。
DuplicateSourcePathProblem=在源路径中多次指定了 ${directory}。
DuplicateSwitchCaseProblem=切换替代名 ${caseName} 重复。
DynamicNotOnClassProblem=${dynamicStr} 属性只能与 ${classStr} 定义一起使用。
EmbedAS2TagsModifiedProblem=已从 ${symbol} 标签中删除 AS2 操作
EmbedBadFontParameters=字体转码需要您指定“fontName”和“source”、“systemFont”或“sourceList”之一
EmbedBadScalingGridTargetProblem=无法缩放符号 ${symbol},因为它不属于类型 Sprite
EmbedCouldNotDetermineSampleFrameCountProblem=无法确定文件 ${filename} 中的采样帧计数
EmbeddedFontShadowsDeviceFontProblem=嵌入字体“${alias}”可能在同名的设备字体上投射阴影。请使用 fontName 将字体命名为其他名称
EmbedExceptionWhileTranscodingProblem=在转码期间发生异常: ${exception}
EmbedInitialValueProblem=Embed 变量不得存在现有值。
EmbedInvalidAttributeValueProblem=值 ${value} 对于属性 ${attribute} 无效
EmbedInvalidUnicodeRangeProblem=Unicode 范围“${range}”无效
EmbedMissingSymbolProblem=在文件 ${swf} 中找不到符号 ${symbol}
EmbedMovieScalingNoSymbolProblem=在缩放嵌入的影片时指定符号
EmbedMultipleMetaTagsProblem=一个变量只能有一个 Embed 元数据标签
EmbedNoSkinClassProblem=在嵌入外观资源时必须指定 skinClass 属性
EmbedNoSourceAttributeProblem=Embed 要求使用源文件属性
EmbedQualityRequiresCompressionProblem=在禁用压缩时不要指定 ${quality}
EmbedQualityValueProblem=值 ${value} 对于 ${quality} 属性无效。该值必须介于 0.0 100.0 之间
EmbedScalingGridProblem=属性 scaleBottomscaleLeftscaleRight scaleTop 必须一起指定
EmbedScalingGridValueProblem=属性 ${attr} 的缩放值 ${value} 必须大于 0
EmbedSkinClassNotFoundProblem=找不到类 ${skinClass}
EmbedSourceAttributeCouldNotBeReadProblem=无法读取嵌入源文件 ${filename}
EmbedSourceAttributeDoesNotExistProblem=找不到嵌入源文件
EmbedSourceFileNotFoundProblem=找不到嵌入源文件: ${file}
EmbedTypeNotEmbeddableProblem=无法嵌入类型 ${typeName}
EmbedUnableToBuildFontProblem=无法构建字体“${fontName}”
EmbedUnableToReadSourceProblem=无法读取转码源“${source}”
EmbedUnknownAttributeProblem=未知属性: ${attr}
EmbedUnknownMimeTypeProblem=未处理的 mime 类型 ${mimeType}
EmbedUnrecogniedFileTypeProblem=文件 ${file} 的文件类型未知,无法嵌入
EmbedUnsupportedAttributeProblem=属性 ${attribute} 无法与 mime 类型 ${mimeType} 一起使用
EmbedUnsupportedSamplingRateProblem=文件 {filename} 中不支持频率 ${frequency}
FileNotFoundProblem=找不到文件: ${file}
FinalOutsideClassProblem=属性 ${finalStr} 只能用于 ${classStr} 中定义的方法。
FunctionNotMarkedOverrideProblem=正在覆盖未标记为 ${overrideStr} ${funcStr}
FunctionWithoutBodyProblem=函数没有过程体。
FXGCompilerProblem=FXG 编译问题: ${message}
GetterCannotHaveParametersProblem=getter 定义不能有参数。
GlobalBindablePropertyProblem=在全局变量或 ${packageStr} 变量中不允许使用 [${bindableStr}]
HostComponentClassNotFoundProblem=找不到 [HostComponent] 类“${className}”。
HostComponentMustHaveTypeProblem=[HostComponent] 必须指定一个类型名。
IllegalAssignmentToClassProblem=对类 ${className} 的赋值非法。
ImplicitCoercionToSubtypeProblem=从静态类型为 ${baseType} 的值到可能不相关的类型 ${subType} 之间的隐式强制转换。
ImplicitCoercionToUnrelatedTypeProblem=从类型 ${actualType} 的值到不相关类型 ${expectedType} 之间的隐式强制转换。
InaccessibleMethodReferenceProblem=通过静态类型为 ${className} 的引用来尝试访问的方法 ${methodName} 不可访问。
InaccessiblePropertyReferenceProblem=通过静态类型为 ${className} 的引用来尝试访问的属性 ${propertyName} 不可访问。
IncompatibleDefaultValueProblem=类型 ${srcType}(应为 ${tgtType})的默认值不兼容。
IncompatibleInterfaceMethodProblem=使用了 ${classStr} ${className} 中不兼容的签名来实现 ${namespaceStr} ${namespaceName} 中的 ${interfStr} 方法 ${methodName}
IncompatibleOverrideProblem=${overrideStr} 不兼容。
InterfaceBindablePropertyProblem=${interfStr} 定义中不允许使用 [${bindableStr}]。
InterfaceCannotBeInstantiatedProblem=不能使用新的运算符对接口进行实例化。
InterfaceMethodWithBodyProblem=${interfaceStr} 中定义的方法不得含有过程体。
InterfaceModifierProblem=接口属性 ${modifier} 无效。
InterfaceNamespaceAttributeProblem=不允许在接口方法中使用 namespace 属性。
InternalCompilerProblem=内部编译器错误
InvalidABCByteCodeProblem=ABC 字节代码无效。
InvalidBackgroundColorProblem=背景颜色 ${backgroundColor} 无效
InvalidDecrementOperandProblem=减量操作数无效。
InvalidEscapeSequenceProblem=“${badSequence}”不是有效的转义序列
InvalidForInInitializerProblem=语法错误: for-in 初始值设定项无效,应该只包含一个表达式。
InvalidIncrementOperandProblem=增量操作数无效。
InvalidLvalueProblem=赋值的目标必须是引用值。
InvalidNamespaceInitializerProblem=命名空间的初始值设定项必须是一个文本字符串或者是另一个命名空间。
InvalidNamespaceProblem=用户定义的 namespace 属性只能在 ${classStr} 定义的顶级使用。
InvalidOverrideProblem=${overrideStr} 属性只能用于 ${classStr} 中定义的方法。
InvalidPrivateNamespaceAttrProblem=${privateStr} 属性只能用于 ${classStr} 属性定义。
InvalidPrivateNamespaceProblem=${privateStr} 只能用作 ${classStr} 内部的命名空间。
InvalidProtectedNamespaceAttrProblem=${protectedStr} 属性只能用于 ${classStr} 属性定义。
InvalidProtectedNamespaceProblem=${protectedStr} 只能用作 ${classStr} 内部的命名空间。
InvalidPublicNamespaceAttrProblem=${publicStr} 属性只能在 ${packageStr} 的内部使用。
InvalidPublicNamespaceProblem=${publicStr} 只能用作 ${packageStr} 内部的命名空间。
InvalidRestParameterDeclarationProblem=在 ...rest 参数定义关键字之后指定的参数只能为 Array 数据类型。
InvalidSuperExpressionProblem=super 表达式只能在类实例方法内部使用。
InvalidSuperStatementProblem=super 语句只能在类实例构造函数内部使用。
JSDataClassMethodError=ERROR: DataClass classes must not declare methods.
JSInternalCompilerProblem=Internal compiler error: ${message}.
JSUnsupportedFeatureProblem=Unsupported feature: ${feature}.
JSWarnClassInitProblem=PERFORMANCE: Avoid loose class initialization statements. Consider using singletons instead.
JSWarnClosureAdvancedOptimizationsProblem=WARNING: Optimizing with ADVANCED_OPTIMIZATIONS will fail because of accessing properties via unknown strings.
JSWarnRuntimeNameLookupProblem=PERFORMANCE: Forced to emit expensive runtime name lookup. Consider using strict types instead of generic objects and avoiding dynamic classes.
LocalBindablePropertyProblem=${funcStr} 定义中不允许使用 [${bindableStr}]。
LossyConversionProblem=初始化无效: 转换为类型 ${targetType} 时丢失数据。
MethodCannotBeConstructorProblem=方法不能用作构造函数。
MissingBuiltinProblem=缺少内置类型 ${builtinType}
MissingCatchOrFinallyProblem=语法错误: 需要 catch finally 子句。
MissingFactoryClassInFrameMetadataProblem=此编译单元在 Frame 元数据中未指定 factoryClass,从而无法加载配置的运行时共享库。若要在没有运行时共享库的情况下进行编译,请将 -static-link-runtime-shared-libraries 选项设置为 true,或者删除 -runtime-shared-libraries 选项。
MissingRequirementConfigurationProblem=未设置配置变量“${required}”
MissingSignedDigestProblem=在 ${libraryPath} 库的 catalog.xml 中找不到已签名的摘要。
MissingSkinPartProblem=缺少必要的外观部分“${skinPartName}”。
MissingSkinStateProblem=缺少必要的外观状态“${skinStateName}”。
MissingUnsignedDigestProblem=在 ${libraryPath} 库的 catalog.xml 中找不到未签名的摘要。
MultipleConfigNamespaceDecorationsProblem=定义中不允许有重复的配置命名空间
MultipleSwitchDefaultsProblem=switch 有多个默认值,但只允许有一个默认值。
MXMLAttributeVersionProblem=“${name}”属性只能用于 MXML ${version} 或更高版本。将忽略此属性。
MXMLClassNodeProblem=“${qname}”未指定类或接口。将忽略此属性。
MXMLDatabindingSourceNotBindableProblem=数据绑定将无法检测对“${sourceName}”的赋值。
MXMLDuplicateIDProblem=此 ID 不是唯一的。将忽略此 ID
MXMLFinalClassProblem=“${qname}”是一个最终类,无法用作根标签。
MXMLIncludeInAndExcludeFromProblem=无法在此同一标签上指定“includeIn”和“excludeFrom”属性。将忽略这两个属性。
MXMLIncompatibleArrayElementProblem=类型“${actualType}”的数组元素与“${propertyName}”属性的“${expectedType}”的预期 [ArrayElementType] 不兼容。
MXMLIncompatibleVectorElementProblem=此元素与 Vector 类型不兼容。将忽略此元素。
MXMLInvalidEntityProblem=发现未知实体“{entity}”。将忽略此实体。
MXMLInvalidIDProblem=此 ID 不是有效的 ActionScript 标识符。将忽略此 ID
MXMLInvalidItemCreationPolicyProblem=itemCreationPolicy 的有效值为“immediate”或“deferred”。将忽略此属性。
MXMLInvalidItemDestructionPolicyProblem=itemDestructionPolicy 的有效值为“auto”或“never”。将忽略此属性。
MXMLInvalidPercentageProblem=“${property}”的初始值设定项: 无效的百分比表达式:“${text}”。
MXMLInvalidTextForTypeProblem=无法从“${text}”中解析“${type}”类型的值。
MXMLInvalidVectorFixedAttributeProblem=“fixed”属性必须为“true”或“false”。将忽略此属性。
MXMLInvalidVectorTypeAttributeProblem=“type”属性未指定已知类。该类型将假定为“*”。
MXMLMissingRootTagProblem=在此 MXML 文件中未发现根标签。
MXMLMissingVectorTypeAttributeProblem=<Vector> 标签上需要“type”属性。该类型将假定为“*”。
MXMLNotAClassProblem=“${qname}”不是一个类。将忽略此标签。
MXMLOperationMissingNameProblem=操作需要一个 ${name} 属性。
MXMLOtherLanguageNamespaceProblem=MXML 文档中只能使用一种语言命名空间。将忽略此属性。
MXMLOuterDocumentAlreadyDeclaredProblem=已声明名为 ${outerDocument} 的属性,与 ${fxComponent} 标签的 ${outerDocument} 冲突。
MXMLPercentageNotAllowedProblem=“${property}”的初始值设定项: 此处不允许使用百分比:“${text}”。
MXMLPrivateAttributeProblem=此属性使用一个私有命名空间,因此将忽略此属性。
MXMLPrivateTagLocationProblem=<Private> 标签必须是文件根标签的最后一个子标签。将忽略此标签。
MXMLSemanticProblem=在 MXML 的语义分析期间发生内部问题
MXMLUnexpectedAttributeProblem=此属性为意外属性。将忽略此属性。
MXMLUnexpectedDatabindingProblem=此数据绑定表达式为意外表达式。将忽略此表达式。
MXMLUnexpectedTagProblem=此标签为意外标签。将忽略此标签。
MXMLUnexpectedTextProblem=此文本为意外文本。将忽略此文本。
MXMLUnrecognizedCompilerDirectiveProblem=函数 ${functionName} 不是可识别的编译时指令
MXMLUnresolvedTagProblem=无法将此标签解析为 ActionScript 类。将忽略此标签。
MXMLUnterminatedEntityProblem=发现未终止的实体。将忽略此实体。
MXMLXMLListMixedContentProblem=此处不允许使用混合内容。
MXMLXMLOnlyOneRootTagProblem=仅允许一个根标签
MXMLXMLRequireContentProblem=需要 XML 内容
NamespaceInInterfaceProblem=不允许在接口中使用命名空间声明。
NativeMethodWithBodyProblem=本机方法不能包含过程体。
NativeNotOnFunctionProblem=${nativeStr} 属性只能与 ${functionStr} 定义一起使用。
NativeUsedInInterfaceProblem=在 ${interfStr} 定义中不能使用 ${nativeStr} 属性。
NativeVariableProblem=变量不能为 ${nativeStr}。
NestedGetterSetterProblem=存取器不能嵌套在其他函数中。
NestedPackageProblem=包不能嵌套。
NoCompilationUnitForDefinitionProblem=找不到名为“${qname}”的编译单元。
NoDefaultConstructorInBaseClassProblem=在基类 ${baseClass} 中找不到默认构造函数。
NoDefinitionForSWCDependencyProblem=在 SWC ${swcFilename} 中找不到依赖的定义 ${qname}
NoMainDefinitionProblem=找不到名为“${qname}”的外部可见定义。
NonConstantNamespaceProblem=命名空间的初始值设定项必须是一个文本字符串或者是另一个命名空间。
NonConstantParamInitializerProblem=参数初始值设定项未知或不是编译时常量。
NonDirectoryInSourcePathProblem=在源路径中指定了 ${file},它不是一个目录。
NoScopesInABCCompilationUnitProblem=在编译单元中找不到范围。
OnlyOneHostComponentAllowedProblem=只允许一个 [HostComponent]。
OverlappingSourcePathProblem=重叠的源路径条目 ${ancestor} ${descendant} 的祖代
OverrideFinalProblem=无法重定义 ${finalStr} 方法。
OverrideNotFoundProblem=标记为 ${overrideStr} 的方法必须覆盖另一方法。
OverrideOutsideClassProblem=${overrideStr} 属性只能用于 ${classStr} 属性定义。
PackageCannotBeUsedAsValueProblem=包无法作为值 ${packageName} 使用。
ParserProblem=内部解析问题
PropertyIsWriteOnlyProblem=属性 ${name} 为只写。
PrototypeInvalidAttributeProblem=prototype 属性无效。
RemovedConfigurationOptionProblem=不再支持“${option}”,该选项无效。
RequiredParameterAfterOptionalProblem=必选参数不得位于可选参数之后。
ResourceBundleMalformedEncodingProblem=给定字符串的编码格式 ${string} 不正确
ResourceBundleNoBundleParameterProblem=没有为 @Resource() 提供 bundle 参数
ResourceBundleNoKeyParameterProblem=没有为 @Resource() 提供 key 参数
ResourceBundleNotFoundForLocaleProblem=无法为区域设置“${locale}”解析资源绑定“${bundleName}”
ResourceBundleNotFoundProblem=无法解析资源绑定“${bundleName}”
RestParameterMustBeLastProblem=${rest} 参数必须位于最后。
ReturnCannotBeUsedInGlobalProblem=不能在全局初始化代码中使用返回语句。
ReturnCannotBeUsedInPackageProblem=不能在包初始化代码中使用返回语句。
ReturnCannotBeUsedInStaticProblem=不能在静态初始化代码中使用返回语句。
ReturnMustReturnValueProblem=函数没有返回值。
ReturnValueMustBeUndefinedProblem=返回值必须未定义。
SemanticProblem=在语义分析期间发生内部问题
SetterCannotHaveOptionalProblem=setter 定义不能有可选参数。
SetterMustHaveOneParameterProblem=setter 定义只能有一个参数。
SkinPartsMustBePublicProblem=外观部分必须为公共元素。
StaticAndOverrideProblem=函数不能同时为 ${staticStr} ${overrideStr}。
StaticNamespaceDefinitionProblem=${namespaceKeyword} 定义中不允许使用 static 属性。
StaticOutsideClassProblem=${staticStr} 属性只能用于 ${classStr} 内部的定义。
StrictUndefinedMethodProblem=通过静态类型为 ${className} 的引用来调用的方法 ${methodName} 可能未定义。
SyntaxProblem=语法错误: 此处不允许使用“${tokenText}”
ThisUsedInStaticFunctionProblem=静态方法中不能使用 ${thisKeyword} 关键字。它只能用于实例方法、函数结束项和全局代码。
TooFewFunctionParametersProblem=参数的数量不正确。要求 ${nParams}
TooManyFunctionParametersProblem=参数的数量不正确。要求不超过 ${nParams}
UnableToBuildReportProblem=无法构建报告: ${message}
UnableToBuildSWFProblem=无法构建 SWF ${file}
UnableToBuildSWFTagProblem=无法为 ${name} 构建 SWF 标签
UnableToListFilesProblem=无法列出目录内容: @{directory}
UnboundMetadataProblem=元数据未绑定到定义
UndefinedConfigNameProblem=未定义的配置常量:“${configName}”
UndefinedConfigNamespaceProblem=未定义的配置命名空间:“${configName}”
UnexpectedExceptionProblem=意外的例外项“${exceptionName}”。
UnexpectedReturnProblem=此处不能使用返回语句。
UnexpectedTokenProblem=语法错误: 要求 ${tokenKind} 但获取了“${tokenText}”
UnfoundPropertyProblem=访问的 ${property} 属性未定义
UnimplementedInterfaceMethodProblem=${classStr} ${className} 未实现 ${namespaceStr} ${namespaceName} 中的 ${interfStr} 方法 ${methodName}
UnknownBreakTargetProblem=找不到 break 语句的目标。
UnknownContinueTargetProblem=找不到 continue 语句的目标。
UnknownInterfaceProblem=找不到 ${interfaceStr} ${interfaceName}。
UnknownNamespaceProblem=未知命名空间 ${namespaceName}。
UnknownSuperclassProblem=找不到基类 ${superclassName} 的定义。
UnknownTypeProblem=找不到类型或类型不是编译时常量: ${typeName}。
UnresolvedClassReferenceProblem=找不到定义 ${qname}。
UnresolvedNamespaceProblem=找不到命名空间或命名空间不是编译时常量。
UnsupportedSourceFileProblem=${file} 属于不受支持的类型: ${ext}
VarInInterfaceProblem=${interfStr} 中不允许 ${varStr} 声明。
VoidTypeProblem=${voidStr} 不是有效类型。
WrongSkinPartProblem=外观部分类型“${skinPartTypeName}”必须可赋值给“${hostSkinPartTypeName}”。