solorice/vscodium/extensions/ms-python.python-2022.4.1/package.nls.ja.json
2022-04-28 21:17:01 +03:00

16 lines
1.0 KiB
JSON

{
"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: アタッチ"
}