Files
vscode/i18n/chs/extensions/json/server/out/configuration.i18n.json
2016-03-18 22:01:19 +01:00

41 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*---------------------------------------------------------------------------------------------
* 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.
{
"schema.json": "使用架构描述 JSON 文件。参见 json-schema.org 了解详细信息。",
"schema.json.$schema": "验证此文档的架构",
"schema.json.additionalItems": "对于数组,仅适用于项目被设置为一个数组。如果是一个架构,则在项目数组指定项目后,由此架构进行验证。如果为 false则其他项目将导致验证失败。",
"schema.json.additionalProperties": "架构或布尔。如果是架构,则将用于验证与 \"properties\" 或 \"patternProperties\" 不匹配的所有属性。如果是 false则与两者均不匹配的任何属性都将导致此架构失败。",
"schema.json.allOf": "架构的数组,全部都必须匹配。",
"schema.json.anyOf": "架构的数组,必须至少有一个匹配。",
"schema.json.default": "默认值。由建议使用。",
"schema.json.definitions": "不用于验证。将你希望使用 $ref 内嵌引用的子架构放在此处",
"schema.json.dependencies": "属性名称到属性名称数组或架构的映射。属性名称数组指的是键中的属性名称。这取决于为保证有效而显示在对象中的数组中的属性。如果该值是一个架构,则该架构仅应用于该对象(如果键中的属性存在于对象上)。",
"schema.json.description": "元素的详细描述。用于悬停菜单和建议。",
"schema.json.enum": "一组有效的文字值",
"schema.json.exclusiveMaximum": "使最大的属性成为专有属性。",
"schema.json.exclusiveMininum": "使最小的属性成为专有属性。",
"schema.json.format": "描述值应采用的格式。",
"schema.json.id": "架构的唯一标识符。",
"schema.json.items": "用于数组。可以是一个用于验证每个元素的架构,或按顺序验证每个项目的架构数组(第一个架构将验证第一个元素,第二个架构将验证第二个元素,依此类推)。",
"schema.json.maxItems": "一个数组内可以包含的项目的最大数量。包含。",
"schema.json.maxLength": "字符串的最大长度。",
"schema.json.maxProperties": "一个对象可以拥有的属性的最大数量。包含。",
"schema.json.maximum": "最大数值,默认包含。",
"schema.json.minItems": "一个数组内可以包含的项目的最小数量。包含。",
"schema.json.minLength": "字符串的最小长度。",
"schema.json.minProperties": "一个对象可以拥有的属性的最小数量。包含。",
"schema.json.minimum": "最小数值,默认包含。",
"schema.json.multipleOf": "一个可以除尽当前值的数 (即,没有余数)",
"schema.json.not": "必须不能匹配的架构。",
"schema.json.oneOf": "架构的数组,正好有一个必须匹配。",
"schema.json.pattern": "匹配字符串的正则表达式。不是隐含固定的。",
"schema.json.patternProperties": "属性名称的正则表达式与架构的映射,用于匹配属性。",
"schema.json.properties": "属性名称与每个属性架构的映射。",
"schema.json.required": "字符串的数组,列出了此对象需要的所有属性的名称。",
"schema.json.title": "元素的描述性标题",
"schema.json.type": "一个基本架构类型(数字、整数、null、数组、对象、布尔值、字符串)的字符串或一个指定这些类型子集的字符串的数组。",
"schema.json.uniqueItems": "数组中所有项目是否必须唯一。默认为 false。"
}