forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.ko-kr.json
More file actions
15 lines (15 loc) · 981 Bytes
/
package.nls.ko-kr.json
File metadata and controls
15 lines (15 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"python.command.python.sortImports.title": "Import문 정렬",
"python.command.python.startREPL.title": "REPL 시작",
"python.command.python.execInTerminal.title": "터미널에서 Python 파일 실행",
"python.command.python.setInterpreter.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: 연결"
}