-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathconfigurations.i18n.json
More file actions
22 lines (22 loc) · 1.88 KB
/
configurations.i18n.json
File metadata and controls
22 lines (22 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*---------------------------------------------------------------------------------------------
* 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.
{
"incompatible.intellisense.mode": "IntelliSense 모드 {0}은(는) 컴파일러 경로와 호환되지 않습니다.",
"failed.to.create.config.folder": "{0}을(를) 만들지 못했습니다.",
"invalid.configuration.file": "구성 파일이 잘못되었습니다. 배열에 구성이 하나 이상 있어야 합니다.",
"unknown.properties.version": "c_cpp_properties.json에 알 수 없는 버전 번호가 있습니다. 일부 기능이 예상대로 작동하지 않을 수 있습니다.",
"update.properties.failed": "\"{0}\"을(를) 업데이트하지 못했습니다(쓰기 권한이 있어야 함).",
"failed.to.parse.properties": "\"{0}\"을(를) 구문 분석하지 못했습니다.",
"path.with.spaces": "공백이 있는 컴파일러 경로를 찾을 수 없습니다. 만약 컴파일러 인수를 포함하려는 의도였다면, 컴파일러 경로를 큰따옴표({0})로 감싸세요.",
"cannot.find": "찾을 수 없음: {0}",
"path.is.not.a.file": "경로가 파일이 아님: {0}",
"wrapped.with.quotes": "경로 주위에 따옴표를 추가하지 마세요.",
"path.is.not.a.directory": "경로가 디렉터리가 아님: {0}",
"duplicate.name": "{0}은(는) 중복됩니다. 구성 이름은 고유해야 합니다.",
"multiple.paths.not.allowed": "여러 경로는 허용되지 않습니다.",
"multiple.paths.should.be.separate.entries": "여러 경로는 배열에서 별도의 항목이어야 합니다.",
"paths.are.not.directories": "경로는 디렉터리가 아님: {0}"
}