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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « rus « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56455258496583782446ae03669e6dd80070c7ba (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.
{
	"label.find": "Найти",
	"placeholder.find": "Найти",
	"label.previousMatchButton": "Предыдущее соответствие",
	"label.nextMatchButton": "Следующее соответствие",
	"label.toggleSelectionFind": "Найти в выделении",
	"label.closeButton": "Закрыть",
	"label.replace": "Заменить",
	"placeholder.replace": "Заменить",
	"label.replaceButton": "Заменить",
	"label.replaceAllButton": "Заменить все",
	"label.toggleReplaceButton": "Режим \"Переключение замены\"",
	"title.matchesCountLimit": "Отображаются только первые 999 результатов, но все операции поиска выполняются со всем текстом.",
	"label.matchesLocation": "{0} из {1}",
	"label.noResults": "Нет результатов"
}