quickOpenController.i18n.json 890 字节
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6 7 8
{
	"canNotRunPlaceholder": "在当前上下文中无法使用此快速打开处理程序",
	"emptyPicks": "无条目可供选取",
D
Dirk Baeumer 已提交
9
	"entryAriaLabel": "{0},最近打开",
D
Dirk Baeumer 已提交
10 11 12 13 14 15
	"historyMatches": "最近打开",
	"inputModeEntry": "按 \"Enter\" 以确认或按 \"Esc\" 以取消",
	"inputModeEntryDescription": "{0} (按 \"Enter\" 以确认或按 \"Esc\" 以取消)",
	"noResultsFound1": "未找到结果",
	"quickOpenInput": "键入 \"?\" 从此处获取有关可进行的操作的帮助"
}