@codingame/monaco-vscode-language-pack-ja 16.0.6 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "16.0
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@codingame/monaco-vscode-api": "16.0
|
|
21
|
+
"@codingame/monaco-vscode-api": "16.1.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "強制的なプッシュは禁止されています。\"git.allowForcePush\" 設定で有効にしてください。",
|
|
118
118
|
"Git Blame Information": "Git Blame 情報",
|
|
119
119
|
"Git History": "Git 履歴",
|
|
120
|
+
"Git Local Changes (Index)": "Git Local Changes (Index)",
|
|
121
|
+
"Git Local Changes (Working Tree)": "Git Local Changes (Working Tree)",
|
|
120
122
|
"Git error": "Git エラー",
|
|
121
|
-
"Git local changes (index)": "Git ローカル変更 (インデックス)",
|
|
122
|
-
"Git local changes (working tree)": "Git ローカルの変更 (作業ツリー)",
|
|
123
123
|
"Git not found. Install it or configure it using the \"git.path\" setting.": "Git が見つかりません。Git をインストールするか \"git.path\" 設定でパスを構成してください。",
|
|
124
124
|
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "ワークスペースまたは開いているファイルの親フォルダーに Git リポジトリが見つかりました。リポジトリを開きますか?",
|
|
125
125
|
"Git: {0}": "Git: {0}",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"No tsconfig": "tsconfig なし",
|
|
81
81
|
"Not now": "今は行わない",
|
|
82
82
|
"Open Config File": "構成ファイルを開く",
|
|
83
|
+
"Open on GitHub": "Open on GitHub",
|
|
83
84
|
"Organize Imports": "インポートを整理",
|
|
84
85
|
"Partial mode": "部分モード",
|
|
85
86
|
"Paste with imports": "インポートと貼り付け",
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
"The JS/TS language service crashed.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 言語サービスがクラッシュしました。\nこれは、次のいずれかの拡張機能によって提供されたプラグインが原因である可能性があります: {0}。\nVS Code に関する問題を報告する前に、これらの拡張機能を無効にしてみてください。",
|
|
109
110
|
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 言語サービスがすぐに 5 回クラッシュしました。サービスは再起動されません。",
|
|
110
111
|
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 言語サービスがすぐに 5 回クラッシュしました。サービスは再起動されません。\nこれは、次のいずれかの拡張機能によって提供されたプラグインが原因である可能性があります: {0}。\nVS Code に関する問題を報告する前に、これらの拡張機能を無効にしてみてください。",
|
|
112
|
+
"The TypeScript Go extension is not installed.": "The TypeScript Go extension is not installed.",
|
|
111
113
|
"The current selection cannot be extracted": "現在の選択範囲を抽出できません",
|
|
112
114
|
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "このパス {0}は、TS Server を実行するための有効な Node インストールを指していません。バンドル化された Node にフォールバックしています。",
|
|
113
115
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "パス {0} は、有効な tsserver インストールを指していません。バンドルされている TypeScript バージョンにフォールバックしています。",
|
|
@@ -138,13 +140,15 @@
|
|
|
138
140
|
"{0} references": "{0} 個の参照"
|
|
139
141
|
},
|
|
140
142
|
"package": {
|
|
141
|
-
"configuration.expandableHover": "
|
|
143
|
+
"configuration.expandableHover": "表示する TS サーバーからの情報を増やす/減らすために、ホバーの展開/縮小を有効にします。TypeScript 5.9 以降が必要です。",
|
|
144
|
+
"configuration.format": "Formatting",
|
|
142
145
|
"configuration.implicitProjectConfig.checkJs": "JavaScript ファイルのセマンティック チェックを有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
143
146
|
"configuration.implicitProjectConfig.experimentalDecorators": "プロジェクト外の JavaScript ファイルの 'experimentalDecorators' を有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
144
147
|
"configuration.implicitProjectConfig.module": "プログラムのモジュール システムを設定します。詳細は次をご覧ください: https://www.typescriptlang.org/tsconfig#module。",
|
|
145
148
|
"configuration.implicitProjectConfig.strictFunctionTypes": "プロジェクト外の JavaScript および TypeScript ファイルの [厳密な関数の型](https://www.typescriptlang.org/tsconfig#strictFunctionTypes) を有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
146
149
|
"configuration.implicitProjectConfig.strictNullChecks": "プロジェクト外の JavaScript および TypeScript ファイルの [厳密な null チェック](https://www.typescriptlang.org/tsconfig#strictNullChecks) を有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
147
150
|
"configuration.implicitProjectConfig.target": "発行された JavaScript のターゲット JavaScript 言語バージョンを設定し、ライブラリ宣言を含めます。詳細は次をご覧ください: https://www.typescriptlang.org/tsconfig#target。",
|
|
151
|
+
"configuration.inlayHints": "Inlay Hints",
|
|
148
152
|
"configuration.inlayHints.enumMemberValues.enabled": "列挙型宣言内のメンバー値のインレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nenum MyValue {\r\n\tA /* = 0 */;\r\n\tB /* = 1 */;\r\n}\r\n \r\n```",
|
|
149
153
|
"configuration.inlayHints.functionLikeReturnTypes.enabled": "関数シグネチャの暗黙的な戻り値の型について、インレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nfunction foo() /* :number */ {\r\n\treturn Date.now();\r\n} \r\n \r\n```",
|
|
150
154
|
"configuration.inlayHints.parameterNames.enabled": "パラメーター名へのインレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nparseInt(/* str: */ '123', /* radix: */ 8)\r\n \r\n```",
|
|
@@ -155,11 +159,10 @@
|
|
|
155
159
|
"configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "名前が型名と同じ変数の型ヒントを非表示にします。",
|
|
156
160
|
"configuration.javascript.checkJs.checkJs.deprecation": "この設定は、`js/ts.implicitProjectConfig.checkJs` を優先して非推奨になりました。",
|
|
157
161
|
"configuration.javascript.checkJs.experimentalDecorators.deprecation": "この設定は、`js/ts.implicitProjectConfig.experimentalDecorators` を優先して非推奨になりました。",
|
|
158
|
-
"configuration.javascript.format": "JavaScript の書式設定",
|
|
159
|
-
"configuration.javascript.preferences": "JavaScript のユーザー設定",
|
|
160
|
-
"configuration.javascript.suggest": "JavaScript の提案",
|
|
161
162
|
"configuration.preferGoToSourceDefinition": "代わりに `ソース定義に移動` をトリガーすることで、可能な場合は `ソース定義に移動` で型宣言ファイルを回避します。これにより、`ソース定義に移動` をマウス ジェスチャでトリガーできます。",
|
|
163
|
+
"configuration.preferences": "Preferences",
|
|
162
164
|
"configuration.server": "TS サーバー",
|
|
165
|
+
"configuration.suggest": "Suggestions",
|
|
163
166
|
"configuration.suggest.autoImports": "自動インポートの提案を有効または無効にします。",
|
|
164
167
|
"configuration.suggest.classMemberSnippets.enabled": "クラス メンバーのスニペットの入力候補を有効または無効にします。",
|
|
165
168
|
"configuration.suggest.completeFunctionCalls": "パラメーター シグネチャを含む完全な関数。",
|
|
@@ -204,9 +207,6 @@
|
|
|
204
207
|
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合、常にオンです。`#typescript.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
|
|
205
208
|
"configuration.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#typescript.tsserver.web.projectWideIntellisense.enabled#` が必要です。Ssfari では現在サポートされていません。",
|
|
206
209
|
"configuration.typescript": "TypeScript",
|
|
207
|
-
"configuration.typescript.format": "TypeScript の書式設定",
|
|
208
|
-
"configuration.typescript.preferences": "TypeScript のユーザー設定",
|
|
209
|
-
"configuration.typescript.suggest": "TypeScript の提案",
|
|
210
210
|
"configuration.updateImportsOnPaste": "コードの貼り付け時にインポートを自動的に更新します。TypeScript 5.6 以降が必要です。",
|
|
211
211
|
"description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
|
|
212
212
|
"displayName": "TypeScript と JavaScript の言語機能",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"typescript.restartTsServer": "TS サーバーを再起動",
|
|
317
317
|
"typescript.selectTypeScriptVersion.title": "TypeScript のバージョンを選択...",
|
|
318
318
|
"typescript.sortImports": "インポートの並べ替え",
|
|
319
|
-
"typescript.suggest.enabled": "
|
|
319
|
+
"typescript.suggest.enabled": "Enable/disable autocomplete suggestions.",
|
|
320
320
|
"typescript.suggestionActions.enabled": "エディター内で TypeScript ファイルの診断の提案を有効または無効にします。",
|
|
321
321
|
"typescript.tsc.autoDetect": "tsc タスクの自動検出を制御します。",
|
|
322
322
|
"typescript.tsc.autoDetect.build": "単一の実行コンパイルタスクのみを作成します。",
|
|
@@ -334,6 +334,7 @@
|
|
|
334
334
|
"typescript.updateImportsOnFileMove.enabled.always": "常に自動的にパスを更新します。",
|
|
335
335
|
"typescript.updateImportsOnFileMove.enabled.never": "パスの名前を変更せず確認も行いません。",
|
|
336
336
|
"typescript.updateImportsOnFileMove.enabled.prompt": "名前を変更するときに確認をします。",
|
|
337
|
+
"typescript.useTsgo": "Disables TypeScript and JavaScript language features to allow usage of the TypeScript Go experimental extension. Requires TypeScript Go to be installed and configured. Requires reloading extensions after changing this setting.",
|
|
337
338
|
"typescript.validate.enable": "TypeScript の検証を有効/無効にします。",
|
|
338
339
|
"typescript.workspaceSymbols.excludeLibrarySymbols": "`ワークスペース内のシンボルに移動` の結果で、ライブラリ ファイルから取得したシンボルを除外します。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
|
|
339
340
|
"typescript.workspaceSymbols.scope": "[ワークスペース内のシンボルへの移動](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name) でどのファイルを検索するかを制御します。",
|
|
@@ -4332,10 +4332,10 @@ var content = [
|
|
|
4332
4332
|
"Copilot を使用して拡張機能を表示する",
|
|
4333
4333
|
"コード入力候補の構成...",
|
|
4334
4334
|
"Copilot プランのアップグレード",
|
|
4335
|
-
"
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
-
"Copilot Pro
|
|
4335
|
+
"You've reached your monthly chat messages quota. You still have free code completions available.",
|
|
4336
|
+
"You've reached your monthly code completions quota. You still have free chat messages available.",
|
|
4337
|
+
"You've reached your monthly chat messages and code completions quota.",
|
|
4338
|
+
"Upgrade to Copilot Pro (your first 30 days are free) for:\r\n- Unlimited code completions\r\n- Unlimited chat messages\r\n- Access to premium models",
|
|
4339
4339
|
undefined,
|
|
4340
4340
|
"無視",
|
|
4341
4341
|
"Copilot Pro にアップグレード",
|
|
@@ -4347,7 +4347,7 @@ var content = [
|
|
|
4347
4347
|
"その他...",
|
|
4348
4348
|
undefined,
|
|
4349
4349
|
"サインインして Copilot を使用する...",
|
|
4350
|
-
"Copilot Free
|
|
4350
|
+
"Copilot Free plan chat messages quota reached. Click for details.",
|
|
4351
4351
|
undefined,
|
|
4352
4352
|
undefined,
|
|
4353
4353
|
"新しいチャットを開始すると、現在の編集セッションが終了します。",
|
|
@@ -4367,7 +4367,7 @@ var content = [
|
|
|
4367
4367
|
undefined,
|
|
4368
4368
|
"新しいチャット",
|
|
4369
4369
|
"新しいチャット",
|
|
4370
|
-
|
|
4370
|
+
undefined,
|
|
4371
4371
|
"最後の要求を元に戻す",
|
|
4372
4372
|
"最後の要求をやり直す",
|
|
4373
4373
|
undefined,
|
|
@@ -4395,7 +4395,7 @@ var content = [
|
|
|
4395
4395
|
"スクリーンショット ウィンドウ",
|
|
4396
4396
|
"スクリーンショット",
|
|
4397
4397
|
"記号...",
|
|
4398
|
-
"
|
|
4398
|
+
"ファイルとフォルダー...",
|
|
4399
4399
|
"問題...",
|
|
4400
4400
|
"カーネル変数...",
|
|
4401
4401
|
"カーネル変数を選択して挿入する",
|
|
@@ -4470,7 +4470,7 @@ var content = [
|
|
|
4470
4470
|
"チャットにツールを追加",
|
|
4471
4471
|
"その他のツール",
|
|
4472
4472
|
"MCP サーバー: {0}",
|
|
4473
|
-
"{0} から
|
|
4473
|
+
"{0} から",
|
|
4474
4474
|
"チャットに使用できるツールを選択してください",
|
|
4475
4475
|
"コード ブロックを挿入するには、コード エディターまたはノートブック エディターを開き、コード ブロックを挿入する場所にカーソルを設定します。",
|
|
4476
4476
|
"読み取り専用ノートブック エディターにコード ブロックを挿入できません。",
|
|
@@ -4525,22 +4525,22 @@ var content = [
|
|
|
4525
4525
|
undefined,
|
|
4526
4526
|
"ストレージ サービスではなく、ディスクにチャット セッションを格納できるようにします。これを有効にすると、既存のセッションが新しい形式に、ワークスペースごとに 1 回限り移行されます。",
|
|
4527
4527
|
"ツール呼び出しに基づく新しい編集モードを有効にします。これを有効にすると、ツール呼び出しをサポートしていないモデルは編集モードで使用できなくなります。",
|
|
4528
|
-
"
|
|
4529
|
-
"
|
|
4528
|
+
"サード パーティの拡張機能によって提供されるツールの使用を有効にします。",
|
|
4529
|
+
"サード パーティの拡張機能によって提供されるツールの使用を有効にします。",
|
|
4530
4530
|
"{0} サーバーの検出を有効にします",
|
|
4531
4531
|
"マシン上のモデル コンテキスト プロトコル サーバーの検出を構成します。`true` または `false` に設定してすべてのソースを無効または有効にして、有効にしたいマッピング ソースを指定します。",
|
|
4532
4532
|
"プロンプト ファイル",
|
|
4533
|
-
"
|
|
4534
|
-
"
|
|
4533
|
+
"チャット、編集、インライン チャット セッションで再利用可能なプロンプト ファイル (`*{0}`) と指示ファイルを有効にします。[詳細情報]({1})。",
|
|
4534
|
+
"チャット、編集、インライン チャット セッションで再利用可能なプロンプト ファイルと指示ファイルを有効にします。",
|
|
4535
4535
|
"プロンプト ファイルの場所",
|
|
4536
|
-
"
|
|
4536
|
+
"チャット、編集、インライン チャット セッションで実行できる再利用可能なプロンプト ファイル (`*{0}`) の場所を指定します。[詳細情報]({1})。\r\n\r\n相対パスは、ワークスペースのルート フォルダーから解決されます。",
|
|
4537
4537
|
"チャット",
|
|
4538
|
-
"{0}
|
|
4539
|
-
"
|
|
4538
|
+
"Enable agent mode for {0}. When this is enabled, agent mode can be activated via the dropdown in the view.",
|
|
4539
|
+
"The maximum number of requests to allow Copilot Edits to use per-turn in agent mode. When the limit is reached, Copilot will ask the user to confirm that it should keep working.",
|
|
4540
4540
|
"新しいチャットの開始",
|
|
4541
4541
|
"ワークスペースでファイルを選択する",
|
|
4542
4542
|
"チャット",
|
|
4543
|
-
"
|
|
4543
|
+
"Action required to confirm tool action: {0}",
|
|
4544
4544
|
"1 個のテーブル",
|
|
4545
4545
|
"{0} 個の表",
|
|
4546
4546
|
"1 個のファイル ツリー",
|
|
@@ -4590,8 +4590,8 @@ var content = [
|
|
|
4590
4590
|
"一時停止",
|
|
4591
4591
|
"作業中...",
|
|
4592
4592
|
"Copilot Pro にアップグレード",
|
|
4593
|
-
"
|
|
4594
|
-
|
|
4593
|
+
"Changes may take a few minutes to take effect.",
|
|
4594
|
+
undefined,
|
|
4595
4595
|
"{0} 参照 使用済み",
|
|
4596
4596
|
"{0} 参照 使用済み",
|
|
4597
4597
|
"折りたたみ可能なチャット リスト",
|
|
@@ -4663,8 +4663,8 @@ var content = [
|
|
|
4663
4663
|
"このファイルのチャット編集を元に戻す",
|
|
4664
4664
|
"この変更を保持する",
|
|
4665
4665
|
"この変更を元に戻す",
|
|
4666
|
-
"
|
|
4667
|
-
"
|
|
4666
|
+
"チャット編集の差分エディターの切り替え",
|
|
4667
|
+
"チャット編集のアクセシブル差分ビューを表示する",
|
|
4668
4668
|
"レビュー",
|
|
4669
4669
|
"すべての編集内容を保持",
|
|
4670
4670
|
"すべての編集を元に戻す",
|
|
@@ -4680,7 +4680,7 @@ var content = [
|
|
|
4680
4680
|
"{0} 個のファイル内の 1 件の変更",
|
|
4681
4681
|
"1 個のファイル内の {0} 件の変更",
|
|
4682
4682
|
"{1} 個のファイル内の {0} 件の変更",
|
|
4683
|
-
"
|
|
4683
|
+
"一時停止",
|
|
4684
4684
|
undefined,
|
|
4685
4685
|
undefined,
|
|
4686
4686
|
"チャットの編集",
|
|
@@ -4724,9 +4724,9 @@ var content = [
|
|
|
4724
4724
|
"提案の追加",
|
|
4725
4725
|
undefined,
|
|
4726
4726
|
undefined,
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4727
|
+
undefined,
|
|
4728
|
+
undefined,
|
|
4729
|
+
undefined,
|
|
4730
4730
|
"{0} を使用 [[(なしで再実行)]]",
|
|
4731
4731
|
"[[(rerun without)]]",
|
|
4732
4732
|
"一時停止",
|
|
@@ -4856,9 +4856,9 @@ var content = [
|
|
|
4856
4856
|
"クォータに達しました",
|
|
4857
4857
|
"コード補完が無効です",
|
|
4858
4858
|
"Copilot の使用状況",
|
|
4859
|
-
"
|
|
4859
|
+
"Chat messages",
|
|
4860
4860
|
"コード補完",
|
|
4861
|
-
"{0}
|
|
4861
|
+
"Allowance resets {0}.",
|
|
4862
4862
|
"Copilot Pro にアップグレード",
|
|
4863
4863
|
"設定",
|
|
4864
4864
|
"AI 機能を使用するために Copilot を設定します。",
|
|
@@ -4904,13 +4904,13 @@ var content = [
|
|
|
4904
4904
|
"ここにチャット エージェントのホバー部分があります。",
|
|
4905
4905
|
"{0} (候補)",
|
|
4906
4906
|
"スクリーンショット",
|
|
4907
|
-
"必要な操作: {0}",
|
|
4908
|
-
"{0} このツールは拡張機能 `{1}` から取得されています。要求された操作を慎重にレビューしてください。",
|
|
4909
|
-
"{0} の実行",
|
|
4910
4907
|
undefined,
|
|
4911
4908
|
undefined,
|
|
4912
4909
|
undefined,
|
|
4913
|
-
|
|
4910
|
+
undefined,
|
|
4911
|
+
undefined,
|
|
4912
|
+
undefined,
|
|
4913
|
+
"Do you want to backup and sync your user prompt and instruction files with Setting Sync?'",
|
|
4914
4914
|
"有効にする",
|
|
4915
4915
|
undefined,
|
|
4916
4916
|
undefined,
|
|
@@ -5203,8 +5203,8 @@ var content = [
|
|
|
5203
5203
|
"コメント",
|
|
5204
5204
|
"{0}、ユーザー補助のヘルプに ({1}) を使用する",
|
|
5205
5205
|
"{0}、現在キー バインドを介してトリガーできない [ユーザー補助のヘルプを開く] コマンドを実行します。",
|
|
5206
|
-
"
|
|
5207
|
-
|
|
5206
|
+
"Collapsing this comment thread will discard unsubmitted comments. Are you sure you want to discard these comments?",
|
|
5207
|
+
undefined,
|
|
5208
5208
|
"次回から表示しない",
|
|
5209
5209
|
"すべて折りたたんで表示します。",
|
|
5210
5210
|
"すべて展開",
|
|
@@ -7148,7 +7148,7 @@ var content = [
|
|
|
7148
7148
|
"変更された行をフォーマットする",
|
|
7149
7149
|
"現在の行とそのインレイ ヒントが現在フォーカスされているかどうか",
|
|
7150
7150
|
"インレイ ヒント情報を使用したコード",
|
|
7151
|
-
"
|
|
7151
|
+
"Read Line with Inlay Hints",
|
|
7152
7152
|
"インレイ ヒントの読み取りを停止する",
|
|
7153
7153
|
"コードの編集",
|
|
7154
7154
|
"生成",
|
|
@@ -7172,7 +7172,7 @@ var content = [
|
|
|
7172
7172
|
"前の変更箇所に移動",
|
|
7173
7173
|
"チャットで表示する",
|
|
7174
7174
|
"変更の切り替え",
|
|
7175
|
-
|
|
7175
|
+
undefined,
|
|
7176
7176
|
"インライン チャットの切り替え",
|
|
7177
7177
|
"エディター チャットを開始できませんでした",
|
|
7178
7178
|
"準備しています...",
|
|
@@ -7258,7 +7258,7 @@ var content = [
|
|
|
7258
7258
|
"GitHub で作成",
|
|
7259
7259
|
"GitHub 上でプレビュー",
|
|
7260
7260
|
"データを読み込んでいます...",
|
|
7261
|
-
"GitHub
|
|
7261
|
+
"No duplicate issues found: GitHub query limit exceeded.",
|
|
7262
7262
|
"類似の問題",
|
|
7263
7263
|
"開く",
|
|
7264
7264
|
"クローズ済み",
|
|
@@ -7666,7 +7666,7 @@ var content = [
|
|
|
7666
7666
|
"サーバー {0} を起動しています",
|
|
7667
7667
|
"接続状態: {0}",
|
|
7668
7668
|
"サーバー {0} を停止しています",
|
|
7669
|
-
"{0}
|
|
7669
|
+
"{0} MCP サーバーまたは悪意のある会話コンテンツは、ツールを介して '{1}' を悪用しようとする可能性があることに注意してください。",
|
|
7670
7670
|
"{0} を実行する",
|
|
7671
7671
|
"{0}\r\n\r\n {1}",
|
|
7672
7672
|
"{0} を実行しています",
|
|
@@ -7692,8 +7692,8 @@ var content = [
|
|
|
7692
7692
|
"ベースとの比較",
|
|
7693
7693
|
"入力 2 をベースと比較",
|
|
7694
7694
|
"ベース ファイルを開く",
|
|
7695
|
-
"
|
|
7696
|
-
"
|
|
7695
|
+
"左から着信変更をすべて受け入れる",
|
|
7696
|
+
"右から現在の変更をすべて受け入れる",
|
|
7697
7697
|
"結果のリセット",
|
|
7698
7698
|
"リセット",
|
|
7699
7699
|
"[競合ありで閉じる] の選択をリセットする",
|
|
@@ -7715,7 +7715,7 @@ var content = [
|
|
|
7715
7715
|
"高度な差分アルゴリズムを使用します。",
|
|
7716
7716
|
"マージ エディターが開いています。",
|
|
7717
7717
|
"[次のハンドルされていない競合に移動する]{0} と [前のハンドルされていない競合に移動する]{1} コマンドを使用して、競合のマージ間を移動します。",
|
|
7718
|
-
"
|
|
7718
|
+
"[マージ エディター: 左から着信変更をすべて受け入れる]{0} および [マージ エディター: 右から現在の変更をすべて受け入れる]{1} のコマンドを実行する",
|
|
7719
7719
|
"マージ: {0}",
|
|
7720
7720
|
"{0} ファイルのマージ結果を保持しますか?",
|
|
7721
7721
|
"{0} ファイルのマージ結果を保持しますか?",
|
|
@@ -11510,7 +11510,7 @@ var content = [
|
|
|
11510
11510
|
"Copilot の設定",
|
|
11511
11511
|
"Copilot の設定",
|
|
11512
11512
|
"Copilot とチャットする",
|
|
11513
|
-
"VS Code
|
|
11513
|
+
"Get started with VS Code",
|
|
11514
11514
|
"エディターをカスタマイズし、基礎を学び、コーディングを開始する",
|
|
11515
11515
|
"VS Code のセットアップ",
|
|
11516
11516
|
"テーマの選択",
|
|
@@ -12758,7 +12758,7 @@ var content = [
|
|
|
12758
12758
|
"設定",
|
|
12759
12759
|
"キーボード ショートカット",
|
|
12760
12760
|
"スニペット",
|
|
12761
|
-
"
|
|
12761
|
+
"Prompts and Instructions",
|
|
12762
12762
|
"タスク",
|
|
12763
12763
|
"拡張機能",
|
|
12764
12764
|
"UI の状態",
|