{
  "Default Value": "默认值",
  "json.schema.invalidref": "在 '{1}' 中的 $ref '{0}' 无法解析。",
  "json.schema.problemloadingref": "加载引用 '{0}' 时出现问题：{1}",
  "json.schema.nocontent": "无法从“{0}”加载架构：没有内容。",
  "json.schema.invalidFormat": "无法解析来自“{0}”的内容：在第 {1} 行第 {2} 列发生解析错误",
  "colorHexFormatWarning": "无效的颜色格式。请使用 #RGB、#RGBA、#RRGGBB 或 #RRGGBBAA。",
  "dateTimeFormatWarning": "字符串不是 RFC3339 日期时间格式。",
  "dateFormatWarning": "字符串不是 RFC3339 日期格式。",
  "timeFormatWarning": "字符串不是 RFC3339 时间格式。",
  "emailFormatWarning": "字符串不是有效的电子邮件地址。",
  "ipv4FormatWarning": "字符串与 IPv4 格式不匹配。",
  "ipv6FormatWarning": "字符串与 IPv6 格式不匹配。",
  "enumWarning": "值无效。允许的值：{0}。",
  "typeArrayMismatchWarning": "类型不正确。应为以下之一：{0}。",
  "notSchemaWarning": "匹配了不被允许的模式。",
  "oneOfWarning": "同时匹配多个模式，必须只匹配一个。",
  "ifFilePatternAssociation": "filePatternAssociation '{0}' 与文档 URI '{1}' 不匹配",
  "multipleOfWarning": "值不能被 {0} 整除。",
  "exclusiveMinimumWarning": "值低于最小（不包含）限制 {0}。",
  "exclusiveMaximumWarning": "值高于最大（不包含）限制 {0}。",
  "minimumWarning": "值低于最小值 {0}。",
  "maximumWarning": "值高于最大值 {0}。",
  "minLengthWarning": "字符串长度小于最小长度 {0}。",
  "maxLengthWarning": "字符串长度超过最大长度 {0}。",
  "patternWarning": "字符串不符合模式 \"{0}\"。",
  "uriEmpty": "需要提供 URI。",
  "uriSchemeMissing": "需要带有协议的 URI。",
  "uriFormatWarning": "字符串不是有效的 URI：{0}",
  "additionalItemsWarning": "数组项数超过了模式限制。最多允许 {0} 项。",
  "requiredItemMissingWarning": "数组中缺少必需项。",
  "minItemsWarning": "数组项数不足。应为 {0} 项或更多。",
  "maxItemsWarning": "数组项数过多。应为 {0} 项或更少。",
  "uniqueItemsWarning": "数组中包含重复项。",
  "DisallowedExtraPropWarning": "属性 {0} 不被允许。",
  "MaxPropWarning": "对象的属性数超过了限制 {0}。",
  "MinPropWarning": "对象的属性数少于所需数量 {0}。",
  "RequiredDependentPropWarning": "属性 {1} 依赖的属性 {0} 缺失。",
  "Inline schema": "内联模式",
  "create.item.array": "创建数组项{0}{1}",
  "array.item": "- （数组项）",
  "allowedValues": "允许的值：",
  "example": "示例：",
  "source": "来源：[ {0} ]({1})",
  "jumpToSchema": "跳转到模式位置（{0}）",
  "convertToSpace": "将 Tab 转换为空格",
  "convertAllSpaceToTab": "将所有空格转换为 Tab",
  "deleteUnusedAnchor": "删除未使用的锚点：{0}",
  "convertToBoolean": "转换为布尔值",
  "convertToBlockStyle": "转换为块样式 {0}",
  "fixKeyOrderToMap": "修复此映射的键顺序",
  "flowStyleMapForbidden": "禁止使用 flow 样式的映射",
  "flowStyleSeqForbidden": "禁止使用 flow 样式的序列",
  "unUsedAnchor": "未使用的锚点 \"{0}\"",
  "unUsedAlias": "未解析的别名 \"{0}\""
}
