@codingame/monaco-vscode-language-pack-ja 2.0.0-v2.1 → 2.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.
@@ -43,22 +43,25 @@
43
43
  "Insert Markdown Media and Links": "Markdown メディアとリンクの挿入",
44
44
  "Insert image": "画像の挿入",
45
45
  "Insert link": "リンクの挿入",
46
- "Link definition for \\'{0}\\' already exists": "\\'{0}\\' のリンク定義は既に存在します",
46
+ "Link definition for '{0}' already exists": "'{0}' のリンク定義は既に存在します",
47
47
  "Link definition is unused": "リンク定義が使用されていません",
48
48
  "Link is already a reference": "リンクは既に参照されています",
49
49
  "Link is also defined here": "リンクはここでも定義されています",
50
+ "Link to '# {0}' in '{1}'": "Link to '# {0}' in '{1}'",
51
+ "Link to '{0}'": "Link to '{0}'",
50
52
  "Markdown Language Server": "Markdown 言語サーバー",
51
53
  "Media": "メディア",
52
54
  "More Information": "詳細情報",
53
55
  "Never": "なし",
54
56
  "No": "いいえ",
55
- "No header found: \\'{0}\\'": "ヘッダーが見つかりません: \\'{0}\\'",
56
- "No link definition found: \\'{0}\\'": "リンク定義が見つかりません: \\'{0}\\'",
57
+ "No header found: '{0}'": "ヘッダーが見つかりません: '{0}'",
58
+ "No link definition found: '{0}'": "リンク定義が見つかりません: '{0}'",
57
59
  "Not on link": "リンク上にありません",
58
60
  "Only load secure content": "セキュリティで保護されたコンテンツのみを読み込む",
59
61
  "Organize link definitions": "リンク定義の整理",
60
62
  "Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "安全でない可能性があるか保護されていないコンテンツは、Markdown プレビューで無効化されています。保護されていないコンテンツを許可するかスクリプトを有効にするには、Markdown プレビューのセキュリティ設定を変更してください",
61
63
  "Preview {0}": "プレビュー {0}",
64
+ "Reference link '{0}'": "Reference link '{0}'",
62
65
  "Remove duplicate link definition": "重複するリンク定義の削除",
63
66
  "Remove unused link definition": "未使用のリンク定義の削除",
64
67
  "Renaming is not supported here. Try renaming a header or link.": "ここでは、名前の変更はサポートされていません。ヘッダーまたはリンクの名前を変更してみてください。",
