More i18n files which got ignored due to out folder

This commit is contained in:
Dirk Baeumer 2016-03-11 23:01:10 +01:00
parent e6fa8d974c
commit a453daa626
109 changed files with 2035 additions and 0 deletions

1
i18n/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
!out/

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "默认值"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "阵列有重复的项目"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "无法分析“{0}”中的内容: {1}。",
"json.schema.invalidref": "无法解析 {1} 中的 $ref“{0}”。",
"json.schema.nocontent": "无法从“{0}”加载架构: 无内容。",
"json.schema.problemloadingref": "加载引用“{0}”时出现问题: {1}",
"json.schema.unabletoload": "无法从“{0}”加载架构: {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "默认 bower.json",
"json.bower.error.repoaccess": "对 Bower 存储库发出的请求失败: {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
"derivedLabel": "具有同级文件的文件(按名称)",
"falseDescription": "禁用该模式。",
"falseLabel": "False",
"fileDescription": "与具有特定文件扩展名的所有文件匹配。",
"fileLabel": "按扩展名的文件",
"filesDescription": "与具有任意文件扩展名的所有文件匹配。",
"filesLabel": "具有多个扩展名的文件",
"folderDescription": "与任意位置具有特定名称的文件夹匹配。",
"folderLabel": "按名称的文件夹(任意位置)",
"siblingsDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
"topFolderDescription": "与具有特定名称的顶级文件夹匹配。",
"topFolderLabel": "按名称的文件夹(顶级)",
"topFoldersDescription": "与多个顶级文件夹匹配。",
"topFoldersLabel": "使用多个名称的文件夹(顶级)",
"trueDescription": "启用该模式。",
"trueLabel": "True"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "对 NPM 存储库发出的请求失败: {0}",
"json.npm.latestversion": "包的当前最新版本",
"json.npm.majorversion": "与最新的主要版本(1.x.x)匹配",
"json.npm.minorversion": "与最新的次要版本(1.2.x)匹配",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "最新版本: {0}",
"json.package.default": "默认 package.json"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "对 {0} 发起的请求失败: {1}",
"json.nugget.error.indexaccess": "对 {0} 发起的请求失败: {1}",
"json.nugget.error.invalidformat": "{0} 不是有效的 JSON 文档",
"json.nugget.error.missingservice": "NuGet 索引文档缺失服务 {0}",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "最新版本: {0}",
"json.project.default": "默认 project.json"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "错误的请求。由于语法错误,该请求无法完成。",
"status.401": "未经授权。服务器拒绝响应。",
"status.403": "已禁止。服务器拒绝响应。",
"status.404": "未找到。无法找到请求的位置。",
"status.405": "方法不被允许。使用该位置不支持的请求方法进行了请求。",
"status.406": "不可接受。服务器只生成客户端不接受的响应。",
"status.407": "需要代理身份验证。客户端必须先使用代理对自身进行身份验证。",
"status.408": "请求超时。等待请求的服务器超时。",
"status.409": "冲突。由于请求中的冲突,无法完成该请求。",
"status.410": "过期。请求页不再可用。",
"status.411": "长度必需。未定义“内容长度”。",
"status.412": "前提条件不满足。请求中给定的前提条件由服务器评估为 false。",
"status.413": "请求实体太大。服务器不会接受请求,因为请求实体太大。",
"status.414": "请求 URI 太长。服务器不会接受该请求,因为 URL 太长。",
"status.415": "不支持的媒体类型。服务器不会接受该请求,因为媒体类型不受支持。",
"status.416": "HTTP 状态代码 {0}",
"status.500": "内部服务器错误。",
"status.501": "未实现。服务器不识别该请求方法,或者服务器没有能力完成请求。",
"status.503": "服务不可用。服务器当前不可用(过载或故障)。"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "无法验证 php 文件。未找到 php 程序。使用 \"php.validate.executablePath\" 设置来配置 \"php\" 的位置",
"unknownReason": "使用路径运行 php 失败: {0}。原因未知。"
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "使用 dotnet 生成。",
"msbuild": "使用 msbuild 编译你的项目。",
"tscConfig": "将 tsc 编译器与 tsconfig.json 文件一起使用。",
"tscFile": "在特定的文件上使用 tsc 编译器。",
"tscOpenFile": "在当前打开的文件上使用 tsc 编译器。",
"tscWatch": "在观看模式下使用 tsc 编译器。"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "路径 {0} 不指向有效的 tsserver 安装。将禁用 TypeScript 语言功能。",
"serverCouldNotBeStarted": "TypeScript 语言服务器不能启动。错误消息为: {0}",
"serverDied": "在过去 5 分钟内TypeScript 语言服务意外中止 5 次。请考虑启用 bug 报告。",
"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。服务不会重启。请启用 bug 报告。"
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "預設值"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "陣列有重複的項目"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "無法從 '{0}' 剖析內容: {1}。",
"json.schema.invalidref": "無法解析 {1} 中的 $ref '{0}'。",
"json.schema.nocontent": "無法從 '{0}' 載入結構描述: 沒有內容。",
"json.schema.problemloadingref": "載入參考 '{0}' 時發生錯誤: {1}",
"json.schema.unabletoload": "無法從 '{0}' 載入結構描述: {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "預設 bower.json",
"json.bower.error.repoaccess": "對 Bower 儲存機制的要求失敗: {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "比對名稱相同但副檔名不同的同層級檔案。",
"derivedLabel": "依名稱排列且同層級的檔案",
"falseDescription": "停用模式。",
"falseLabel": "False",
"fileDescription": "比對所有具特定副檔名的檔案。",
"fileLabel": "依副檔名排列的檔案",
"filesDescription": "比對所有具任何副檔名的檔案。",
"filesLabel": "具多個副檔名的檔案",
"folderDescription": "在所有位置比對具特定名稱的資料夾。",
"folderLabel": "依名稱排列的資料夾 (任何位置)",
"siblingsDescription": "比對名稱相同但副檔名不同的同層級檔案。",
"topFolderDescription": "比對具特定名稱的最上層資料夾。",
"topFolderLabel": "依名稱排列的資料夾 (最上層)",
"topFoldersDescription": "比對多個最上層資料夾。",
"topFoldersLabel": "具多個名稱的資料夾 (最上層)",
"trueDescription": "啟用模式。",
"trueLabel": "True"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "對 NPM 儲存機制的要求失敗: {0}",
"json.npm.latestversion": "此封裝目前最新的版本",
"json.npm.majorversion": "比對最新的主要版本 (1.x.x)",
"json.npm.minorversion": "比對最新的次要版本 (1.2.x)",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "最新版本: {0}",
"json.package.default": "預設 package.json"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "對 {0} 的要求失敗: {1}",
"json.nugget.error.indexaccess": "對 {0} 的要求失敗: {1}",
"json.nugget.error.invalidformat": "{0} 不是有效的 JSON 文件",
"json.nugget.error.missingservice": "NuGet 索引文件遺漏服務 {0}",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "最新版本: {0}",
"json.project.default": "預設 project.json"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "要求不正確。因為語法錯誤而無法完成要求。",
"status.401": "未經授權。伺服器拒絕回應。",
"status.403": "禁止。伺服器拒絕回應。",
"status.404": "找不到。找不到要求的位置。",
"status.405": "不允許的方法。使用了該位置未支援的要求方法提出要求。",
"status.406": "無法接受。伺服器只能產生用戶端無法接受的回應。",
"status.407": "需要 Proxy 驗證。用戶端必須先以 Proxy 自我驗證。",
"status.408": "要求逾時。伺服器在等候要求時逾時。",
"status.409": "衝突。要求中存在衝突而無法予以完成。",
"status.410": "已移走。要求的頁面已無法使用。",
"status.411": "需要長度。未定義 \"Content-Length\"。",
"status.412": "先決條件失敗。伺服器將要求中指定的先決條件評估為 False。",
"status.413": "要求實體過大。伺服器將因為要求實體過大而不接受此要求。",
"status.414": "要求 URI 過長。伺服器將因為要求 URI 過長而不接受此要求。",
"status.415": "不支援的媒體類型。伺服器將因為不支援此媒體類型而不接受此要求。",
"status.416": "HTTP 狀態碼 {0}",
"status.500": "內部伺服器錯誤。",
"status.501": "未實作。伺服器無法辨識要求方法,或缺少完成要求的能力。",
"status.503": "服務無法使用。伺服器目前無法使用 (已超載或關閉)。"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "無法驗證 PHP 檔案。找不到 PHP 程式。請使用 'php.validate.executablePath' 設定,對 'php' 的位置進行設定",
"unknownReason": "無法使用路徑 {0} 執行 PHP。原因不明。"
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "使用 DotNet 組建。",
"msbuild": "使用 MSBuild 編譯您的專案。",
"tscConfig": "搭配 tsconfig.json 檔案使用 TSC 編譯器。",
"tscFile": "在指定的檔案上使用 TSC 編譯器。",
"tscOpenFile": "在目前開啟的檔案上使用 TSC 編譯器。",
"tscWatch": "在監看式模式下使用 TSC 編譯器。"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "路徑 {0} 未指向有效的 tsserver 安裝。將停用 TypeScript 語言功能。",
"serverCouldNotBeStarted": "無法啟動 TypeScript 語言伺服器。錯誤訊息為: {0}",
"serverDied": "Typescript 語言服務在過去 5 分鐘內意外中止 5 次。請考慮開啟問題報告。",
"serverDiedAfterStart": "Typescript 語言服務在啟動後立即中止 5 次。服務將不會重新啟動。請開啟問題報告。"
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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": "Beschreibt eine JSON-Datei mithilfe eines Schemas. Weitere Informationen finden Sie unter \"json-schema.org\".",
"schema.json.$schema": "Das Schema, anhand dessen das Dokument überprüft wird. ",
"schema.json.additionalItems": "Für Arrays. Gilt nur, wenn \"items\" als Array festgelegt ist. Wenn es sich um ein Schema handelt, überprüft dieses Schema Elemente nach den vom Elementarray angegebenen Elementen. Wenn der Wert \"false\" ist, führen zusätzliche Elemente zu Validierungsfehlern.",
"schema.json.additionalProperties": "Ein Schema oder ein boolescher Wert. Wenn es sich um ein Schema handelt, werden alle Eigenschaften überprüft, die nicht mit \"properties\" oder \"patternProperties\" übereinstimmen. Wenn \"false\", bewirken alle Eigenschaften, die mit keiner dieser Angaben übereinstimmen, einen Schemafehler.",
"schema.json.allOf": "Ein Array von Schemas, die alle übereinstimmen müssen.",
"schema.json.anyOf": "Ein Array von Schemas, von denen mindestens ein Schema übereinstimmen muss.",
"schema.json.default": "Ein Standardwert. Wird von Vorschlägen verwendet.",
"schema.json.definitions": "Wird nicht für Überprüfungen verwendet. Platzieren Sie hier Subschemas, auf die Sie inline mit $ref verweisen möchten.",
"schema.json.dependencies": "Eine Zuordnung von Eigenschaftennamen zu einem Array von Eigenschaftennamen oder zu einem Schema. Ein Array von Eigenschaftennamen bedeutet, dass die Gültigkeit der im Schlüssel benannten Eigenschaft davon abhängt, ob die Eigenschaften im Array des Objekts vorhanden sind. Wenn der Wert ein Schema ist, wird dieses Schema nur dann auf das Objekt angewendet, wenn die Eigenschaft im Schlüssel für das Objekt vorhanden ist.",
"schema.json.description": "Eine lange Beschreibung des Elements. Wird in Hovermenüs verwendet sowie in Vorschlägen.",
"schema.json.enum": "Die Sammlung der gültigen Literalwerte.",
"schema.json.exclusiveMaximum": "Definiert die maximum-Eigenschaft als exklusiv.",
"schema.json.exclusiveMininum": "Definiert die minimum-Eigenschaft als exklusiv.",
"schema.json.format": "Beschreibt das Format, das für den Wert erwartet wird.",
"schema.json.id": "Ein eindeutiger Bezeichner für das Schema.",
"schema.json.items": "Für Arrays. Es kann sich um ein Schema handeln, anhand dessen jedes Element überprüft wird, oder um ein Array von Schemas, anhand dessen jedes Element in der Reihenfolge überprüft wird (das erste Schema überprüft das erste Element, das zweite Schema überprüft das zweite Element usw.).",
"schema.json.maxItems": "Die maximale Anzahl von Elementen, die sich innerhalb eines Arrays befinden können. Inklusiv.",
"schema.json.maxLength": "Die maximale Länge einer Zeichenfolge.",
"schema.json.maxProperties": "Die maximale Anzahl von Eigenschaften, die ein Objekt haben kann. Inklusiv.",
"schema.json.maximum": "Der maximale numerische Wert, standardmäßig inklusiv.",
"schema.json.minItems": "Die minimale Anzahl von Elementen, die sich innerhalb eines Arrays befinden können. Inklusiv.",
"schema.json.minLength": "Die minimale Länge einer Zeichenfolge.",
"schema.json.minProperties": "Die minimale Anzahl von Eigenschaften, die ein Objekt haben kann. Inklusiv.",
"schema.json.minimum": "Der minimale numerische Wert, standardmäßig inklusiv.",
"schema.json.multipleOf": "Eine Zahl, die den aktuellen Wert glatt teilen sollte (d. h. ohne Rest).",
"schema.json.not": "Ein Schema, das nicht übereinstimmen darf.",
"schema.json.oneOf": "Ein Array von Schemas, von denen genau ein Schema übereinstimmen muss.",
"schema.json.pattern": "Ein regulärer Ausdruck, mit dem die Zeichenfolge verglichen wird. Er ist nicht implizit verankert.",
"schema.json.patternProperties": "Eine Zuordnung von regulären Ausdrücken für Eigenschaftennamen zu Schemas zum Vergleichen von Eigenschaften.",
"schema.json.properties": "Eine Zuordnung von Eigenschaftennamen zu Schemas für jede Eigenschaft.",
"schema.json.required": "Ein Array von Zeichenfolgen, das die Namen aller für dieses Objekt erforderlichen Eigenschaften auflistet.",
"schema.json.title": "Ein beschreibender Titel des Elements.",
"schema.json.type": "Eine Zeichenfolge eines der grundlegenden Schematypen (\"number\", \"integer\", \"null\", \"array\", \"object\", \"boolean\", \"string\") oder ein Array aus Zeichenfolgen, das eine Teilmenge dieser Typen angibt.",
"schema.json.uniqueItems": "Gibt an, dass alle Elemente im Array eindeutig sein müssen. Der Standardwert ist \"false\"."
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "Standardwert"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "Es wurde ein Doppelpunkt erwartet.",
"DisallowedExtraPropWarning": "Die Eigenschaft \"{0}\" ist unzulässig.",
"DoubleQuotesExpected": "Eigenschaftenschlüssel müssen in doppelte Anführungszeichen eingeschlossen werden.",
"DuplicateKeyWarning": "Doppelter Objektschlüssel",
"End of file expected": "Das Dateiende wurde erwartet.",
"ExpectedCloseBrace": "Es wurde ein Komma oder eine schließende geschweifte Klammer erwartet.",
"ExpectedCloseBracket": "Es wurde ein Komma oder eine schließende Klammer erwartet.",
"Invalid symbol": "Ein JSON-Objekt, Array oder Literal wurde erwartet.",
"InvalidEscapeCharacter": "Ungültiges Escapezeichen in Zeichenfolge",
"InvalidNumberFormat": "Ungültiges Zahlenformat",
"InvalidUnicode": "Ungültige Unicode-Sequenz in der Zeichenfolge.",
"MaxPropWarning": "Das Objekt verfügt über mehr Eigenschaften als das Limit von {0}.",
"MinPropWarning": "Das Objekt verfügt über weniger Eigenschaften als die erforderliche Anzahl von {0}.",
"MissingRequiredPropWarning": "Fehlende Eigenschaft \"{0}\".",
"PropertyExpected": "Es wurde eine Eigenschaft erwartet.",
"RequiredDependentPropWarning": "Im Objekt fehlt die Eigenschaft \"{0}\", die für die Eigenschaft \"{1}\" erforderlich ist.",
"UnexpectedEndOfComment": "Unerwartetes Kommentarende.",
"UnexpectedEndOfNumber": "Unerwartetes Ende der Zahl.",
"UnexpectedEndOfString": "Unerwartetes Ende der Zeichenfolge.",
"ValueExpected": "Ein Wert wurde erwartet.",
"additionalItemsWarning": "Das Array enthält gemäß dem Schema zu viele Elemente. Es wurden höchstens {0} Argumente erwartet.",
"enumWarning": "Der Wert ist kein zulässiger Wert. Gültige Werte: {0}",
"exclusiveMaximumWarning": "Der Wert liegt über dem exklusiven Maximalwert von {0}.",
"exclusiveMinimumWarning": "Der Wert liegt unter dem exklusiven Mindestwert von {0}.",
"maxItemsWarning": "Das Array enthält zu viele Elemente. Es wurden höchstens {0} Argumente erwartet.",
"maxLengthWarning": "Die Zeichenfolge ist kürzer als die maximale Länge von ",
"maximumWarning": "Der Wert liegt über dem Maximalwert von {0}",
"minItemsWarning": "Das Array enthält zu wenige Elemente. Es wurden mindestens {0} Argumente erwartet.",
"minLengthWarning": "Die Zeichenfolge ist kürzer als die minimale Länge von ",
"minimumWarning": "Der Wert liegt unter dem Mindestwert von {0}.",
"multipleOfWarning": "Der Wert ist nicht teilbar durch {0}.",
"notSchemaWarning": "Stimmt mit einem unzulässigen Schema überein.",
"oneOfWarning": "Stimmt mit mehreren Schemas überein, obwohl nur ein Schema übereinstimmen darf.",
"patternWarning": "Die Zeichenfolge stimmt nicht mit dem Muster \"{0}\" überein.",
"typeArrayMismatchWarning": "Falscher Typ. Ein Typ von {0} wurde erwartet.",
"typeMismatchWarning": "Falscher Typ. Erwartet wurde \"{0}\".",
"uniqueItemsWarning": "Das Array enthält doppelte Elemente."
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "Der Inhalt aus \"{0}\" kann nicht analysiert werden: {1}.",
"json.schema.invalidref": "$ref \"{0}\" in {1} kann nicht aufgelöst werden.",
"json.schema.nocontent": "Das Schema kann nicht aus \"{0}\" geladen werden: Es ist kein Inhalt vorhanden.",
"json.schema.problemloadingref": "Probleme beim Laden des Verweises \"{0}\": {1}",
"json.schema.unabletoload": "Das Schema kann nicht aus \"{0}\" geladen werden: {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "Standarddatei \"bower.json\"",
"json.bower.error.repoaccess": "Fehler bei der Anforderung des Bower-Repositorys: {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "Ordnet Dateien zu, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.",
"derivedLabel": "Dateien mit gleichgeordneten Elementen nach Name",
"falseDescription": "Deaktiviert das Muster.",
"falseLabel": "False",
"fileDescription": "Ordnet alle Dateien mit einer bestimmten Erweiterung zu.",
"fileLabel": "Dateien nach Erweiterung",
"filesDescription": "Ordnet alle Dateien mit einer der Dateierweiterungen zu.",
"filesLabel": "Dateien mit mehreren Erweiterungen",
"folderDescription": "Zuordnen eines Ordners mit einem bestimmten Namen an einem beliebigen Speicherort.",
"folderLabel": "Ordner nach Name (beliebiger Speicherort)",
"siblingsDescription": "Ordnet Dateien zu, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.",
"topFolderDescription": "Ordnet einen Ordner auf oberster Ebene einem bestimmten Namen zu.",
"topFolderLabel": "Ordner nach Name (oberste Ebene)",
"topFoldersDescription": "Ordnet mehrere Ordner auf oberster Ebene zu.",
"topFoldersLabel": "Ordner mit mehreren Namen (oberste Ebene)",
"trueDescription": "Aktiviert das Muster.",
"trueLabel": "True"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "Fehler bei der Anforderung des NPM-Repositorys: {0}",
"json.npm.latestversion": "Die zurzeit neueste Version des Pakets.",
"json.npm.majorversion": "Ordnet die aktuelle Hauptversion (1.x.x) zu.",
"json.npm.minorversion": "Ordnet die aktuelle Nebenversion (1.2.x) zu.",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "Aktuelle Version: {0}",
"json.package.default": "Standarddatei \"package.json\""
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "Fehler bei der Anforderung von {0}: {1}",
"json.nugget.error.indexaccess": "Fehler bei der Anforderung von {0}: {1}",
"json.nugget.error.invalidformat": "{0} ist kein gültiges JSON-Dokument.",
"json.nugget.error.missingservice": "Das NuGet-Indexdokument fehlt im Dienst {0}.",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "Aktuelle Version: {0}",
"json.project.default": "Standarddatei \"project.json\""
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "Ungültige Anforderung. Die Anforderung kann aufgrund falscher Syntax nicht erfüllt werden.",
"status.401": "Nicht autorisiert. Der Server verweigert die Antwort.",
"status.403": "Unzulässig. Der Server verweigert die Antwort.",
"status.404": "Nicht gefunden. Der angeforderte Speicherort wurde nicht gefunden.",
"status.405": "Die Methode ist unzulässig. Eine Anforderung wurde mithilfe einer Anforderungsmethode ausgeführt, die von diesem Speicherort nicht unterstützt wird.",
"status.406": "Nicht annehmbar. Der Server kann nur eine Antwort generieren, die nicht vom Client angenommen wird.",
"status.407": "Proxyauthentifizierung ist erforderlich. Der Client muss zuerst die Authentifizierung mit dem Proxy ausführen.",
"status.408": "Anforderungstimeout. Timeout des Servers beim Warten auf die Anforderung.",
"status.409": "Konflikt. Die Anforderung konnte aufgrund eines Konflikts in der Anforderung nicht abgeschlossen werden.",
"status.410": "Nicht mehr verfügbar. Die angeforderte Seite steht nicht mehr zur Verfügung.",
"status.411": "Die Länge ist erforderlich. \"Content-Length\" ist nicht definiert.",
"status.412": "Fehler bei der Vorbedingung. Die in der Anforderung angegebene Vorbedingung wurde vom Server in \"false\" ausgewertet.",
"status.413": "Anforderungsentität zu groß. Der Server nimmt die Anforderung nicht an, weil die Anforderungsentität zu groß ist.",
"status.414": "Anforderungs-URI zu lang. Der Server nimmt die Anforderung nicht an, weil die URL zu lang ist.",
"status.415": "Nicht unterstützter Medientyp. Der Server nimmt die Anforderung nicht an, weil der Medientyp nicht unterstützt wird.",
"status.416": "HTTP-Statuscode {0}",
"status.500": "Interner Serverfehler.",
"status.501": "Nicht implementiert. Der Server erkennt die Anforderungsmethode nicht, oder er kann die Anforderung nicht erfüllen.",
"status.503": "Dienst nicht verfügbar. Der Server ist zurzeit nicht verfügbar (überlastet oder nicht verfügbar)."
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "Die PHP-Datei kann nicht überprüft werden. Die PHP-Anwendung wurde nicht gefunden. Verwenden Sie die Einstellung \"php.validate.executablePath\", um den Speicherort von \"php\" zu konfigurieren.",
"unknownReason": "Fehler beim Ausführen von PHP mithilfe des Pfads \"{0}\". Die Ursache ist unbekannt."
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": ".NET-Build verwenden.",
"msbuild": "MSBuild zum Kompilieren des Projekts verwenden.",
"tscConfig": "TSC-Compiler mit einer Datei \"tsconfig.json\" verwenden.",
"tscFile": "TSC-Compiler für eine bestimmte Datei verwenden.",
"tscOpenFile": "TSC-Compiler für die aktuell geöffnete Datei verwenden.",
"tscWatch": "TSC-Compiler im Überwachungsmodus verwenden."
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "Der Pfad \"{0}\" verweist nicht auf eine gültige Tsserver-Installation. TypeScript-Sprachfeatures werden deaktiviert.",
"serverCouldNotBeStarted": "Der TypeScript-Sprachserver konnte nicht gestartet werden. Fehlermeldung: {0}",
"serverDied": "Der TypeScript-Sprachdienst wurde während der letzten 5 Minuten 5 Mal unerwartet beendet. Öffnen Sie ggf. einen Fehlerbericht.",
"serverDiedAfterStart": "Der TypeScript-Sprachdienst wurde 5 Mal direkt nach seinem Start beendet. Der Dienst wird nicht neu gestartet. Bitte öffnen Sie einen Fehlerbericht."
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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": "Describe un archivo JSON mediante un esquema. Vea json-schema.org para obtener más información.",
"schema.json.$schema": "El esquema para comprobar el documento ",
"schema.json.additionalItems": "Para matrices, solo cuando los elementos se hayan establecido como una matriz. Si es un esquema, los validará después de los que haya especificado la matriz de elementos. Cuando se establece en \"false\", los elementos adicionales provocarán un error en la validación.",
"schema.json.additionalProperties": "Esquema o valor booleano. Si es un esquema, se usa para validar todas las propiedades sin coincidencias de \"properties\" o \"patternProperties\". Si es \"false\", las propiedades sin este tipo de coincidencias provocarán un error del esquema.",
"schema.json.allOf": "Una matriz de esquemas, todos los cuales deben coincidir.",
"schema.json.anyOf": "Una matriz de esquemas, donde al menos uno debe coincidir.",
"schema.json.default": "Un valor predeterminado. Lo usan las sugerencias.",
"schema.json.definitions": "No se usa para validar. Coloque aquí los esquemas secundarios a los que desee hacer referencia en línea con $ref",
"schema.json.dependencies": "Mapa de nombres de propiedad para una matriz de nombres de propiedad o un esquema. Una matriz de nombres de propiedad significa que, para que sea válida, la propiedad denominada en la clave va a depender de las propiedades de la matriz que se encuentre en el objeto. Si el valor es un esquema, este se aplica solamente al objeto si la propiedad en la clave existe en el objeto.",
"schema.json.description": "Una descripción larga del elemento. Se usa en menús y sugerencias que aparecen al pasar el ratón.",
"schema.json.enum": "El conjunto de valores literales que son válidos",
"schema.json.exclusiveMaximum": "Hace exclusiva la propiedad Maximum.",
"schema.json.exclusiveMininum": "Hace exclusiva la propiedad Minimum.",
"schema.json.format": "Describe el formato que se espera para el valor.",
"schema.json.id": "Un identificador único para el esquema.",
"schema.json.items": "Para matrices. Puede ser un esquema respecto al que validar cada elemento o una matriz de esquemas respecto a la que validar cada elemento por orden (el primer esquema validará al primer elemento, el segundo esquema validará al segundo elemento y así sucesivamente).",
"schema.json.maxItems": "El número máximo de elementos que puede haber en una matriz. Inclusivo.",
"schema.json.maxLength": "La longitud máxima de una cadena.",
"schema.json.maxProperties": "El número máximo de propiedades que puede tener un objeto. Inclusivo.",
"schema.json.maximum": "El máximo valor numérico, inclusivo de forma predeterminada.",
"schema.json.minItems": "El número mínimo de elementos que puede haber en una matriz. Inclusivo.",
"schema.json.minLength": "La longitud mínima de una cadena.",
"schema.json.minProperties": "El número mínimo de propiedades que puede tener un objeto. Inclusive.",
"schema.json.minimum": "El valor numérico mínimo, inclusivo de forma predeterminada.",
"schema.json.multipleOf": "Un número que debe dividir de forma exacta el valor actual (es decir, sin resto)",
"schema.json.not": "Un esquema que no debe tener coincidencias.",
"schema.json.oneOf": "Una matriz de esquemas, de los cuales uno debe coincidir.",
"schema.json.pattern": "Una expresión regular con la que hacer coincidir la cadena. No está anclada de forma implícita.",
"schema.json.patternProperties": "Mapa de expresiones regulares de nombres de propiedad para hacer coincidir las propiedades de los esquemas.",
"schema.json.properties": "Mapa de nombres de propiedad para esquemas para cada propiedad.",
"schema.json.required": "Una matriz de cadenas que enumera los nombres de todas las propiedades necesarias para este objeto.",
"schema.json.title": "Un título descriptivo del elemento",
"schema.json.type": "Una cadena de uno de los tipos de esquema básicos (número, entero, nulo, matriz, objeto, booleano, cadena) o una matriz de cadenas que especifica un subconjunto de esos tipos.",
"schema.json.uniqueItems": "Si todos los elementos en la matriz deben ser únicos. Establece el valor predeterminado en False."
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "Valor predeterminado"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "Se esperaban dos puntos",
"DisallowedExtraPropWarning": "La propiedad {0} no se permite",
"DoubleQuotesExpected": "Las claves de propiedades deben ir entre comillas dobles",
"DuplicateKeyWarning": "Clave de objeto duplicada",
"End of file expected": "Se esperaba un fin de archivo",
"ExpectedCloseBrace": "Se esperaba una coma o una llave de cierre",
"ExpectedCloseBracket": "Se esperaba una coma o un corchete de cierre",
"Invalid symbol": "Se esperaba un literal, una matriz o un objeto JSON",
"InvalidEscapeCharacter": "Carácter de escape no válido en la cadena",
"InvalidNumberFormat": "Formato de número no válido",
"InvalidUnicode": "Secuencia Unicode no válida en la cadena",
"MaxPropWarning": "El objeto tiene más propiedades que el límite de {0}",
"MinPropWarning": "El objeto tiene menos propiedades que el número necesario de {0}",
"MissingRequiredPropWarning": "Falta la propiedad \"{0}\"",
"PropertyExpected": "Propiedad esperada",
"RequiredDependentPropWarning": "El objeto no tiene la propiedad {0} requerida por la propiedad {1}",
"UnexpectedEndOfComment": "Final de comentario inesperado",
"UnexpectedEndOfNumber": "Final de número inesperado",
"UnexpectedEndOfString": "Final de cadena inesperado",
"ValueExpected": "Valor esperado",
"additionalItemsWarning": "La matriz tiene demasiados elementos según el esquema. Se esperan {0} o menos",
"enumWarning": "El valor no se acepta. Valores válidos: {0}",
"exclusiveMaximumWarning": "El valor es superior al máximo exclusivo de {0}",
"exclusiveMinimumWarning": "El valor es inferior al mínimo exclusivo de {0}",
"maxItemsWarning": "La matriz tiene demasiados elementos. Se esperaban {0} o menos",
"maxLengthWarning": "La longitud de la cadena es inferior al máximo de ",
"maximumWarning": "El valor es superior al máximo de {0}",
"minItemsWarning": "La matriz tiene demasiado pocos elementos. Se esperaban {0} o más",
"minLengthWarning": "La longitud de la cadena es menor que el mínimo de ",
"minimumWarning": "El valor es inferior al mínimo de {0}",
"multipleOfWarning": "El valor no es divisible por {0}",
"notSchemaWarning": "Se corresponde con un esquema que no se permite.",
"oneOfWarning": "Se corresponde con varios esquemas, pero solo se puede validar uno.",
"patternWarning": "La cadena no se corresponde con el patrón de \"{0}\"",
"typeArrayMismatchWarning": "Tipo incorrecto. Se esperaba uno de {0}",
"typeMismatchWarning": "Tipo incorrecto. Se esperaba \"{0}\"",
"uniqueItemsWarning": "La matriz tiene elementos duplicados"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "No se puede analizar el contenido de '{0}': {1}.",
"json.schema.invalidref": "$ref '{0}' en {1} no se puede resolver.",
"json.schema.nocontent": "No se puede cargar el esquema de '{0}': no hay contenido.",
"json.schema.problemloadingref": "Problemas al cargar la referencia '{0}': {1}",
"json.schema.unabletoload": "No se puede cargar el esquema de '{0}': {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "Bower.json predeterminado",
"json.bower.error.repoaccess": "Error en la solicitud al repositorio de Bower: {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.",
"derivedLabel": "Archivos con elementos del mismo nivel por nombre",
"falseDescription": "Deshabilitar el patrón.",
"falseLabel": "False",
"fileDescription": "Hacer coincidir todos los archivos que tengan una extensión de archivo determinada.",
"fileLabel": "Archivos por extensión",
"filesDescription": "Hacer coincidir todos los archivos con cualquiera de las extensiones de archivo.",
"filesLabel": "Archivos con varias extensiones",
"folderDescription": "Hacer coincidir una carpeta con un nombre determinado en cualquier ubicación.",
"folderLabel": "Carpeta por nombre (cualquier ubicación)",
"siblingsDescription": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.",
"topFolderDescription": "Hacer coincidir una carpeta de nivel superior con un nombre específico.",
"topFolderLabel": "Carpeta por nombre (nivel superior)",
"topFoldersDescription": "Hacer coincidir varias carpetas de nivel superior.",
"topFoldersLabel": "Carpetas con varios nombres (nivel superior)",
"trueDescription": "Habilitar el patrón.",
"trueLabel": "True"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "Error en la solicitud al repositorio de NPM: {0}",
"json.npm.latestversion": "Última versión del paquete actualmente.",
"json.npm.majorversion": "Coincide con la versión principal más reciente (1.x.x)",
"json.npm.minorversion": "Coincide con la versión secundaria más reciente (1.2.x)",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "Última versión: {0}",
"json.package.default": "Package.json predeterminado"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "Error de la solicitud a {0}: {1}",
"json.nugget.error.indexaccess": "Error de la solicitud a {0}: {1}",
"json.nugget.error.invalidformat": "{0} no es un documento JSON válido",
"json.nugget.error.missingservice": "El documento de índices NuGet no tiene el servicio {0}.",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "Última versión: {0}",
"json.project.default": "Project.json predeterminado"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "Solicitud incorrecta. La solicitud no se puede rellenar porque la sintaxis es incorrecta.",
"status.401": "No autorizado. El servidor rechaza responder.",
"status.403": "Prohibido. El servidor rechaza responder.",
"status.404": "No encontrado. La ubicación solicitada no se encontró.",
"status.405": "Método no permitido. Se realizó una solicitud mediante un método no admitido en esa ubicación.",
"status.406": "No aceptable. El servidor solo puede generar una respuesta que el cliente no acepta.",
"status.407": "Se requiere autenticación del proxy. El cliente debe autenticarse primero en el servidor proxy.",
"status.408": "Tiempo de espera de la solicitud. El servidor ha agotado el tiempo de espera para la solicitud.",
"status.409": "Conflicto. La solicitud no se pudo completar porque presenta un conflicto.",
"status.410": "Desaparecido. La página solicitada ya no está disponible.",
"status.411": "Longitud requerida. La longitud del contenido no se ha definido.",
"status.412": "Error de condición previa. El servidor evaluó como \"false\" la precondición dada en la solicitud.",
"status.413": "Entidad de solicitud demasiado grande. El servidor no acepta la solicitud porque la entidad correspondiente es demasiado grande.",
"status.414": "URI de solicitud demasiado grande. El servidor no acepta la solicitud porque la dirección URL es demasiado grande.",
"status.415": "Tipo de medio no compatible. El servidor no acepta la solicitud porque el tipo de medio no es compatible.",
"status.416": "Código de estado HTTP {0}",
"status.500": "Error interno del servidor.",
"status.501": "Sin implementar. El servidor no reconoce el método de solicitud o no tiene la capacidad de completar la solicitud.",
"status.503": "Servicio no disponible. El servidor no está disponible en este momento (está sobrecargado o fuera de servicio)."
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "No se puede validar el archivo PHP. El programa PHP no se encontró. Use el valor 'php.validate.executablePath' para configurar la ubicación de 'php'",
"unknownReason": "No se pudo ejecutar el archivo PHP con la ruta de acceso: {0}. Se desconoce el motivo."
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "Use la compilación dotnet.",
"msbuild": "Use MSBuild para compilar el proyecto.",
"tscConfig": "Use el compilador TSC con un archivo tsconfig.json.",
"tscFile": "Use el compilador TSC en un archivo específico.",
"tscOpenFile": "Use el compilador TSC en el archivo abierto actualmente.",
"tscWatch": "Use el compilador TSC en modo de inspección."
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "La ruta de acceso {0} no apunta a una instalación válida de tsserver. Las características del lenguaje TypeScript se deshabilitan.",
"serverCouldNotBeStarted": "El servidor del lenguaje TypeScript no se pudo iniciar. El mensaje de error es: {0}",
"serverDied": "El servicio de lenguaje Typescript finalizó de forma inesperada cinco veces en los últimos cinco minutos. Considere la posibilidad de abrir un informe de errores.",
"serverDiedAfterStart": "El servicio de lenguaje Typescript finalizó de forma inesperada cinco veces después de haberse iniciado y no se reiniciará. Abra un informe de errores."
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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": "Décrit un fichier JSON à l'aide d'un schéma. Pour plus d'informations, consultez json-schema.org.",
"schema.json.$schema": "Schéma servant à la vérification de ce document ",
"schema.json.additionalItems": "Pour les tableaux, uniquement lorsque les éléments sont définis comme tableau. S'il s'agit d'un schéma, celui-ci valide les éléments après ceux spécifiés par le tableau d'éléments. Si la valeur est false, les éléments supplémentaires entraînent l'échec de la validation.",
"schema.json.additionalProperties": "Schéma ou booléen. S'il s'agit d'un schéma, il est utilisé pour valider toutes les propriétés non mises en correspondance par 'properties' ou 'patternProperties'. Si la valeur est false, toutes les propriétés non mises en correspondance par l'un ou l'autre entraînent l'échec du schéma.",
"schema.json.allOf": "Tableau de schémas qui doivent tous correspondre.",
"schema.json.anyOf": "Tableau de schémas dont au moins un doit correspondre.",
"schema.json.default": "Valeur par défaut. Utilisée par les suggestions.",
"schema.json.definitions": "Non utilisé pour la validation. Placez ici les sous-schémas que vous voulez référencer inline avec $ref",
"schema.json.dependencies": "Mappage des noms de propriétés à un tableau de noms de propriétés ou un schéma. Un tableau de noms de propriétés implique que la propriété nommée dans la clé dépend de la présence des propriétés du tableau dans l'objet pour être valide. Si la valeur est un schéma, celui-ci est uniquement appliqué à l'objet si la propriété dans la clé existe dans l'objet.",
"schema.json.description": "Description longue de l'élément. Utilisée dans les menus sensitifs et les suggestions.",
"schema.json.enum": "Ensemble des valeurs littérales valides",
"schema.json.exclusiveMaximum": "Rend la propriété maximum exclusive.",
"schema.json.exclusiveMininum": "Rend la propriété minimum exclusive.",
"schema.json.format": "Décrit le format attendu pour la valeur.",
"schema.json.id": "Identificateur unique du schéma.",
"schema.json.items": "Pour les tableaux. Peut être soit un schéma en fonction duquel valider chaque élément, soit un tableau de schémas en fonction duquel valider chaque élément dans l'ordre (le premier schéma valide le premier élément, le deuxième schéma valide le deuxième élément, etc.).",
"schema.json.maxItems": "Nombre maximum d'éléments pouvant figurer dans un tableau (inclusif).",
"schema.json.maxLength": "Longueur maximum d'une chaîne.",
"schema.json.maxProperties": "Nombre maximum de propriétés d'un objet (inclusif).",
"schema.json.maximum": "Valeur numérique maximum, inclusive par défaut.",
"schema.json.minItems": "Nombre minimum d'éléments pouvant figurer dans un tableau (inclusif).",
"schema.json.minLength": "Longueur minimum d'une chaîne.",
"schema.json.minProperties": "Nombre minimum de propriétés d'un objet (inclusif).",
"schema.json.minimum": "Valeur numérique minimum, inclusive par défaut.",
"schema.json.multipleOf": "Nombre qui doit diviser parfaitement la valeur actuelle (sans reste)",
"schema.json.not": "Schéma qui ne doit pas correspondre.",
"schema.json.oneOf": "Tableau de schémas, dont exactement un doit correspondre.",
"schema.json.pattern": "Expression régulière à mettre en correspondance avec la chaîne. Elle n'est pas implicitement ancrée.",
"schema.json.patternProperties": "Mappage des expressions régulières sur les noms des propriétés aux schémas des propriétés correspondantes.",
"schema.json.properties": "Mappage des noms de propriétés aux schémas de chaque propriété.",
"schema.json.required": "Tableau de chaînes qui répertorie les noms de toutes les propriétés nécessaires sur cet objet.",
"schema.json.title": "Titre descriptif de l'élément",
"schema.json.type": "Chaîne d'un des types de schéma de base (nombre, entier, Null, tableau, objet, booléen ou chaîne) ou tableau de chaînes spécifiant un sous-ensemble de ces types.",
"schema.json.uniqueItems": "Si tous les éléments du tableau doivent être uniques. La valeur par défaut est false."
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "Valeur par défaut"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "Signe des deux points attendu",
"DisallowedExtraPropWarning": "La propriété {0} n'est pas autorisée",
"DoubleQuotesExpected": "Les clés de propriété doivent être entre guillemets doubles",
"DuplicateKeyWarning": "Clé d'objet en double",
"End of file expected": "Fin de fichier attendue",
"ExpectedCloseBrace": "Virgule ou accolade fermante attendue",
"ExpectedCloseBracket": "Virgule ou crochet fermant attendu",
"Invalid symbol": "Littéral, tableau ou objet JSON attendu",
"InvalidEscapeCharacter": "Caractère d'échappement non valide dans la chaîne",
"InvalidNumberFormat": "Format de nombre non valide",
"InvalidUnicode": "Séquence unicode non valide dans la chaîne",
"MaxPropWarning": "L'objet a plus de propriétés que la limite ({0})",
"MinPropWarning": "L'objet a moins de propriétés que le nombre exigé ({0})",
"MissingRequiredPropWarning": "Propriété \"{0}\" manquante",
"PropertyExpected": "Propriété attendue",
"RequiredDependentPropWarning": "La propriété {0} exigée par la propriété {1} est manquante pour l'objet",
"UnexpectedEndOfComment": "Fin de commentaire inattendue",
"UnexpectedEndOfNumber": "Fin de nombre inattendue",
"UnexpectedEndOfString": "Fin de chaîne inattendue",
"ValueExpected": "Valeur attendue",
"additionalItemsWarning": "Le tableau comporte trop d'éléments selon le schéma. {0} éléments au maximum sont attendus",
"enumWarning": "La valeur n'est pas acceptée. Valeurs valides : {0}",
"exclusiveMaximumWarning": "La valeur est supérieure au maximum exclusif ({0})",
"exclusiveMinimumWarning": "La valeur est inférieure au minimum exclusif ({0})",
"maxItemsWarning": "Le tableau contient trop d'éléments. {0} éléments au maximum sont attendus",
"maxLengthWarning": "La chaîne est plus courte que la longueur maximum ",
"maximumWarning": "La valeur est supérieure au maximum ({0})",
"minItemsWarning": "Le tableau ne contient pas assez d'éléments. {0} éléments au minimum sont attendus",
"minLengthWarning": "La chaîne est plus courte que la longueur minimum ",
"minimumWarning": "La valeur est inférieure au minimum ({0})",
"multipleOfWarning": "La valeur n'est pas divisible par {0}",
"notSchemaWarning": "Correspond à un schéma non autorisé.",
"oneOfWarning": "Correspond à plusieurs schémas alors qu'un seul doit exister pour la validation.",
"patternWarning": "La chaîne ne correspond pas au modèle \"{0}\"",
"typeArrayMismatchWarning": "Type incorrect. L'un des types suivants est attendu : {0}",
"typeMismatchWarning": "Type incorrect. \"{0}\" attendu",
"uniqueItemsWarning": "Le tableau comporte des doublons"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "Impossible d'analyser le contenu à partir de '{0}' : {1}.",
"json.schema.invalidref": "Impossible de résoudre $ref '{0}' dans {1}.",
"json.schema.nocontent": "Impossible de charger le schéma à partir de '{0}' : aucun contenu.",
"json.schema.problemloadingref": "Problèmes lors du chargement de la référence '{0}' : {1}",
"json.schema.unabletoload": "Impossible de charger le schéma à partir de '{0}' : {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "Fichier bower.json par défaut",
"json.bower.error.repoaccess": "Échec de la requête destinée au dépôt bower : {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "Faites correspondre les fichiers ayant des frères portant le même nom, mais avec une extension distincte.",
"derivedLabel": "Fichiers avec frères par nom",
"falseDescription": "Désactivez le modèle.",
"falseLabel": "Faux",
"fileDescription": "Faites correspondre tous les fichiers ayant une extension de fichier spécifique.",
"fileLabel": "Fichiers par extension",
"filesDescription": "Faites correspondre tous les fichiers, indépendamment de leurs extensions.",
"filesLabel": "Fichiers avec plusieurs extensions",
"folderDescription": "Faites correspondre un dossier portant un nom spécifique, indépendamment de son emplacement.",
"folderLabel": "Dossier par nom (tous les emplacements)",
"siblingsDescription": "Faites correspondre les fichiers ayant des frères portant le même nom, mais avec une extension distincte.",
"topFolderDescription": "Faites correspondre un dossier de premier niveau portant un nom spécifique.",
"topFolderLabel": "Dossier par nom (premier niveau)",
"topFoldersDescription": "Faites correspondre plusieurs dossiers de premier niveau.",
"topFoldersLabel": "Dossiers avec plusieurs noms (premier niveau)",
"trueDescription": "Activez le modèle.",
"trueLabel": "Vrai"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "Échec de la requête destinée au dépôt NPM : {0}",
"json.npm.latestversion": "Dernière version du package",
"json.npm.majorversion": "Correspond à la version majeure la plus récente (1.x.x)",
"json.npm.minorversion": "Correspond à la version mineure la plus récente (1.2.x)",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "Dernière version : {0}",
"json.package.default": "Fichier package.json par défaut"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "Échec de la requête à {0} : {1}",
"json.nugget.error.indexaccess": "Échec de la requête à {0} : {1}",
"json.nugget.error.invalidformat": "{0} n'est pas un document JSON valide",
"json.nugget.error.missingservice": "Le service {0} ne figure pas dans le document d'index NuGet",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "Dernière version : {0}",
"json.project.default": "Fichier project.json par défaut"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "Requête incorrecte. Impossible de traiter la requête, car sa syntaxe est incorrecte.",
"status.401": "Non autorisé. Le serveur refuse de répondre.",
"status.403": "Interdit. Le serveur refuse de répondre.",
"status.404": "Introuvable. L'emplacement demandé est introuvable.",
"status.405": "Méthode non autorisée. Une requête a été effectuée à l'aide d'une méthode de requête qui n'est pas prise en charge par cet emplacement.",
"status.406": "Inacceptable. Le serveur peut uniquement générer une réponse qui n'est pas acceptée par le client.",
"status.407": "Authentification proxy exigée. Le client doit d'abord s'authentifier auprès du proxy.",
"status.408": "Délai d'expiration de la requête dépassé. Le serveur a dépassé le délai imparti pour la requête.",
"status.409": "Conflit. Impossible de traiter la requête, car celle-ci présente un conflit.",
"status.410": "Non disponible. La page demandée n'est plus disponible.",
"status.411": "Longueur exigée. \"Content-Length\" n'est pas défini.",
"status.412": "Échec de la condition préalable. Celle donnée dans la requête a été évaluée comme false par le serveur.",
"status.413": "Entité de la requête trop grande. Le serveur n'accepte pas la requête, car l'entité de requête est trop longue.",
"status.414": "URI de requête trop long. Le serveur n'accepte pas la demande, car l'URL est trop longue.",
"status.415": "Type de média non pris en charge. Le serveur n'accepte pas la requête, car le type de média n'est pas pris en charge.",
"status.416": "Code d'état HTTP {0}",
"status.500": "Erreur du serveur interne.",
"status.501": "Non implémenté. Soit le serveur ne reconnaît pas la méthode de la requête, soit il ne peut pas traiter la requête.",
"status.503": "Service non disponible. Le serveur est actuellement indisponible (surchargé ou arrêté)."
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "Impossible de valider le fichier php. Le programme php est introuvable. Utilisez le paramètre 'php.validate.executablePath' pour configurer l'emplacement de 'php'",
"unknownReason": "Échec de l'exécution de php avec le chemin : {0}. Raison inconnue."
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "Utilisez une build dotnet.",
"msbuild": "Utilisez msbuild pour compiler votre projet.",
"tscConfig": "Utilisez le compilateur tsc avec un fichier tsconfig.json.",
"tscFile": "Utilisez le compilateur tsc sur un fichier spécifique.",
"tscOpenFile": "Utilisez le compilateur tsc sur le fichier actuellement ouvert.",
"tscWatch": "Utilisez le compilateur tsc en mode espion."
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "Le chemin {0} ne pointe pas vers une installation valide de tsserver. Les fonctionnalités du langage TypeScript sont désactivées.",
"serverCouldNotBeStarted": "Impossible de démarrer le serveur de langage TypeScript. Message d'erreur : {0}",
"serverDied": "Le service de langage TypeScript s'est subitement arrêté 5 fois au cours des 5 dernières minutes. Pensez à ouvrir un rapport de bogues.",
"serverDiedAfterStart": "Le service de langage TypeScript s'est subitement arrêté 5 fois juste après le démarrage et ne sera pas redémarré. Ouvrez un rapport de bogues."
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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": "Descrive un file JSON che usa uno schema. Per altre informazioni, visitare il sito json-schema.org.",
"schema.json.$schema": "Schema da usare per la verifica di questo documento ",
"schema.json.additionalItems": "Per le matrici solo quando gli elementi sono impostati come una matrice. Se è uno schema, convalida gli elementi dopo quelli specificati dalla matrice di elementi. Se è false, gli elementi aggiuntivi impediranno la convalida.",
"schema.json.additionalProperties": "Uno schema o un valore booleano. Se è uno schema, viene usato per convalidare tutte le proprietà che non corrispondono a 'properties' o 'patternProperties'. Se è false, eventuali proprietà non corrispondenti a nessuna delle due bloccheranno lo schema.",
"schema.json.allOf": "Matrice di schemi che devono tutti avere una corrispondenza.",
"schema.json.anyOf": "Matrice di schemi, in cui almeno uno deve avere una corrispondenza.",
"schema.json.default": "Valore predefinito. Usato dai suggerimenti.",
"schema.json.definitions": "Non usato per la convalida. Inserire qui i sottoschemi ai quali fare riferimento inline con $ref",
"schema.json.dependencies": "Mapping di nomi di proprietà a una matrice di nomi di proprietà o a uno schema. Una matrice di nomi di proprietà indica che, per essere valida, la proprietà denominata nella chiave dipende dalle proprietà nella matrice presente nell'oggetto. Se il valore è uno schema, lo schema viene applicato solo all'oggetto se la proprietà nella chiave esiste nell'oggetto.",
"schema.json.description": "Descrizione lunga dell'elemento. Usata nei menu visualizzati al passaggio del mouse e nei suggerimenti.",
"schema.json.enum": "Set di valori letterali validi",
"schema.json.exclusiveMaximum": "Rende esclusiva la proprietà maximum.",
"schema.json.exclusiveMininum": "Rende esclusiva la proprietà minimum.",
"schema.json.format": "Descrive il formato previsto per il valore.",
"schema.json.id": "Identificatore univoco per lo schema.",
"schema.json.items": "Per le matrici. Può essere uno schema in base al quale convalidare tutti gli elementi oppure una matrice di schemi in base alla quale convalidare ogni elemento nell'ordine appropriato. Il primo schema convalida il primo elemento, il secondo schema convalida il secondo elemento e così via.",
"schema.json.maxItems": "Numero massimo di elementi che possono essere presenti in una matrice. Inclusivo.",
"schema.json.maxLength": "Lunghezza massima di una stringa.",
"schema.json.maxProperties": "Numero massimo di proprietà che un oggetto può avere. Inclusivo.",
"schema.json.maximum": "Valore numerico massimo, inclusivo per impostazione predefinita.",
"schema.json.minItems": "Numero minimo di elementi che possono essere presenti in una matrice. Inclusivo.",
"schema.json.minLength": "Lunghezza minima di una stringa.",
"schema.json.minProperties": "Numero minimo di proprietà che un oggetto può avere. Inclusivo.",
"schema.json.minimum": "Valore numerico minimo, inclusivo per impostazione predefinita.",
"schema.json.multipleOf": "Numero per il quale deve essere diviso perfettamente il valore corrente (ossia senza resto)",
"schema.json.not": "Schema che non deve avere corrispondenze.",
"schema.json.oneOf": "Matrice di schemi, uno dei quali deve avere una corrispondenza.",
"schema.json.pattern": "Espressione regolare alla quale far corrispondere la stringa. Non è implicitamente ancorata.",
"schema.json.patternProperties": "Mapping di espressioni regolari su nomi di proprietà a schemi per le proprietà corrispondenti.",
"schema.json.properties": "Mapping di nomi di proprietà a schemi per ogni proprietà.",
"schema.json.required": "Matrice di stringhe che elenca i nomi di tutte le proprietà richieste per questo oggetto.",
"schema.json.title": "Titolo descrittivo dell'elemento",
"schema.json.type": "Stringa di uno dei tipi di schema di base (numero, intero, Null, matrice, oggetto, booleano, stringa) o matrice di stringhe che specifica un subset di questi tipi.",
"schema.json.uniqueItems": "Indica se tutti gli elementi nella matrice devono essere univoci. Il valore predefinito è false."
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "Valore predefinito"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "Sono previsti i due punti",
"DisallowedExtraPropWarning": "La proprietà {0} non è consentita",
"DoubleQuotesExpected": "Le chiavi di proprietà devono essere racchiuse tra virgolette doppie",
"DuplicateKeyWarning": "Chiave oggetto duplicata",
"End of file expected": "È prevista la fine del file",
"ExpectedCloseBrace": "È prevista la virgola o la parentesi graffa di chiusura",
"ExpectedCloseBracket": "È prevista la virgola o la parentesi quadra di chiusura",
"Invalid symbol": "È previsto un valore letterale, una matrice o un oggetto JSON",
"InvalidEscapeCharacter": "Carattere di escape non valido nella stringa",
"InvalidNumberFormat": "Formato di numero non valido",
"InvalidUnicode": "Sequenza Unicode non valida nella stringa",
"MaxPropWarning": "L'oggetto contiene un numero di proprierà maggiore del limite pari a {0}",
"MinPropWarning": "L'oggetto contiene un numero di proprietà minore del numero richiesto pari a {0}",
"MissingRequiredPropWarning": "Manca la proprietà \"{0}\"",
"PropertyExpected": "È prevista una proprietà",
"RequiredDependentPropWarning": "Nell'oggetto manca la proprietà {0} richiesta dalla proprietà {1}",
"UnexpectedEndOfComment": "Fine del commento imprevista",
"UnexpectedEndOfNumber": "Fine del numero imprevista",
"UnexpectedEndOfString": "Fine della stringa imprevista",
"ValueExpected": "È previsto un valore",
"additionalItemsWarning": "La matrice contiene troppi elementi in base allo schema. Ne sono previsti non più di {0}",
"enumWarning": "Il valore non è un valore accettato. Valori validi: {0}",
"exclusiveMaximumWarning": "Il valore è superiore al massimo esclusivo pari a {0}",
"exclusiveMinimumWarning": "Il valore è inferiore al minimo esclusivo pari a {0}",
"maxItemsWarning": "La matrice contiene troppi elementi. Ne sono previsti non più di {0}",
"maxLengthWarning": "La lunghezza della stringa è inferiore alla lunghezza massima pari a ",
"maximumWarning": "Il valore è superiore al massimo di {0}",
"minItemsWarning": "Il numero di elementi contenuto nella matrice è insufficiente. Ne sono previsti almeno {0}",
"minLengthWarning": "La lunghezza della stringa è inferiore alla lunghezza minima pari a ",
"minimumWarning": "Il valore è inferiore al minimo pari a {0}",
"multipleOfWarning": "Il valore non è divisibile per {0}",
"notSchemaWarning": "Corrisponde a uno schema non consentito.",
"oneOfWarning": "Corrisponde a più schemi quando solo uno deve essere convalidato.",
"patternWarning": "La stringa non corrisponde al criterio \"{0}\"",
"typeArrayMismatchWarning": "Tipo errato. Ne è previsto uno di {0}",
"typeMismatchWarning": "Tipo errato. È previsto \"{0}\"",
"uniqueItemsWarning": "La matrice contiene elementi duplicati"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "Non è possibile analizzare il contenuto di '{0}': {1}.",
"json.schema.invalidref": "Non è possibile risolvere $ref '{0}' in {1}.",
"json.schema.nocontent": "Non è possibile caricare lo schema da '{0}': il contenuto non è disponibile.",
"json.schema.problemloadingref": "Si sono verificati problemi durante il caricamento del riferimento '{0}': {1}",
"json.schema.unabletoload": "Non è possibile caricare lo schema da '{0}': {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "bower.json predefinito",
"json.bower.error.repoaccess": "La richiesta al repository Bower non è riuscita: {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "Trova file con elementi di pari livello e nome identico ma estensione diversa.",
"derivedLabel": "File con elementi di pari livello in base al nome",
"falseDescription": "Disabilita il criterio.",
"falseLabel": "False",
"fileDescription": "Trova tutti i file di un'estensione di file specifica.",
"fileLabel": "File in base all'estensione",
"filesDescription": "Trova tutti i file con qualsiasi estensione di file.",
"filesLabel": "File con più estensioni",
"folderDescription": "Trova una cartella con un nome specifico in qualsiasi percorso.",
"folderLabel": "Cartella in base al nome (qualsiasi percorso)",
"siblingsDescription": "Trova file con elementi di pari livello e nome identico ma estensione diversa.",
"topFolderDescription": "Trova una cartella di primo livello con un nome specifico.",
"topFolderLabel": "Cartella in base al nome (primo livello)",
"topFoldersDescription": "Trova più cartelle di primo livello.",
"topFoldersLabel": "Cartella con più nomi (primo livello)",
"trueDescription": "Abilita il criterio.",
"trueLabel": "True"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "La richiesta al repository NPM non è riuscita: {0}",
"json.npm.latestversion": "Ultima versione attualmente disponibile del pacchetto",
"json.npm.majorversion": "Trova la versione principale più recente (1.x.x)",
"json.npm.minorversion": "Trova la versione secondaria più recente (1.2.x)",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "Ultima versione: {0}",
"json.package.default": "package.json predefinito"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "La richiesta a {0} non è riuscita: {1}",
"json.nugget.error.indexaccess": "La richiesta a {0} non è riuscita: {1}",
"json.nugget.error.invalidformat": "{0} non è un documento JSON valido",
"json.nugget.error.missingservice": "Nel documento di indicizzazione NuGet manca il servizio {0}",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "Ultima versione: {0}",
"json.project.default": "project.json predefinito"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "Richiesta non valida. Non è possibile soddisfare la richiesta perché la sintassi non è valida.",
"status.401": "Non autorizzato. Il server non risponde.",
"status.403": "Accesso negato. Il server non risponde.",
"status.404": "Non trovato. Il percorso richiesto non è stato trovato.",
"status.405": "Metodo non consentito. Per effettuare la richiesta, è stato usato un metodo non supportato da tale posizione.",
"status.406": "Non accettabile. Il server può solo generare una risposta non accettata dal client.",
"status.407": "Autenticazione proxy obbligatoria. Il client deve prima eseguire l'autenticazione con il proxy.",
"status.408": "Timeout richiesta. Si è verificato un timeout del server in attesa della richiesta.",
"status.409": "Conflitto. Non è stato possibile completare la richiesta perché contiene un conflitto.",
"status.410": "Non disponibile. La pagina richiesta non è più disponibile.",
"status.411": "Lunghezza obbligatoria. Il valore \"Content-Length\" non è definito.",
"status.412": "Precondizione non riuscita. Il server ha restituito false per la precondizione specificata nella richiesta.",
"status.413": "Entità della richiesta troppo estesa. Il server non accetterà la richiesta perché l'entità della richiesta è troppo estesa.",
"status.414": "URL della richiesta troppo lungo. Il server non accetterà la richiesta perché l'URL è troppo lungo.",
"status.415": "Tipo di supporto non supportato. Il server non accetterà la richiesta perché il tipo di supporto non è supportato.",
"status.416": "Codice di stato HTTP {0}",
"status.500": "Errore interno del server.",
"status.501": "Non implementato. Il server non riconosce il metodo della richiesta o non include la funzionalità necessaria per soddisfare la richiesta.",
"status.503": "Servizio non disponibile. Il server non è attualmente disponibile perché in overload o inattivo."
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "Non è possibile convalidare il file php. Il programma php non è stato trovato. Usare l'impostazione 'php.validate.executablePath' per configurare il percorso di 'php'",
"unknownReason": "Non è stato possibile eseguire php con il percorso {0}. Il motivo è sconosciuto."
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "Usa la build dotnet.",
"msbuild": "Usa msbuild per compilare il progetto.",
"tscConfig": "Usa il compilatore tsc con un file tsconfig.json.",
"tscFile": "Usa il compilatore tsc su un file specifico.",
"tscOpenFile": "Usa il compilatore tsc sul file attualmente aperto.",
"tscWatch": "Usa il compilatore tsc in modalità espressione di controllo."
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "Il percorso {0} non punta a un'installazione valida di tsserver. Le funzionalità del linguaggio TypeScript verranno disabilitate.",
"serverCouldNotBeStarted": "Non è stato possibile avviare il linguaggio TypeScript. Messaggio di errore: {0}",
"serverDied": "Il servizio di linguaggio Typescript è stato arrestato in modo imprevisto per cinque volte negli ultimi cinque minuti. Provare ad aprire una segnalazione bug.",
"serverDiedAfterStart": "Il servizio di linguaggio Typescript è stato arrestato in modo imprevisto per cinque volte dopo che è stato avviato e non verrà riavviato. Aprire una segnalazione bug."
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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": "スキーマの配列 (少なくとも 1 つが一致する必要があります)。",
"schema.json.default": "既定値。候補に使用されます。",
"schema.json.definitions": "検証に使用されません。$ref を使用してインラインで参照するサブスキーマをここに配置してください",
"schema.json.dependencies": "プロパティ名の配列、またはスキーマへのプロパティ名のマップ。プロパティ名の配列は、キー形式の名前が付いたプロパティが、有効にするためにオブジェクトに含まれている、配列内のプロパティによって決まることを意味します。値がスキーマの場合は、キー内のプロパティがオブジェクトに存在する場合のみ、スキーマがオブジェクトに適用されます。",
"schema.json.description": "要素の詳しい説明。ホバー メニューや候補に使用されます。",
"schema.json.enum": "有効なリテラル値のセット",
"schema.json.exclusiveMaximum": "maximum プロパティを排他にします。",
"schema.json.exclusiveMininum": "minimum プロパティを排他にします。",
"schema.json.format": "値に求められる形式を説明します。",
"schema.json.id": "スキーマの一意識別子。",
"schema.json.items": "配列に対応。各要素の検証対象となるスキーマ、または各項目を順番 (最初のスキーマで最初の要素、2 番目のスキーマで 2 番目の要素を検証するなど) に検証する際に対象となるスキーマの配列になります。",
"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": "スキーマの配列 (スキーマのうち 1 つだけが一致する必要があります)。",
"schema.json.pattern": "文字列を照合する正規表現。これは暗黙的に固定されていません。",
"schema.json.patternProperties": "一致するプロパティのスキーマへのプロパティ名の正規表現マップ。",
"schema.json.properties": "各プロパティのスキーマへのプロパティ名のマップ。",
"schema.json.required": "このオブジェクトで必要なすべてのプロパティの名前を示す文字列の配列。",
"schema.json.title": "要素のわかりやすいタイトル",
"schema.json.type": "基本的なスキーマの種類のいずれかの文字列 (number、integer、null、array、object、boolean、string) またはこれらの種類のサブセットを示す文字列の配列。",
"schema.json.uniqueItems": "配列内のすべての項目が一意である必要があるかどうか。既定値は false です。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "既定値"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "1 つだけ検証する必要があるときに複数のスキーマと一致します。",
"patternWarning": "文字列が \"{0}\" のパターンと一致しません",
"typeArrayMismatchWarning": "型が正しくありません。{0} のいずれかが必要です",
"typeMismatchWarning": "型が正しくありません。\"{0}\" が必要です",
"uniqueItemsWarning": "配列に重複する項目が含まれています"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "'{0}' からのコンテンツを解析できません: {1}。",
"json.schema.invalidref": "{1} の中の $ref '{0}' を解決できません。",
"json.schema.nocontent": "'{0}' からスキーマを読み込むことができません: コンテンツがありません。",
"json.schema.problemloadingref": "'{0}' の参照を読み込むときに問題が発生しました: {1}",
"json.schema.unabletoload": "'{0}' からスキーマを読み込むことができません: {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "既定の bower.json",
"json.bower.error.repoaccess": "bower リポジトリに対する要求が失敗しました: {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
"derivedLabel": "同じ名前の兄弟があるファイル",
"falseDescription": "パターンを無効にします。",
"falseLabel": "False",
"fileDescription": "特定のファイル拡張子を持つすべてのファイルと一致します。",
"fileLabel": "特定の拡張子のファイル",
"filesDescription": "いずれかのファイル拡張子を持つすべてのファイルと一致します。",
"filesLabel": "複数の拡張子のファイル",
"folderDescription": "任意の場所にある特定の名前のフォルダーと一致します。",
"folderLabel": "特定の名前のフォルダー (任意の場所)",
"siblingsDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
"topFolderDescription": "特定の名前の最上位にあるフォルダーと一致します。",
"topFolderLabel": "特定の名前のフォルダー (最上位)",
"topFoldersDescription": "複数の最上位フォルダーと一致します。",
"topFoldersLabel": "複数の名前のフォルダー (最上位)",
"trueDescription": "パターンを有効にします。",
"trueLabel": "True"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "NPM リポジトリに対する要求が失敗しました: {0}",
"json.npm.latestversion": "パッケージの現在の最新バージョン",
"json.npm.majorversion": "最新のメジャー バージョンと一致します (1.x.x)",
"json.npm.minorversion": "最新のマイナー バージョンと一致します (1.2.x)",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "最新バージョン: {0}",
"json.package.default": "既定の package.json"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "{0} に対する要求は失敗しました: {1}",
"json.nugget.error.indexaccess": "{0} に対する要求は失敗しました: {1}",
"json.nugget.error.invalidformat": "{0} は有効な JSON ドキュメントではありません",
"json.nugget.error.missingservice": "NuGet インデックス ドキュメントにサービス {0} がありません",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "最新バージョン: {0}",
"json.project.default": "既定の project.json"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "要求が不適切です。不適切な構文のため要求は処理できませんでした。",
"status.401": "許可されていません。サーバーは応答を拒否しています。",
"status.403": "使用不能です。サーバーは応答を拒否しています。",
"status.404": "見つかりません。要求された場所は見つかりませんでした。",
"status.405": "メソッドは使用できません。要求に、その場所でサポートされていない要求メソッドが使われています。",
"status.406": "受け入れることができません。サーバーは、クライアントが受け入れない応答しか生成できません。",
"status.407": "プロキシ認証が必要です。クライアントは、最初にプロキシで自分自身を認証しなければなりません。",
"status.408": "要求がタイムアウトしました。サーバーが要求の待機中にタイムアウトしました。",
"status.409": "競合しています。要求に競合があるため、要求を完了できませんでした。",
"status.410": "古いページです。要求されたページはすでに利用できません。",
"status.411": "長さが必要です。\"Content-Length\" が定義されていません。",
"status.412": "事前条件が失敗しました。要求で指定された事前条件はサーバーにより false と評価されました。",
"status.413": "要求するエンティティが大きすぎます。要求するエンティティが大きすぎるため、サーバーで要求が受け入れられません。",
"status.414": "要求 URI が長すぎます。URL が長すぎるため、サーバーで要求が受け入れられません。",
"status.415": "サポートされていないメディアの種類です。メディアの種類がサポートされていないため、サーバーで要求が受け入れられません。",
"status.416": "HTTP 状態コード {0}",
"status.500": "内部サーバー エラー。",
"status.501": "実装されていません。サーバーが要求メソッドを認識しないか、要求を処理する機能が足りないかのいずれかです。",
"status.503": "サービスを使用できません。サーバーは現在使用できません (過負荷になっているか、ダウンしています)。"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "php ファイルを検証できません。php プログラムが見つかりませんでした。'php.validate.executablePath' 設定を使用して 'php' の場所を構成してください。 ",
"unknownReason": "パス {0} を使用して php を実行できませんでした。理由は不明です。"
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "dotnet ビルドを使用します。",
"msbuild": "msbuild を使用して、プロジェクトをコンパイルします。",
"tscConfig": "tsconfig.json ファイルで指定して tsc コンパイラを使用します。",
"tscFile": "特定のファイルで tsc コンパイラを使用します。",
"tscOpenFile": "現在開いているファイルで tsc コンパイラを使用します。",
"tscWatch": "ウォッチ モードで tsc コンパイラを使用します。"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "パス {0} は、有効な tsserver インストールを指していません。TypeScript 言語機能は使用できなくなります。",
"serverCouldNotBeStarted": "TypeScript 言語サーバーを起動できません。エラー メッセージ: {0}",
"serverDied": "Typescript 言語サービスは、直前の 5 分間に 5 回、予期せずに停止しました。障害報告を開くことをご検討ください。",
"serverDiedAfterStart": "Typesrript 言語サービスは、開始直後に 5 回停止しました。サービスは再開されません。障害報告を開いてください。"
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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입니다."
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "기본값"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "문자열에 잘못된 유니코드 시퀀스가 있습니다.",
"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": "배열에 중복 항목이 있습니다."
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.schema.invalidFormat": "'{0}'에서 콘텐츠의 구문을 분석할 수 없음: {1}.",
"json.schema.invalidref": "{1}에서 $ref '{0}을(를) 확인할 수 없습니다.",
"json.schema.nocontent": "'{0}'에서 스키마를 로드할 수 없음: 콘텐츠가 없습니다.",
"json.schema.problemloadingref": "참조 '{0}'을(를) 로드하는 중 문제 발생: {1}",
"json.schema.unabletoload": "'{0}'에서 스키마를 로드할 수 없음: {1}"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.bower.default": "기본 bower.json",
"json.bower.error.repoaccess": "Bower 리포지토리 요청 실패: {0}",
"json.bower.package.hover": "{0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"derivedDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
"derivedLabel": "이름별 형제가 있는 파일",
"falseDescription": "패턴을 사용하지 않도록 설정합니다.",
"falseLabel": "False",
"fileDescription": "특정 파일 확장명의 모든 파일을 일치시킵니다.",
"fileLabel": "확장명별 파일",
"filesDescription": "모든 파일 확장명의 모든 파일을 일치시킵니다.",
"filesLabel": "여러 확장명이 있는 파일",
"folderDescription": "모든 위치에 있는 특정 이름의 폴더를 일치시킵니다.",
"folderLabel": "이름별 폴더(모든 위치)",
"siblingsDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
"topFolderDescription": "특정 이름의 최상위 폴더를 일치시킵니다.",
"topFolderLabel": "이름별 폴더(최상위 수준)",
"topFoldersDescription": "여러 최상위 폴더를 일치시킵니다.",
"topFoldersLabel": "여러 이름이 있는 폴더(최상위 수준)",
"trueDescription": "패턴을 사용하도록 설정합니다.",
"trueLabel": "True"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.npm.error.repoaccess": "NPM 리포지토리 요청 실패: {0}",
"json.npm.latestversion": "패키지의 현재 최신 버전",
"json.npm.majorversion": "최신 주 버전(1.x.x)을 일치시킵니다.",
"json.npm.minorversion": "최신 부 버전(1.2.x)을 일치시킵니다.",
"json.npm.package.hover": "{0}",
"json.npm.version.hover": "최신 버전: {0}",
"json.package.default": "기본 package.json"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.nugget.error.access": "{0}에 대한 요청 실패: {1}",
"json.nugget.error.indexaccess": "{0}에 대한 요청 실패: {1}",
"json.nugget.error.invalidformat": "{0}은(는) 올바른 JSON 문서가 아닙니다.",
"json.nugget.error.missingservice": "NuGet 인덱스 문서에 서비스 {0}이(가) 없습니다.",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "최신 버전: {0}",
"json.project.default": "기본 project.json"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"status.400": "잘못된 요청. 잘못된 구문으로 인해 요청을 수행할 수 없습니다.",
"status.401": "권한이 없음. 서버에서 응답을 거부합니다.",
"status.403": "금지됨. 서버에서 응답을 거부합니다.",
"status.404": "찾을 수 없음. 요청된 위치를 찾을 수 없습니다.",
"status.405": "메서드가 허용되지 않음. 요청 메서드를 사용하여 생성된 요청은 해당 위치에서 지원되지 않습니다.",
"status.406": "허용되지 않음. 서버는 클라이언트에서 허용하지 않는 응답만 생성할 수 있습니다.",
"status.407": "프록시 인증 필요. 클라이언트에서 먼저 프록시에 자체적으로 인증해야 합니다.",
"status.408": "요청 시간 초과. 서버에서 요청을 기다리는 동안 시간이 초과되었습니다.",
"status.409": "충돌. 요청에서 충돌하므로 요청을 완료할 수 없습니다.",
"status.410": "없음. 요청된 페이지를 더 이상 사용할 수 없습니다.",
"status.411": "길이 필요. \"Content-Length\"가 정의되지 않았습니다.",
"status.412": "사전 조건 실패. 요청에 지정된 사전 조건이 서버에서 false로 평가되었습니다.",
"status.413": "요청 엔터티가 너무 큼. 요청 엔터티가 너무 크므로 서버에서 요청을 수락하지 않습니다.",
"status.414": "요청 URI가 너무 긺. URL이 너무 길므로 서버에서 요청을 수락하지 않습니다.",
"status.415": "지원되지 않는 미디어 유형. 미디어 유형이 지원되지 않으므로 서버에서 요청을 수락하지 않습니다.",
"status.416": "HTTP 상태 코드 {0}",
"status.500": "내부 서버 오류.",
"status.501": "구현되지 않음. 서버가 요청 메서드를 인식하지 않거나 요청을 수행할 수 있는 기능이 없습니다.",
"status.503": "서비스를 사용할 수 없음. 서버를 현재 사용할 수 없습니다(오버로드 또는 다운됨)."
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noPHP": "php 파일의 유효성을 검사할 수 없음. php 프로그램을 찾을 수 없습니다. 'php.validate.executablePath' 설정을 사용하여 'php'의 위치를 구성하세요.",
"unknownReason": "{0} 경로를 사용하여 php를 실행하지 못했습니다. 이유를 알 수 없습니다."
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "dotnet 빌드를 사용하세요.",
"msbuild": "msbuild를 사용하여 프로젝트를 컴파일하세요.",
"tscConfig": "tsconfig.json 파일과 함께 tsc 컴파일러를 사용하세요.",
"tscFile": "특정 파일에 대해 tsc 컴파일러를 사용하세요.",
"tscOpenFile": "현재 열려 있는 파일에 대해 tsc 컴파일러를 사용하세요.",
"tscWatch": "tsc 컴파일러를 감시 모드로 사용하세요."
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "{0} 경로가 올바른 tsserver 설치를 가리키지 않습니다. TypeScript 언어 기능이 사용되지 않도록 설정되어 있습니다.",
"serverCouldNotBeStarted": "TypeScript 언어 서버를 시작할 수 없습니다. 오류 메시지: {0}",
"serverDied": "Typescript 언어 서비스가 지난 5분 동안 예기치 않게 5번 종료되었습니다. 버그 보고서를 열어 보세요.",
"serverDiedAfterStart": "Typescript 언어 서비스가 시작된 직후 5번 종료되었습니다. 서비스가 다시 시작되지 않습니다. 버그 보고서를 열어 보세요."
}

View file

@ -0,0 +1,41 @@
/*---------------------------------------------------------------------------------------------
* 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."
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"json.suggest.default": "Значение по умолчанию"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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": "Недопустимый escape-символ в строке",
"InvalidNumberFormat": "Недопустимый числовой формат",
"InvalidUnicode": "Недопустимая последовательность Юникода в строке",
"MaxPropWarning": "У объекта больше свойств, чем предельно допустимо ({0})",
"MinPropWarning": "Объект имеет меньше свойств, чем требуется ({0})",
"MissingRequiredPropWarning": "Отсутствующее свойство \"{0}\"",
"PropertyExpected": "Ожидалось свойство",
"RequiredDependentPropWarning": "В объекте отсутствует свойство {0}, требуемое свойством {1}",
"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": "В массиве имеются дублирующиеся элементы"
}

Some files were not shown because too many files have changed in this diff Show more