Files
azuredatastudio/i18n/chs/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
2021-02-22 19:42:55 -08:00

19 lines
1013 B
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"managePackages.installedTabTitle": "已安装",
"managePackages.pkgNameColumn": "名称",
"managePackages.newPkgVersionColumn": "版本",
"managePackages.uninstallButtonText": "卸载选定的包",
"managePackages.packageType": "包类型",
"managePackages.packageCount": "找到 {0} 个 {1} 包",
"managePackages.confirmUninstall": "确定要卸载指定的包吗?",
"managePackages.backgroundUninstallStarted": "正在卸载 {0}",
"managePackages.backgroundUninstallComplete": "{0} 已卸载完毕",
"managePackages.backgroundUninstallFailed": "未能卸载 {0}。错误: {1}"
}