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

textFileService.i18n.json « electron-browser « textfile « services « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3165b95a1c33048a97505117d310fdde5e021cd7 (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} 個檔案所做的變更嗎?"
}