-
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) · 2.21 KB
/
install-compiler-windows10.md.i18n.json
File metadata and controls
19 lines (19 loc) · 2.21 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++ 開発を行っている場合は、Microsoft Visual C++ (MSVC) コンパイラをインストールすることをお勧めします。",
"walkthrough.windows.text2": "MSVC をインストールするには、VS Code ターミナルを開き (CTRL + `)、次のコマンドを貼り付けます:",
"walkthrough.windows.note1": "メモ",
"walkthrough.windows.note1.text": "有効な Visual Studio ライセンス (Community、Pro、Enterprise のいずれか) があり、その C++ コードベースの開発に積極的に使用している場合は、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++ と Windows Subsystem for Linux (WSL) を使用する",
"walkthrough.windows.link.title2": "MinGW を使用して Windows で GCC をインストールする"
}