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

findController.i18n.json « common « find « contrib « editor « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f77be77375423f1e230b155db1c1c84d1c96c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"startFindAction": "查找",
	"findNextMatchAction": "查找下一个",
	"findPreviousMatchAction": "查找上一个",
	"nextSelectionMatchFindAction": "查找下一个选择",
	"previousSelectionMatchFindAction": "查找上一个选择",
	"startReplace": "替换",
	"addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项",
	"addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项",
	"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
	"moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项",
	"selectAllOccurrencesOfFindMatch": "选择所有找到的查找匹配项",
	"changeAll.label": "更改所有匹配项",
	"showNextFindTermAction": "显示下一个搜索结果",
	"showPreviousFindTermAction": "显示上一个搜索结果"
}