forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.ja.json
26 lines (26 loc) · 2.04 KB
/
package.nls.ja.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: アタッチ"
}