/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { "ColonExpected": "需要冒号", "DisallowedExtraPropWarning": "不允许使用属性 {0}。", "DoubleQuotesExpected": "属性关键字必须用双引号括起来", "DuplicateKeyWarning": "重复对象键", "End of file expected": "预期的文件结尾", "ExpectedCloseBrace": "需要逗号或右大括号", "ExpectedCloseBracket": "需要逗号或右中括号", "Invalid symbol": "预期的 JSON 对象、数组或文本", "InvalidEscapeCharacter": "字符串中的转义字符无效", "InvalidNumberFormat": "数字格式无效", "InvalidUnicode": "字符串中的 Unicode 序列无效", "MaxPropWarning": "对象拥有的属性超过限制 {0}", "MinPropWarning": "对象拥有的属性少于必需的数量 {0}", "MissingRequiredPropWarning": "缺少属性“{0}”", "PropertyExpected": "预期的属性", "RequiredDependentPropWarning": "对象缺少属性 {1} 要求的属性 {0}", "UnexpectedEndOfComment": "意外的注释结尾", "UnexpectedEndOfNumber": "意外的数字结尾", "UnexpectedEndOfString": "意外的字符串结尾", "ValueExpected": "需要值", "additionalItemsWarning": "根据架构,数组项目过多。预期为 {0} 或更少", "enumWarning": "值不是一个可接受的值。有效值为: {0}", "exclusiveMaximumWarning": "值超过了最大值 {0}(不含)", "exclusiveMinimumWarning": "值低于最小值 {0}(不含)", "maxItemsWarning": "数组拥有的项目过多。预期为 {0} 或更少", "maxLengthWarning": "字符串短于最大长度 ", "maximumWarning": "值超过了最大值 {0}", "minItemsWarning": "数组拥有的项目过少。预期为 {0} 或更多", "minLengthWarning": "字符串短于最小长度 ", "minimumWarning": "值低于最小值 {0}", "multipleOfWarning": "值不能被 {0} 整除", "notSchemaWarning": "匹配不被允许的架构。", "oneOfWarning": "当只有一个必须验证时,匹配多个架构。", "patternWarning": "字符串不匹配“{0}”的模式", "typeArrayMismatchWarning": "错误类型。预期为 {0} 的一种", "typeMismatchWarning": "错误类型。预期为“{0}”", "uniqueItemsWarning": "数组有重复的项目" }