mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
36 lines
2.8 KiB
JSON
36 lines
2.8 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Do not edit this file. It is machine generated."
|
|
],
|
|
"displayName": "ノートブックのコア拡張機能",
|
|
"description": "データ プロトコル ベースのノートブック コントリビューションと、多くのノートブックのコマンドとコントリビューションを定義します。",
|
|
"notebook.configuration.title": "ノートブック構成",
|
|
"notebook.pythonPath.description": "ノートブックで使用される Python インストールへのローカル パス。",
|
|
"notebook.useExistingPython.description": "ノートブックで使用される、以前から存在する Python インストールのローカル パス。",
|
|
"notebook.overrideEditorTheming.description": "ノートブック エディターの既定の設定をオーバーライドします。設定には、背景色、現在の線の色、境界線が含まれます",
|
|
"notebook.maxTableRows.description": "ノートブック エディターでテーブルごとに返される行の最大数",
|
|
"notebook.command.new": "新しいノートブック",
|
|
"notebook.command.open": "ノートブックを開く",
|
|
"notebook.analyzeJupyterNotebook": "ノートブックで分析",
|
|
"notebook.command.runactivecell": "セルの実行",
|
|
"notebook.command.clearactivecellresult": "セル結果をクリアする",
|
|
"notebook.command.runallcells": "セルの実行",
|
|
"notebook.command.addcode": "コード セルの追加",
|
|
"notebook.command.addtext": "テキスト セルの追加",
|
|
"notebook.command.addcell": "セルの追加",
|
|
"title.analyzeJupyterNotebook": "ノートブックで分析",
|
|
"title.newJupyterNotebook": "新しいノートブック",
|
|
"title.openJupyterNotebook": "ノートブックを開く",
|
|
"title.jupyter.setContext": "ノートブックのコンテキストを設定します",
|
|
"title.jupyter.setKernel": "ノートブック用カーネルの設定",
|
|
"config.jupyter.extraKernelsTitle": "その他のカーネル",
|
|
"config.jupyter.extraKernelsDescription": "有効にするその他のカーネルの ID",
|
|
"config.jupyter.kernelConfigValuesDescription": "Jupyter カーネルの構成オプション。これは自動的に管理され、手動で編集することは推奨されていません。",
|
|
"title.reinstallNotebookDependencies": "ノートブック依存関係を再インストール",
|
|
"title.configurePython": "ノートブック用 Python の構成",
|
|
"title.managePackages": "パッケージの管理"
|
|
} |