Files
vscode-cpptools/Extension/i18n/fra/walkthrough/installcompiler/install-compiler-windows11.md.i18n.json
T

21 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*---------------------------------------------------------------------------------------------
* 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 dinstaller 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 :\n",
"walkthrough.windows.note1": "Remarque",
"walkthrough.windows.note1.text": "Vous pouvez utiliser lensemble doutils C++ à partir de Visual Studio Build Tools avec Visual Studio Code pour compiler, générer et vérifier nimporte quelle base de code C++, tant que vous disposez également dune 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 linstallation 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 lutilisation de base.",
"walkthrough.windows.note2": "Remarque",
"walkthrough.windows.note2.text": "Pour utiliser MSVC à partir de la ligne de commande ou VS Code, vous devez exécuter à partir dun {0}. Un interpréteur de commandes ordinaire, tel que {1}, {2} ou linvite de commandes Windows, na pas les variables denvironnement de chemin daccès nécessaires définies.",
"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"
}