Files
azuredatastudio/i18n/language-pack-it/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

{
"": [
"--------------------------------------------------------------------------------------------",
"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": "Estensione che aggiunge le funzionalità di Gulp a VSCode.",
"displayName": "Supporto Gulp per VSCode",
"config.gulp.autoDetect": "Controlla se la rilevazione automatica delle attività gulp è on/off. L'impostazione predefinita è 'on'.",
"gulp.taskDefinition.type.description": "L'attività di Gulp da personalizzare.",
"gulp.taskDefinition.file.description": "Il file di Grunt che fornisce l'attività. Può essere omesso."
},
"out/main": {
"gulpTaskDetectError": "Si è verificato un problema durante la ricerca delle attività di gulp. Per altre informazioni, vedere l'output.",
"gulpShowOutput": "Passa all'output",
"execFailed": "Rilevamento automatico di Gulp per la cartella {0} non riuscito - errore: {1}"
}
}
}