Files
azuredatastudio/i18n/ads-language-pack-ko/translations/extensions/notebook.i18n.json
Alex Ma a187e8f2de Updated langpacks to be pushed in (#15519)
* updated langpacks to be pushed in

* bumped version number to 1.29.0

* patched german lang pack

* patched spanish langpack

* patched french langpack

* italian langpack patched

* Japanese langpack patched

* Korean langpack patched

* portuguese langpack patched

* russian langpack patched

* patched chinese simplified langpack and fixed changelog for ru and pt

* patched chinese traditional langpack
2021-05-20 12:54:37 -07:00

279 lines
16 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "Notebook 코어 확장",
"description": "데이터 프로토콜 기반 Notebook 기여와 많은 Notebook 명령 및 기여를 정의합니다.",
"notebook.configuration.title": "Notebook 구성",
"notebook.pythonPath.description": "Notebook에서 사용하는 python 설치의 로컬 경로입니다.",
"notebook.useExistingPython.description": "Notebook에서 사용하는 기존 python 설치의 로컬 경로입니다.",
"notebook.overrideEditorTheming.description": "Notebook 편집기에서 편집기 기본 설정을 재정의합니다. 설정에는 배경색, 현재 선 색 및 테두리가 포함됩니다.",
"notebook.maxTableRows.description": "Notebook 편집기에서 테이블당 반환된 최대 행 수",
"notebook.trustedBooks.description": "Notebooks contained in these books will automatically be trusted.",
"notebook.maxBookSearchDepth.description": "책을 검색할 하위 디렉터리의 최대 깊이(무한의 경우 0 입력)",
"notebook.collapseBookItems.description": "Collapse Book items at root level in the Notebooks Viewlet",
"notebook.remoteBookDownloadTimeout.description": "Download timeout in milliseconds for GitHub books",
"notebook.pinnedNotebooks.description": "Notebooks that are pinned by the user for the current workspace",
"notebook.command.new": "새 Notebook",
"notebook.command.open": "Notebook 열기",
"notebook.analyzeJupyterNotebook": "Notebook에서 분석",
"notebook.command.runactivecell": "셀 실행",
"notebook.command.clearactivecellresult": "셀 결과 지우기",
"notebook.command.runallcells": "셀 실행",
"notebook.command.addcode": "코드 셀 추가",
"notebook.command.addtext": "텍스트 셀 추가",
"notebook.command.addcell": "셀 추가",
"title.analyzeJupyterNotebook": "Notebook에서 분석",
"title.newJupyterNotebook": "새 Notebook",
"title.openJupyterNotebook": "Notebook 열기",
"title.jupyter.setContext": "Notebook의 컨텍스트 설정",
"title.jupyter.setKernel": "Notebook용 커널 설정",
"config.jupyter.extraKernelsTitle": "추가 커널",
"config.jupyter.extraKernelsDescription": "사용하도록 설정할 추가 커널의 ID",
"config.jupyter.kernelConfigValuesDescription": "Jupyter 커널의 구성 옵션입니다. 이 옵션은 자동으로 관리되며 수동으로 편집하지 않는 것이 좋습니다.",
"title.reinstallNotebookDependencies": "Notebook 종속성 다시 설치",
"title.configurePython": "Notebook용 Python 구성",
"title.managePackages": "패키지 관리",
"title.SQL19PreviewBook": "SQL Server 2019 가이드",
"books-preview-category": "Jupyter Book",
"title.saveJupyterBook": "책 저장",
"title.trustBook": "Trust Book",
"title.searchJupyterBook": "책 검색",
"title.SavedBooks": "Notebooks",
"title.ProvidedBooks": "Provided Books",
"title.PinnedBooks": "Pinned notebooks",
"title.PreviewLocalizedBook": "Get localized SQL Server 2019 guide",
"title.openJupyterBook": "Open Jupyter Book",
"title.closeJupyterBook": "Close Jupyter Book",
"title.closeJupyterNotebook": "Close Jupyter Notebook",
"title.revealInBooksViewlet": "Reveal in Books",
"title.createJupyterBook": "Create Book (Preview)",
"title.openNotebookFolder": "Open Notebooks in Folder",
"title.openRemoteJupyterBook": "Add Remote Jupyter Book",
"title.pinNotebook": "Pin Notebook",
"title.unpinNotebook": "Unpin Notebook",
"title.moveTo": "Move to ..."
},
"dist/common/utils": {
"ensureDirOutputMsg": "... Ensuring {0} exists",
"executeCommandProcessExited": "Process exited with error code: {0}. StdErr Output: {1}"
},
"dist/common/constants": {
"managePackages.localhost": "localhost",
"managePackages.packageNotFound": "Could not find the specified package"
},
"dist/common/localizedConstants": {
"msgYes": "예",
"msgNo": "아니요",
"msgSampleCodeDataFrame": "이 샘플 코드는 파일을 데이터 프레임에 로드하고 처음 10개의 결과를 표시합니다.",
"noBDCConnectionError": "Spark kernels require a connection to a SQL Server Big Data Cluster master instance.",
"providerNotValidError": "Non-MSSQL providers are not supported for spark kernels.",
"allFiles": "All Files",
"labelSelectFolder": "Select Folder",
"labelBookFolder": "Select Book",
"confirmReplace": "Folder already exists. Are you sure you want to delete and replace this folder?",
"openNotebookCommand": "Open Notebook",
"openMarkdownCommand": "Open Markdown",
"openExternalLinkCommand": "Open External Link",
"msgBookTrusted": "Book is now trusted in the workspace.",
"msgBookAlreadyTrusted": "Book is already trusted in this workspace.",
"msgBookUntrusted": "Book is no longer trusted in this workspace",
"msgBookAlreadyUntrusted": "Book is already untrusted in this workspace.",
"msgBookPinned": "Book {0} is now pinned in the workspace.",
"msgBookUnpinned": "Book {0} is no longer pinned in this workspace",
"bookInitializeFailed": "Failed to find a Table of Contents file in the specified book.",
"noBooksSelected": "No books are currently selected in the viewlet.",
"labelBookSection": "Select Book Section",
"labelAddToLevel": "Add to this level",
"missingFileError": "Missing file : {0} from {1}",
"InvalidError.tocFile": "Invalid toc file",
"Invalid toc.yml": "Error: {0} has an incorrect toc.yml file",
"configFileError": "Configuration file missing",
"openBookError": "Open book {0} failed: {1}",
"readBookError": "Failed to read book {0}: {1}",
"openNotebookError": "Open notebook {0} failed: {1}",
"openMarkdownError": "Open markdown {0} failed: {1}",
"openUntitledNotebookError": "Open untitled notebook {0} as untitled failed: {1}",
"openExternalLinkError": "Open link {0} failed: {1}",
"closeBookError": "Close book {0} failed: {1}",
"duplicateFileError": "File {0} already exists in the destination folder {1} \r\n The file has been renamed to {2} to prevent data loss.",
"editBookError": "Error while editing book {0}: {1}",
"selectBookError": "Error while selecting a book or a section to edit: {0}",
"url": "URL",
"repoUrl": "Repository URL",
"location": "Location",
"addRemoteBook": "Add Remote Book",
"onGitHub": "GitHub",
"onsharedFile": "Shared File",
"releases": "Releases",
"book": "Book",
"version": "Version",
"language": "Language",
"booksNotFound": "No books are currently available on the provided link",
"urlGithubError": "The url provided is not a Github release url",
"search": "Search",
"add": "Add",
"close": "Close",
"invalidTextPlaceholder": "-",
"msgRemoteBookDownloadProgress": "Remote Book download is in progress",
"msgRemoteBookDownloadComplete": "Remote Book download is complete",
"msgRemoteBookDownloadError": "Error while downloading remote Book",
"msgRemoteBookUnpackingError": "Error while decompressing remote Book",
"msgRemoteBookDirectoryError": "Error while creating remote Book directory",
"msgTaskName": "Downloading Remote Book",
"msgResourceNotFound": "Resource not Found",
"msgBookNotFound": "Books not Found",
"msgReleaseNotFound": "Releases not Found",
"msgUndefinedAssetError": "The selected book is not valid",
"httpRequestError": "Http Request failed with error: {0} {1}",
"msgDownloadLocation": "Downloading to {0}",
"newGroup": "New Group",
"groupDescription": "Groups are used to organize Notebooks.",
"locationBrowser": "Browse locations...",
"selectContentFolder": "Select content folder",
"browse": "Browse",
"create": "Create",
"name": "Name",
"saveLocation": "Save location",
"contentFolder": "Content folder (Optional)",
"msgContentFolderError": "Content folder path does not exist",
"msgSaveFolderError": "Save location path does not exist"
},
"dist/jupyter/jupyterServerInstallation": {
"msgInstallPkgProgress": "Notebook 종속성 설치가 진행 중입니다.",
"msgPythonDownloadComplete": "Python 다운로드가 완료되었습니다.",
"msgPythonDownloadError": "Python 설정을 다운로드하는 동안 오류가 발생했습니다.",
"msgPythonDownloadPending": "Python 패키지 다운로드 중",
"msgPythonUnpackPending": "Python 패키지 압축을 푸는 중",
"msgPythonDirectoryError": "Python 설치 디렉터리를 만드는 동안 오류가 발생했습니다.",
"msgPythonUnpackError": "Python 번들 압축을 푸는 동안 오류가 발생했습니다.",
"msgTaskName": "Notebook 종속성 설치 중",
"msgInstallPkgStart": "Notebook 종속성을 설치하는 중입니다. 자세한 내용은 작업 보기를 참조하세요.",
"msgInstallPkgFinish": "Notebook 종속성 설치를 완료했습니다.",
"msgPythonRunningError": "Python이 실행되는 동안 기존 Python 설치를 덮어쓸 수 없습니다. 계속하기 전에 활성 Notebook을 닫으세요.",
"msgWaitingForInstall": "현재 다른 Python 설치를 진행 중입니다. 완료될 때까지 기다립니다.",
"msgDependenciesInstallationFailed": "오류: {0}(을) 나타내며 Notebook 종속성 설치에 실패했습니다.",
"msgDownloadPython": "{0} 플랫폼용 로컬 python을 {1}(으)로 다운로드하는 중",
"msgPackageRetrievalFailed": "Encountered an error when trying to retrieve list of installed packages: {0}",
"msgGetPythonUserDirFailed": "Encountered an error when getting Python user path: {0}"
},
"dist/dialog/configurePython/configurePythonWizard": {
"configurePython.okButtonText": "Install",
"configurePython.invalidLocationMsg": "The specified install location is invalid.",
"configurePython.pythonNotFoundMsg": "No Python installation was found at the specified location.",
"configurePython.wizardNameWithKernel": "Configure Python to run {0} kernel",
"configurePython.wizardNameWithoutKernel": "Configure Python to run kernels",
"configurePython.page0Name": "Configure Python Runtime",
"configurePython.page1Name": "Install Dependencies",
"configurePython.pythonInstallDeclined": "Python installation was declined."
},
"dist/extension": {
"codeCellName": "코드",
"textCellName": "텍스트",
"selectCellType": "어떤 유형의 셀을 추가하시겠습니까?"
},
"dist/jupyter/jupyterController": {
"notebookFileType": "Notebook",
"unsupportedFileType": ".ipynb Notebook만 지원됩니다.",
"confirmReinstall": "다시 설치하시겠습니까?"
},
"dist/dialog/configurePython/configurePathPage": {
"configurePython.browseButtonText": "Browse",
"configurePython.selectFileLabel": "Select",
"configurePython.descriptionWithKernel": "The {0} kernel requires a Python runtime to be configured and dependencies to be installed.",
"configurePython.descriptionWithoutKernel": "Notebook kernels require a Python runtime to be configured and dependencies to be installed.",
"configurePython.installationType": "Installation Type",
"configurePython.locationTextBoxText": "Python Install Location",
"configurePython.pythonConfigured": "Python runtime configured!",
"configurePythyon.dropdownPathLabel": "{0} (Python {1})",
"configurePythyon.noVersionsFound": "No supported Python versions found.",
"configurePythyon.defaultPathLabel": "{0} (Default)",
"configurePython.newInstall": "New Python installation",
"configurePython.existingInstall": "Use existing Python installation",
"configurePythyon.customPathLabel": "{0} (Custom)"
},
"dist/dialog/configurePython/pickPackagesPage": {
"configurePython.pkgNameColumn": "Name",
"configurePython.existingVersionColumn": "Existing Version",
"configurePython.requiredVersionColumn": "Required Version",
"configurePython.kernelLabel": "Kernel",
"configurePython.requiredDependencies": "Install required kernel dependencies",
"msgUnsupportedKernel": "Could not retrieve packages for kernel {0}"
},
"dist/jupyter/jupyterServerManager": {
"shutdownError": "Notebook 서버 종료 실패: {0}"
},
"dist/jupyter/serverInstance": {
"serverStopError": "Notebook 서버 중지 오류: {0}",
"notebookStartProcessExitPremature": "Notebook process exited prematurely with error code: {0}. StdErr Output: {1}",
"jupyterError": "Jupyter에서 보낸 오류: {0}",
"jupyterOutputMsgStartSuccessful": "... Jupyter가 {0}에서 실행되고 있습니다.",
"jupyterOutputMsgStart": "... Notebook 서버 시작 중"
},
"dist/jupyter/jupyterNotebookProvider": {
"errNotebookUriMissing": "Notebook 경로는 필수입니다."
},
"dist/jupyter/jupyterSessionManager": {
"errorStartBeforeReady": "세션을 시작할 수 없습니다. 관리자가 아직 초기화되지 않았습니다.",
"notebook.couldNotFindKnoxGateway": "Could not find Knox gateway endpoint",
"promptBDCUsername": "{0}Please provide the username to connect to the BDC Controller:",
"promptBDCPassword": "Please provide the password to connect to the BDC Controller",
"bdcConnectError": "Error: {0}. ",
"clusterControllerConnectionRequired": "A connection to the cluster controller is required to run Spark jobs"
},
"dist/dialog/managePackages/managePackagesDialog": {
"managePackages.dialogName": "패키지 관리",
"managePackages.cancelButtonText": "닫기"
},
"dist/dialog/managePackages/installedPackagesTab": {
"managePackages.installedTabTitle": "설치됨",
"managePackages.pkgNameColumn": "이름",
"managePackages.newPkgVersionColumn": "버전",
"managePackages.deleteColumn": "Delete",
"managePackages.uninstallButtonText": "선택한 패키지 제거",
"managePackages.packageType": "패키지 유형",
"managePackages.location": "Location",
"managePackages.packageCount": "{0} {1}개의 패키지 찾음",
"managePackages.confirmUninstall": "지정된 패키지를 제거하시겠습니까?",
"managePackages.backgroundUninstallStarted": "{0} 제거 중",
"managePackages.backgroundUninstallComplete": "{0}의 제거를 완료했습니다.",
"managePackages.backgroundUninstallFailed": "{0}을(를) 제거하지 못했습니다. 오류: {1}"
},
"dist/dialog/managePackages/addNewPackageTab": {
"managePackages.invalidTextPlaceholder": "해당 없음",
"managePackages.searchBarPlaceholder": "{0} 패키지 검색",
"managePackages.addNewTabTitle": "새로 추가",
"managePackages.searchButtonLabel": "검색",
"managePackages.installButtonText": "설치",
"managePackages.packageNameTitle": "패키지 이름",
"managePackages.packageVersionTitle": "패키지 버전",
"managePackages.packageSummaryTitle": "패키지 요약",
"managePackages.noVersionsFound": "지정된 패키지의 유효한 버전을 찾을 수 없습니다.",
"managePackages.backgroundInstallStarted": "{0} {1} 설치 중",
"managePackages.backgroundInstallComplete": "{0} {1} 설치 완료",
"managePackages.backgroundInstallFailed": "{0} {1}을(를) 설치하지 못했습니다. 오류: {2}"
},
"dist/jupyter/pypiClient": {
"managePackages.packageRequestError": "Package info request failed with error: {0} {1}"
},
"dist/common/notebookUtils": {
"msgSampleCodeDataFrame": "This sample code loads the file into a data frame and shows the first 10 results.",
"noNotebookVisible": "No notebook editor is active",
"notebookFiles": "Notebooks"
},
"dist/protocol/notebookUriHandler": {
"notebook.unsupportedAction": "이 처리기에는 {0} 작업이 지원되지 않습니다.",
"unsupportedScheme": "HTTP 및 HTTPS 링크만 지원되기 때문에 {0} 링크를 열 수 없습니다.",
"notebook.confirmOpen": "'{0}'을(를) 다운로드하고 여시겠습니까?",
"notebook.fileNotFound": "지정한 파일을 찾을 수 없습니다.",
"notebook.fileDownloadError": "{0} {1} 오류를 나타내며 파일 열기 요청 실패"
}
}
}