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

commandsHandler.i18n.json « browser « quickopen « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e66ea5624b19512a52cbbcd33f64ff050c52457d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"showTriggerActions": "显示所有命令",
	"clearCommandHistory": "清除命令历史记录",
	"showCommands.label": "命令面板...",
	"entryAriaLabelWithKey": "{0}、{1} ,命令",
	"entryAriaLabel": "{0},命令",
	"canNotRun": "无法从此处运行命令“{0}”。",
	"actionNotEnabled": "在当前上下文中没有启用命令“{0}”。",
	"recentlyUsed": "最近使用",
	"morecCommands": "其他命令",
	"commandLabel": "{0}: {1}",
	"cat.title": "{0}: {1}",
	"noCommandsMatching": "没有匹配的命令"
}