All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.json-schema-validator.1.3.2.source-code.jsv-messages_zh_CN.properties Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
ref = {0}:“refs”有错误
additionalItems = {0}:[{1}] 在此索引中找不到验证器
additionalProperties = {0}:''{1}'' 未在架构中定义,且架构不允许附加属性
allOf = {0}:应对所有架构 {1} 有效
anyOf = {0}:应对任何架构 {1} 有效
const = {0}:必须是常量值 {1}
contains = {0}:不包含通过这些验证的元素:{2}
contains.max = {0}:包含的元素必须少于 {1} 个通过这些验证的元素:{2}
contains.min = {0}:必须包含至少 {1} 个通过这些验证的元素:{2}
crossEdits = {0}:“交叉编辑”有错误
dateTime = {0}:{1} 是无效的 {2}
dependencies = {0}:依赖项 {1} 存在错误
dependentRequired = {0}:缺少属性“{1}”,该属性是依赖必需的,因为存在“{2}”
dependentSchemas = {0}:dependentSchemas {1} 存在错误
edits = {0}:“edits”有错误
enum = {0}:枚举 {1} 中没有值
exclusiveMaximum = {0}:必须具有独占最大值 {1}
exclusiveMinimum = {0}:必须具有独占最小值 {1}
false = {0}: 布尔模式 false 无效
format = {0}:与 {1} 模式 {2} 不匹配
id = {0}:{1} 是 URI {2} 的无效段
items = {0}[{1}]:在此索引中找不到验证器
maxContains = {0}:必须是 {1} 中的非负整数
maxItems = {0}:数组中最多必须有 {1} 个项目
maxLength = {0}:只能是 {1} 个字符长
maxProperties = {0}:最多只能有 {1} 个属性
maximum = {0}:最大值必须为 {1}
minContains = {0}:必须是 {1} 中的非负整数
minContainsVsMaxContains = {0}:minContains 必须小于或等于 {1} 中的 maxContains
minItems = {0}:数组中必须至少有 {1} 个项目
minLength = {0}:长度必须至少为 {1} 个字符
minProperties = {0}:至少应具有 {1} 个属性
minimum = {0}:最小值必须为 {1}
multipleOf = {0}:必须是 {1} 的倍数
not = {0}:对于架构 {1} 不应有效
notAllowed = {0}:''{1}'' 不允许,但在数据中
oneOf = {0}:应该对一个且仅一个架构有效,但 {1} 有效
pattern = {0}:与正则表达式模式 {1} 不匹配
patternProperties = {0}:“模式属性”有一些错误
prefixItems = {0}:[{1}] 在此索引处找不到验证器
properties = {0}:“属性”有错误
propertyNames = {0}:''{1}'' 属性名称 {0} 对于验证无效:{1}
readOnly = {0}:是只读字段,无法更改
required = {0}:''{1}'' 缺少但必需
type = {0}:已找到 {1},预计为 {2}
unevaluatedItems = {0}:''{1}''以下路径中有未评估的项目 {0}
unevaluatedProperties = {0}:''{1}''以下路径中有未评估的属性 {0}
unionType = {0}:已找到 {1},但需要 {2}
uniqueItems = {0}:数组中的项目必须是唯一的
uuid = {0}:{1} 是无效的 {2}
writeOnly = {0}:是只写字段,不能出现在数据中




© 2015 - 2024 Weber Informatics LLC | Privacy Policy