@codingame/monaco-vscode-language-pack-ja 11.1.1 → 12.0.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/index.js +1 -0
- package/package.json +2 -2
- package/translations/extensions/vscode.css-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.git.i18n.json +92 -15
- package/translations/extensions/vscode.github.i18n.json +8 -1
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.json-language-features.i18n.json +9 -7
- package/translations/extensions/vscode.markdown-language-features.i18n.json +10 -1
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +7 -4
- package/translations/extensions/vscode.terminal-suggest.i18n.json +17 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +24 -40
- package/translations/main.i18n.json.js +11908 -11694
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"Go to Source Definition failed. Requires TypeScript 4.7+.": "ソース定義に移動できませんでした。TypeScript 4.7 以降が必要です。",
|
|
64
64
|
"Go to Source Definition failed. Unknown file type.": "ソース定義に移動できませんでした。ファイルの種類が不明です。",
|
|
65
65
|
"Go to Source Definition failed. Unsupported file type.": "ソース定義に移動できませんでした。ファイルの種類がサポート対象外です。",
|
|
66
|
-
"Initializing
|
|
66
|
+
"Initializing '{0}'": "'{0}' を初期化しています",
|
|
67
67
|
"JS/TS IntelliSense Status": "JS/TS IntelliSense の状態",
|
|
68
68
|
"JSDoc comment": "JSDoc コメント",
|
|
69
69
|
"Learn More": "詳細情報",
|
|
@@ -87,8 +87,6 @@
|
|
|
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.",
|
|
92
90
|
"Remove Unused Imports": "未使用のインポートの削除",
|
|
93
91
|
"Remove all unused code": "未使用のコードをすべて削除する",
|
|
94
92
|
"Report Issue": "問題を報告",
|
|
@@ -139,27 +137,7 @@
|
|
|
139
137
|
"{0} references": "{0} 個の参照"
|
|
140
138
|
},
|
|
141
139
|
"package": {
|
|
142
|
-
"
|
|
143
|
-
"codeActions.refactor.extract.constant.title": "定数を抽出する",
|
|
144
|
-
"codeActions.refactor.extract.function.description": "式をメソッドまたは関数に抽出します。",
|
|
145
|
-
"codeActions.refactor.extract.function.title": "関数を抽出する",
|
|
146
|
-
"codeActions.refactor.extract.interface.description": "型をインターフェイスに抽出します。",
|
|
147
|
-
"codeActions.refactor.extract.interface.title": "インターフェイスの抽出",
|
|
148
|
-
"codeActions.refactor.extract.type.description": "型を型のエイリアスに抽出します。",
|
|
149
|
-
"codeActions.refactor.extract.type.title": "型の抽出",
|
|
150
|
-
"codeActions.refactor.move.newFile.description": "式を新しいファイルに移動します。",
|
|
151
|
-
"codeActions.refactor.move.newFile.title": "新しいファイルへ移動します",
|
|
152
|
-
"codeActions.refactor.rewrite.arrow.braces.description": "アロー関数内のかっこを追加または削除します。",
|
|
153
|
-
"codeActions.refactor.rewrite.arrow.braces.title": "中かっこを書き換える",
|
|
154
|
-
"codeActions.refactor.rewrite.export.description": "既定のエクスポートと名前付きエクスポートを変換します。",
|
|
155
|
-
"codeActions.refactor.rewrite.export.title": "エクスポートを変換する",
|
|
156
|
-
"codeActions.refactor.rewrite.import.description": "名前付きインポートと名前空間インポートを変換します。",
|
|
157
|
-
"codeActions.refactor.rewrite.import.title": "インポートを変換する",
|
|
158
|
-
"codeActions.refactor.rewrite.parameters.toDestructured.title": "パラメーターを非構造化オブジェクトに変換する",
|
|
159
|
-
"codeActions.refactor.rewrite.property.generateAccessors.description": "'get' および 'set' アクセサーの生成",
|
|
160
|
-
"codeActions.refactor.rewrite.property.generateAccessors.title": "アクセサーを生成する",
|
|
161
|
-
"codeActions.source.organizeImports.title": "インポートを整理",
|
|
162
|
-
"configuration.expandableHover": "(試験段階) ホバー時の展開を有効または無効にします。",
|
|
140
|
+
"configuration.expandableHover": "ホバーの展開/縮小を有効にして、TS サーバーから詳細またはより少ない情報を表示します。",
|
|
163
141
|
"configuration.implicitProjectConfig.checkJs": "JavaScript ファイルのセマンティック チェックを有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
164
142
|
"configuration.implicitProjectConfig.experimentalDecorators": "プロジェクト外の JavaScript ファイルの 'experimentalDecorators' を有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
165
143
|
"configuration.implicitProjectConfig.module": "プログラムのモジュール システムを設定します。詳細は次をご覧ください: https://www.typescriptlang.org/tsconfig#module。",
|
|
@@ -176,7 +154,7 @@
|
|
|
176
154
|
"configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "名前が型名と同じ変数の型ヒントを非表示にします。",
|
|
177
155
|
"configuration.javascript.checkJs.checkJs.deprecation": "この設定は、`js/ts.implicitProjectConfig.checkJs` を優先して非推奨になりました。",
|
|
178
156
|
"configuration.javascript.checkJs.experimentalDecorators.deprecation": "この設定は、`js/ts.implicitProjectConfig.experimentalDecorators` を優先して非推奨になりました。",
|
|
179
|
-
"configuration.preferGoToSourceDefinition": "代わりに
|
|
157
|
+
"configuration.preferGoToSourceDefinition": "代わりに `ソース定義に移動` をトリガーすることで、可能な場合は `ソース定義に移動` で型宣言ファイルを回避します。これにより、`ソース定義に移動` をマウス ジェスチャでトリガーできます。",
|
|
180
158
|
"configuration.suggest.autoImports": "自動インポートの提案を有効または無効にします。",
|
|
181
159
|
"configuration.suggest.classMemberSnippets.enabled": "クラス メンバーのスニペットの入力候補を有効または無効にします。",
|
|
182
160
|
"configuration.suggest.completeFunctionCalls": "パラメーター シグネチャを含む完全な関数。",
|
|
@@ -188,7 +166,7 @@
|
|
|
188
166
|
"configuration.suggest.objectLiteralMethodSnippets.enabled": "オブジェクト リテラル内のメソッドのスニペット補完を有効または無効にします。",
|
|
189
167
|
"configuration.suggest.paths": "import ステートメントや require 呼び出しでパスの提案を有効/無効にします。",
|
|
190
168
|
"configuration.surveys.enabled": "VS Code の JavaScript と TypeScript のサポートを向上させるために、ときどき行われるアンケートを有効/無効にします。",
|
|
191
|
-
"configuration.tsserver.experimental.enableProjectDiagnostics": "
|
|
169
|
+
"configuration.tsserver.experimental.enableProjectDiagnostics": "プロジェクト全体のエラー報告を有効にします。",
|
|
192
170
|
"configuration.tsserver.maxTsServerMemory": "TypeScript サーバー プロセスに割り当てるメモリの最大量 (MB 単位)。4 GB を超えるメモリ制限を使用するには、'#typescript.tsserver.nodePath#' を使用して、カスタム Node インストールを使用して TS Server を実行します。",
|
|
193
171
|
"configuration.tsserver.nodePath": "カスタム Node インストールで TS Server を実行します。これは、Node 実行可能ファイルへのパス、または VS Code に Node インストールを検出させるには `node` へのパスになります。",
|
|
194
172
|
"configuration.tsserver.useSeparateSyntaxServer": "折りたたみの計算やドキュメント シンボルのコンピューティングなど、構文に関連する操作に迅速に応答できる別の TypeScript サーバーの作成を有効または無効にします。",
|
|
@@ -198,14 +176,14 @@
|
|
|
198
176
|
"configuration.tsserver.useSyntaxServer.auto": "構文操作専用の完全なサーバーと、軽量化サーバーの両方を生成します。構文サーバーは、プロジェクトの読み込み中に構文操作を高速化し、IntelliSense を提供するために使用されます。",
|
|
199
177
|
"configuration.tsserver.useSyntaxServer.never": "専用の構文サーバーを使用しないでください。単一のサーバーを使用して、すべての IntelliSense 操作を処理します。",
|
|
200
178
|
"configuration.tsserver.useVsCodeWatcher": "TypeScript のものの代わりに VS Code のファイル ウォッチャーを使用します。ワークスペースで TypeScript 5.4+ 以降を使用する必要があります。",
|
|
201
|
-
"configuration.tsserver.useVsCodeWatcher.deprecation": "
|
|
179
|
+
"configuration.tsserver.useVsCodeWatcher.deprecation": "代わりに '#typescript.tsserver.watchOptions#' 設定を使用してください。",
|
|
202
180
|
"configuration.tsserver.watchOptions": "ファイルとディレクトリを追跡するために使用する監視方法を構成します。",
|
|
203
181
|
"configuration.tsserver.watchOptions.fallbackPolling": "ファイル システム イベントを使用する場合、このオプションは、システムがネイティブ ファイル ウォッチャーを使い果たし、ネイティブ ファイル ウォッチャーをサポートしていない場合に使用されるポーリング方法を指定します。",
|
|
204
182
|
"configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "変更頻度の低いファイルの確認頻度が低い場合は、動的キューを使用します。",
|
|
205
183
|
"configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "すべてのファイルで、一定の間隔で 1 秒に数回変更がないか確認します。",
|
|
206
184
|
"configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "すべてのファイルで 1 秒間に数回変更を確認しますが、特定の種類のファイルを他のファイルより少ない頻度で確認する場合は、ヒューリスティックを使用してください。",
|
|
207
185
|
"configuration.tsserver.watchOptions.synchronousWatchDirectory": "ディレクトリの遅延監視を無効にします。遅延監視は、一度に多数のファイル変更が生じる場合 (たとえば、npm install の実行からの node_modules の変更) には便利ですが、一般的ではない設定ではこのフラグを無効にすることができます。",
|
|
208
|
-
"configuration.tsserver.watchOptions.vscode": "
|
|
186
|
+
"configuration.tsserver.watchOptions.vscode": "TypeScript のものの代わりに VS Code のファイル ウォッチャーを使用します。ワークスペースで TypeScript 5.4+ 以降を使用する必要があります。",
|
|
209
187
|
"configuration.tsserver.watchOptions.watchDirectory": "再帰的なファイル監視機能を持たないシステムでディレクトリ ツリー全体を監視するための方法。",
|
|
210
188
|
"configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "変更頻度の少ないディレクトリの確認頻度が少ない動的キューを使用します。",
|
|
211
189
|
"configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "定期的にディレクトリのチャンクをポーリングします。",
|
|
@@ -222,7 +200,7 @@
|
|
|
222
200
|
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合、常にオンです。`#typescript.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
|
|
223
201
|
"configuration.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#typescript.tsserver.web.projectWideIntellisense.enabled#` が必要です。Ssfari では現在サポートされていません。",
|
|
224
202
|
"configuration.typescript": "TypeScript",
|
|
225
|
-
"configuration.updateImportsOnPaste": "
|
|
203
|
+
"configuration.updateImportsOnPaste": "コードを貼り付けるときにインポートの更新を有効にします。TypeScript 5.7 以降が必要です。\r\n\r\n既定では、貼り付け後にインポートを更新するオプションが表示されます。`#editor.pasteAs.preferences#` 設定を使用すると、貼り付け時にインポートを自動的に更新できます: `\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]`。",
|
|
226
204
|
"description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
|
|
227
205
|
"displayName": "TypeScript と JavaScript の言語機能",
|
|
228
206
|
"format.indentSwitchCase": "switch ステートメントの case 句をインデントします。ワークスペースで TypeScript 5.1+ を使用する必要があります。",
|
|
@@ -251,7 +229,7 @@
|
|
|
251
229
|
"inlayHints.parameterNames.none": "パラメーター名のヒントを無効にします。",
|
|
252
230
|
"javascript.format.enable": "既定の JavaScript フォーマッタを有効/無効にします。",
|
|
253
231
|
"javascript.goToProjectConfig.title": "プロジェクト構成 (jsconfig / tsconfig) に移動",
|
|
254
|
-
"javascript.preferences.jsxAttributeCompletionStyle.auto": "
|
|
232
|
+
"javascript.preferences.jsxAttributeCompletionStyle.auto": "グッズの種類に基づく属性名の後に `={}` または `=\"\"` を挿入します。文字列属性に使用される引用符の種類を制御するには、`#javascript.preferences.quoteStyle#` を参照してください。",
|
|
255
233
|
"javascript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。",
|
|
256
234
|
"javascript.referencesCodeLens.enabled": "JavaScript ファイル内で CodeLens の参照を有効/無効にします。",
|
|
257
235
|
"javascript.referencesCodeLens.showOnAllFunctions": "JavaScript ファイル内のすべての関数で CodeLens への参照を有効または無効にします。",
|
|
@@ -270,7 +248,7 @@
|
|
|
270
248
|
"typescript.implementationsCodeLens.enabled": "CodeLens の実装を有効/無効にします。この CodeLens は interface の実装を表示します。",
|
|
271
249
|
"typescript.implementationsCodeLens.showOnInterfaceMethods": "インターフェイス メソッドで CodeLens の実装を有効または無効にします。",
|
|
272
250
|
"typescript.locale": "JavaScript と TypeScript のエラーを報告するために使用するロケールを設定します。既定では VS Code のロケールを使用します。",
|
|
273
|
-
"typescript.locale.auto": "VS Code
|
|
251
|
+
"typescript.locale.auto": "VS Code の構成済みの表示言語を使用します。",
|
|
274
252
|
"typescript.npm": "[自動タイプ取得](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) に使われる npm 実行可能ファイルへのパスを指定します。",
|
|
275
253
|
"typescript.openTsServerLog.title": "TS サーバーのログを開く",
|
|
276
254
|
"typescript.preferences.autoImportFileExcludePatterns": "自動インポートから除外するファイルの glob パターンを指定します。相対パスは、ワークスペース ルートを基準に解決されます。パターンは、tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude) セマンティクスを使用して評価されます。",
|
|
@@ -291,21 +269,27 @@
|
|
|
291
269
|
"typescript.preferences.includePackageJsonAutoImports.off": "依存関係を検索しないでください。",
|
|
292
270
|
"typescript.preferences.includePackageJsonAutoImports.on": "常に依存関係を検索します。",
|
|
293
271
|
"typescript.preferences.jsxAttributeCompletionStyle": "JSX 属性補完向けに優先されるスタイル。",
|
|
294
|
-
"typescript.preferences.jsxAttributeCompletionStyle.auto": "
|
|
272
|
+
"typescript.preferences.jsxAttributeCompletionStyle.auto": "グッズの種類に基づく属性名の後に `={}` または `=\"\"` を挿入します。文字列属性に使用される引用符の種類を制御するには、`#typescript.preferences.quoteStyle#` を参照してください。",
|
|
295
273
|
"typescript.preferences.jsxAttributeCompletionStyle.braces": "属性名の後に `={}` を挿入します。",
|
|
296
274
|
"typescript.preferences.jsxAttributeCompletionStyle.none": "属性名の挿入のみ。",
|
|
297
275
|
"typescript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。",
|
|
298
|
-
"typescript.preferences.organizeImports.accentCollation": "
|
|
299
|
-
"typescript.preferences.organizeImports.caseFirst": "
|
|
276
|
+
"typescript.preferences.organizeImports.accentCollation": "`organizeImports.unicodeCollation: 'unicode'` が必要です。分音記号付きの文字を、基本文字と等しくないものとして比較します。",
|
|
277
|
+
"typescript.preferences.organizeImports.caseFirst": "`organizeImports.unicodeCollation: 'unicode'` が必要です。`organizeImports.caseSensitivity` は `caseInsensitive` ではありません。大文字を小文字の前に並べ替えるかどうかを示します。",
|
|
278
|
+
"typescript.preferences.organizeImports.caseFirst.default": "`locale` によって指定される既定の順序。",
|
|
279
|
+
"typescript.preferences.organizeImports.caseFirst.lower": "小文字は大文字の前に表示されます。例: ` a, A, z, Z`。",
|
|
280
|
+
"typescript.preferences.organizeImports.caseFirst.upper": "大文字は小文字の前に表示されます。例: ` A, a, B, b`。",
|
|
281
|
+
"typescript.preferences.organizeImports.caseSensitivity": "大文字と小文字の区別に関してインポートを並べ替える方法を指定します。`auto` または未指定の場合、ファイルごとに大文字と小文字の区別が検出されます",
|
|
300
282
|
"typescript.preferences.organizeImports.caseSensitivity.auto": "インポートの並べ替えの大文字と小文字の区別を検出します。",
|
|
301
283
|
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "インポートを大文字と小文字を区別せずに並べ替えます。",
|
|
302
284
|
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "インポートを大文字と小文字を区別して並べ替えます。",
|
|
303
|
-
"typescript.preferences.organizeImports.locale": "
|
|
304
|
-
"typescript.preferences.organizeImports.numericCollation": "
|
|
285
|
+
"typescript.preferences.organizeImports.locale": "`organizeImports.unicodeCollation: 'unicode'` が必要です。照合順序に使用されるロケールをオーバーライドします。UI ロケールを使用するには、`auto` を指定します。",
|
|
286
|
+
"typescript.preferences.organizeImports.numericCollation": "`organizeImports.unicodeCollation: 'unicode'` が必要です。数値文字列を整数値で並べ替えます。",
|
|
287
|
+
"typescript.preferences.organizeImports.typeOrder": "型のみの名前付きインポートを並べ替える方法を指定します。",
|
|
305
288
|
"typescript.preferences.organizeImports.typeOrder.auto": "型専用の名前付きインポートを並べ替える場合を検出します。",
|
|
306
|
-
"typescript.preferences.organizeImports.typeOrder.first": "型専用の名前付きインポートは、インポート
|
|
307
|
-
"typescript.preferences.organizeImports.typeOrder.inline": "
|
|
308
|
-
"typescript.preferences.organizeImports.typeOrder.last": "型専用の名前付きインポートは、インポート
|
|
289
|
+
"typescript.preferences.organizeImports.typeOrder.first": "型専用の名前付きインポートは、インポート リストの先頭に並べ替えられます。例: `import { type A, type Y, B, Z } from 'module';`",
|
|
290
|
+
"typescript.preferences.organizeImports.typeOrder.inline": "名前付きインポートは名前のみで並べ替えられます。例: `import { type A, B, type Y, Z } from 'module';`",
|
|
291
|
+
"typescript.preferences.organizeImports.typeOrder.last": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。例: `import { B, Z, type A, type Y } from 'module';`",
|
|
292
|
+
"typescript.preferences.organizeImports.unicodeCollation": "Unicode 照合順序と序数照合順序のどちらを使用してインポートを並べ替えるかを指定します。",
|
|
309
293
|
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "各コード ポイントの数値を使用してインポートを並べ替えます。",
|
|
310
294
|
"typescript.preferences.organizeImports.unicodeCollation.unicode": "Unicode コードの照合順序を使用してインポートを並べ替えます。",
|
|
311
295
|
"typescript.preferences.preferTypeOnlyAutoImports": "可能な場合は、`type` キーワードを自動インポートに含めます。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
|
|
@@ -344,7 +328,7 @@
|
|
|
344
328
|
"typescript.updateImportsOnFileMove.enabled.never": "パスの名前を変更せず確認も行いません。",
|
|
345
329
|
"typescript.updateImportsOnFileMove.enabled.prompt": "名前を変更するときに確認をします。",
|
|
346
330
|
"typescript.validate.enable": "TypeScript の検証を有効/無効にします。",
|
|
347
|
-
"typescript.workspaceSymbols.excludeLibrarySymbols": "
|
|
331
|
+
"typescript.workspaceSymbols.excludeLibrarySymbols": "`ワークスペース内のシンボルに移動` の結果で、ライブラリ ファイルから取得したシンボルを除外します。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
|
|
348
332
|
"typescript.workspaceSymbols.scope": "[ワークスペース内のシンボルへの移動](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name) でどのファイルを検索するかを制御します。",
|
|
349
333
|
"typescript.workspaceSymbols.scope.allOpenProjects": "開いているすべての JavaScript プロジェクトまたは TypeScript プロジェクトでシンボルを検索します。",
|
|
350
334
|
"typescript.workspaceSymbols.scope.currentProject": "現在の JavaScript または TypeScript プロジェクトからのみシンボルを検索します。",
|