integration.i18n.json 743 字节
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6 7 8
{
	"copy": "复制",
	"cut": "剪切",
D
Dirk Baeumer 已提交
9 10 11 12
	"files": "文件",
	"folders": "文件夹",
	"openRecentPlaceHolder": "选择要打开的路径(在新窗口中按住 Ctrl 键打开)",
	"openRecentPlaceHolderMac": "选择路径(在新窗口中按住 Cmd 键打开)",
D
Dirk Baeumer 已提交
13 14 15 16 17
	"paste": "粘贴",
	"redo": "恢复",
	"selectAll": "全选",
	"undo": "撤消"
}