Files
azuredatastudio/i18n/kor/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
2021-02-22 19:42:55 -08:00

22 lines
1.3 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."
],
"configurePython.dialogName": "Notebook용 Python 구성",
"configurePython.okButtonText": "설치",
"configurePython.cancelButtonText": "취소",
"configurePython.browseButtonText": "찾아보기",
"configurePython.locationTextBoxText": "Python 설치 위치",
"configurePython.selectFileLabel": "선택",
"configurePython.installNote": "이 설치에는 다소 시간이 걸릴 수 있습니다. 설치가 완료될 때까지 애플리케이션을 닫지 않는 것이 좋습니다.",
"configurePython.invalidLocationMsg": "지정된 설치 위치가 잘못되었습니다.",
"configurePython.pythonNotFoundMsg": "지정된 위치에서 Python 설치를 찾을 수 없습니다.",
"configurePython.pythonInstallDeclined": "Python 설치가 거부되었습니다.",
"configurePython.installationType": "설치 유형",
"configurePython.newInstall": "새 Python 설치",
"configurePython.existingInstall": "기존 Python 설치 사용"
}