mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
11
i18n/jpn/extensions/npm/out/npmView.i18n.json
Normal file
11
i18n/jpn/extensions/npm/out/npmView.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"npm.noDebugOptions": "スクリプトの Node デバッグ オプションが不足しているため、\"{0}\" をデバッグ起動できません。例: --inspect-brk\"。",
|
||||
"npm.scriptInvalid": "スクリプト '{0}' が見つかりませんでした。ビューを更新してください。"
|
||||
}
|
||||
10
i18n/jpn/extensions/npm/out/tasks.i18n.json
Normal file
10
i18n/jpn/extensions/npm/out/tasks.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"npm.parseError": "npmタスク検出: ファイル {0} の解析に失敗しました"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -12,7 +12,15 @@
|
||||
"config.npm.runSilent": "`--silent` オプションを使用して npm コマンドを実行する。",
|
||||
"config.npm.packageManager": "スクリプトを実行するために使用するパッケージ マネージャー。",
|
||||
"config.npm.exclude": "自動スクリプト検出から除外するフォルダーの glob パターンを構成します。",
|
||||
"config.npm.enableScriptExplorer": "'package.json' ファイルがワークスペースに含まれている場合、npm スクリプトのエクスプ ローラー ビューを有効にします。",
|
||||
"npm.parseError": "npmタスク検出: ファイル {0} の解析に失敗しました",
|
||||
"taskdef.script": "カスタマイズする npm スクリプト。",
|
||||
"taskdef.path": "スクリプトを提供する package.json ファイルのフォルダーへのパス。省略をすることができます。"
|
||||
"taskdef.path": "スクリプトを提供する package.json ファイルのフォルダーへのパス。省略をすることができます。",
|
||||
"view.name": "Npm スクリプト",
|
||||
"command.refresh": "最新の情報に更新",
|
||||
"command.run": "実行",
|
||||
"command.debug": "デバッグ",
|
||||
"command.openScript": "Open",
|
||||
"npm.scriptInvalid": "スクリプト '{0}' が見つかりませんでした。ビューを更新してください。",
|
||||
"npm.noDebugOptions": "スクリプトの Node デバッグ オプションが不足しているため、\"{0}\" をデバッグ起動できません。例: --inspect-brk\"。"
|
||||
}
|
||||
Reference in New Issue
Block a user