@codingame/monaco-vscode-language-pack-ja 14.0.5 → 14.0.6

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": "14.0.5",
3
+ "version": "14.0.6",
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": "14.0.5"
21
+ "@codingame/monaco-vscode-api": "14.0.6"
22
22
  }
23
23
  }
@@ -65,7 +65,8 @@
65
65
  "the name of the active repository (e.g. vscode)": "アクティブなリポジトリの名前 (例: vscode)",
66
66
  "the name of the folder the file is contained in (e.g. myFileFolder)": "ファイルが入っているフォルダーの名前 (例: myFileFolder)",
67
67
  "the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "ワークスペース フォルダーに対して相対的なファイルのパス (例: myFolder/myFileFolder/myFile.txt)",
68
- "the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "ワークスペース フォルダーに相対的な、ファイルが入っているフォルダーのパス (例: myFolder/myFileFolder)"
68
+ "the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "ワークスペース フォルダーに相対的な、ファイルが入っているフォルダーのパス (例: myFolder/myFileFolder)",
69
+ "the state of the active editor (e.g. modified).": "the state of the active editor (e.g. modified)."
69
70
  },
70
71
  "package": {
71
72
  "description": "設定、起動、拡張機能の推奨事項ファイルといった、構成ファイルの機能 (高度な IntelliSense、auto-fixing など) を提供します。",
@@ -611,6 +611,7 @@
611
611
  "config.diagnosticsCommitHook.Enabled": "コミットする前に、未解決の診断をチェックするかどうかを制御します。",
612
612
  "config.diagnosticsCommitHook.Sources": "コミットする前に考慮するソース (**Item**) と最小重要度 (**値**) の一覧を制御します。**注:** 特定のソースからの診断を無視するには、ソースを一覧に追加し、重要度の最小値を 'none' に設定します。",
613
613
  "config.discardAllScope": "'すべての変更を破棄' コマンドによってどの変更が破棄されるかを制御します。'all' はすべての変更を破棄します。 'tracked' は追跡されているファイルだけを破棄します。 'prompt' は、アクションが実行されるたびにプロンプ​​ト ダイアログを表示します。",
614
+ "config.discardUntrackedChangesToTrash": "Controls whether discarding untracked changes moves the file(s) to the Recycle Bin (Windows), Trash (macOS, Linux) instead of deleting them permanently. **Note:** This setting has no effect when connected to a remote or when running in Linux as a snap package.",
614
615
  "config.enableCommitSigning": "GPG、X.509、または SSH によるコミットの署名を有効にします。",
615
616
  "config.enableSmartCommit": "ステージされた変更がない場合はすべての変更をコミットします。",
616
617
  "config.enableStatusBarSync": "ステータス バーに Git Sync コマンドを表示するかどうかを制御します。",
@@ -693,7 +694,6 @@
693
694
  "config.untrackedChanges.hidden": "追跡対象外の変更は非表示になり、複数のアクションから除外されます。",
694
695
  "config.untrackedChanges.mixed": "追跡対象および追跡対象外のすべての変更は、一緒に表示され、均等に動作します。",
695
696
  "config.untrackedChanges.separate": "追跡されていない変更は、ソース管理ビューに個別に表示されます。それらは、複数のアクションからも除外されます。",
696
- "config.untrackedChangesEnableTrash": "Controls whether discarding untracked changes moves the file(s) to the Recycle Bin (Windows), Trash (macOS, Linux) instead of deleting them permanently. **Note:** This setting has no effect when connected to a remote.",
697
697
  "config.useCommitInputAsStashMessage": "コミット入力ボックスからのメッセージを既定のスタッシュ メッセージとして使用するかどうかを制御します。",
698
698
  "config.useEditorAsCommitInput": "コミット入力ボックスにメッセージが指定されていない場合に、コミット メッセージの作成にフル テキスト エディターを使用するかどうかを制御します。",
699
699
  "config.useForcePushIfIncludes": "強制プッシュで、より安全な force-if-includes バリアントを使用するかどうかを制御します。注: この設定では、'#git.useForcePushWithLease#' 設定を有効にし、Git バージョン '2.30.0' 以降が必要です。",
@@ -199,7 +199,7 @@
199
199
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合、常にオンです。`#typescript.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
200
200
  "configuration.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#typescript.tsserver.web.projectWideIntellisense.enabled#` が必要です。Ssfari では現在サポートされていません。",
201
201
  "configuration.typescript": "TypeScript",
202
- "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
202
+ "configuration.updateImportsOnPaste": "コードの貼り付け時にインポートを自動的に更新します。TypeScript 5.6 以降が必要です。",
203
203
  "description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
204
204
  "displayName": "TypeScript と JavaScript の言語機能",
205
205
  "format.indentSwitchCase": "switch ステートメントの case 句をインデントします。ワークスペースで TypeScript 5.1+ を使用する必要があります。",
@@ -4462,8 +4462,8 @@ var content = [
4462
4462
  "画像",
4463
4463
  "シンボル",
4464
4464
  "{0} をコンテキストとしてアタッチする",
4465
- "{0} をワーキング セットに追加する",
4466
- "ファイル",
4465
+ undefined,
4466
+ undefined,
4467
4467
  "読み取り専用にする",
4468
4468
  "ファイルの追加",
4469
4469
  "ファイルの削除",
@@ -6399,8 +6399,8 @@ var content = [
6399
6399
  "プレリリース拡張機能のアイコンの色。",
6400
6400
  "拡張機能のスポンサーのアイコンの色。",
6401
6401
  "マニフェストが見つかりません",
6402
- "拡張機能",
6403
- "アクティブ化すると、ウィンドウにフォーカスがない場合、更新後に拡張機能が自動的に再起動されます。ノートブックまたはカスタム エディターを開いている場合、データが失われる可能性があります。",
6402
+ undefined,
6403
+ undefined,
6404
6404
  "自動更新拡張機能",
6405
6405
  "すべての拡張機能の自動更新を有効にしますか?",
6406
6406
  "すべての拡張機能の自動更新を無効にしますか?",