textFileService.i18n.json 1.1 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9
/*---------------------------------------------------------------------------------------------
 *  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)",
D
Dirk Baeumer 已提交
10 11
	"hotExitEducationalDetail": "Hot Exit 會記住任何工作階段間未儲存的檔案,您無須先儲存您的檔案再結束。您可以使用 'files.hotExit' 設定停用此功能。",
	"hotExitEducationalMessage": "現在預設啟動 Hot Exit",
D
Dirk Baeumer 已提交
12 13 14
	"moreFile": "...另外 1 個檔案未顯示",
	"moreFiles": "...另外 {0} 個檔案未顯示",
	"noExt": "無擴充功能",
D
Dirk Baeumer 已提交
15
	"ok": "確定",
D
Dirk Baeumer 已提交
16 17 18 19 20 21
	"save": "儲存(&&S)",
	"saveAll": "全部儲存(&&S)",
	"saveChangesDetail": "如果您不儲存變更,這些變更將會遺失。",
	"saveChangesMessage": "要儲存對 {0} 所做的變更嗎?",
	"saveChangesMessages": "要儲存對下列 {0} 個檔案所做的變更嗎?"
}