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

41 lines
3.8 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。"
}