Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cht/extensions/npm/package.i18n.json')
-rw-r--r--i18n/cht/extensions/npm/package.i18n.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/cht/extensions/npm/package.i18n.json b/i18n/cht/extensions/npm/package.i18n.json
index 1d2070ae938..e1e497559e0 100644
--- a/i18n/cht/extensions/npm/package.i18n.json
+++ b/i18n/cht/extensions/npm/package.i18n.json
@@ -13,6 +13,7 @@
"config.npm.packageManager": "用來執行指令碼的套件管理員。",
"config.npm.exclude": "為應從自動指令碼偵測排除的資料夾設定 Glob 模式。",
"config.npm.enableScriptExplorer": "啟用 npm 指令碼的總管檢視。",
+ "config.npm.scriptExplorerAction": "指令碼總管中預設按一下行為: 'open' 或 'run', 預設值為 'open'。",
"npm.parseError": "Npm 工作刪除: 解析檔案 {0} 失敗",
"taskdef.script": "要自訂的 npm 指令碼。",
"taskdef.path": "提供指令碼 package.json 檔案的資料夾路徑。可以省略。",
@@ -20,5 +21,6 @@
"command.refresh": "重新整理",
"command.run": "執行",
"command.debug": "偵錯",
- "command.openScript": "開啟"
+ "command.openScript": "開啟",
+ "command.runInstall": "執行安裝"
} \ No newline at end of file