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

remoteFileService.i18n.json « electron-browser « files « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d343959d4318fc5914175bbc666001176d1ca2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"invalidPath": "资源“{0}”的路径必须是绝对路径",
	"fileNotFoundError": "找不到文件({0})",
	"fileIsDirectoryError": "文件是目录",
	"fileNotModifiedError": "自以下时间未修改的文件:",
	"fileBinaryError": "文件似乎是二进制文件,无法作为文档打开",
	"err.create": "未能创建文件 {0}",
	"fileMoveConflict": "无法移动/复制。文件已存在于目标位置。"
}