Files
azuredatastudio/i18n/language-pack-pt-BR/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.1 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": "Extensão para adicionar capacidades Gulp ao VSCode.",
"displayName": "Suporte ao Gulp para VSCode",
"config.gulp.autoDetect": "Controla se a detecção automática de tarefas Gulp está ativada ou desativada. Por padrão, é ativado.",
"gulp.taskDefinition.type.description": "A tarefa Gulp a ser customizada.",
"gulp.taskDefinition.file.description": "O arquivo Gulp que fornece a tarefa. Pode ser omitido."
},
"out/main": {
"gulpTaskDetectError": "Problem finding gulp tasks. See the output for more information.",
"gulpShowOutput": "Vá para a saída",
"execFailed": "Auto detecção de gulp para pasta {0} falhou com erro: {1}"
}
}
}