-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathinstall-compiler-windows10.md.i18n.json
More file actions
19 lines (19 loc) · 1.91 KB
/
install-compiler-windows10.md.i18n.json
File metadata and controls
19 lines (19 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*---------------------------------------------------------------------------------------------
* 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.
{
"walkthrough.windows.install.compiler": "Windows에 C++ 컴파일러 설치",
"walkthrough.windows.text1": "Windows용 C++ 개발 중인 경우 MSVC(Microsoft Visual C++) 컴파일러를 설치하는 것이 좋습니다.",
"walkthrough.windows.text2": "MSVC를 설치하려면 VS Code 터미널(CTRL + `)을 열고 다음 명령을 붙여 넣습니다.",
"walkthrough.windows.note1": "메모",
"walkthrough.windows.note1.text": "현재 C++ 코드베이스를 개발하는 데 적극적으로 사용 중인 유효한 Visual Studio 라이선스(Community, Pro 또는 Enterprise)가 있는 한 Visual Studio Build Tools의 C++ 도구 집합을 Visual Studio Code와 함께 사용하여 모든 C++ 코드베이스를 컴파일, 빌드 및 확인할 수 있습니다.",
"walkthrough.windows.verify.compiler": "컴파일러 설치 확인 중",
"walkthrough.windows.open.command.prompt": "Windows 시작 메뉴에 {1}을(를) 입력하여 {0}을(를) 엽니다.",
"walkthrough.windows.check.install": "{1}에 {0}을(를) 입력하여 MSVC 설치를 확인하세요. 버전 및 기본 사용 설명과 함께 저작권 메시지가 표시될 것입니다.",
"walkthrough.windows.other.compilers": "기타 컴파일러 옵션",
"walkthrough.windows.text3": "Windows에서 Linux를 대상으로 하는 경우 {0}을(를) 확인하세요. 또는 {1}할 수 있습니다.",
"walkthrough.windows.link.title1": "VS Code에서 C++ 및 Linux용 Windows 하위 시스템(WSL) 사용",
"walkthrough.windows.link.title2": "MinGW로 Windows에 GCC 설치"
}