-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathinstall-compiler-windows11.md.i18n.json
More file actions
19 lines (19 loc) · 1.97 KB
/
install-compiler-windows11.md.i18n.json
File metadata and controls
19 lines (19 loc) · 1.97 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": "Installer un compilateur C++ sur Windows",
"walkthrough.windows.text1": "Si vous effectuez un développement C++ pour Windows, nous vous recommandons d’installer le compilateur Microsoft Visual C++ (MSVC).",
"walkthrough.windows.text2": "Pour installer MSVC, ouvrez le terminal VS Code (CTRL + `) et collez-le dans la commande suivante :",
"walkthrough.windows.note1": "Remarque",
"walkthrough.windows.note1.text": "Vous pouvez utiliser l’ensemble d’outils C++ à partir de Visual Studio Build Tools avec Visual Studio Code pour compiler, générer et vérifier n’importe quelle base de code C++, tant que vous disposez également d’une licence Visual Studio valide (Community, Pro ou Enterprise) que vous utilisez activement pour développer cette base de code C++.",
"walkthrough.windows.verify.compiler": "Vérification de l’installation du compilateur",
"walkthrough.windows.open.command.prompt": "Ouvrez le {0} en tapant {1} dans le menu Démarrer de Windows.",
"walkthrough.windows.check.install": "Vérifiez votre installation MSVC en tapant {0} dans le {1}. Vous devez voir un message de Copyright avec la version et la description de l’utilisation de base.",
"walkthrough.windows.other.compilers": "Autres options du compilateur",
"walkthrough.windows.text3": "Si vous ciblez Linux à partir de Windows, consultez {0}. Vous pouvez également {1}.",
"walkthrough.windows.link.title1": "Utilisation de C++ et du Sous-système Windows pour Linux (WSL) dans VS Code",
"walkthrough.windows.link.title2": "installer GCC sur Windows avec MinGW"
}