Files
azuredatastudio/resources/xlf/en/machine-learning.xlf
Alex Ma 9f77c74b9f Update for English XLFs (#15986)
* updates for English XLF files

* added xml-language-features

* another update to sql.xlf

* changed locproject entry to match new format.
2021-07-02 14:07:27 -07:00

658 lines
29 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"><body>
<trans-unit id="displayName">
<source xml:lang="en">Machine Learning</source>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Machine Learning</source>
</trans-unit>
<trans-unit id="title.tasks">
<source xml:lang="en">Tasks</source>
</trans-unit>
<trans-unit id="title.documents">
<source xml:lang="en">Documents</source>
</trans-unit>
<trans-unit id="title.configurations">
<source xml:lang="en">Configurations</source>
</trans-unit>
<trans-unit id="title.endpoints">
<source xml:lang="en">Endpoints</source>
</trans-unit>
<trans-unit id="ml.command.managePackages">
<source xml:lang="en">Manage packages in database</source>
</trans-unit>
<trans-unit id="ml.command.manageLanguages">
<source xml:lang="en">Manage external languages</source>
</trans-unit>
<trans-unit id="ml.command.predictModel">
<source xml:lang="en">Make prediction</source>
</trans-unit>
<trans-unit id="ml.command.manageModels">
<source xml:lang="en">Manage models</source>
</trans-unit>
<trans-unit id="ml.command.importModel">
<source xml:lang="en">Import model</source>
</trans-unit>
<trans-unit id="ml.configuration.title">
<source xml:lang="en">Machine Learning Configurations</source>
</trans-unit>
<trans-unit id="ml.pythonPath.description">
<source xml:lang="en">Local path to a preexisting Python installation used by Machine Learning.</source>
</trans-unit>
<trans-unit id="ml.enablePython.description">
<source xml:lang="en">Enable Python package management in database.</source>
</trans-unit>
<trans-unit id="ml.enableR.description">
<source xml:lang="en">Enable R package management in database.</source>
</trans-unit>
<trans-unit id="ml.rPath.description">
<source xml:lang="en">Local path to a preexisting R installation used by Machine Learning.</source>
</trans-unit>
<trans-unit id="ml.command.dependencies">
<source xml:lang="en">Install Machine Learning Dependencies</source>
</trans-unit>
<trans-unit id="ml.command.enableExternalScript">
<source xml:lang="en">Enable External script</source>
</trans-unit>
</body></file>
<file original="extensions/machine-learning/dist/common/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="msgYes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="msgNo">
<source xml:lang="en">No</source>
</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>
</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>
</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>
</trans-unit>
<trans-unit id="mls.taskFailedError.error">
<source xml:lang="en">Failed to complete task '{0}'. Error: {1}</source>
</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>
</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>
</trans-unit>
<trans-unit id="mls.installPackageMngDependencies.msgTaskName">
<source xml:lang="en">Verifying package management dependencies</source>
</trans-unit>
<trans-unit id="mls.installModelMngDependencies.msgTaskName">
<source xml:lang="en">Verifying model management dependencies</source>
</trans-unit>
<trans-unit id="mls.noResultError">
<source xml:lang="en">No Result returned</source>
</trans-unit>
<trans-unit id="mls.requiredPackagesNotInstalled">
<source xml:lang="en">The required packages are not installed</source>
</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>
</trans-unit>
<trans-unit id="mls.enableExternalScriptsError">
<source xml:lang="en">Failed to enable External script.</source>
</trans-unit>
<trans-unit id="mls.externalScriptsIsRequiredError">
<source xml:lang="en">External script configuration is required for this action.</source>
</trans-unit>
<trans-unit id="mls.confirmInstallPythonPackages">
<source xml:lang="en">Are you sure you want to install required packages?</source>
</trans-unit>
<trans-unit id="mls.installDependencies.confirmInstallPythonPackages">
<source xml:lang="en">The following Python packages are required to install: {0}</source>
</trans-unit>
<trans-unit id="mls.installDependencies.confirmInstallRPackages">
<source xml:lang="en">The following R packages are required to install: {0}</source>
</trans-unit>
<trans-unit id="models.confirmDeleteModel">
<source xml:lang="en">Are you sure you want to delete model '{0}?</source>
</trans-unit>
<trans-unit id="mls.installDependencies.packages">
<source xml:lang="en">Installing required packages ...</source>
</trans-unit>
<trans-unit id="mls.installDependencies.packagesAlreadyInstalled">
<source xml:lang="en">Required packages are already installed.</source>
</trans-unit>
<trans-unit id="mls.installDependencies.getPackagesError">
<source xml:lang="en">Failed to get installed python packages. Error: {0}</source>
</trans-unit>
<trans-unit id="mls.packageManager.NoConnection">
<source xml:lang="en">No connection selected</source>
</trans-unit>
<trans-unit id="mls.notebookExtensionNotLoaded">
<source xml:lang="en">Notebook extension is not loaded</source>
</trans-unit>
<trans-unit id="mls.mssqlExtensionNotLoaded">
<source xml:lang="en">MSSQL extension is not loaded</source>
</trans-unit>
<trans-unit id="mls.enabledMessage">
<source xml:lang="en">Machine Learning Services Enabled</source>
</trans-unit>
<trans-unit id="mls.configUpdateFailed">
<source xml:lang="en">Failed to modify Machine Learning Services configurations</source>
</trans-unit>
<trans-unit id="mls.enableButtonTitle">
<source xml:lang="en">Enable</source>
</trans-unit>
<trans-unit id="mls.disableButtonTitle">
<source xml:lang="en">Disable</source>
</trans-unit>
<trans-unit id="mls.configTitle">
<source xml:lang="en">Config</source>
</trans-unit>
<trans-unit id="mls.configStatus">
<source xml:lang="en">Enabled</source>
</trans-unit>
<trans-unit id="mls.configAction">
<source xml:lang="en">Action</source>
</trans-unit>
<trans-unit id="mls.externalExecuteScriptTitle">
<source xml:lang="en">External Execute Script</source>
</trans-unit>
<trans-unit id="mls.pythonLanguageTitle">
<source xml:lang="en">Python</source>
</trans-unit>
<trans-unit id="mls.rLanguageTitle">
<source xml:lang="en">R</source>
</trans-unit>
<trans-unit id="mls.downloadError">
<source xml:lang="en">Error while downloading</source>
</trans-unit>
<trans-unit id="mls.invalidModelIdError">
<source xml:lang="en">Invalid model id. model url: {0}</source>
</trans-unit>
<trans-unit id="mls.noArtifactError">
<source xml:lang="en">Model doesn't have any artifact. model url: {0}</source>
</trans-unit>
<trans-unit id="mls.downloadingProgress">
<source xml:lang="en">Downloading</source>
</trans-unit>
<trans-unit id="mls.pythonConfigError">
<source xml:lang="en">Python executable is not configured</source>
</trans-unit>
<trans-unit id="mls.rConfigError">
<source xml:lang="en">R executable is not configured</source>
</trans-unit>
<trans-unit id="mls.installingDependencies">
<source xml:lang="en">Installing dependencies ...</source>
</trans-unit>
<trans-unit id="mls.resourceNotFound">
<source xml:lang="en">Could not find the specified resource</source>
</trans-unit>
<trans-unit id="mls.latestVersion">
<source xml:lang="en">Latest</source>
</trans-unit>
<trans-unit id="mls.httpGetRequestError">
<source xml:lang="en">Package info request failed with error: {0} {1}</source>
</trans-unit>
<trans-unit id="azure.resource.error">
<source xml:lang="en">Error: {0}</source>
</trans-unit>
<trans-unit id="notSupportedEventArg">
<source xml:lang="en">Not supported event args</source>
</trans-unit>
<trans-unit id="extLang.installTabTitle">
<source xml:lang="en">Installed</source>
</trans-unit>
<trans-unit id="extLang.languageCreatedDate">
<source xml:lang="en">Installed</source>
</trans-unit>
<trans-unit id="extLang.languagePlatform">
<source xml:lang="en">Platform</source>
</trans-unit>
<trans-unit id="extLang.delete">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="editTitle">
<source xml:lang="en">Edit</source>
</trans-unit>
<trans-unit id="extLang.installButtonText">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="extLang.CancelButtonText">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="extLang.DoneButtonText">
<source xml:lang="en">Close</source>
</trans-unit>
<trans-unit id="extLang.OkButtonText">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="extLang.SaveButtonText">
<source xml:lang="en">Save</source>
</trans-unit>
<trans-unit id="extLang.languageName">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="extLang.newLanguageTabTitle">
<source xml:lang="en">Add new</source>
</trans-unit>
<trans-unit id="extLang.fileBrowserTabTitle">
<source xml:lang="en">File Browser</source>
</trans-unit>
<trans-unit id="extLang.DialogTitle">
<source xml:lang="en">Languages</source>
</trans-unit>
<trans-unit id="extLang.Target">
<source xml:lang="en">Target</source>
</trans-unit>
<trans-unit id="extLang.Local">
<source xml:lang="en">localhost</source>
</trans-unit>
<trans-unit id="extLang.extensionFilePath">
<source xml:lang="en">Language extension path</source>
</trans-unit>
<trans-unit id="extLang.extensionFileLocation">
<source xml:lang="en">Language extension location</source>
</trans-unit>
<trans-unit id="extLang.extensionFileName">
<source xml:lang="en">Extension file Name</source>
</trans-unit>
<trans-unit id="extLang.envVariables">
<source xml:lang="en">Environment variables</source>
</trans-unit>
<trans-unit id="extLang.parameters">
<source xml:lang="en">Parameters</source>
</trans-unit>
<trans-unit id="extLang.selectedPath">
<source xml:lang="en">Selected Path</source>
</trans-unit>
<trans-unit id="extLang.installFailedError">
<source xml:lang="en">Failed to install language</source>
</trans-unit>
<trans-unit id="extLang.updateFailedError">
<source xml:lang="en">Failed to update language</source>
</trans-unit>
<trans-unit id="models.modelUpdateFailedError">
<source xml:lang="en">Failed to update the model</source>
</trans-unit>
<trans-unit id="models.modelsListEmptyMessage">
<source xml:lang="en">No models found</source>
</trans-unit>
<trans-unit id="models.selectModelTableMessage">
<source xml:lang="en">Select table</source>
</trans-unit>
<trans-unit id="models.selectModelDatabaseMessage">
<source xml:lang="en">Select Database</source>
</trans-unit>
<trans-unit id="models.azureModelsListEmptyTitle">
<source xml:lang="en">No models found</source>
</trans-unit>
<trans-unit id="models.azureModelsListEmptyDescription">
<source xml:lang="en">Select another Azure ML workspace</source>
</trans-unit>
<trans-unit id="models.modelsListEmptyDescription">
<source xml:lang="en">Select another database or table</source>
</trans-unit>
<trans-unit id="databaseName">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="databaseToStoreInfo">
<source xml:lang="en">Select a database to store the new model.</source>
</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>
</trans-unit>
<trans-unit id="tableName">
<source xml:lang="en">Table</source>
</trans-unit>
<trans-unit id="modelTableInfo">
<source xml:lang="en">Select a model table to view the list of existing / imported models.</source>
</trans-unit>
<trans-unit id="modelDatabaseInfo">
<source xml:lang="en">Select a database where existing / imported models are stored.</source>
</trans-unit>
<trans-unit id="existingTableName">
<source xml:lang="en">Existing table</source>
</trans-unit>
<trans-unit id="newTableName">
<source xml:lang="en">New table</source>
</trans-unit>
<trans-unit id="models.name">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="models.fileName">
<source xml:lang="en">File</source>
</trans-unit>
<trans-unit id="models.description">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="models.created">
<source xml:lang="en">Date created</source>
</trans-unit>
<trans-unit id="models.imported">
<source xml:lang="en">Date imported</source>
</trans-unit>
<trans-unit id="models.framework">
<source xml:lang="en">Framework</source>
</trans-unit>
<trans-unit id="models.frameworkVersion">
<source xml:lang="en">Framework version</source>
</trans-unit>
<trans-unit id="models.version">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="models.browseButton">
<source xml:lang="en">...</source>
</trans-unit>
<trans-unit id="models.azureAccount">
<source xml:lang="en">Azure account</source>
</trans-unit>
<trans-unit id="models.azureSignIn">
<source xml:lang="en">Azure sign in or refresh account</source>
</trans-unit>
<trans-unit id="predict.columnDatabase">
<source xml:lang="en">Source database</source>
</trans-unit>
<trans-unit id="predict.columnDatabaseInfo">
<source xml:lang="en">Select the database containing the dataset to apply the prediction.</source>
</trans-unit>
<trans-unit id="predict.columnTable">
<source xml:lang="en">Source table</source>
</trans-unit>
<trans-unit id="predict.columnTableInfo">
<source xml:lang="en">Select the table containing the dataset to apply the prediction.</source>
</trans-unit>
<trans-unit id="predict.inputColumns">
<source xml:lang="en">Model Input mapping</source>
</trans-unit>
<trans-unit id="predict.outputColumns">
<source xml:lang="en">Model output</source>
</trans-unit>
<trans-unit id="predict.columnName">
<source xml:lang="en">Source columns</source>
</trans-unit>
<trans-unit id="predict.dataTypeName">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="predict.displayName">
<source xml:lang="en">Display name</source>
</trans-unit>
<trans-unit id="predict.inputName">
<source xml:lang="en">Model input</source>
</trans-unit>
<trans-unit id="predict.selectColumnTitle">
<source xml:lang="en">Select column...</source>
</trans-unit>
<trans-unit id="models.selectModelDatabaseTitle">
<source xml:lang="en">Select database with models</source>
</trans-unit>
<trans-unit id="models.selectModelTableTitle">
<source xml:lang="en">Select tables with models</source>
</trans-unit>
<trans-unit id="predict.selectDatabaseTitle">
<source xml:lang="en">Select database</source>
</trans-unit>
<trans-unit id="predict.selectTableTitle">
<source xml:lang="en">Select table</source>
</trans-unit>
<trans-unit id="predict.outputName">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="models.azureSubscription">
<source xml:lang="en">Azure subscription</source>
</trans-unit>
<trans-unit id="models.azureGroup">
<source xml:lang="en">Resource group</source>
</trans-unit>
<trans-unit id="models.azureModelWorkspace">
<source xml:lang="en">Azure ML workspace</source>
</trans-unit>
<trans-unit id="models.azureModelFilter">
<source xml:lang="en">Filter</source>
</trans-unit>
<trans-unit id="models.azureModels">
<source xml:lang="en">Models</source>
</trans-unit>
<trans-unit id="models.azureModelsTitle">
<source xml:lang="en">Azure models</source>
</trans-unit>
<trans-unit id="models.localModelsTitle">
<source xml:lang="en">Local models</source>
</trans-unit>
<trans-unit id="models.modelSourcesTitle">
<source xml:lang="en">Source location</source>
</trans-unit>
<trans-unit id="models.modelSourcePageTitle">
<source xml:lang="en">Select model source type</source>
</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>
</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>
</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>
</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>
</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>
</trans-unit>
<trans-unit id="models.modelImportTargetPageTitle">
<source xml:lang="en">Select or enter the location to import the models to</source>
</trans-unit>
<trans-unit id="models.columnSelectionPageTitle">
<source xml:lang="en">Map source data to model</source>
</trans-unit>
<trans-unit id="models.modelDetailsPageTitle">
<source xml:lang="en">Enter model details</source>
</trans-unit>
<trans-unit id="models.modelLocalSourceTitle">
<source xml:lang="en">Source files</source>
</trans-unit>
<trans-unit id="models.modelLocalSourceTooltip">
<source xml:lang="en">File paths of the models to import</source>
</trans-unit>
<trans-unit id="models.onnxNotSupportedError">
<source xml:lang="en">ONNX runtime is not supported in current server</source>
</trans-unit>
<trans-unit id="models.currentModelsTitle">
<source xml:lang="en">Models</source>
</trans-unit>
<trans-unit id="models.importModelDoneButton">
<source xml:lang="en">Import</source>
</trans-unit>
<trans-unit id="models.predictModel">
<source xml:lang="en">Predict</source>
</trans-unit>
<trans-unit id="models.RegisterWizard">
<source xml:lang="en">Import models</source>
</trans-unit>
<trans-unit id="models.viewImportModelsTitle">
<source xml:lang="en">View and import models</source>
</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>
</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>
</trans-unit>
<trans-unit id="models.learnMoreLink">
<source xml:lang="en">Learn more.</source>
</trans-unit>
<trans-unit id="models.importModelTitle">
<source xml:lang="en">Import or view models</source>
</trans-unit>
<trans-unit id="models.editModelTitle">
<source xml:lang="en">Edit model</source>
</trans-unit>
<trans-unit id="models.importModelDesc">
<source xml:lang="en">Import or view machine learning models stored in database</source>
</trans-unit>
<trans-unit id="models.makePredictionTitle">
<source xml:lang="en">Make predictions</source>
</trans-unit>
<trans-unit id="models.makePredictionDesc">
<source xml:lang="en">Generate a predicted value or scores using a managed model</source>
</trans-unit>
<trans-unit id="models.createNotebookTitle">
<source xml:lang="en">Create notebook</source>
</trans-unit>
<trans-unit id="models.createNotebookDesc">
<source xml:lang="en">Run experiments and create models in a notebook</source>
</trans-unit>
<trans-unit id="models.modelRegisteredSuccessfully">
<source xml:lang="en">Model registered successfully</source>
</trans-unit>
<trans-unit id="models.modelUpdatedSuccessfully">
<source xml:lang="en">Model updated successfully</source>
</trans-unit>
<trans-unit id="models.modelFailedToRegistered">
<source xml:lang="en">Model failed to register</source>
</trans-unit>
<trans-unit id="models.localModelSource">
<source xml:lang="en">File upload</source>
</trans-unit>
<trans-unit id="models.localModelPageTitle">
<source xml:lang="en">Upload model file</source>
</trans-unit>
<trans-unit id="models.azureModelSource">
<source xml:lang="en">Azure Machine Learning</source>
</trans-unit>
<trans-unit id="models.azureModelPageTitle">
<source xml:lang="en">Import from Azure Machine Learning</source>
</trans-unit>
<trans-unit id="models.importedModelsPageTitle">
<source xml:lang="en">Select imported model</source>
</trans-unit>
<trans-unit id="models.registeredModelsSource">
<source xml:lang="en">Imported models</source>
</trans-unit>
<trans-unit id="models.downloadModelMsgTaskName">
<source xml:lang="en">Downloading Model from Azure</source>
</trans-unit>
<trans-unit id="models.invalidAzureResourceError">
<source xml:lang="en">Invalid Azure resource</source>
</trans-unit>
<trans-unit id="models.invalidModelToRegisterError">
<source xml:lang="en">Invalid model to register</source>
</trans-unit>
<trans-unit id="models.invalidModelToPredictError">
<source xml:lang="en">Invalid model to predict</source>
</trans-unit>
<trans-unit id="models.invalidModelParametersError">
<source xml:lang="en">Please select valid source table and model parameters</source>
</trans-unit>
<trans-unit id="models.invalidModelToSelectError">
<source xml:lang="en">Please select a valid model</source>
</trans-unit>
<trans-unit id="models.invalidModelImportTargetError">
<source xml:lang="en">Please select a valid table</source>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarningHelper">
<source xml:lang="en">Click to review warning details</source>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarningHeading">
<source xml:lang="en">Differences in data type</source>
</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>
</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>
</trans-unit>
<trans-unit id="models.modelNameRequiredError">
<source xml:lang="en">Model name is required.</source>
</trans-unit>
<trans-unit id="models.modelsRequiredError">
<source xml:lang="en">Please select at least one model to import.</source>
</trans-unit>
<trans-unit id="models.updateModelFailedError">
<source xml:lang="en">Failed to update the model</source>
</trans-unit>
<trans-unit id="models.modelSchemaIsAcceptedMessage">
<source xml:lang="en">Table meets requirements!</source>
</trans-unit>
<trans-unit id="models.selectModelsTableMessage">
<source xml:lang="en">Select models table</source>
</trans-unit>
<trans-unit id="models.modelSchemaIsNotAcceptedMessage">
<source xml:lang="en">Invalid table structure!</source>
</trans-unit>
<trans-unit id="models.importModelFailedError">
<source xml:lang="en">Failed to register the model: {0} ,file: {1}</source>
</trans-unit>
<trans-unit id="models.invalidImportTableError">
<source xml:lang="en">Invalid table for importing models. database name: {0} ,table name: {1}</source>
</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>
</trans-unit>
<trans-unit id="models.loadModelParameterFailedError">
<source xml:lang="en">Failed to load model parameters'</source>
</trans-unit>
<trans-unit id="models.unsupportedModelParameterType">
<source xml:lang="en">unsupported</source>
</trans-unit>
<trans-unit id="dashboardTitle">
<source xml:lang="en">Machine Learning</source>
</trans-unit>
<trans-unit id="dashboardDesc">
<source xml:lang="en">Machine Learning for SQL databases</source>
</trans-unit>
<trans-unit id="dashboardLinksTitle">
<source xml:lang="en">Useful links</source>
</trans-unit>
<trans-unit id="dashboardVideoLinksTitle">
<source xml:lang="en">Video tutorials</source>
</trans-unit>
<trans-unit id="showMoreTitle">
<source xml:lang="en">Show more</source>
</trans-unit>
<trans-unit id="showLessTitle">
<source xml:lang="en">Show less</source>
</trans-unit>
<trans-unit id="learnMoreTitle">
<source xml:lang="en">Learn more</source>
</trans-unit>
<trans-unit id="sqlMlDocTitle">
<source xml:lang="en">SQL machine learning documentation</source>
</trans-unit>
<trans-unit id="sqlMlExtDocTitle">
<source xml:lang="en">Machine Learning extension in Azure Data Studio</source>
</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>
</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>
</trans-unit>
<trans-unit id="sqlMlsDocTitle">
<source xml:lang="en">SQL Server Machine Learning Services (Python and R)</source>
</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>
</trans-unit>
<trans-unit id="sqlMlsMIDocTitle">
<source xml:lang="en">Machine Learning Services in Azure SQL Managed Instance</source>
</trans-unit>
<trans-unit id="sqlMlsMIDocDesc">
<source xml:lang="en">Get started with Machine Learning Services in Azure SQL Managed Instances.</source>
</trans-unit>
<trans-unit id="mlsInstallObdcDocTitle">
<source xml:lang="en">Install the Microsoft ODBC driver for SQL Server</source>
</trans-unit>
<trans-unit id="mlsInstallOdbcDocDesc">
<source xml:lang="en">This document explains how to install the Microsoft ODBC Driver for SQL Server.</source>
</trans-unit>
<trans-unit id="onnxOnEdgeOdbcDocTitle">
<source xml:lang="en">Machine learning and AI with ONNX in SQL Database Edge Preview</source>
</trans-unit>
<trans-unit id="onnxOnEdgeOdbcDocDesc">
<source xml:lang="en">Get started with machine learning in Azure SQL Database Edge</source>
</trans-unit>
<trans-unit id="ml.dataCount">
<source xml:lang="en">Showing {0} model(s)</source>
</trans-unit>
</body></file>
</xliff>