forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.ko-kr.json
26 lines (26 loc) · 1.9 KB
/
package.nls.ko-kr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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.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.python.goToPythonObject.title": " Python 객체로 이동",
"python.snippet.launch.standard.label": "Python: Current File",
"python.snippet.launch.module.label": "Python: 모듈",
"python.snippet.launch.django.label": "Python: Django",
"python.snippet.launch.flask.label": "Python: Flask",
"python.snippet.launch.pyramid.label": "Python: Pyramid 응용 프로그램",
"python.snippet.launch.attach.label": "Python: 연결"
}