Skip to content

Commit f869369

Browse files
LazyRichardbrettcannon
authored andcommitted
Korean translation (#540)
1 parent 2aded04 commit f869369

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ contributors (if you would like to contribute a translation, see the
4040

4141
* `en`
4242
* `ja`
43+
* `ko-kr`
4344
* `ru`
4445
* `zh-cn`
4546

@@ -101,8 +102,6 @@ contributors (if you would like to contribute a translation, see the
101102
![Unit Tests](https://raw.githubusercontent.com/microsoft/vscode-python/master/images/unittest.gif)
102103

103104

104-
105-
106105
## Data and telemetry
107106

108107
The Microsoft Python Extension for Visual Studio Code collects usage

package.nls.ko-kr.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"python.command.python.sortImports.title": "Import문 정렬",
3+
"python.command.python.startREPL.title": "REPL 시작",
4+
"python.command.python.buildWorkspaceSymbols.title": "작업 영역 기호 빌드",
5+
"python.command.python.runtests.title": "모든 단위 테스트 실행",
6+
"python.command.python.debugtests.title": "모든 단위 테스트 디버그",
7+
"python.command.python.execInTerminal.title": "터미널에서 Python 파일 실행",
8+
"python.command.python.setInterpreter.title": "인터프리터 선택",
9+
"python.command.python.updateSparkLibrary.title": "PySpark 작업 영역 라이브러리 업데이트",
10+
"python.command.python.refactorExtractVariable.title": "변수 추출",
11+
"python.command.python.refactorExtractMethod.title": "메서드 추출",
12+
"python.command.python.viewTestOutput.title": "단위 테스트 결과 보기",
13+
"python.command.python.selectAndRunTestMethod.title": "단위 테스트 메서드 실행 ...",
14+
"python.command.python.selectAndDebugTestMethod.title": "단위 테스트 메서드 디버그 ...",
15+
"python.command.python.selectAndRunTestFile.title": "단위 테스트 파일 실행 ...",
16+
"python.command.python.runCurrentTestFile.title": "현재 단위 테스트 파일 실행",
17+
"python.command.python.runFailedTests.title": "실패한 단위 테스트 실행",
18+
"python.command.python.execSelectionInTerminal.title": "Python 터미널에서 선택 영역/줄 실행",
19+
"python.command.python.execSelectionInDjangoShell.title": "Django 셸에서 선택 영역/줄 실행",
20+
"python.command.jupyter.runSelectionLine.title": "선택 영역/줄 실행",
21+
"python.command.jupyter.execCurrentCell.title": "셀 실행",
22+
"python.command.jupyter.execCurrentCellAndAdvance.title": "셀을 실행하고 다음",
23+
"python.command.jupyter.gotToPreviousCell.title": "이전 셀로 이동",
24+
"python.command.jupyter.gotToNextCell.title": "다음 셀로 이동",
25+
"python.command.python.goToPythonObject.title": " Python 객체로 이동",
26+
"python.snippet.launch.standard.label": "Python",
27+
"python.snippet.launch.standard.description": "표준 출력으로 Python 프로그램 디버그",
28+
"python.snippet.launch.pyspark.label": "Python: PySpark",
29+
"python.snippet.launch.pyspark.description": "PySpark 디버그",
30+
"python.snippet.launch.module.label": "Python: 모듈",
31+
"python.snippet.launch.module.description": "Python 모듈 디버그",
32+
"python.snippet.launch.terminal.label": "Python: 터미널 (통합)",
33+
"python.snippet.launch.terminal.description": "통합 터미널/콘솔에서 Python 프로그램 디버그",
34+
"python.snippet.launch.externalTerminal.label": "Python: 터미널 (외부)",
35+
"python.snippet.launch.externalTerminal.description": "외부 터미널/콘솔에서 Python 프로그램 디버그",
36+
"python.snippet.launch.django.label": "Python: Django",
37+
"python.snippet.launch.django.description": "Django 응용 프로그램 디버그",
38+
"python.snippet.launch.flask.label": "Python: Flask (0.11.x 또는 이후 버전)",
39+
"python.snippet.launch.flask.description": "Flask 응용 프로그램 디버그",
40+
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x 또는 이전 버전)",
41+
"python.snippet.launch.flaskOld.description": "이전 스타일의 Flask 응용 프로그램 디버그",
42+
"python.snippet.launch.pyramid.label": "Python: Pyramid 응용 프로그램",
43+
"python.snippet.launch.pyramid.description": "Pyramid 응용 프로그램 디버그",
44+
"python.snippet.launch.watson.label": "Python: Watson 응용 프로그램",
45+
"python.snippet.launch.watson.description": "Watson 응용 프로그램 디버그",
46+
"python.snippet.launch.attach.label": "Python: 연결",
47+
"python.snippet.launch.attach.description": "원격 디버깅을 위해 디버거에 연결",
48+
"python.snippet.launch.scrapy.label": "Python: Scrapy",
49+
"python.snippet.launch.scrapy.description": "통합 터미널/콘솔에서 Scrapy 실행"
50+
}

0 commit comments

Comments
 (0)