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/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json
new file mode 100644
index 00000000000..585bb2496cd
--- /dev/null
+++ b/i18n/chs/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