mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
22
i18n/chs/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/chs/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"configurePython.dialogName": "为笔记本配置 Python",
|
||||
"configurePython.okButtonText": "安装",
|
||||
"configurePython.cancelButtonText": "取消",
|
||||
"configurePython.browseButtonText": "浏览",
|
||||
"configurePython.locationTextBoxText": "Python 安装位置",
|
||||
"configurePython.selectFileLabel": "选择",
|
||||
"configurePython.installNote": "此安装需要一些时间。建议在安装完成之前不要关闭应用程序。",
|
||||
"configurePython.invalidLocationMsg": "指定的安装位置无效。",
|
||||
"configurePython.pythonNotFoundMsg": "在指定位置未找到 python 安装。",
|
||||
"configurePython.pythonInstallDeclined": "Python 安装被拒绝。",
|
||||
"configurePython.installationType": "安装类型",
|
||||
"configurePython.newInstall": "新 Python 安装",
|
||||
"configurePython.existingInstall": "使用现有 Python 安装"
|
||||
}
|
||||
23
i18n/chs/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/chs/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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.invalidTextPlaceholder": "不适用",
|
||||
"managePackages.packageNotFound": "未找到指定的包",
|
||||
"managePackages.searchBarPlaceholder": "搜索 {0} 包",
|
||||
"managePackages.addNewTabTitle": "新增",
|
||||
"managePackages.searchButtonLabel": "搜索",
|
||||
"managePackages.installButtonText": "安装",
|
||||
"managePackages.packageNameTitle": "包名称",
|
||||
"managePackages.packageVersionTitle": "包版本",
|
||||
"managePackages.packageSummaryTitle": "包摘要",
|
||||
"managePackages.noVersionsFound": "未找到指定包的任何有效版本",
|
||||
"managePackages.packageRequestError": "包信息请求失败,出现错误: {0} {1}",
|
||||
"managePackages.backgroundInstallStarted": "正在安装 {0} {1}",
|
||||
"managePackages.backgroundInstallComplete": "{0} 已安装完毕",
|
||||
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}"
|
||||
}
|
||||
19
i18n/chs/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/chs/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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}"
|
||||
}
|
||||
11
i18n/chs/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/chs/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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.dialogName": "管理包",
|
||||
"managePackages.cancelButtonText": "关闭"
|
||||
}
|
||||
Reference in New Issue
Block a user