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

fileService.i18n.json « node « files « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0bd4e10c0c1ed5daf3a19cfd7cf9a5fb48cbac56 (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": "文件为只读文件"
}