Files
vscode/i18n/fra/extensions/npm/package.i18n.json
Daniel Ye e401329fe0 2018-06-05. Merged in translations from Transifex. (#51169)
Merged in translations from Transifex except German language.
2018-06-05 12:52:17 -07:00

26 lines
1.7 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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."
],
"description": "Extension pour ajouter une prise en charge des tâches pour les scripts npm.",
"displayName": "Prise en charge de Npm pour VS Code",
"config.npm.autoDetect": "Contrôle si la détection automatique des scripts npm est activée ou désactivée. La valeur par défaut est activée.",
"config.npm.runSilent": "Exécutez les commandes npm avec l'option `--silent`.",
"config.npm.packageManager": "Le gestionnaire de paquets utilisé pour exécuter des scripts.",
"config.npm.exclude": "Configurer les profils glob pour les dossiers qui doivent être exclus de la détection de script automatique.",
"config.npm.enableScriptExplorer": "Activez une vue Explorateur pour les scripts npm.",
"config.npm.scriptExplorerAction": "Action de clic par défaut utilisée dans lexplorateur de scripts : 'open' ou 'run', la valeur par défaut est 'open'.",
"npm.parseError": "Détection de tâche Npm : impossible danalyser le fichier {0}",
"taskdef.script": "Le script npm à personnaliser.",
"taskdef.path": "Chemin de dossier du fichier package.json qui fournit le script. Peut être ignoré.",
"view.name": "Scripts npm",
"command.refresh": "Actualiser",
"command.run": "Exécuter",
"command.debug": "Déboguer",
"command.openScript": "Ouvrir",
"command.runInstall": "Exécuter Install"
}