Files
azuredatastudio/resources/xlf/zh-hans/machine-learning.zh-Hans.xlf
Alex Ma e0cad0231d Update to Localized XLFS (#16312)
* Update for German Resources

* added strings for Spanish XLFs

* added french resource xlfs

* massive commit on 7/18/21

* another update to extensions and sql
2021-07-19 13:22:07 -07:00

879 lines
46 KiB
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/machine-learning/package" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="displayName">
<source xml:lang="en">Machine Learning</source>
<target state="translated">机器学习</target>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Machine Learning</source>
<target state="translated">机器学习</target>
</trans-unit>
<trans-unit id="title.tasks">
<source xml:lang="en">Tasks</source>
<target state="translated">任务</target>
</trans-unit>
<trans-unit id="title.documents">
<source xml:lang="en">Documents</source>
<target state="translated">文档</target>
</trans-unit>
<trans-unit id="title.configurations">
<source xml:lang="en">Configurations</source>
<target state="translated">配置</target>
</trans-unit>
<trans-unit id="title.endpoints">
<source xml:lang="en">Endpoints</source>
<target state="translated">终结点</target>
</trans-unit>
<trans-unit id="ml.command.managePackages">
<source xml:lang="en">Manage packages in database</source>
<target state="translated">管理数据库中的包</target>
</trans-unit>
<trans-unit id="ml.command.manageLanguages">
<source xml:lang="en">Manage external languages</source>
<target state="translated">管理外部语言</target>
</trans-unit>
<trans-unit id="ml.command.predictModel">
<source xml:lang="en">Make prediction</source>
<target state="translated">进行预测</target>
</trans-unit>
<trans-unit id="ml.command.manageModels">
<source xml:lang="en">Manage models</source>
<target state="translated">管理模型</target>
</trans-unit>
<trans-unit id="ml.command.importModel">
<source xml:lang="en">Import model</source>
<target state="translated">导入模型</target>
</trans-unit>
<trans-unit id="ml.configuration.title">
<source xml:lang="en">Machine Learning Configurations</source>
<target state="translated">机器学习配置</target>
</trans-unit>
<trans-unit id="ml.pythonPath.description">
<source xml:lang="en">Local path to a preexisting Python installation used by Machine Learning.</source>
<target state="translated">机器学习使用的预先存在的 Python 安装的本地路径。</target>
</trans-unit>
<trans-unit id="ml.enablePython.description">
<source xml:lang="en">Enable Python package management in database.</source>
<target state="translated">在数据库中启用 Python 包管理。</target>
</trans-unit>
<trans-unit id="ml.enableR.description">
<source xml:lang="en">Enable R package management in database.</source>
<target state="translated">在数据库中启用 R 包管理。</target>
</trans-unit>
<trans-unit id="ml.rPath.description">
<source xml:lang="en">Local path to a preexisting R installation used by Machine Learning.</source>
<target state="translated">机器学习使用的预先存在的 R 安装的本地路径。</target>
</trans-unit>
<trans-unit id="ml.command.dependencies">
<source xml:lang="en">Install Machine Learning Dependencies</source>
<target state="translated">安装机器学习依赖项</target>
</trans-unit>
<trans-unit id="ml.command.enableExternalScript">
<source xml:lang="en">Enable External script</source>
<target state="translated">启用外部脚本</target>
</trans-unit>
</body>
</file>
<file original="extensions/machine-learning/dist/common/constants" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="msgYes">
<source xml:lang="en">Yes</source>
<target state="translated"></target>
</trans-unit>
<trans-unit id="msgNo">
<source xml:lang="en">No</source>
<target state="translated"></target>
</trans-unit>
<trans-unit id="mls.managePackages.error">
<source xml:lang="en">Package management is not supported for the server. Make sure you have Python or R installed.</source>
<target state="translated">服务器不支持包管理。请确保已安装 Python 或 R。</target>
</trans-unit>
<trans-unit id="notebookExtensionFailedError">
<source xml:lang="en">The extension failed to load because of it's dependency to Notebook extension. Please check the output log for Notebook extension to get more details</source>
<target state="translated">扩展因其对笔记本扩展的依赖项而未能加载。请检查笔记本扩展的输出日志以获取更多详细信息</target>
</trans-unit>
<trans-unit id="mls.verifyOdbcDriverError.error">
<source xml:lang="en">'{0}' is required for package management. Please make sure it is installed and set up correctly.</source>
<target state="translated">包管理需要“{0}”。请确保其已安装并正确设置。</target>
</trans-unit>
<trans-unit id="mls.taskFailedError.error">
<source xml:lang="en">Failed to complete task '{0}'. Error: {1}</source>
<target state="translated">无法完成任务“{0}”。错误: {1}</target>
</trans-unit>
<trans-unit id="mls.cannotFindPython.error">
<source xml:lang="en">Cannot find Python executable '{0}'. Please make sure Python is installed and configured correctly</source>
<target state="translated">找不到 Python 可执行文件“{0}”。请确保已正确安装和配置 Python</target>
</trans-unit>
<trans-unit id="mls.cannotFindR.error">
<source xml:lang="en">Cannot find R executable '{0}'. Please make sure R is installed and configured correctly</source>
<target state="translated">找不到 R 可执行文件“{0}”。请确保已正确安装和配置 R</target>
</trans-unit>
<trans-unit id="mls.installPackageMngDependencies.msgTaskName">
<source xml:lang="en">Verifying package management dependencies</source>
<target state="translated">正在验证包管理依赖项</target>
</trans-unit>
<trans-unit id="mls.installModelMngDependencies.msgTaskName">
<source xml:lang="en">Verifying model management dependencies</source>
<target state="translated">正在验证模型管理依赖项</target>
</trans-unit>
<trans-unit id="mls.noResultError">
<source xml:lang="en">No Result returned</source>
<target state="translated">未返回任何结果</target>
</trans-unit>
<trans-unit id="mls.requiredPackagesNotInstalled">
<source xml:lang="en">The required packages are not installed</source>
<target state="translated">未安装所需的包</target>
</trans-unit>
<trans-unit id="mls.confirmEnableExternalScripts">
<source xml:lang="en">External script is required for package management. Are you sure you want to enable that.</source>
<target state="translated">包管理需要外部脚本。是否确实要启用它?</target>
</trans-unit>
<trans-unit id="mls.enableExternalScriptsError">
<source xml:lang="en">Failed to enable External script.</source>
<target state="translated">未能启用外部脚本。</target>
</trans-unit>
<trans-unit id="mls.externalScriptsIsRequiredError">
<source xml:lang="en">External script configuration is required for this action.</source>
<target state="translated">此操作需要外部脚本配置。</target>
</trans-unit>
<trans-unit id="mls.confirmInstallPythonPackages">
<source xml:lang="en">Are you sure you want to install required packages?</source>
<target state="translated">是否确实要安装所需的包?</target>
</trans-unit>
<trans-unit id="mls.installDependencies.confirmInstallPythonPackages">
<source xml:lang="en">The following Python packages are required to install: {0}</source>
<target state="translated">需要安装以下 Python 包: {0}</target>
</trans-unit>
<trans-unit id="mls.installDependencies.confirmInstallRPackages">
<source xml:lang="en">The following R packages are required to install: {0}</source>
<target state="translated">安装需要以下 R 包: {0}</target>
</trans-unit>
<trans-unit id="models.confirmDeleteModel">
<source xml:lang="en">Are you sure you want to delete model '{0}?</source>
<target state="translated">确定要删除模型“{0}”?</target>
</trans-unit>
<trans-unit id="mls.installDependencies.packages">
<source xml:lang="en">Installing required packages ...</source>
<target state="translated">正在安装所需的包...</target>
</trans-unit>
<trans-unit id="mls.installDependencies.packagesAlreadyInstalled">
<source xml:lang="en">Required packages are already installed.</source>
<target state="translated">已安装所需的包。</target>
</trans-unit>
<trans-unit id="mls.installDependencies.getPackagesError">
<source xml:lang="en">Failed to get installed python packages. Error: {0}</source>
<target state="translated">未能获取已安装的 python 包。错误: {0}</target>
</trans-unit>
<trans-unit id="mls.packageManager.NoConnection">
<source xml:lang="en">No connection selected</source>
<target state="translated">未选择连接</target>
</trans-unit>
<trans-unit id="mls.notebookExtensionNotLoaded">
<source xml:lang="en">Notebook extension is not loaded</source>
<target state="translated">未加载笔记本扩展</target>
</trans-unit>
<trans-unit id="mls.mssqlExtensionNotLoaded">
<source xml:lang="en">MSSQL extension is not loaded</source>
<target state="translated">未加载 MSSQL 扩展</target>
</trans-unit>
<trans-unit id="mls.enabledMessage">
<source xml:lang="en">Machine Learning Services Enabled</source>
<target state="translated">已启用机器学习服务</target>
</trans-unit>
<trans-unit id="mls.configUpdateFailed">
<source xml:lang="en">Failed to modify Machine Learning Services configurations</source>
<target state="translated">未能修改机器学习服务配置</target>
</trans-unit>
<trans-unit id="mls.enableButtonTitle">
<source xml:lang="en">Enable</source>
<target state="translated">启用</target>
</trans-unit>
<trans-unit id="mls.disableButtonTitle">
<source xml:lang="en">Disable</source>
<target state="translated">禁用</target>
</trans-unit>
<trans-unit id="mls.configTitle">
<source xml:lang="en">Config</source>
<target state="translated">配置</target>
</trans-unit>
<trans-unit id="mls.configStatus">
<source xml:lang="en">Enabled</source>
<target state="translated">已启用</target>
</trans-unit>
<trans-unit id="mls.configAction">
<source xml:lang="en">Action</source>
<target state="translated">操作</target>
</trans-unit>
<trans-unit id="mls.externalExecuteScriptTitle">
<source xml:lang="en">External Execute Script</source>
<target state="translated">外部执行脚本</target>
</trans-unit>
<trans-unit id="mls.pythonLanguageTitle">
<source xml:lang="en">Python</source>
<target state="translated">Python</target>
</trans-unit>
<trans-unit id="mls.rLanguageTitle">
<source xml:lang="en">R</source>
<target state="translated">R</target>
</trans-unit>
<trans-unit id="mls.downloadError">
<source xml:lang="en">Error while downloading</source>
<target state="translated">下载时出错</target>
</trans-unit>
<trans-unit id="mls.invalidModelIdError">
<source xml:lang="en">Invalid model id. model url: {0}</source>
<target state="translated">模型 ID 无效。模型 URL: {0}</target>
</trans-unit>
<trans-unit id="mls.noArtifactError">
<source xml:lang="en">Model doesn't have any artifact. model url: {0}</source>
<target state="translated">模型没有任何项目。模型 URL: {0}</target>
</trans-unit>
<trans-unit id="mls.downloadingProgress">
<source xml:lang="en">Downloading</source>
<target state="translated">正在下载</target>
</trans-unit>
<trans-unit id="mls.pythonConfigError">
<source xml:lang="en">Python executable is not configured</source>
<target state="translated">未配置 Python 可执行文件</target>
</trans-unit>
<trans-unit id="mls.rConfigError">
<source xml:lang="en">R executable is not configured</source>
<target state="translated">未配置 R 可执行文件</target>
</trans-unit>
<trans-unit id="mls.installingDependencies">
<source xml:lang="en">Installing dependencies ...</source>
<target state="translated">正在安装依赖项...</target>
</trans-unit>
<trans-unit id="mls.resourceNotFound">
<source xml:lang="en">Could not find the specified resource</source>
<target state="translated">无法找到指定的资源</target>
</trans-unit>
<trans-unit id="mls.latestVersion">
<source xml:lang="en">Latest</source>
<target state="translated">最新</target>
</trans-unit>
<trans-unit id="mls.httpGetRequestError">
<source xml:lang="en">Package info request failed with error: {0} {1}</source>
<target state="translated">包信息请求失败,出现错误: {0} {1}</target>
</trans-unit>
<trans-unit id="azure.resource.error">
<source xml:lang="en">Error: {0}</source>
<target state="translated">错误: {0}</target>
</trans-unit>
<trans-unit id="notSupportedEventArg">
<source xml:lang="en">Not supported event args</source>
<target state="translated">不受支持的事件参数</target>
</trans-unit>
<trans-unit id="extLang.installTabTitle">
<source xml:lang="en">Installed</source>
<target state="translated">已安装</target>
</trans-unit>
<trans-unit id="extLang.languageCreatedDate">
<source xml:lang="en">Installed</source>
<target state="translated">已安装</target>
</trans-unit>
<trans-unit id="extLang.languagePlatform">
<source xml:lang="en">Platform</source>
<target state="translated">平台</target>
</trans-unit>
<trans-unit id="extLang.delete">
<source xml:lang="en">Delete</source>
<target state="translated">删除</target>
</trans-unit>
<trans-unit id="editTitle">
<source xml:lang="en">Edit</source>
<target state="translated">编辑</target>
</trans-unit>
<trans-unit id="extLang.installButtonText">
<source xml:lang="en">Install</source>
<target state="translated">安装</target>
</trans-unit>
<trans-unit id="extLang.CancelButtonText">
<source xml:lang="en">Cancel</source>
<target state="translated">取消</target>
</trans-unit>
<trans-unit id="extLang.DoneButtonText">
<source xml:lang="en">Close</source>
<target state="translated">关闭</target>
</trans-unit>
<trans-unit id="extLang.OkButtonText">
<source xml:lang="en">OK</source>
<target state="translated">确定</target>
</trans-unit>
<trans-unit id="extLang.SaveButtonText">
<source xml:lang="en">Save</source>
<target state="translated">保存</target>
</trans-unit>
<trans-unit id="extLang.languageName">
<source xml:lang="en">Name</source>
<target state="translated">名称</target>
</trans-unit>
<trans-unit id="extLang.newLanguageTabTitle">
<source xml:lang="en">Add new</source>
<target state="translated">新增</target>
</trans-unit>
<trans-unit id="extLang.fileBrowserTabTitle">
<source xml:lang="en">File Browser</source>
<target state="translated">文件浏览器</target>
</trans-unit>
<trans-unit id="extLang.DialogTitle">
<source xml:lang="en">Languages</source>
<target state="translated">语言</target>
</trans-unit>
<trans-unit id="extLang.Target">
<source xml:lang="en">Target</source>
<target state="translated">目标</target>
</trans-unit>
<trans-unit id="extLang.Local">
<source xml:lang="en">localhost</source>
<target state="translated">localhost</target>
</trans-unit>
<trans-unit id="extLang.extensionFilePath">
<source xml:lang="en">Language extension path</source>
<target state="translated">语言扩展路径</target>
</trans-unit>
<trans-unit id="extLang.extensionFileLocation">
<source xml:lang="en">Language extension location</source>
<target state="translated">语言扩展位置</target>
</trans-unit>
<trans-unit id="extLang.extensionFileName">
<source xml:lang="en">Extension file Name</source>
<target state="translated">扩展文件名</target>
</trans-unit>
<trans-unit id="extLang.envVariables">
<source xml:lang="en">Environment variables</source>
<target state="translated">环境变量</target>
</trans-unit>
<trans-unit id="extLang.parameters">
<source xml:lang="en">Parameters</source>
<target state="translated">参数</target>
</trans-unit>
<trans-unit id="extLang.selectedPath">
<source xml:lang="en">Selected Path</source>
<target state="translated">所选路径</target>
</trans-unit>
<trans-unit id="extLang.installFailedError">
<source xml:lang="en">Failed to install language</source>
<target state="translated">未能安装语言</target>
</trans-unit>
<trans-unit id="extLang.updateFailedError">
<source xml:lang="en">Failed to update language</source>
<target state="translated">未能更新语言</target>
</trans-unit>
<trans-unit id="models.modelUpdateFailedError">
<source xml:lang="en">Failed to update the model</source>
<target state="translated">未能更新模型</target>
</trans-unit>
<trans-unit id="models.modelsListEmptyMessage">
<source xml:lang="en">No models found</source>
<target state="translated">找不到任何模型</target>
</trans-unit>
<trans-unit id="models.selectModelTableMessage">
<source xml:lang="en">Select table</source>
<target state="translated">选择表</target>
</trans-unit>
<trans-unit id="models.selectModelDatabaseMessage">
<source xml:lang="en">Select Database</source>
<target state="translated">选择数据库</target>
</trans-unit>
<trans-unit id="models.azureModelsListEmptyTitle">
<source xml:lang="en">No models found</source>
<target state="translated">找不到任何模型</target>
</trans-unit>
<trans-unit id="models.azureModelsListEmptyDescription">
<source xml:lang="en">Select another Azure ML workspace</source>
<target state="translated">选择另一个 Azure ML 工作区</target>
</trans-unit>
<trans-unit id="models.modelsListEmptyDescription">
<source xml:lang="en">Select another database or table</source>
<target state="translated">选择其他数据库或表</target>
</trans-unit>
<trans-unit id="databaseName">
<source xml:lang="en">Database</source>
<target state="translated">数据库</target>
</trans-unit>
<trans-unit id="databaseToStoreInfo">
<source xml:lang="en">Select a database to store the new model.</source>
<target state="translated">选择要存储新模型的数据库。</target>
</trans-unit>
<trans-unit id="tableToStoreInfo">
<source xml:lang="en">Select an existing table that conforms the model schema or create a new one to store the imported model.</source>
<target state="translated">选择符合模型架构的现有表或创建一个新表以存储导入的模型。</target>
</trans-unit>
<trans-unit id="tableName">
<source xml:lang="en">Table</source>
<target state="translated"></target>
</trans-unit>
<trans-unit id="modelTableInfo">
<source xml:lang="en">Select a model table to view the list of existing / imported models.</source>
<target state="translated">选择模型表以查看现有/导入的模型的列表。</target>
</trans-unit>
<trans-unit id="modelDatabaseInfo">
<source xml:lang="en">Select a database where existing / imported models are stored.</source>
<target state="translated">选择存储现有/导入模型的数据库。</target>
</trans-unit>
<trans-unit id="existingTableName">
<source xml:lang="en">Existing table</source>
<target state="translated">现有表</target>
</trans-unit>
<trans-unit id="newTableName">
<source xml:lang="en">New table</source>
<target state="translated">新建表</target>
</trans-unit>
<trans-unit id="models.name">
<source xml:lang="en">Name</source>
<target state="translated">名称</target>
</trans-unit>
<trans-unit id="models.fileName">
<source xml:lang="en">File</source>
<target state="translated">文件</target>
</trans-unit>
<trans-unit id="models.description">
<source xml:lang="en">Description</source>
<target state="translated">说明</target>
</trans-unit>
<trans-unit id="models.created">
<source xml:lang="en">Date created</source>
<target state="translated">已创建日期</target>
</trans-unit>
<trans-unit id="models.imported">
<source xml:lang="en">Date imported</source>
<target state="translated">已导入日期</target>
</trans-unit>
<trans-unit id="models.framework">
<source xml:lang="en">Framework</source>
<target state="translated">框架</target>
</trans-unit>
<trans-unit id="models.frameworkVersion">
<source xml:lang="en">Framework version</source>
<target state="translated">框架版本</target>
</trans-unit>
<trans-unit id="models.version">
<source xml:lang="en">Version</source>
<target state="translated">版本</target>
</trans-unit>
<trans-unit id="models.browseButton">
<source xml:lang="en">...</source>
<target state="new">...</target>
</trans-unit>
<trans-unit id="models.azureAccount">
<source xml:lang="en">Azure account</source>
<target state="translated">Azure 帐户</target>
</trans-unit>
<trans-unit id="models.azureSignIn">
<source xml:lang="en">Azure sign in or refresh account</source>
<target state="translated">Azure 登录或刷新帐户</target>
</trans-unit>
<trans-unit id="predict.columnDatabase">
<source xml:lang="en">Source database</source>
<target state="translated">源数据库</target>
</trans-unit>
<trans-unit id="predict.columnDatabaseInfo">
<source xml:lang="en">Select the database containing the dataset to apply the prediction.</source>
<target state="translated">选择包含数据集的数据库以应用预测。</target>
</trans-unit>
<trans-unit id="predict.columnTable">
<source xml:lang="en">Source table</source>
<target state="translated">源表</target>
</trans-unit>
<trans-unit id="predict.columnTableInfo">
<source xml:lang="en">Select the table containing the dataset to apply the prediction.</source>
<target state="translated">选择包含数据集的表以应用预测。</target>
</trans-unit>
<trans-unit id="predict.inputColumns">
<source xml:lang="en">Model Input mapping</source>
<target state="translated">模型输入映射</target>
</trans-unit>
<trans-unit id="predict.outputColumns">
<source xml:lang="en">Model output</source>
<target state="translated">模型输出</target>
</trans-unit>
<trans-unit id="predict.columnName">
<source xml:lang="en">Source columns</source>
<target state="translated">源列</target>
</trans-unit>
<trans-unit id="predict.dataTypeName">
<source xml:lang="en">Type</source>
<target state="translated">类型</target>
</trans-unit>
<trans-unit id="predict.displayName">
<source xml:lang="en">Display name</source>
<target state="translated">显示名称</target>
</trans-unit>
<trans-unit id="predict.inputName">
<source xml:lang="en">Model input</source>
<target state="translated">模型输入</target>
</trans-unit>
<trans-unit id="predict.selectColumnTitle">
<source xml:lang="en">Select column...</source>
<target state="translated">选择列...</target>
</trans-unit>
<trans-unit id="models.selectModelDatabaseTitle">
<source xml:lang="en">Select database with models</source>
<target state="translated">选择具有模型的数据库</target>
</trans-unit>
<trans-unit id="models.selectModelTableTitle">
<source xml:lang="en">Select tables with models</source>
<target state="translated">选择具有模型的表</target>
</trans-unit>
<trans-unit id="predict.selectDatabaseTitle">
<source xml:lang="en">Select database</source>
<target state="translated">选择数据库</target>
</trans-unit>
<trans-unit id="predict.selectTableTitle">
<source xml:lang="en">Select table</source>
<target state="translated">选择表</target>
</trans-unit>
<trans-unit id="predict.outputName">
<source xml:lang="en">Name</source>
<target state="translated">名称</target>
</trans-unit>
<trans-unit id="models.azureSubscription">
<source xml:lang="en">Azure subscription</source>
<target state="translated">Azure 订阅</target>
</trans-unit>
<trans-unit id="models.azureGroup">
<source xml:lang="en">Resource group</source>
<target state="translated">资源组</target>
</trans-unit>
<trans-unit id="models.azureModelWorkspace">
<source xml:lang="en">Azure ML workspace</source>
<target state="translated">Azure ML 工作区</target>
</trans-unit>
<trans-unit id="models.azureModelFilter">
<source xml:lang="en">Filter</source>
<target state="translated">筛选器</target>
</trans-unit>
<trans-unit id="models.azureModels">
<source xml:lang="en">Models</source>
<target state="translated">模型</target>
</trans-unit>
<trans-unit id="models.azureModelsTitle">
<source xml:lang="en">Azure models</source>
<target state="translated">Azure 模型</target>
</trans-unit>
<trans-unit id="models.localModelsTitle">
<source xml:lang="en">Local models</source>
<target state="translated">本地模型</target>
</trans-unit>
<trans-unit id="models.modelSourcesTitle">
<source xml:lang="en">Source location</source>
<target state="translated">源位置</target>
</trans-unit>
<trans-unit id="models.modelSourcePageTitle">
<source xml:lang="en">Select model source type</source>
<target state="translated">选择模型源类型</target>
</trans-unit>
<trans-unit id="models.localModelSourceDescriptionForImport">
<source xml:lang="en">File Upload is selected. This allows you to import a model file from your local machine into a model database in this SQL instance. Click Next to continue.</source>
<target state="translated">已选择“文件上传”。这允许你将模型文件从本地计算机导入到此 SQL 实例中的模型数据库中。单击“下一步”以继续。​</target>
</trans-unit>
<trans-unit id="models.azureModelSourceDescriptionForImport">
<source xml:lang="en">Azure Machine Learning is selected. This allows you to import models stored in Azure Machine Learning workspaces in a model database in this SQL instance. Click Next to continue.</source>
<target state="translated">已选择“Azure 机器学习”。此操作允许你导入存储在此 SQL 实例中模型数据库内 Azure 机器学习工作区中的模型。单击“下一步”以继续。​ </target>
</trans-unit>
<trans-unit id="models.localModelSourceDescriptionForPredict">
<source xml:lang="en">File Upload is selected. This allows you to upload a model file from your local machine. Click Next to continue.</source>
<target state="translated">已选择“文件上传”。此操作允许从本地计算机上传模型文件。单击“下一步”以继续。​​</target>
</trans-unit>
<trans-unit id="models.importedModelSourceDescriptionForPredict">
<source xml:lang="en">Imported Models is selected. This allows you to choose from models stored in a model table in your database. Click Next to continue.</source>
<target state="translated">已选择“导入的模型”。这使你可以从存储在数据库中模型表内的模型中进行选择。单击“下一步”以继续。​</target>
</trans-unit>
<trans-unit id="models.azureModelSourceDescriptionForPredict">
<source xml:lang="en">Azure Machine Learning is selected. This allows you to choose from models stored in Azure Machine Learning workspaces. Click Next to continue.</source>
<target state="translated">已选择“Azure 机器学习”。此操作允许从存储在 Azure 机器学习工作区内的模型中进行选择。单击“下一步”以继续。​</target>
</trans-unit>
<trans-unit id="models.modelImportTargetPageTitle">
<source xml:lang="en">Select or enter the location to import the models to</source>
<target state="translated">选择或输入要将模型导入到的位置</target>
</trans-unit>
<trans-unit id="models.columnSelectionPageTitle">
<source xml:lang="en">Map source data to model</source>
<target state="translated">将源数据映射到模型</target>
</trans-unit>
<trans-unit id="models.modelDetailsPageTitle">
<source xml:lang="en">Enter model details</source>
<target state="translated">输入模型详细信息</target>
</trans-unit>
<trans-unit id="models.modelLocalSourceTitle">
<source xml:lang="en">Source files</source>
<target state="translated">源文件</target>
</trans-unit>
<trans-unit id="models.modelLocalSourceTooltip">
<source xml:lang="en">File paths of the models to import</source>
<target state="translated">要导入的模型的文件路径</target>
</trans-unit>
<trans-unit id="models.onnxNotSupportedError">
<source xml:lang="en">ONNX runtime is not supported in current server</source>
<target state="translated">当前服务器中不支持 ONNX 运行时</target>
</trans-unit>
<trans-unit id="models.currentModelsTitle">
<source xml:lang="en">Models</source>
<target state="translated">模型</target>
</trans-unit>
<trans-unit id="models.importModelDoneButton">
<source xml:lang="en">Import</source>
<target state="translated">导入</target>
</trans-unit>
<trans-unit id="models.predictModel">
<source xml:lang="en">Predict</source>
<target state="translated">预测</target>
</trans-unit>
<trans-unit id="models.RegisterWizard">
<source xml:lang="en">Import models</source>
<target state="translated">导入模型</target>
</trans-unit>
<trans-unit id="models.viewImportModelsTitle">
<source xml:lang="en">View and import models</source>
<target state="translated">查看和导入模型</target>
</trans-unit>
<trans-unit id="models.viewImportModelsDesc">
<source xml:lang="en">Machine Learning models can be stored in one or more databases and tables. Select the model database and table to view the models within them.</source>
<target state="translated">机器学习模型可以存储在一个或多个数据库和表中。选择模型数据库和表以查看其中的模型。</target>
</trans-unit>
<trans-unit id="models.viewImportModeledForPredictDesc">
<source xml:lang="en">The models are stored in one or more databases and tables. Select the model database and table to view models in them.</source>
<target state="translated">模型存储在一个或多个数据库和表中。选择模型数据库和表以查看其中的模型。</target>
</trans-unit>
<trans-unit id="models.learnMoreLink">
<source xml:lang="en">Learn more.</source>
<target state="translated">了解详细信息。</target>
</trans-unit>
<trans-unit id="models.importModelTitle">
<source xml:lang="en">Import or view models</source>
<target state="translated">导入或查看模型</target>
</trans-unit>
<trans-unit id="models.editModelTitle">
<source xml:lang="en">Edit model</source>
<target state="translated">编辑模型</target>
</trans-unit>
<trans-unit id="models.importModelDesc">
<source xml:lang="en">Import or view machine learning models stored in database</source>
<target state="translated">导入或查看存储在数据库中的机器学习模型</target>
</trans-unit>
<trans-unit id="models.makePredictionTitle">
<source xml:lang="en">Make predictions</source>
<target state="translated">进行预测</target>
</trans-unit>
<trans-unit id="models.makePredictionDesc">
<source xml:lang="en">Generate a predicted value or scores using a managed model</source>
<target state="translated">使用托管模型生成预测值或分数</target>
</trans-unit>
<trans-unit id="models.createNotebookTitle">
<source xml:lang="en">Create notebook</source>
<target state="translated">创建笔记本</target>
</trans-unit>
<trans-unit id="models.createNotebookDesc">
<source xml:lang="en">Run experiments and create models in a notebook</source>
<target state="translated">在笔记本中运行试验和创建模型</target>
</trans-unit>
<trans-unit id="models.modelRegisteredSuccessfully">
<source xml:lang="en">Model registered successfully</source>
<target state="translated">已成功注册类型</target>
</trans-unit>
<trans-unit id="models.modelUpdatedSuccessfully">
<source xml:lang="en">Model updated successfully</source>
<target state="translated">已成功更新模型</target>
</trans-unit>
<trans-unit id="models.modelFailedToRegistered">
<source xml:lang="en">Model failed to register</source>
<target state="translated">模型未能注册</target>
</trans-unit>
<trans-unit id="models.localModelSource">
<source xml:lang="en">File upload</source>
<target state="translated">文件上传</target>
</trans-unit>
<trans-unit id="models.localModelPageTitle">
<source xml:lang="en">Upload model file</source>
<target state="translated">上传模型文件</target>
</trans-unit>
<trans-unit id="models.azureModelSource">
<source xml:lang="en">Azure Machine Learning</source>
<target state="translated">Azure 机器学习</target>
</trans-unit>
<trans-unit id="models.azureModelPageTitle">
<source xml:lang="en">Import from Azure Machine Learning</source>
<target state="translated">从 Azure 机器学习导入</target>
</trans-unit>
<trans-unit id="models.importedModelsPageTitle">
<source xml:lang="en">Select imported model</source>
<target state="translated">选择导入的模型</target>
</trans-unit>
<trans-unit id="models.registeredModelsSource">
<source xml:lang="en">Imported models</source>
<target state="translated">导入的模型</target>
</trans-unit>
<trans-unit id="models.downloadModelMsgTaskName">
<source xml:lang="en">Downloading Model from Azure</source>
<target state="translated">正在从 Azure 下载模型</target>
</trans-unit>
<trans-unit id="models.invalidAzureResourceError">
<source xml:lang="en">Invalid Azure resource</source>
<target state="translated">Azure 资源无效</target>
</trans-unit>
<trans-unit id="models.invalidModelToRegisterError">
<source xml:lang="en">Invalid model to register</source>
<target state="translated">要注册的模型无效</target>
</trans-unit>
<trans-unit id="models.invalidModelToPredictError">
<source xml:lang="en">Invalid model to predict</source>
<target state="translated">要预测的模型无效</target>
</trans-unit>
<trans-unit id="models.invalidModelParametersError">
<source xml:lang="en">Please select valid source table and model parameters</source>
<target state="translated">请选择有效的源表和模型参数</target>
</trans-unit>
<trans-unit id="models.invalidModelToSelectError">
<source xml:lang="en">Please select a valid model</source>
<target state="translated">请选择一个有效模型</target>
</trans-unit>
<trans-unit id="models.invalidModelImportTargetError">
<source xml:lang="en">Please select a valid table</source>
<target state="translated">请选择一个有效任务</target>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarningHelper">
<source xml:lang="en">Click to review warning details</source>
<target state="translated">单击以查看警告详细信息</target>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarningHeading">
<source xml:lang="en">Differences in data type</source>
<target state="translated">数据类型的差异</target>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarning">
<source xml:lang="en">The data type of the source table column does not match the required input fields type.</source>
<target state="translated">源表列的数据类型与所需的输入字段类型不匹配。</target>
</trans-unit>
<trans-unit id="models.outputColumnDataTypeNotSupportedWarning">
<source xml:lang="en">The data type of output column does not match the output fields type.</source>
<target state="translated">输出列的数据类型与输出字段类型不匹配。</target>
</trans-unit>
<trans-unit id="models.modelNameRequiredError">
<source xml:lang="en">Model name is required.</source>
<target state="translated">模型名称是必填项。</target>
</trans-unit>
<trans-unit id="models.modelsRequiredError">
<source xml:lang="en">Please select at least one model to import.</source>
<target state="translated">请至少选择一个要导入的模型。</target>
</trans-unit>
<trans-unit id="models.updateModelFailedError">
<source xml:lang="en">Failed to update the model</source>
<target state="translated">未能更新模型</target>
</trans-unit>
<trans-unit id="models.modelSchemaIsAcceptedMessage">
<source xml:lang="en">Table meets requirements!</source>
<target state="translated">表满足要求!</target>
</trans-unit>
<trans-unit id="models.selectModelsTableMessage">
<source xml:lang="en">Select models table</source>
<target state="translated">选择模型表</target>
</trans-unit>
<trans-unit id="models.modelSchemaIsNotAcceptedMessage">
<source xml:lang="en">Invalid table structure!</source>
<target state="translated">表结构无效!</target>
</trans-unit>
<trans-unit id="models.importModelFailedError">
<source xml:lang="en">Failed to register the model: {0} ,file: {1}</source>
<target state="translated">未能注册模型: {0},文件: {1}</target>
</trans-unit>
<trans-unit id="models.invalidImportTableError">
<source xml:lang="en">Invalid table for importing models. database name: {0} ,table name: {1}</source>
<target state="translated">导入模型的表无效。数据库名: {0},表名: {1}</target>
</trans-unit>
<trans-unit id="models.invalidImportTableSchemaError">
<source xml:lang="en">Table schema is not supported for model import. Database name: {0}, table name: {1}.</source>
<target state="translated">模型导入不支持表架构。数据库名: {0},表名: {1}。</target>
</trans-unit>
<trans-unit id="models.loadModelParameterFailedError">
<source xml:lang="en">Failed to load model parameters'</source>
<target state="translated">未能加载模型参数’</target>
</trans-unit>
<trans-unit id="models.unsupportedModelParameterType">
<source xml:lang="en">unsupported</source>
<target state="translated">不受支持</target>
</trans-unit>
<trans-unit id="dashboardTitle">
<source xml:lang="en">Machine Learning</source>
<target state="translated">机器学习</target>
</trans-unit>
<trans-unit id="dashboardDesc">
<source xml:lang="en">Machine Learning for SQL databases</source>
<target state="translated">针对 SQL 数据库的机器学习</target>
</trans-unit>
<trans-unit id="dashboardLinksTitle">
<source xml:lang="en">Useful links</source>
<target state="translated">有用链接</target>
</trans-unit>
<trans-unit id="dashboardVideoLinksTitle">
<source xml:lang="en">Video tutorials</source>
<target state="translated">视频教程</target>
</trans-unit>
<trans-unit id="showMoreTitle">
<source xml:lang="en">Show more</source>
<target state="translated">显示更多</target>
</trans-unit>
<trans-unit id="showLessTitle">
<source xml:lang="en">Show less</source>
<target state="translated">收起</target>
</trans-unit>
<trans-unit id="learnMoreTitle">
<source xml:lang="en">Learn more</source>
<target state="translated">了解详细信息</target>
</trans-unit>
<trans-unit id="sqlMlDocTitle">
<source xml:lang="en">SQL machine learning documentation</source>
<target state="translated">SQL 机器学习文档</target>
</trans-unit>
<trans-unit id="sqlMlExtDocTitle">
<source xml:lang="en">Machine Learning extension in Azure Data Studio</source>
<target state="translated">Azure Data Studio 中的机器学习扩展</target>
</trans-unit>
<trans-unit id="sqlMlExtDocDesc">
<source xml:lang="en">Learn how to use Machine Learning extension in Azure Data Studio, to manage packages, make predictions, and import models.</source>
<target state="translated">了解如何在 Azure Data Studio 中使用机器学习扩展来管理包、进行预测和导入模型。</target>
</trans-unit>
<trans-unit id="sqlMlDocDesc">
<source xml:lang="en">Learn how to use machine learning in SQL Server and SQL on Azure, to run Python and R scripts on relational data.</source>
<target state="translated">了解如何在 Azure 上的 SQL Server 和 SQL 中使用机器学习,以对关系数据运行 Python 和 R 脚本。</target>
</trans-unit>
<trans-unit id="sqlMlsDocTitle">
<source xml:lang="en">SQL Server Machine Learning Services (Python and R)</source>
<target state="translated">SQL Server 机器学习服务(Python 和 R)</target>
</trans-unit>
<trans-unit id="sqlMlsDocDesc">
<source xml:lang="en">Get started with Machine Learning Services on SQL Server and how to install it on Windows and Linux.</source>
<target state="translated">SQL Server 上的机器学习服务入门,以及如何在 Windows 和 Linux 上安装它。</target>
</trans-unit>
<trans-unit id="sqlMlsMIDocTitle">
<source xml:lang="en">Machine Learning Services in Azure SQL Managed Instance</source>
<target state="translated">Azure SQL 托管实例中的机器学习服务</target>
</trans-unit>
<trans-unit id="sqlMlsMIDocDesc">
<source xml:lang="en">Get started with Machine Learning Services in Azure SQL Managed Instances.</source>
<target state="translated">Azure SQL 托管实例中的机器学习服务入门。</target>
</trans-unit>
<trans-unit id="mlsInstallObdcDocTitle">
<source xml:lang="en">Install the Microsoft ODBC driver for SQL Server</source>
<target state="translated">安装 Microsoft ODBC driver for SQL Server</target>
</trans-unit>
<trans-unit id="mlsInstallOdbcDocDesc">
<source xml:lang="en">This document explains how to install the Microsoft ODBC Driver for SQL Server.</source>
<target state="translated">本文档介绍如何安装 Microsoft ODBC Driver for SQL Server。</target>
</trans-unit>
<trans-unit id="onnxOnEdgeOdbcDocTitle">
<source xml:lang="en">Machine learning and AI with ONNX in SQL Database Edge Preview</source>
<target state="translated">SQL 数据库 Edge 预览版中使用 ONNX 的机器学习和 AI</target>
</trans-unit>
<trans-unit id="onnxOnEdgeOdbcDocDesc">
<source xml:lang="en">Get started with machine learning in Azure SQL Database Edge</source>
<target state="translated">Azure SQL 数据库 Edge 中的机器学习入门</target>
</trans-unit>
<trans-unit id="ml.dataCount">
<source xml:lang="en">Showing {0} model(s)</source>
<target state="translated">正在显示 {0} 个模型</target>
</trans-unit>
</body>
</file>
</xliff>