@codingame/monaco-vscode-language-pack-ja 10.0.2 → 10.1.1

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": "10.0.2",
3
+ "version": "10.1.1",
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
- "vscode": "npm:@codingame/monaco-vscode-api@10.0.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@10.1.1"
22
22
  }
23
23
  }
@@ -161,6 +161,7 @@
161
161
  "Open": "開く",
162
162
  "Open Commit": "コミットを開く",
163
163
  "Open Comparison": "比較を開く",
164
+ "Open File": "Open File",
164
165
  "Open Git Log": "Git ログを開く",
165
166
  "Open Merge": "マージを開く",
166
167
  "Open Repositories In Parent Folders": "親フォルダーでリポジトリを開く",
@@ -267,6 +268,7 @@
267
268
  "There are {0} unsaved files.\n\nWould you like to save them before stashing?": "{0} 個の保存されていないファイルがあります。\n\nスタッシュする前に保存しますか?",
268
269
  "There are {0} untracked files which will be DELETED FROM DISK if discarded.": "破棄すると {0} 個の未追跡ファイルがディスクから削除されます。",
269
270
  "There were merge conflicts while applying the stash.": "スタッシュを適用している間に、マージの競合がありました。",
271
+ "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.",
270
272
  "This action will pull and push commits from and to \"{0}/{1}\".": "このアクションは、\"{0}/{1}\" との間でコミットをプルおよびプッシュします。",
271
273
  "This repository has no remotes configured to fetch from.": "リポジトリには、フェッチ元として構成されているリモートがありません。",
272
274
  "This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "{0} 個の追跡されていないファイルが削除されます。\n元に戻すことはできません。\nこれらのファイルは完全に失われます。",
@@ -356,6 +358,7 @@
356
358
  "command.checkoutDetached": "チェックアウト先 (デタッチ済み)...",
357
359
  "command.checkoutRefDetached": "チェックアウト (デタッチ済み)",
358
360
  "command.cherryPick": "チェリーピック...",
361
+ "command.cherryPickAbort": "Abort Cherry Pick",
359
362
  "command.cherryPickRef": "チェリーピック",
360
363
  "command.clean": "変更を破棄",
361
364
  "command.cleanAll": "すべての変更を破棄",
@@ -16,8 +16,6 @@
16
16
  "Having trouble logging in? Would you like to try a different way? ({0})": "ログインでお困りですか? 別の方法を試しますか? ({0})",
17
17
  "No": "いいえ",
18
18
  "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "新しいタブで [{0}]({0}) を開き、ワンタイム コードを貼り付けます: {1}",
19
- "Please reload the window to apply the new setting.": "新しい設定を適用するには、ウィンドウを再度読み込んでください。",
20
- "Reload Window": "ウィンドウの再度読み込み",
21
19
  "Sign in failed: {0}": "サインインできませんでした: {0}",
22
20
  "Sign out failed: {0}": "サインアウトできませんでした: {0}",
23
21
  "Signing in to {0}.../The {0} will be a url, e.g. github.com": "{0} にサインインしています...",
@@ -16,7 +16,7 @@
16
16
  "copyCellOutput.title": "セル出力のコピー",
17
17
  "description": "Jupyter の .ipynb ノートブック ファイルを開いて読み取るための基本サポートを提供します",
18
18
  "displayName": ".ipynb のサポート",
19
- "ipynb.experimental.serialization": "ワーカー スレッドで Jupyter Notebook をシリアル化するための試験的な機能。拡張機能ホストが Web ワーカーとして実行されている場合はサポートされません。",
19
+ "ipynb.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread.",
20
20
  "ipynb.pasteImagesAsAttachments.enabled": "ipynb ノートブック ファイルの Markdown セルへの画像の貼り付け機能を有効または無効にします。貼り付けられた画像は、セルに添付ファイルとして挿入されます。",
21
21
  "markdownAttachmentRenderer.displayName": "Markdown-It ipynb Cell Attachment renderer",
