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

fileActions.i18n.json « browser « files « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aff221b2b22d6e7f4b36fac0a0fabad639917296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"collapseExplorerFolders": "在资源管理器中折叠文件夹",
	"compareFiles": "比较文件",
	"compareSource": "选择以进行比较",
	"compareWith": "与“{0}”比较",
	"confirmDeleteMessageFile": "是否确定要永久删除“{0}”?",
	"confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?",
	"confirmMoveTrashMessageFile": "是否确实要删除“{0}”?",
	"confirmMoveTrashMessageFolder": "是否确实要删除“{0}”及其内容?",
	"confirmOverwrite": "目标文件夹中已存在具有相同名称的文件或文件夹。是否要替换它?",
	"copyFile": "复制",
	"createNewFile": "新建文件",
	"createNewFolder": "新建文件夹",
	"delete": "删除",
	"deleteButtonLabel": "删除(&&D)",
	"deleteButtonLabelRecycleBin": "移动到回收站(&&M)",
	"deleteButtonLabelTrash": "移动到回收站(&&M)",
	"dirtyMessageFile": "你正在重命名的文件具有未保存的更改。是否继续?",
	"dirtyMessageFileDelete": "你正在删除的文件具有未保存的更改。是否继续?",
	"dirtyMessageFolder": "你正在重命名的文件夹有 {0} 个文件具有未保存的更改。是否继续?",
	"dirtyMessageFolderDelete": "你正在删除的文件夹有 {0} 个文件具有未保存的更改。是否继续?",
	"dirtyMessageFolderOne": "你正在重命名的文件夹有 1 个文件具有未保存的更改。是否继续?",
	"dirtyMessageFolderOneDelete": "你正在删除的文件夹有 1 个文件具有未保存的更改。是否继续?",
	"dirtyWarning": "如果不保存,更改将丢失。",
	"duplicateFile": "重复",
	"emptyFileNameError": "必须提供文件或文件夹名。",
	"fileNameExistsError": "此位置已存在文件或文件夹 **{0}**。请选择其他名称。",
	"filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。",
	"focusFilesExplorer": "关注文件资源浏览器",
	"focusOpenEditors": "专注于“打开的编辑器”视图",
	"globalCompareFile": "比较活动文件与...",
	"importFiles": "导入文件",
	"invalidFileNameError": "名称 **{0}** 作为文件或文件夹名无效。请选择其他名称。",
	"irreversible": "此操作不可逆!",
	"newFile": "新建文件",
	"newFolder": "新建文件夹",
	"newUntitledFile": "新的无标题文件",
	"openFileToCompare": "首先打开文件以将其与另外一个文件比较。",
	"openFileToShow": "先打开一个文件以在浏览器中显示它",
	"openFolderFirst": "先打开一个文件夹,以在其中创建文件或文件夹。",
	"openToSide": "打开到侧边",
	"pasteFile": "粘贴",
	"permDelete": "永久删除",
	"refresh": "刷新",
	"refreshExplorer": "刷新资源管理器",
	"rename": "重命名",
	"renameLabel": "重命名(&&R)",
	"replaceButtonLabel": "替换(&&R)",
	"retry": "重试",
	"revert": "还原文件",
	"save": "保存",
	"saveAll": "全部保存",
	"saveAllInGroup": "保存组中的全部内容",
	"saveAs": "另存为...",
	"saveFiles": "保存已更新文件",
	"showInExplorer": "在资源管理器中显示活动文件",
	"unableToFileToCompare": "无法将所选文件与“{0}”进行比较。",
	"undoBin": "可以从回收站还原。",
	"undoTrash": "可以从回收站还原。"
}