formatActions.i18n.json 839 字节
Newer Older
D
Dirk Baeumer 已提交
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
	"hint11": "在第 {0} 行进行了 1 次格式编辑",
8 9
	"hintn1": "在第 {1} 行进行了 {0} 次格式编辑",
	"hint1n": "第 {0} 行到第 {1} 行间进行了 1 次格式编辑",
10
	"hintnn": "第 {1} 行到第 {2} 行间进行了 {0} 次格式编辑",
11
	"no.provider": "抱歉,当前没有安装“{0}”文件的格式化程序。",
12
	"formatDocument.label": "格式化文件",
13
	"formatSelection.label": "格式化选定代码"
D
Dirk Baeumer 已提交
14
}