@@ -74,15 +77,17 @@
74
77
  "package": {
75
78
  "configuration.copyIntoWorkspace.mediaFiles": "外部の画像ファイルとビデオ ファイルをワークスペースにコピーしてみてください。",
76
79
  "configuration.copyIntoWorkspace.never": "外部ファイルをワークスペースにコピーしないでください。",
77
- "configuration.markdown.copyFiles.destination": "ドロップまたは貼り付けによって作成されたファイルをコピーする場所を定義します。これは、Markdown ドキュメント上で一致する glob からコピー先へのマップです。\r\n\r\nコピー先では次の変数を使用できます:\r\n\r\n- `${documentFileName}` — Markdown ドキュメントの完全なファイル名。例: `readme.md`。\r\n- `${documentBaseName}` — Markdown ドキュメントのベース名。例: `readme`。\r\n- `${documentExtName}` — Markdown ドキュメントの拡張子 (例: `md`)。\r\n- `${documentDirName}` — Markdown ドキュメントの親ディレクトリの名前。\r\n- `${documentWorkspaceFolder}` — Markdown ドキュメントのワークスペース フォルダー。例: `/Users/me/myProject`。ファイルがワークスペースに含まれていない場合、これは `${documentDirName}` と同じです。\r\n- `${fileName}` — ドロップされたファイルのファイル名。例: `image.png`。",
80
+ "configuration.markdown.copyFiles.destination": "Defines where files copied created by drop or paste should be created. This is a map from globs that match on the Markdown document to destinations.\r\n\r\nThe destinations may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.",
78
81
  "configuration.markdown.copyFiles.overwriteBehavior": "ドロップまたは貼り付けによって作成されたファイルが既存のファイルを上書きするかどうかを制御します。",
79
82
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "同じ名前のファイルが既に存在する場合は、ファイル名に番号を追加します。たとえば、`image.png` は `image-1.png` になります。",
80
83
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "同じ名前のファイルが既に存在する場合は、上書きします。",
81
84
  "configuration.markdown.editor.drop.copyIntoWorkspace": "Markdown エディターにドロップされたワークスペースの外部のファイルをワークスペースにコピーするかどうかを制御します。\r\n\r\n`#markdown.copyFiles.destination#` を使用して、コピーしたドロップされたファイルを作成する場所を構成します",
82
85
  "configuration.markdown.editor.drop.enabled": "Shift キーを押しながら Markdown editor へのドロップを有効にします。`#editor.dropIntoEditor.enabled#` を有効にする必要があります。",
86
+ "configuration.markdown.editor.filePaste.audioSnippet": "Snippet used when adding audio to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the audio file.\r\n- `${title}` — The title used for the audio. A snippet placeholder will automatically be created for this variable.",
83
87
  "configuration.markdown.editor.filePaste.copyIntoWorkspace": "Markdown エディターに貼り付けられたワークスペースの外部のファイルをワークスペースにコピーするかどうかを制御します。\r\n\r\n`#markdown.copyFiles.destination#` を使用して、コピーされたファイルを作成する場所を構成します。",
84
88
  "configuration.markdown.editor.filePaste.enabled": "Markdown エディターへのファイルの貼り付け機能を有効にして、Markdown リンクを作成します。`#editor.pasteAs.enabled#` を有効にする必要があります。",
85
- "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "URL Markdown エディターに貼り付けるときにどのようにマークダウン リンクを作成するかを制御します。`#editor.pasteAs.enabled#` を有効にする必要があります。",
89
+ "configuration.markdown.editor.filePaste.videoSnippet": "Snippet used when adding videos to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the video file.\r\n- `${title}` — The title used for the video. A snippet placeholder will automatically be created for this variable.",
90
+ "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controls if Markdown links are created when URLs are pasted into a Markdown editor. Requires enabling `#editor.pasteAs.enabled#`.",
86
91
  "configuration.markdown.links.openLocation.beside": "アクティブなエディターの横にあるリンクを開きます。",
87
92
  "configuration.markdown.links.openLocation.currentGroup": "アクティブなエディター グループ内にリンクを開きます。",
88
93
  "configuration.markdown.links.openLocation.description": "マークダウン ファイル内のリンクを開く場所を制御します。",
@@ -114,9 +119,10 @@
114
119
  "configuration.markdown.validate.ignoredLinks.description": "検証しないリンクを構成します。たとえば、'/about' を追加すると、リンク '[about](/about)' は検証されなくなります。glob '/assets/**/*.svg' を指定すると、'assets' ディレクトリの下にある '.svg' ファイルへのリンクの検証をスキップできます。",
115
120
  "configuration.markdown.validate.referenceLinks.enabled.description": "Markdown ファイル内の参照リンクを検証します (例: `[link][ref]`)。`#markdown.validate.enabled#` を有効にする必要があります。",
116
121
  "configuration.markdown.validate.unusedLinkDefinitions.description": "現在のファイルで使用されていないリンク定義を検証します。",
117
- "configuration.pasteUrlAsFormattedLink.always": "URL Markdown editor に貼り付けられている場合は、常に Markdown リンクを作成します。",
118
- "configuration.pasteUrlAsFormattedLink.never": "URL Markdown editor に貼り付けられている場合は、Markdown リンクを作成しないでください。",
119
- "configuration.pasteUrlAsFormattedLink.smart": "コード ブラケット内や既存の Markdown リンク内など、特定の場合に Markdown リンクを作成することをスマートに回避します。",
122
+ "configuration.pasteUrlAsFormattedLink.always": "Always insert Markdown links.",
123
+ "configuration.pasteUrlAsFormattedLink.never": "Never create Markdown links.",
124
+ "configuration.pasteUrlAsFormattedLink.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
125
+ "configuration.pasteUrlAsFormattedLink.smartWithSelection": "Smartly create Markdown links by default when you have selected text and are not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
120
126
  "description": "Markdown に豊富な言語サポートを提供。",
121
127
  "displayName": "Markdown 言語機能",
122
128
  "markdown.copyImage.title": "画像のコピー",
@@ -29,7 +29,7 @@
29
29
  "Runs the script under the debugger": "デバッガーでスクリプトを実行する",
30
30
  "The currently latest version of the package": "パッケージの現在の最新バージョン",
31
31
  "The setting \"npm.autoDetect\" is \"off\".": "\"npm.autoDetect\" の設定は \"オフ\"です。",
32
- "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don\\'t match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "{0} を優先パッケージ マネージャーとして使用しています。{1} に対する複数のロック ファイルが見つかりました。 この問題を解決するには、優先パッケージ マネージャーと一致しないロック ファイルを削除するか、設定 \"npm.packageManager\" を \"auto\" 以外の値に変更してください。",
32
+ "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "{0} を優先パッケージ マネージャーとして使用しています。{1} に対する複数のロック ファイルが見つかりました。 この問題を解決するには、優先パッケージ マネージャーと一致しないロック ファイルを削除するか、設定 \"npm.packageManager\" を \"auto\" 以外の値に変更してください。",
33
33
  "in {0}": "{0} 内",
34
34
  "latest": "最新",
35
35
  "now": "現在",
@@ -34,7 +34,6 @@
34
34
  "Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'typescript.npm' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "JavaScript 言語機能のための型定義ファイルをインストールできませんでした。NPM のインストールを確認するか、ユーザー設定で 'typescript.npm' を構成してください。または、詳細は [ドキュメント]({0}) を確認してください。",
35
35
  "Could not load the TypeScript version at this path": "このパスでは TypeScript のバージョンを読み込むことができません",
36
36
  "Could not open TS Server log file": "TS サーバーのログ ファイルを開くことができませんでした",
37
- "Destination Files": "移動先ファイル",
38
37
  "Disable logging": "ログを無効にする",
39
38
  "Disables semantic checking in a JavaScript file. Must be at the top of a file.": "JavaScript ファイルのセマンティック チェックを無効にします。 ファイルの先頭にある必要があります。",
40
39
  "Dismiss": "無視",
@@ -102,22 +101,21 @@
102
101
  "TS Server logging is currently enabled which may impact performance.": "TS サーバーのログ記録は現在有効になっているため、パフォーマンスに影響する可能性があります。",
103
102
  "TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "TS サーバーのログがオフになっています。ログを有効にするには、'typescript.tsserver.log' を設定して TS サーバーを再起動してください",
104
103
  "The JS/TS language service crashed 5 times in the last 5 Minutes.": "JS/TS 言語サービスは、過去 5 分間に 5 回クラッシュしました。",
105
- "The JS/TS language service crashed 5 times in the last 5 Minutes.\\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 分間に 5 回クラッシュしました。\\nこれは、次のいずれかの拡張機能によって提供されたプラグインが原因である可能性があります: {0}\\nVS Codeに対して問題を報告する前にこれらの拡張機能を無効にしてみてください。",
104
+ "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.",
106
105
  "The JS/TS language service crashed.": "JS/TS 言語サービスがクラッシュしました。",
107
- "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に対して問題を報告する前にこれらの拡張機能を無効にしてみてください。",
106
+ "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
108
107
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 言語サービスがすぐに 5 回クラッシュしました。サービスは再起動されません。",
109
- "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に対して問題を報告する前にこれらの拡張機能を無効にしてみてください。",
108
+ "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
110
109
  "The current selection cannot be extracted": "現在の選択範囲を抽出できません",
110
+ "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.",
111
111
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "パス {0} は、有効な tsserver インストールを指していません。バンドルされている TypeScript バージョンにフォールバックしています。",
112
- "The path {0} doesn\\'t point to a valid Node installation to run TS Server. Falling back to bundled Node.": "このパス {0} は、TS Server を実行するための有効なノード インストールを指していません。バンドル化された Node にフォールバックしています。",
113
- "The path {0} doesn\\'t point to a valid tsserver install. Falling back to bundled TypeScript version.": "パス {0} は、有効な tsserver インストールを指していません。バンドルされている TypeScript バージョンにフォールバックしています。",
114
- "The workspace is using an old version of TypeScript ({0}).\\n\\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "ワークスペースで古いバージョンの TypeScript ({0}) が使用されています。\\n\\n問題を報告する前に、最新の安定した TypeScript {1} 以降を使用するようにワークスペースを更新し、バグがすで修正済みでないことを確認してください。",
112
+ "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.",
115
113
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "このワークスペースには TypeScript バージョンが含まれています。TypeScript および JavaScript の言語機能にワークスペースの TypeScript バージョンを使用しますか?",
116
114
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "このワークスペースでは、'{0}' の Node インストールを使用して TS サーバーを実行したいと考えています。使用しますか?",
117
115
  "To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、多数のファイルが含まれるフォルダーを除外します。例: {0}",
118
116
  "To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、作業していないソース ファイルが含まれるサイズの大きなフォルダーを除外します。",
119
117
  "TypeScript Server Log": "TypeScript サーバー ログ",
120
- "TypeScript Task in tasks.json contains \\\"\\\\\\\\\\\". TypeScript tasks tsconfig must use \\\"/\\\"": "tasks.json の TypeScript タスクに \\\"\\\\\\\\\\\" が含まれています。Typescript タスクの tsconfig では \\\"/\\\" を使用する必要があります",
118
+ "TypeScript Task in tasks.json contains \"\\\\\". TypeScript tasks tsconfig must use \"/\"": "tasks.json の Typescript タスクに \"\\\\\" が含まれています。Typescript タスクの tsconfig では \"/\" を使用する必要があります",
121
119
  "TypeScript Version": "TypeScript バージョン",
122
120
  "TypeScript language server exited with error. Error message is: {0}": "TypeScript 言語サーバーがエラーで終了しました。エラー メッセージ: {0}",
123
121
  "TypeScript: Configure Excludes": "TypeScript: 除外の構成",
@@ -125,9 +123,10 @@
125
123
  "Update imports for the following {0} files?": "次の {0} ファイルのインポートを更新しますか?",
126
124
  "Use VS Code's Version": "VS Code のバージョンを使用",
127
125
  "Use Workspace Version": "ワークスペースのバージョンを使用",
128
- "VS Code\\'s tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "VS Code の tsserver が適切に動作しないウイルス検出ツールなどの他アプリケーションにより削除されました。VS Code を再インストールしてください。",
126
+ "VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "VS Code の tsserver が適切に動作しないウイルス検出ツールなどの他アプリケーションにより削除されました。VS Code を再インストールしてください。",
129
127
  "Yes": "はい",
130
128
  "build - {0}": "ビルド - {0}",
129
+ "destination files": "destination files",
131
130
  "invalid version": "無効なバージョン",
132
131
  "watch - {0}": "ウォッチ - {0}",
133
132
  "{0} (Fix all in file)": "{0} (ファイルの中のすべてを修正する)",