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

textFileService.i18n.json « electron-browser « textfile « services « workbench « vs « src « rus « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd66681718ef316d9934ed9b4d6afddb5b188b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"allFiles": "Все файлы",
	"cancel": "Отмена",
	"dontSave": "&&Не сохранять",
	"moreFile": "...1 дополнительный файл не показан",
	"moreFiles": "...не показано дополнительных файлов: {0}",
	"noExt": "Нет расширений",
	"save": "&&Сохранить",
	"saveAll": "&&Сохранить все",
	"saveChangesDetail": "Если не сохранить изменения, они будут утеряны.",
	"saveChangesMessage": "Сохранить изменения, внесенные в {0}?",
	"saveChangesMessages": "Сохранить изменения в указанных файлах ({0})?"
}