Files
azuredatastudio/i18n/language-pack-fr/translations/extensions/gulp.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

24 lines
1.2 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."
],
"version": "1.0.0",
"contents": {
"package": {
"description": "Extension qui ajoute des fonctionnalités Gulp à VS Code.",
"displayName": "Prise en charge de Gulp pour VS Code",
"config.gulp.autoDetect": "Contrôle si la détection automatique des tâches Gulp est activée ou désactivée. La valeur par défaut est activée.",
"gulp.taskDefinition.type.description": "La tâche Gulp à personnaliser.",
"gulp.taskDefinition.file.description": "Le fichier Gulp qui fournit la tâche. Peut être oublié."
},
"out/main": {
"gulpTaskDetectError": "Problème de recherche des tâches gulp. Consultez la sortie pour plus d'informations.",
"gulpShowOutput": "Accéder à la sortie",
"execFailed": "L'auto détection de gulp pour le dossier {0} a échoué avec lerreur : {1}"
}
}
}