pentest-distro-builder/filesystem/root/.vscode/extensions/ms-python.python-2018.8.0/package.nls.ja.json

46 lines
3.8 KiB
JSON
Raw Normal View History

2018-10-17 14:11:16 -06:00
{
"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.python.goToPythonObject.title": "Python オブジェクトに移動",
"python.snippet.launch.standard.label": "Python: Current File",
"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 を実行"
}