Files
azuredatastudio/i18n/language-pack-zh-hant/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": "將 Gulp 功能新增至 VSCode 的延伸模組。",
"displayName": "VSCode 的 Gulp 支援。",
"config.gulp.autoDetect": "控制 Gulp 工作的自動偵測為開啟或關閉。預設為開。",
"gulp.taskDefinition.type.description": "要自訂的 Gulp 工作。",
"gulp.taskDefinition.file.description": "提供工作的 Gulp 檔案。可以省略。"
},
"out/main": {
"gulpTaskDetectError": "尋找 Gulp 工作時發生問題。如需詳細資訊,請參閱輸出。",
"gulpShowOutput": "前往輸出",
"execFailed": "Gulp 在資料夾 {0} 的自動偵測失敗。錯誤: {1}"
}
}
}