mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update localization resource files (#14389)
This commit is contained in:
22
i18n/cht/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/cht/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": "為 Notebooks 設定 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/cht/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/cht/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": "N/A",
|
||||
"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} {1} 的安裝",
|
||||
"managePackages.backgroundInstallFailed": "無法安裝 {0} {1}。錯誤: {2}"
|
||||
}
|
||||
19
i18n/cht/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/cht/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/cht/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/cht/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