Files
azuredatastudio/i18n/ads-language-pack-zh-hant/translations/extensions/machine-learning.i18n.json
2021-08-02 11:15:58 -07:00

233 lines
14 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "機器學習",
"description": "機器學習",
"title.tasks": "工作",
"title.documents": "文件",
"title.configurations": "設定",
"title.endpoints": "端點",
"ml.command.managePackages": "管理資料庫中的套件",
"ml.command.manageLanguages": "管理外部語言",
"ml.command.predictModel": "進行預測",
"ml.command.manageModels": "管理模型",
"ml.command.importModel": "匯入模型",
"ml.configuration.title": "機器學習設定",
"ml.pythonPath.description": "機器學習所使用之現有 Python 安裝的本機路徑。",
"ml.enablePython.description": "在資料庫中啟用 Python 套件管理。",
"ml.enableR.description": "在資料庫中啟用 R 套件管理。",
"ml.rPath.description": "機器學習所使用之現有 R 安裝的本機路徑。",
"ml.command.dependencies": "安裝機器學習依存性",
"ml.command.enableExternalScript": "啟用外部指令碼"
},
"dist/common/constants": {
"msgYes": "是",
"msgNo": "否",
"mls.managePackages.error": "伺服器不支援套件管理。請確定您已安裝 Python 或 R。",
"notebookExtensionFailedError": "無法載入延伸模組,因為它與筆記本延伸模組有相依性。請查看筆記本延伸模組的輸出記錄以取得更多詳細資料",
"mls.verifyOdbcDriverError.error": "套件管理需要 '{0}'。請確定已正確安裝及設定。",
"mls.taskFailedError.error": "無法完成工作 '{0}'。錯誤: {1}",
"mls.cannotFindPython.error": "找不到 Python 可執行檔 '{0}'。請確定已正確安裝及設定 Python",
"mls.cannotFindR.error": "找不到 R 可執行檔 '{0}'。請確定已正確安裝及設定 R",
"mls.installPackageMngDependencies.msgTaskName": "正在驗證套件管理相依性",
"mls.installModelMngDependencies.msgTaskName": "正在驗證模型管理相依性",
"mls.noResultError": "未傳回任何結果",
"mls.requiredPackagesNotInstalled": "未安裝所需的套件",
"mls.confirmEnableExternalScripts": "套件管理需要外部指令碼。您確定要啟用。",
"mls.enableExternalScriptsError": "無法啟用外部指令碼。",
"mls.externalScriptsIsRequiredError": "此動作需要外部指令碼設定。",
"mls.confirmInstallPythonPackages": "您確定要安裝必要的套件嗎?",
"mls.installDependencies.confirmInstallPythonPackages": "需要下列 Python 套件才能安裝: {0}",
"mls.installDependencies.confirmInstallRPackages": "需要下列 R 套件才能安裝: {0}",
"models.confirmDeleteModel": "確定要刪除 {0} 模型嗎?",
"mls.installDependencies.packages": "正在安裝必要套件 ...",
"mls.installDependencies.packagesAlreadyInstalled": "已安裝必要的套件。",
"mls.installDependencies.getPackagesError": "無法取得已安裝的 Python 套件。錯誤: {0}",
"mls.packageManager.NoConnection": "未選取連線",
"mls.notebookExtensionNotLoaded": "未載入筆記本延伸模組",
"mls.mssqlExtensionNotLoaded": "未載入 MSSQL 延伸模組",
"mls.enabledMessage": "已啟用機器學習服務",
"mls.configUpdateFailed": "無法修改機器學習服務設定",
"mls.enableButtonTitle": "啟用",
"mls.disableButtonTitle": "停用",
"mls.configTitle": "設定",
"mls.configStatus": "已啟用",
"mls.configAction": "動作",
"mls.externalExecuteScriptTitle": "外部執行指令碼",
"mls.pythonLanguageTitle": "Python",
"mls.rLanguageTitle": "R",
"mls.downloadError": "下載時發生錯誤",
"mls.invalidModelIdError": "模型識別碼無效。模型 URL: {0}",
"mls.noArtifactError": "模型沒有任何成品。模型 URL: {0}",
"mls.downloadingProgress": "正在下載",
"mls.pythonConfigError": "未設定 Python 可執行檔",
"mls.rConfigError": "未設定 R 可執行檔",
"mls.installingDependencies": "正在安裝相依性 ...",
"mls.resourceNotFound": "找不到指定的資源",
"mls.latestVersion": "最新",
"mls.httpGetRequestError": "套件資訊要求失敗。錯誤: {0} {1}",
"azure.resource.error": "錯誤: {0}",
"notSupportedEventArg": "不支援的事件引數",
"extLang.installTabTitle": "已安裝",
"extLang.languageCreatedDate": "已安裝",
"extLang.languagePlatform": "平台",
"extLang.delete": "刪除",
"editTitle": "編輯",
"extLang.installButtonText": "安裝",
"extLang.CancelButtonText": "取消",
"extLang.DoneButtonText": "關閉",
"extLang.OkButtonText": "確定",
"extLang.SaveButtonText": "儲存",
"extLang.languageName": "名稱",
"extLang.newLanguageTabTitle": "新增",
"extLang.fileBrowserTabTitle": "檔案瀏覽器",
"extLang.DialogTitle": "語言",
"extLang.Target": "目標",
"extLang.Local": "localhost",
"extLang.extensionFilePath": "語言延伸模組路徑",
"extLang.extensionFileLocation": "語言延伸模組位置",
"extLang.extensionFileName": "延伸模組檔案名稱",
"extLang.envVariables": "環境變數",
"extLang.parameters": "參數",
"extLang.selectedPath": "選取的路徑",
"extLang.installFailedError": "無法安裝語言",
"extLang.updateFailedError": "無法更新語言",
"models.modelUpdateFailedError": "無法更新模型",
"models.modelsListEmptyMessage": "找不到任何模型",
"models.selectModelTableMessage": "選取資料表",
"models.selectModelDatabaseMessage": "選取資料庫",
"models.azureModelsListEmptyTitle": "找不到模型",
"models.azureModelsListEmptyDescription": "選取其他 Azure ML 工作區",
"models.modelsListEmptyDescription": "選取另一個資料庫或資料表",
"databaseName": "資料庫",
"databaseToStoreInfo": "選取要儲存新模型的資料庫。",
"tableToStoreInfo": "選取符合模型結構描述的現有資料表,或建立新的資料表來儲存匯入的模型。",
"tableName": "資料表",
"modelTableInfo": "選取模型資料表以檢視現有/匯入模型的清單。",
"modelDatabaseInfo": "選取已儲存現有/匯入模型的資料庫。",
"existingTableName": "現有資料表",
"newTableName": "新增資料表",
"models.name": "名稱",
"models.fileName": "檔案",
"models.description": "描述",
"models.created": "建立日期",
"models.imported": "匯入日期",
"models.framework": "架構",
"models.frameworkVersion": "架構版本",
"models.version": "版本",
"models.browseButton": "...",
"models.azureAccount": "Azure 帳戶",
"models.azureSignIn": "Azure 登入或重新整理帳戶",
"predict.columnDatabase": "來源資料庫",
"predict.columnDatabaseInfo": "選取包含要套用預測之資料集的資料庫。",
"predict.columnTable": "來源資料表",
"predict.columnTableInfo": "選取包含要套用預測之資料集的資料表。",
"predict.inputColumns": "模型輸入對應",
"predict.outputColumns": "模型輸出",
"predict.columnName": "來源資料行",
"predict.dataTypeName": "類型",
"predict.displayName": "顯示名稱",
"predict.inputName": "模型輸入",
"predict.selectColumnTitle": "選取資料行...",
"models.selectModelDatabaseTitle": "選取有模型的資料庫",
"models.selectModelTableTitle": "選取有模型的資料表",
"predict.selectDatabaseTitle": "選取資料庫",
"predict.selectTableTitle": "選取資料表",
"predict.outputName": "名稱",
"models.azureSubscription": "Azure 訂用帳戶",
"models.azureGroup": "資源群組",
"models.azureModelWorkspace": "Azure ML 工作區",
"models.azureModelFilter": "篩選",
"models.azureModels": "模型",
"models.azureModelsTitle": "Azure 模型",
"models.localModelsTitle": "本機模型",
"models.modelSourcesTitle": "來源位置",
"models.modelSourcePageTitle": "選取模型來源類型",
"models.localModelSourceDescriptionForImport": "已選取 [檔案上傳]。這可讓您將本機電腦中的模型檔案匯入此 SQL 執行個體中的模型資料庫。按一下 [下一步] 以繼續。​",
"models.azureModelSourceDescriptionForImport": "已選取Azure Machine Learning。這可讓您匯入儲存在此 SQL 執行個體中模型資料庫 Azure Machine Learning 工作區中的模型。點擊 [下一步] 以繼續。​​",
"models.localModelSourceDescriptionForPredict": "已選取 [檔案上傳]。這可讓您從本機電腦上傳模型檔案。按一下 [下一步] 以繼續。​​",
"models.importedModelSourceDescriptionForPredict": "已選取 [匯入的模型]。這可讓您從儲存在資料庫之模型資料表中的模型中選擇。按一下 [下一步] 以繼續。​",
"models.azureModelSourceDescriptionForPredict": "已選取Azure Machine Learning。這可讓您從儲存在 Azure Machine Learning 工作區的模型中選擇。點擊 [下一步] 以繼續。​",
"models.modelImportTargetPageTitle": "選取或輸入要將模型匯入的位置",
"models.columnSelectionPageTitle": "將來源資料對應至模型",
"models.modelDetailsPageTitle": "輸入模型詳細資料",
"models.modelLocalSourceTitle": "來源檔案",
"models.modelLocalSourceTooltip": "要匯入之模型的檔案路徑",
"models.onnxNotSupportedError": "目前的伺服器不支援 ONNX 執行階段",
"models.currentModelsTitle": "模型",
"models.importModelDoneButton": "匯入",
"models.predictModel": "預測",
"models.RegisterWizard": "匯入模型",
"models.viewImportModelsTitle": "檢視和匯入模型",
"models.viewImportModelsDesc": "機器學習模型可以儲存在一或多個資料庫及資料表中。請選取模型資料庫及資料表,以查看其中的模型。",
"models.viewImportModeledForPredictDesc": "模型儲存在一或多個資料庫及資料表中。請選取模型資料庫及資料表,以查看其中的模型。",
"models.learnMoreLink": "深入了解。",
"models.importModelTitle": "匯入或檢視模型",
"models.editModelTitle": "編輯模型",
"models.importModelDesc": "匯入或檢視儲存在資料庫中的機器學習模型",
"models.makePredictionTitle": "進行預測",
"models.makePredictionDesc": "使用受控模型產生預測值或分數",
"models.createNotebookTitle": "建立筆記本",
"models.createNotebookDesc": "在筆記本中執行實驗並建立模型",
"models.modelRegisteredSuccessfully": "已成功註冊模型",
"models.modelUpdatedSuccessfully": "已成功更新模型",
"models.modelFailedToRegistered": "模型無法註冊",
"models.localModelSource": "檔案上傳",
"models.localModelPageTitle": "上傳模型檔",
"models.azureModelSource": "Azure Machine Learning",
"models.azureModelPageTitle": "從 Azure Machine Learning 匯入",
"models.importedModelsPageTitle": "選取匯入的模型",
"models.registeredModelsSource": "匯入的模型",
"models.downloadModelMsgTaskName": "正在從 Azure 下載模型",
"models.invalidAzureResourceError": "Azure 資源無效",
"models.invalidModelToRegisterError": "要註冊的模型無效",
"models.invalidModelToPredictError": "要預測的模型無效",
"models.invalidModelParametersError": "請選取有效的來源資料表和模型參數",
"models.invalidModelToSelectError": "請選取有效的模型",
"models.invalidModelImportTargetError": "請選取有效的資料表",
"models.columnDataTypeMismatchWarningHelper": "按一下以檢閱警告詳細資料",
"models.columnDataTypeMismatchWarningHeading": "資料類型的差異",
"models.columnDataTypeMismatchWarning": "來源資料表資料行的資料類型與必要的輸入欄位類型不相符。",
"models.outputColumnDataTypeNotSupportedWarning": "輸出資料行的資料類型不符合輸出欄位的類型。",
"models.modelNameRequiredError": "需要模型名稱。",
"models.modelsRequiredError": "請至少選取一個要匯入的模型。",
"models.updateModelFailedError": "無法更新模型",
"models.modelSchemaIsAcceptedMessage": "資料表符合需求!",
"models.selectModelsTableMessage": "選取模型資料表",
"models.modelSchemaIsNotAcceptedMessage": "資料表結構無效!",
"models.importModelFailedError": "無法註冊模型: {0},檔案: {1}",
"models.invalidImportTableError": "資料表無效,無法匯入模型。資料庫名稱: {0},資料表名稱: {1}",
"models.invalidImportTableSchemaError": "模型匯入不支援資料表結構描述。資料庫名稱: {0},資料表名稱: {1}。",
"models.loadModelParameterFailedError": "無法載入模型參數",
"models.unsupportedModelParameterType": "不支援",
"dashboardTitle": "機器學習",
"dashboardDesc": "SQL 資料庫的機器學習",
"dashboardLinksTitle": "實用連結",
"dashboardVideoLinksTitle": "影片教學課程",
"showMoreTitle": "顯示較多",
"showLessTitle": "顯示較少",
"learnMoreTitle": "深入了解",
"sqlMlDocTitle": "SQL 機器學習文件",
"sqlMlExtDocTitle": "Azure Data Studio 中的 Machine Learning 延伸模組",
"sqlMlExtDocDesc": "了解如何使用 Azure Data Studio 中的 Machine Learning 延伸模組來管理套件、進行預測及匯入模型。",
"sqlMlDocDesc": "了解如何在 Azure 上的 SQL Server 和 SQL 上使用機器學習,對關聯式資料執行 Python 及 R 指令碼。",
"sqlMlsDocTitle": "SQL Server 機器學習服務 (Python 和 R)",
"sqlMlsDocDesc": "開始使用 SQL Server 上的機器學習服務,以及如何將其安裝在 Windows 和 Linux 上。",
"sqlMlsMIDocTitle": "Azure SQL 受控執行個體中的機器學習服務",
"sqlMlsMIDocDesc": "開始使用 Azure SQL 受控執行個體中的機器學習服務。",
"mlsInstallObdcDocTitle": "安裝 Microsoft ODBC Driver for SQL Server",
"mlsInstallOdbcDocDesc": "此文件說明如何安裝 Microsoft ODBC Driver for SQL Server。",
"onnxOnEdgeOdbcDocTitle": "在 SQL Database Edge 預覽中使用 ONNX 的機器學習及 AI",
"onnxOnEdgeOdbcDocDesc": "開始使用 Azure SQL Database Edge 中的機器學習",
"ml.dataCount": "顯示 {0} 模型"
}
}
}