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

extensionEditor.i18n.json « browser « extensions « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75f0dadaa64739fc7aa89dedb03c6042233c40a4 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"name": "扩展名",
	"extension id": "扩展标识符",
	"preview": "预览版",
	"builtin": "内置",
	"publisher": "发布服务器名称",
	"install count": "安装计数",
	"rating": "评级",
	"repository": "存储库",
	"license": "许可证",
	"details": "详细信息",
	"contributions": "发布内容",
	"changelog": "更改日志",
	"dependencies": "依赖项",
	"noReadme": "无可用自述文件。",
	"noChangelog": "无可用的更改日志。",
	"noContributions": "没有发布内容",
	"noDependencies": "没有依赖项",
	"settings": "设置({0})",
	"setting name": "名称",
	"description": "描述",
	"default": "默认",
	"debuggers": "调试程序({0})",
	"debugger name": "名称",
	"debugger type": "类型",
	"views": "视图 ({0})",
	"view id": "ID",
	"view name": "名称",
	"view location": "位置",
	"localizations": "本地化 ({0})",
	"localizations language id": "语言 ID",
	"localizations language name": "语言名称",
	"localizations localized language name": "语言的本地名称",
	"colorThemes": "颜色主题 ({0})",
	"iconThemes": "图标主题 ({0})",
	"colors": "颜色 ({0})",
	"colorId": "ID",
	"defaultDark": "深色默认",
	"defaultLight": "浅色默认",
	"defaultHC": "高对比度默认",
	"JSON Validation": "JSON 验证({0})",
	"commands": "命令({0})",
	"command name": "名称",
	"keyboard shortcuts": "键盘快捷方式",
	"menuContexts": "菜单上下文",
	"languages": "语言({0})",
	"language id": "ID",
	"language name": "名称",
	"file extensions": "文件扩展名",
	"grammar": "语法",
	"snippets": "代码片段"
}