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

commandsHandler.i18n.json « browser « quickopen « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b7c584d6f255d8557757e586710a9c687e62162 (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": "沒有相符的命令"
}