update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View File

@@ -0,0 +1,22 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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 설치 사용"
}