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

quickOpenController.i18n.json « quickopen « parts « browser « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34b8a5b034c24fdbded0661b42b4f26e8af74236 (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.
{
	"canNotRunPlaceholder": "在当前上下文中无法使用此 Quick Open 处理程序",
	"emptyPicks": "无条目可供选取",
	"entryAriaLabel": "{0},最近打开",
	"historyMatches": "最近打开",
	"inputModeEntry": "按 \"Enter\" 以确认或按 \"Esc\" 以取消",
	"inputModeEntryDescription": "{0} (按 \"Enter\" 以确认或按 \"Esc\" 以取消)",
	"noResultsFound1": "未找到结果",
	"pickHistory": "选择要从历史记录中删除的编辑器项",
	"quickOpenInput": "键入 \"?\" 从此处获取有关可进行的操作的帮助",
	"removeFromEditorHistory": "从编辑器历史记录中删除"
}