Files
azuredatastudio/i18n/language-pack-ja/translations/extensions/gulp.i18n.json
Karl Burtram e3f26e8f12 Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources

* Update loc strings
2019-06-24 13:34:30 -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": "VS Code に Gulp 機能を追加する拡張機能。",
"displayName": "VSCode の Gulp サポート",
"config.gulp.autoDetect": "Gulp タスクの自動検出をオンにするかオフにするかを制御します。既定はオンです。",
"gulp.taskDefinition.type.description": "カスタマイズする Gulp タスク。",
"gulp.taskDefinition.file.description": "タスクを提供する Gulp ファイル。省略できます。"
},
"out/main": {
"gulpTaskDetectError": "gulp タスクを検出するときに問題が発生しました。詳細については、出力をご覧ください。",
"gulpShowOutput": "出力に移動",
"execFailed": "フォルダ {0} でgulp のエラーによる失敗を自動検出: {1}"
}
}
}