Files
vscode/i18n/fra/extensions/gulp/package.i18n.json
2018-02-28 17:52:05 -08:00

14 lines
888 B
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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 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é."
}