From 135f2be72320144843816f4f3c9b5e1b4bd3f6b5 Mon Sep 17 00:00:00 2001 From: Suh Junmin Date: Fri, 5 Jan 2018 15:34:28 +0900 Subject: [PATCH 1/3] Add localization for Korean --- package.nls.ko-kr.json | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 package.nls.ko-kr.json diff --git a/package.nls.ko-kr.json b/package.nls.ko-kr.json new file mode 100644 index 000000000000..c82a50784a65 --- /dev/null +++ b/package.nls.ko-kr.json @@ -0,0 +1,50 @@ +{ + "python.command.python.sortImports.title": "Import문 정렬", + "python.command.python.startREPL.title": "REPL 시작", + "python.command.python.buildWorkspaceSymbols.title": "작업 영역 기호 빌드", + "python.command.python.runtests.title": "모든 단위 테스트 실행", + "python.command.python.debugtests.title": "모든 단위 테스트 디버그", + "python.command.python.execInTerminal.title": "터미널에서 Python 파일 실행", + "python.command.python.setInterpreter.title": "인터프리터 선택", + "python.command.python.updateSparkLibrary.title": "PySpark 작업 영역 라이브러리 업데이트", + "python.command.python.refactorExtractVariable.title": "변수 추출", + "python.command.python.refactorExtractMethod.title": "메서드 추출", + "python.command.python.viewTestOutput.title": "단위 테스트 결과 보기", + "python.command.python.selectAndRunTestMethod.title": "단위 테스트 메서드 실행 ...", + "python.command.python.selectAndDebugTestMethod.title": "단위 테스트 메서드 디버그 ...", + "python.command.python.selectAndRunTestFile.title": "단위 테스트 파일 실행 ...", + "python.command.python.runCurrentTestFile.title": "현재 단위 테스트 파일 실행", + "python.command.python.runFailedTests.title": "실패한 단위 테스트 실행", + "python.command.python.execSelectionInTerminal.title": "Python 터미널에서 선택 영역/줄 실행", + "python.command.python.execSelectionInDjangoShell.title": "Django 셸에서 선택 영역/줄 실행", + "python.command.jupyter.runSelectionLine.title": "선택 영역/줄 실행", + "python.command.jupyter.execCurrentCell.title": "셀 실행", + "python.command.jupyter.execCurrentCellAndAdvance.title": "셀을 실행하고 다음", + "python.command.jupyter.gotToPreviousCell.title": "이전 셀로 이동", + "python.command.jupyter.gotToNextCell.title": "다음 셀로 이동", + "python.command.python.goToPythonObject.title": " Python 객체로 이동", + "python.snippet.launch.standard.label": "Python", + "python.snippet.launch.standard.description": "표준 출력으로 Python 프로그램 디버그", + "python.snippet.launch.pyspark.label": "Python: PySpark", + "python.snippet.launch.pyspark.description": "PySpark 디버그", + "python.snippet.launch.module.label": "Python: 모듈", + "python.snippet.launch.module.description": "Python 모듈 디버그", + "python.snippet.launch.terminal.label": "Python: 터미널 (통합)", + "python.snippet.launch.terminal.description": "통합 터미널/콘솔에서 Python 프로그램 디버그", + "python.snippet.launch.externalTerminal.label": "Python: 터미널 (외부)", + "python.snippet.launch.externalTerminal.description": "외부 터미널/콘솔에서 Python 프로그램 디버그", + "python.snippet.launch.django.label": "Python: Django", + "python.snippet.launch.django.description": "Django 어플리케이션 디버그", + "python.snippet.launch.flask.label": "Python: Flask (0.11.x 또는 이후 버전)", + "python.snippet.launch.flask.description": "Flask 어플리케이션 디버그", + "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x 또는 이전 버전)", + "python.snippet.launch.flaskOld.description": "이전 스타일의 Flask 어플리케이션 디버그", + "python.snippet.launch.pyramid.label": "Python: Pyramid 어플리케이션", + "python.snippet.launch.pyramid.description": "Pyramid 어플리케이션 디버그", + "python.snippet.launch.watson.label": "Python: Watson 어플리케이션", + "python.snippet.launch.watson.description": "Watson 어플리케이션 디버그", + "python.snippet.launch.attach.label": "Python: 연결", + "python.snippet.launch.attach.description": "원격 디버깅을 위해 디버거에 연결", + "python.snippet.launch.scrapy.label": "Python: Scrapy", + "python.snippet.launch.scrapy.description": "통합 터미널/콘솔에서 Scrapy 실행" +} From 62cb70acd1904d58ecac7eec137ee9eb366da561 Mon Sep 17 00:00:00 2001 From: Suh Junmin Date: Fri, 5 Jan 2018 15:38:47 +0900 Subject: [PATCH 2/3] Add localization for Korean --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd17a9f93100..5bd78aa008ba 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ contributors (if you would like to contribute a translation, see the * `en` * `ja` +* `ko-kr` * `ru` * `zh-cn` From cf5cc2f4ffb4afd1f34fb66edef23878f3bcf7ae Mon Sep 17 00:00:00 2001 From: Suh Junmin Date: Wed, 24 Jan 2018 03:17:21 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Change=20"=EC=96=B4=ED=94=8C=EB=A6=AC?= =?UTF-8?q?=EC=BC=80=EC=9D=B4=EC=85=98"=20to=20"=EC=9D=91=EC=9A=A9=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EA=B7=B8=EB=9E=A8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.nls.ko-kr.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.nls.ko-kr.json b/package.nls.ko-kr.json index c82a50784a65..461c83c89921 100644 --- a/package.nls.ko-kr.json +++ b/package.nls.ko-kr.json @@ -34,15 +34,15 @@ "python.snippet.launch.externalTerminal.label": "Python: 터미널 (외부)", "python.snippet.launch.externalTerminal.description": "외부 터미널/콘솔에서 Python 프로그램 디버그", "python.snippet.launch.django.label": "Python: Django", - "python.snippet.launch.django.description": "Django 어플리케이션 디버그", + "python.snippet.launch.django.description": "Django 응용 프로그램 디버그", "python.snippet.launch.flask.label": "Python: Flask (0.11.x 또는 이후 버전)", - "python.snippet.launch.flask.description": "Flask 어플리케이션 디버그", + "python.snippet.launch.flask.description": "Flask 응용 프로그램 디버그", "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x 또는 이전 버전)", - "python.snippet.launch.flaskOld.description": "이전 스타일의 Flask 어플리케이션 디버그", - "python.snippet.launch.pyramid.label": "Python: Pyramid 어플리케이션", - "python.snippet.launch.pyramid.description": "Pyramid 어플리케이션 디버그", - "python.snippet.launch.watson.label": "Python: Watson 어플리케이션", - "python.snippet.launch.watson.description": "Watson 어플리케이션 디버그", + "python.snippet.launch.flaskOld.description": "이전 스타일의 Flask 응용 프로그램 디버그", + "python.snippet.launch.pyramid.label": "Python: Pyramid 응용 프로그램", + "python.snippet.launch.pyramid.description": "Pyramid 응용 프로그램 디버그", + "python.snippet.launch.watson.label": "Python: Watson 응용 프로그램", + "python.snippet.launch.watson.description": "Watson 응용 프로그램 디버그", "python.snippet.launch.attach.label": "Python: 연결", "python.snippet.launch.attach.description": "원격 디버깅을 위해 디버거에 연결", "python.snippet.launch.scrapy.label": "Python: Scrapy",