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/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json
new file mode 100644
index 00000000000..b65bdc64e16
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json
@@ -0,0 +1,13 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "extensionHostProcess.crash": "延伸主機意外終止。請重新載入視窗以復原。",
+ "extensionHostProcess.error": "延伸主機發生錯誤: {0}",
+ "extensionHostProcess.startupFail": "延伸主機未在 10 秒內啟動,可能發生了問題。",
+ "extensionHostProcess.startupFailDebug": "延伸主機未於 10 秒內開始,可能在第一行就已停止,並需要偵錯工具才能繼續。",
+ "extensionUnderDevelopment": "正在載入位於 {0} 的開發延伸模組",
+ "overwritingExtension": "正在以 {1} 覆寫延伸模組 {0}。"
+} \ No newline at end of file