window.i18n.json 617 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7 8
	"undo": "復原",
	"redo": "重做",
D
Dirk Baeumer 已提交
9
	"cut": "剪下",
10
	"copy": "複製",
D
Dirk Baeumer 已提交
11 12
	"paste": "貼上",
	"selectAll": "全選",
13
	"confirmOpen": "確定要開啟 {0} 工作區嗎?",
D
Daniel Ye 已提交
14
	"confirmOpenButton": "開啟(&&O)..."
D
Dirk Baeumer 已提交
15
}