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

outlinePanel.i18n.json « electron-browser « outline « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 245e047eceb3930f8f75d8696d985b888e72b90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"filter": "筛选",
	"collapse": "全部折叠",
	"sortByPosition": "排序依据:位置",
	"sortByName": "排序依据: 名称",
	"sortByKind": "排序方式: 类型",
	"live": "跟随光标",
	"no-editor": "当前打开的编辑器无法提供大纲信息。",
	"too-many-symbols": "抱歉,文件太大,无法显示大纲。"
}