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

searchResultsView.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: cce9767d1ac591202ae98b437038404bf0e1110b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"searchMatches": "已找到 {0} 个匹配项",
	"searchMatch": "已找到 {0} 个匹配项",
	"fileMatchAriaLabel": "文件夹 {2} 的文件 {1} 中有 {0} 个匹配项,搜索结果",
	"replacePreviewResultAria": "在第 {2} 列替换词组 {0} 为 {1},同行文本为 {3}",
	"searchResultAria": "在第 {1} 列找到词组 {0},同行文本为 {2}"
}