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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cd6a9a0ef4daa7c7ec09312dc5793ba3a2b50b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"label.find": "查找",
	"placeholder.find": "查找",
	"label.previousMatchButton": "上一个匹配",
	"label.nextMatchButton": "下一个匹配",
	"label.toggleSelectionFind": "在选定内容中查找",
	"label.closeButton": "关闭",
	"label.replace": "替换",
	"placeholder.replace": "替换",
	"label.replaceButton": "替换",
	"label.replaceAllButton": "全部替换",
	"label.toggleReplaceButton": "切换替换模式",
	"label.matchesLocation": "第 {0} 个(共 {1} 个)",
	"label.noResults": "无结果"
}