22
22
  "newUntitledIpynb.shortTitle": "Jupyter Notebook",
@@ -87,6 +87,8 @@
87
87
  "Please report an issue against Yarn PnP": "Yarn PnP に対する問題を報告してください",
88
88
  "Please update your TypeScript version": "TypeScript のバージョンを更新してください",
89
89
  "Project Wide IntelliSense not available": "Project Wide IntelliSense を使用できません",
90
+ "Related files provider failed. Copilot requested file with unsupported language mode.": "Related files provider failed. Copilot requested file with unsupported language mode.",
91
+ "Related files provider failed. No active text editor.": "Related files provider failed. No active text editor.",
90
92
  "Remove Unused Imports": "未使用のインポートの削除",
91
93
  "Remove all unused code": "未使用のコードをすべて削除する",
92
94
  "Report Issue": "問題を報告",
@@ -196,12 +198,14 @@
196
198
  "configuration.tsserver.useSyntaxServer.auto": "構文操作専用の完全なサーバーと、軽量化サーバーの両方を生成します。構文サーバーは、プロジェクトの読み込み中に構文操作を高速化し、IntelliSense を提供するために使用されます。",
197
199
  "configuration.tsserver.useSyntaxServer.never": "専用の構文サーバーを使用しないでください。単一のサーバーを使用して、すべての IntelliSense 操作を処理します。",
198
200
  "configuration.tsserver.useVsCodeWatcher": "TypeScript のものの代わりに VS Code のファイル ウォッチャーを使用します。ワークスペースで TypeScript 5.4+ 以降を使用する必要があります。",
201
+ "configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",
199
202
  "configuration.tsserver.watchOptions": "ファイルとディレクトリを追跡するために使用する監視方法を構成します。",
200
203
  "configuration.tsserver.watchOptions.fallbackPolling": "ファイル システム イベントを使用する場合、このオプションは、システムがネイティブ ファイル ウォッチャーを使い果たし、ネイティブ ファイル ウォッチャーをサポートしていない場合に使用されるポーリング方法を指定します。",
201
204
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "変更頻度の低いファイルの確認頻度が低い場合は、動的キューを使用します。",
202
205
  "configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "すべてのファイルで、一定の間隔で 1 秒に数回変更がないか確認します。",
203
206
  "configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "すべてのファイルで 1 秒間に数回変更を確認しますが、特定の種類のファイルを他のファイルより少ない頻度で確認する場合は、ヒューリスティックを使用してください。",
204
207
  "configuration.tsserver.watchOptions.synchronousWatchDirectory": "ディレクトリの遅延監視を無効にします。遅延監視は、一度に多数のファイル変更が生じる場合 (たとえば、npm install の実行からの node_modules の変更) には便利ですが、一般的ではない設定ではこのフラグを無効にすることができます。",
208
+ "configuration.tsserver.watchOptions.vscode": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
205
209
  "configuration.tsserver.watchOptions.watchDirectory": "再帰的なファイル監視機能を持たないシステムでディレクトリ ツリー全体を監視するための方法。",
206
210
  "configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "変更頻度の少ないディレクトリの確認頻度が少ない動的キューを使用します。",
207
211
  "configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "定期的にディレクトリのチャンクをポーリングします。",
@@ -218,7 +222,7 @@
218
222
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合、常にオンです。`#typescript.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
219
223
  "configuration.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#typescript.tsserver.web.projectWideIntellisense.enabled#` が必要です。Ssfari では現在サポートされていません。",
220
224
  "configuration.typescript": "TypeScript",
221
- "configuration.updateImportsOnPaste": "コードの貼り付け時にインポートを自動的に更新します。TypeScript 5.6 以降が必要です。",
225
+ "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.7+.",
222
226
  "description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
223
227
  "displayName": "TypeScript と JavaScript の言語機能",
224
228
  "format.indentSwitchCase": "switch ステートメントの case 句をインデントします。ワークスペースで TypeScript 5.1+ を使用する必要があります。",