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

issueReporterPage.i18n.json « issue « electron-browser « code « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6988218b149f209b0fab00ec0bceed65639c5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"completeInEnglish": "请使用英文进行填写。",
	"issueTypeLabel": "这是一个",
	"issueSourceLabel": "提交到",
	"vscode": "Visual Studio Code",
	"extension": "扩展",
	"disableExtensionsLabelText": "请试着在{0}之后重现问题。如果此问题仅在扩展运行时才能重现,那么这可能是一个扩展的问题。",
	"disableExtensions": "禁用所有扩展并重新加载窗口",
	"chooseExtension": "扩展",
	"issueTitleLabel": "标题",
	"issueTitleRequired": "请输入标题。",
	"titleLengthValidation": "标题太长。",
	"details": "请输入详细信息。",
	"sendSystemInfo": "包含系统信息 ({0})",
	"sendProcessInfo": "包含当前运行中的进程 ({0})",
	"sendWorkspaceInfo": "包含工作区元数据 ({0})",
	"sendExtensions": "包含已启用的扩展 ({0})",
	"sendSearchedExtensions": "发送已搜索的扩展 ({0})",
	"sendSettingsSearchDetails": "发送设置搜索的详细信息 ({0})"
}