Archived
update localization resource files (#14389)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"notebookFileType": "Notebook",
|
||||
"unsupportedFileType": ".ipynb Notebook만 지원됩니다.",
|
||||
"confirmReinstall": "다시 설치하시겠습니까?"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"errNotebookUriMissing": "Notebook 경로는 필수입니다."
|
||||
}
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgInstallPkgProgress": "Notebook 종속성 설치가 진행 중입니다.",
|
||||
"msgPythonDownloadComplete": "Python 다운로드가 완료되었습니다.",
|
||||
"msgPythonDownloadError": "Python 설정을 다운로드하는 동안 오류가 발생했습니다.",
|
||||
"msgPythonDownloadPending": "Python 패키지 다운로드 중",
|
||||
"msgPythonUnpackPending": "Python 패키지 압축을 푸는 중",
|
||||
"msgPythonDirectoryError": "Python 설치 디렉터리를 만드는 동안 오류가 발생했습니다.",
|
||||
"msgPythonUnpackError": "Python 번들 압축을 푸는 동안 오류가 발생했습니다.",
|
||||
"msgTaskName": "Notebook 종속성 설치 중",
|
||||
"msgInstallPkgStart": "Notebook 종속성을 설치하는 중입니다. 자세한 내용은 작업 보기를 참조하세요.",
|
||||
"msgInstallPkgFinish": "Notebook 종속성 설치를 완료했습니다.",
|
||||
"msgPythonRunningError": "Python이 실행되는 동안 기존 Python 설치를 덮어쓸 수 없습니다. 계속하기 전에 활성 Notebook을 닫으세요.",
|
||||
"msgSkipPythonInstall": "Python이 특정 위치에 이미 있습니다. 설치를 건너뜁니다.",
|
||||
"msgWaitingForInstall": "현재 다른 Python 설치를 진행 중입니다. 완료될 때까지 기다립니다.",
|
||||
"msgDependenciesInstallationFailed": "오류: {0}(을) 나타내며 Notebook 종속성 설치에 실패했습니다.",
|
||||
"msgDownloadPython": "{0} 플랫폼용 로컬 python을 {1}(으)로 다운로드하는 중",
|
||||
"confirmPackageUpgrade": "설치된 일부 Python 패키지를 업그레이드해야 합니다. 지금 업그레이드하시겠습니까?",
|
||||
"upgradePackages.pipInstall": "{0} 설치 중",
|
||||
"msgInstallStart": "Notebook을 실행하는 데 필요한 패키지를 설치하는 중...",
|
||||
"msgJupyterInstallDone": "... Jupyter 설치가 완료되었습니다."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"shutdownError": "Notebook 서버 종료 실패: {0}"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"errorStartBeforeReady": "세션을 시작할 수 없습니다. 관리자가 아직 초기화되지 않았습니다.",
|
||||
"connectionNotValid": "Spark 커널을 SQL Server 빅 데이터 클러스터 마스터 인스턴스에 연결해야 합니다."
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serverStopError": "Notebook 서버 중지 오류: {0}",
|
||||
"notebookStartProcessExitPremature": "오류 {0}을(를) 나타내며 Notebook 프로세스가 조기에 종료되었습니다. StdErr 출력: {1}",
|
||||
"jupyterError": "Jupyter에서 보낸 오류: {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "... Jupyter가 {0}에서 실행되고 있습니다.",
|
||||
"jupyterOutputMsgStart": "... Notebook 서버 시작 중"
|
||||
}
|
||||
Reference in New Issue
Block a user