mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
44 lines
2.5 KiB
JSON
44 lines
2.5 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
|
* 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": "陣列有重複的項目"
|
|
} |