mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
More i18n files which got ignored due to out folder
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user