extensionsQuickOpen.i18n.json 1.3 KB
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
{
I
isidor 已提交
7
	"author": "作者",
D
Dirk Baeumer 已提交
8
	"cancel": "取消",
I
isidor 已提交
9
	"description": "描述",
D
Dirk Baeumer 已提交
10 11 12 13 14 15 16 17 18 19
	"extensionAriaLabel": "{0},{1},扩展选取器",
	"galleryExtensionsHandlerAriaLabel": "键入以缩小库中的扩展列表的范围",
	"install": "安装扩展",
	"installCountMultiple": "{0} 下载了 {1} 次。",
	"installCountOne": "{0} 下载了一次。",
	"installCountZero": "{0} 尚未下载。",
	"installNow": "立即安装",
	"installPrompt": "是否要安装“{0}”?",
	"license": "许可证",
	"localExtensionsHandlerAriaLabel": "键入以缩小已安装扩展列表的范围",
I
isidor 已提交
20
	"name": "名称",
D
Dirk Baeumer 已提交
21 22 23
	"noExtensionsInstalled": "找不到扩展",
	"noExtensionsToInstall": "找不到扩展",
	"noOutdatedExtensions": "找不到过时扩展",
D
Dirk Baeumer 已提交
24
	"noRecommendedExtensions": "没有推荐的扩展",
D
Dirk Baeumer 已提交
25 26 27 28 29
	"nowInstalling": "正在安装“{0}”...",
	"outdatedExtensionsHandlerAriaLabel": "键入以缩小过时扩展列表的范围",
	"readme": "自述文件",
	"update": "更新扩展"
}