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

fileService.i18n.json « node « files « services « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67227a075fa99baa2e1e3f378a6943d04953f13d (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.
{
	"fileInvalidPath": "檔案資源 ({0}) 無效",
	"fileIsDirectoryError": "檔案是目錄 ({0})",
	"fileNotModifiedError": "未修改檔案的時間",
	"fileTooLargeError": "檔案太大無法開啟",
	"fileBinaryError": "檔案似乎是二進位檔,因此無法當做文字開啟",
	"fileNotFoundError": "找不到檔案 ({0})",
	"fileMoveConflict": "無法移動/複製。目的地已存在檔案。",
	"unableToMoveCopyError": "無法移動/複製。檔案會取代其所在的資料夾。",
	"foldersCopyError": "資料夾不能複製到工作區。請選取個別檔案進行複製。",
	"fileModifiedError": "修改檔案的時間",
	"fileReadOnlyError": "檔案為唯讀"
}