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

searchActions.i18n.json « browser « search « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6af8f4d75746d980b519ffb0667be5367759b938 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"nextSearchIncludePattern": "显示下一个搜索包含模式",
	"previousSearchIncludePattern": "显示上一个搜索包含模式",
	"nextSearchExcludePattern": "显示下一个搜索排除模式",
	"previousSearchExcludePattern": "显示上一个搜索排除模式",
	"nextSearchTerm": "显示下一个搜索词",
	"previousSearchTerm": "显示上一个搜索词",
	"focusNextInputBox": "聚焦下一个输入框",
	"focusPreviousInputBox": "聚焦上一个输入框",
	"replaceInFiles": "在文件中替换",
	"findInWorkspace": "在工作区中查找...",
	"findInFolder": "在文件夹中查找...",
	"RefreshAction.label": "刷新",
	"ClearSearchResultsAction.label": "清除搜索结果",
	"FocusNextSearchResult.label": "聚焦下一搜索结果",
	"FocusPreviousSearchResult.label": "聚焦上一搜索结果",
	"RemoveAction.label": "删除",
	"file.replaceAll.label": "全部替换",
	"match.replace.label": "替换"
}