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

textFileService.i18n.json « electron-browser « textfile « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24038337393eb062ca86e4c35b04e60935de5d96 (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": "不保存(&&N)",
	"moreFile": "...1 个其他文件未显示",
	"moreFiles": "...{0} 个其他文件未显示",
	"noExt": "无扩展",
	"save": "保存(&&S)",
	"saveAll": "全部保存(&&S)",
	"saveChangesDetail": "如果不保存,更改将丢失。",
	"saveChangesMessage": "是否要保存对 {0} 的更改?",
	"saveChangesMessages": "是否要保存对下列 {0} 个文件的更改?"
}