Files
azuredatastudio/resources/xlf/ko/machine-learning.ko.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
49 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="ko">
<body>
<trans-unit id="displayName">
<source xml:lang="en">Machine Learning</source>
<target state="translated">Machine Learning</target>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Machine Learning</source>
<target state="translated">Machine Learning</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">Machine Learning 구성</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">Machine Learning에서 사용하는 기존 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">Machine Learning 종속성 설치</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="ko">
<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">{0}를 설치하려면 다음 Python 패키지가 필요합니다.</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">Notebook 확장이 로드되지 않음</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">Machine Learning Services 사용</target>
</trans-unit>
<trans-unit id="mls.configUpdateFailed">
<source xml:lang="en">Failed to modify Machine Learning Services configurations</source>
<target state="translated">Machine Learning Services 구성을 수정하지 못했습니다.</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 Machine Learning'이 선택되었습니다. 이렇게 하면 SQL 인스턴스의 모델 데이터베이스에서 Azure Machine Learning 작업 영역에 저장 된 모델을 가져올 수 있습니다. 계속 하려면 '다음'을 클릭하세요.</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 Machine Learning'이 선택되었습니다. 이렇게 하면 Azure Machine Learning 작업 영역에 저장된 모델 중에서 선택할 수 있습니다. 계속하려면 '다음'을 클릭하세요.</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">Notebook에서 실험 실행 및 모델 만들기</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 Machine Learning</target>
</trans-unit>
<trans-unit id="models.azureModelPageTitle">
<source xml:lang="en">Import from Azure Machine Learning</source>
<target state="translated">Azure Machine Learning에서 가져오기</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">Machine Learning</target>
</trans-unit>
<trans-unit id="dashboardDesc">
<source xml:lang="en">Machine Learning for SQL databases</source>
<target state="translated">SQL 데이터베이스에 대한 Machine Learning</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 Machine Learning 확장을 사용하여 패키지를 관리하고, 예측을 수행하고, 모델을 가져오는 방법을 알아봅니다.</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 Machine Learning Services(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에서 Machine Learning Services를 시작하고 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 Managed Instance의 Machine Learning Services</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 Managed Instance에서 Machine Learning Services를 시작합니다.</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 Database 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 Database 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>