@codingame/monaco-vscode-language-pack-ja 2.0.1 → 2.0.2
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 +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +22 -22
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +12 -12
- package/translations/extensions/vscode.markdown-language-features.i18n.json +11 -11
- package/translations/extensions/vscode.typescript-language-features.i18n.json +6 -6
- package/translations/main.i18n.json.js +305 -305
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
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@2.0.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"Match all files with any of the file extensions.": "いずれかのファイル拡張子を持つすべてのファイルと一致します。",
|
|
28
28
|
"Match files that have siblings with the same name but a different extension.": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
|
|
29
29
|
"Match multiple top level folders.": "複数の最上位フォルダーと一致します。",
|
|
30
|
-
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "
|
|
30
|
+
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "オペレーティング システムがファイル パス内のコンポーネントを分離するために使用する文字。'/' にもエイリアスされています。",
|
|
31
31
|
"The current opened file": "現在開いているファイル",
|
|
32
32
|
"The current opened file relative to ${workspaceFolder}": "${workspaceFolder} に相対的な現在開いているファイル",
|
|
33
33
|
"The current opened file workspace folder name without any slashes (/)": "現在開いているファイル ワークスペース フォルダー名 (スラッシュ (/) なし)",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "!important を使用しないでください。これは CSS 全体の詳細度が制御不能になり、リファクタリングが必要になることを意味します。",
|
|
32
32
|
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "`float` を使用しないでください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
|
33
33
|
"CSS Language Server": "CSS 言語サーバー",
|
|
34
|
-
"CSS fix is outdated and can't be applied to the document.": "CSS
|
|
34
|
+
"CSS fix is outdated and can't be applied to the document.": "CSS 修正プログラムは古いため、ドキュメントに適用できません。",
|
|
35
35
|
"Causes one or more rules to be emitted at the root of the document.": "ドキュメントのルートに 1 つ以上のルールが出力されるようにします。",
|
|
36
36
|
"Changes one or more properties of a color.": "色の 1 つ以上のプロパティを変更します。",
|
|
37
37
|
"Changes the alpha component for a color.": "色のアルファ コンポーネントを変更します。",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"arccosine - inverse of cosine function": "アークコサイン - コサイン関数の逆関数",
|
|
172
172
|
"arcsine - inverse of sine function": "アークサイン - サイン関数の逆関数",
|
|
173
173
|
"arctangent - inverse of tangent function": "アークタンジェント - タンジェント関数の逆関数",
|
|
174
|
-
"argument from '{0}'": "
|
|
174
|
+
"argument from '{0}'": "'{0}' からの引数",
|
|
175
175
|
"at-rule or selector expected": "@ 規則またはセレクターが必要です",
|
|
176
176
|
"at-rule unknown": "@ 規則が不明です",
|
|
177
177
|
"bind the evaluation of a ruleset to each member of a list.": "ルールセットの評価をリストの各メンバーにバインドします。",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"css.colorDecorators.enable.deprecationMessage": "設定 `css.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。",
|
|
255
255
|
"css.completion.completePropertyWithSemicolon.desc": "CSS プロパティの完了時に行末にセミコロンを挿入します。",
|
|
256
256
|
"css.completion.triggerPropertyValueCompletion.desc": "既定では、VS Codeは CSS プロパティが選択されるとプロパティ値の補完をトリガーします。この設定を使うことで、この動作は無効にできます。",
|
|
257
|
-
"css.customData.desc": "
|
|
257
|
+
"css.customData.desc": "[カスタム データ形式](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md) に従って JSON ファイルを指す相対ファイル パスの一覧。\r\n\r\nVS Code では、起動時にカスタム データを読み込んで、ユーザーが JSON ファイルに指定する CSS カスタム プロパティ (変数)、アットルール、擬似クラス、擬似要素の CSS サポートを強化します。\r\n\r\nファイル パスはワークスペースに対して相対的であり、ワークスペース フォルダーの設定のみが考慮されます。",
|
|
258
258
|
"css.format.braceStyle.desc": "ルールと同じ行に中かっこを配置するか ('collapse')、または中かっこを独自の行 ('expand') に配置します。",
|
|
259
259
|
"css.format.enable.desc": "既定の CSS フォーマッタを有効または無効にします。",
|
|
260
260
|
"css.format.maxPreserveNewLines.desc": "'#css.format.preserveNewLines#' が有効な場合に、1 つのチャンクに保持される改行の最大数。",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.newlineBetweenSelectors.desc": "セレクターを改行で区切ります。",
|
|
263
263
|
"css.format.preserveNewLines.desc": "要素の前に既存の改行を保持するかどうか。",
|
|
264
264
|
"css.format.spaceAroundSelectorSeparator.desc": "セレクターの区切り記号 '>'、'+'、'~' (例: 'a > b') の周囲に空白文字を付けます。",
|
|
265
|
-
"css.hover.documentation": "
|
|
265
|
+
"css.hover.documentation": "CSS ホバー時にプロパティと値のドキュメントを表示します。",
|
|
266
266
|
"css.hover.references": "CSS ホバー時に MDN への参照を表示します。",
|
|
267
267
|
"css.lint.argumentsInColorFunction.desc": "パラメーター数が無効です。",
|
|
268
268
|
"css.lint.boxModel.desc": "`padding` や `border` を使用するときに `width` や `height` を使用しないでください",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.newlineBetweenSelectors.desc": "セレクターを改行で区切ります。",
|
|
301
301
|
"less.format.preserveNewLines.desc": "要素の前に既存の改行を保持するかどうか。",
|
|
302
302
|
"less.format.spaceAroundSelectorSeparator.desc": "セレクターの区切り記号 '>'、'+'、'~' (例: 'a > b') の周囲に空白文字を付けます。",
|
|
303
|
-
"less.hover.documentation": "
|
|
303
|
+
"less.hover.documentation": "LESS ホバー時にプロパティと値のドキュメントを表示します。",
|
|
304
304
|
"less.hover.references": "LESS ホバー時に MDN への参照を表示します。",
|
|
305
305
|
"less.lint.argumentsInColorFunction.desc": "パラメーター数が無効です。",
|
|
306
306
|
"less.lint.boxModel.desc": "`padding` や `border` を使用するときに `width` や `height` を使用しないでください",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.newlineBetweenSelectors.desc": "セレクターを改行で区切ります。",
|
|
336
336
|
"scss.format.preserveNewLines.desc": "要素の前に既存の改行を保持するかどうか。",
|
|
337
337
|
"scss.format.spaceAroundSelectorSeparator.desc": "セレクターの区切り記号 '>'、'+'、'~' (例: 'a > b') の周囲に空白文字を付けます。",
|
|
338
|
-
"scss.hover.documentation": "
|
|
338
|
+
"scss.hover.documentation": "SCSS ホバー時にプロパティと値のドキュメントを表示します。",
|
|
339
339
|
"scss.hover.references": "SCSS ホバー時に MDN への参照を表示します。",
|
|
340
340
|
"scss.lint.argumentsInColorFunction.desc": "パラメーター数が無効です。",
|
|
341
341
|
"scss.lint.boxModel.desc": "`padding` や `border` を使用するときに `width` や `height` を使用しないでください",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bundle": {
|
|
12
12
|
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\" のフィンガープリントは \"{1}\" です",
|
|
13
13
|
"$(info) Remote \"{0}\" has no tags.": "$(info) リモート「{0}」にタグがありません。",
|
|
14
|
-
"$(info) This repository has no stashes.": "$(info)
|
|
14
|
+
"$(info) This repository has no stashes.": "$(info) このリポジトリにはスラッシュがありません。",
|
|
15
15
|
"$(info) This repository has no tags.": "$(info) このリポジトリにはタグがありません。",
|
|
16
16
|
"A branch named \"{0}\" already exists": "ブランチ名 \"{0}\" は既に存在します",
|
|
17
17
|
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "ワークスペースまたは開いているファイルの親フォルダーに Git リポジトリが見つかりました。リポジトリを開きますか?",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"Add remote from URL": "URL からリモートを追加する",
|
|
22
22
|
"Add remote from {0}": "{0} からリモートを追加する",
|
|
23
23
|
"Add to Workspace": "ワークスペースに追加",
|
|
24
|
-
"All Changes ({0} ↔ {1})": "
|
|
24
|
+
"All Changes ({0} ↔ {1})": "すべての変更 ({0} ↔ {1})",
|
|
25
25
|
"All Repositories": "すべてのリポジトリ",
|
|
26
26
|
"Always": "常時",
|
|
27
27
|
"Always Pull": "常にプル",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"Ask Me Later": "後で通知する",
|
|
43
43
|
"Branch name": "ブランチ名",
|
|
44
44
|
"Branch name needs to match regex: {0}": "ブランチ名は次の正規表現に一致する必要があります: {0}",
|
|
45
|
-
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "
|
|
45
|
+
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "プッシュ参照をリモートに強制することはできません。リモート追跡ブランチのヒントは、前回のチェックアウト以降に更新されています。最初に \"プル\" を実行して、リモート ブランチから最新の変更を最初にプルしてみてください。",
|
|
46
46
|
"Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "参照仕様をリモートにプッシュできません。最初に \"Pull\" を実行して変更を統合してください。",
|
|
47
47
|
"Can't undo because HEAD doesn't point to any commit.": "HEAD が任意のコミットを明示しないため、元に戻すことはできません。",
|
|
48
48
|
"Changes": "変更",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"Pick a stash to apply": "適用するスタッシュを選択してください",
|
|
172
172
|
"Pick a stash to drop": "ドロップするスタッシュを選択する",
|
|
173
173
|
"Pick a stash to pop": "ポップするスタッシュを選択する",
|
|
174
|
-
"Pick a stash to view": "
|
|
174
|
+
"Pick a stash to view": "表示するスタッシュを選択する",
|
|
175
175
|
"Pick workspace folder to initialize git repo in": "Git リポジトリを初期化するワークスペース フォルダーを選択してください",
|
|
176
176
|
"Please check out a branch to push to a remote.": "リモートにプッシュするブランチをチェックアウトしてください。",
|
|
177
177
|
"Please clean your repository working tree before checkout.": "チェックアウトの前に、リポジトリの作業ツリーを消去してください。",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"Remote branch at {0}": "{0} でのリモート ブランチ",
|
|
198
198
|
"Remote name": "リモート名",
|
|
199
199
|
"Remote name format invalid": "リモート名の形式が無効です",
|
|
200
|
-
"Remote tag at {0}": "
|
|
200
|
+
"Remote tag at {0}": "{0} のリモート タグ",
|
|
201
201
|
"Reopen Closed Repositories": "閉じたリポジトリを再度開く",
|
|
202
202
|
"Replace Local Tag(s)": "ローカル タグの置換",
|
|
203
203
|
"Restore file": "ファイルを復元",
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"Save All & Commit Changes": "すべて保存して変更をコミットする",
|
|
206
206
|
"Save All & Stash": "すべてを保存してスタッシュする",
|
|
207
207
|
"Select a branch or tag to checkout": "チェックアウトするブランチまたはタグを選択します",
|
|
208
|
-
"Select a branch or tag to merge from": "
|
|
208
|
+
"Select a branch or tag to merge from": "マージ元のブランチまたはタグを選択する",
|
|
209
209
|
"Select a branch to checkout in detached mode": "デタッチ モードでチェックアウトするブランチを選択します",
|
|
210
210
|
"Select a branch to delete": "削除するブランチの選択",
|
|
211
211
|
"Select a branch to rebase onto": "リベース先のブランチを選択",
|
|
212
212
|
"Select a ref to create the branch from": "ブランチの作成元 ref を選択",
|
|
213
|
-
"Select a remote tag to delete": "
|
|
213
|
+
"Select a remote tag to delete": "削除するリモート タグを選択する",
|
|
214
214
|
"Select a remote to delete a tag from": "タグを削除するリモートを選択します",
|
|
215
215
|
"Select a remote to fetch": "リモートを選択して取得",
|
|
216
216
|
"Select a tag to delete": "削除するタグを選択する",
|
|
@@ -287,10 +287,10 @@
|
|
|
287
287
|
"Your repository has no remotes configured to pull from.": "リポジトリには、プル元として構成されているリモートがありません。",
|
|
288
288
|
"Your repository has no remotes configured to push to.": "リポジトリには、プッシュ先として構成されているリモートがありません。",
|
|
289
289
|
"Your repository has no remotes.": "リポジトリにリモートが含まれていません。",
|
|
290
|
-
"branches": "
|
|
290
|
+
"branches": "ブランチ",
|
|
291
291
|
"no": "no",
|
|
292
|
-
"remote branches": "
|
|
293
|
-
"tags": "
|
|
292
|
+
"remote branches": "リモート ブランチ",
|
|
293
|
+
"tags": "タグ",
|
|
294
294
|
"yes": "はい",
|
|
295
295
|
"{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\nこの変更は元に戻すことはできません。現在のワーキング セットは永久に失われます。",
|
|
296
296
|
"{0} (Deleted)": "{0} (削除済み)",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"{0} (Working Tree)": "{0} (作業ツリー)",
|
|
304
304
|
"{0} ({1})": "{0} ({1})",
|
|
305
305
|
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
|
306
|
-
"{0} Checkout detached...": "{0}
|
|
306
|
+
"{0} Checkout detached...": "{0} チェックアウトがデタッチされました...",
|
|
307
307
|
"{0} Commit": "{0} コミット",
|
|
308
308
|
"{0} Commit & Push": "{0} コミットしてプッシュ",
|
|
309
309
|
"{0} Commit & Sync": "{0} コミットして同期",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"command.cloneRecursive": "複製 (再帰)",
|
|
347
347
|
"command.close": "リポジトリを閉じる",
|
|
348
348
|
"command.closeAllDiffEditors": "すべての差分エディターを閉じる",
|
|
349
|
-
"command.closeOtherRepositories": "
|
|
349
|
+
"command.closeOtherRepositories": "その他のリポジトリを閉じる",
|
|
350
350
|
"command.commit": "コミット",
|
|
351
351
|
"command.commitAll": "すべてコミット",
|
|
352
352
|
"command.commitAllAmend": "すべてコミット (修正)",
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
"command.continueInLocalClone.qualifiedName": "新しいローカル クローンで作業を続ける",
|
|
374
374
|
"command.createTag": "タグを作成",
|
|
375
375
|
"command.deleteBranch": "ブランチの削除...",
|
|
376
|
-
"command.deleteRemoteTag": "
|
|
377
|
-
"command.deleteTag": "
|
|
376
|
+
"command.deleteRemoteTag": "リモート タグの削除...",
|
|
377
|
+
"command.deleteTag": "タグの削除...",
|
|
378
378
|
"command.fetch": "フェッチ",
|
|
379
379
|
"command.fetchAll": "すべてのリモートからフェッチ",
|
|
380
380
|
"command.fetchPrune": "フェッチ (Prune)",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"command.ignore": ".gitignore に追加",
|
|
386
386
|
"command.init": "リポジトリの初期化",
|
|
387
387
|
"command.manageUnsafeRepositories": "安全でないリポジトリの管理",
|
|
388
|
-
"command.merge": "
|
|
388
|
+
"command.merge": "マージ...",
|
|
389
389
|
"command.mergeAbort": "マージの中止",
|
|
390
390
|
"command.openAllChanges": "すべての変更を開く",
|
|
391
391
|
"command.openChange": "変更を開く",
|
|
@@ -428,17 +428,17 @@
|
|
|
428
428
|
"command.stageSelectedRanges": "選択した範囲をステージする",
|
|
429
429
|
"command.stash": "スタッシュ",
|
|
430
430
|
"command.stashApply": "スタッシュを適用...",
|
|
431
|
-
"command.stashApplyEditor": "
|
|
431
|
+
"command.stashApplyEditor": "スタッシュを適用",
|
|
432
432
|
"command.stashApplyLatest": "最新のスタッシュを適用",
|
|
433
433
|
"command.stashDrop": "スタッシュを削除する...",
|
|
434
434
|
"command.stashDropAll": "すべてのスタッシュを削除...",
|
|
435
|
-
"command.stashDropEditor": "
|
|
435
|
+
"command.stashDropEditor": "スタッシュを削除する",
|
|
436
436
|
"command.stashIncludeUntracked": "スタッシュ (未追跡ファイルを含む)",
|
|
437
437
|
"command.stashPop": "スタッシュをポップする...",
|
|
438
|
-
"command.stashPopEditor": "
|
|
438
|
+
"command.stashPopEditor": "スタッシュをポップ",
|
|
439
439
|
"command.stashPopLatest": "最新のスタッシュをポップ",
|
|
440
440
|
"command.stashStaged": "スタッシュ (ステージング済み)",
|
|
441
|
-
"command.stashView": "
|
|
441
|
+
"command.stashView": "スタッシュの表示...",
|
|
442
442
|
"command.sync": "同期",
|
|
443
443
|
"command.syncRebase": "同期 (Rebase)",
|
|
444
444
|
"command.timelineCompareWithSelected": "選択項目と比較",
|
|
@@ -450,8 +450,8 @@
|
|
|
450
450
|
"command.unstage": "変更のステージング解除",
|
|
451
451
|
"command.unstageAll": "すべての変更のステージング解除",
|
|
452
452
|
"command.unstageSelectedRanges": "選択した範囲のステージを解除",
|
|
453
|
-
"command.viewAllChanges": "
|
|
454
|
-
"command.viewCommit": "
|
|
453
|
+
"command.viewAllChanges": "すべての変更を表示",
|
|
454
|
+
"command.viewCommit": "コミットを表示",
|
|
455
455
|
"config.allowForcePush": "強制的なプッシュ (--force-with-lease の有無にかかわらず) を有効にするかどうかを制御します。",
|
|
456
456
|
"config.allowNoVerifyCommit": "pre-commit と commit-msg フックを実行しないコミットを許可するかどうかを制御します。",
|
|
457
457
|
"config.alwaysShowStagedChangesResourceGroup": "ステージ済み変更のリソース グループを常に表示します。",
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"config.detectSubmodules": "Git サブモジュールを自動的に検出するかどうかを制御します。",
|
|
501
501
|
"config.detectSubmodulesLimit": "検出された Git サブモジュールの制限を制御します。",
|
|
502
502
|
"config.discardAllScope": "'すべての変更を破棄' コマンドによってどの変更が破棄されるかを制御します。'all' はすべての変更を破棄します。 'tracked' は追跡されているファイルだけを破棄します。 'prompt' は、アクションが実行されるたびにプロンプト ダイアログを表示します。",
|
|
503
|
-
"config.enableCommitSigning": "
|
|
503
|
+
"config.enableCommitSigning": "GPG、X.509、または SSH によるコミットの署名を有効にします。",
|
|
504
504
|
"config.enableSmartCommit": "ステージされた変更がない場合はすべての変更をコミットします。",
|
|
505
505
|
"config.enableStatusBarSync": "ステータス バーに Git Sync コマンドを表示するかどうかを制御します。",
|
|
506
506
|
"config.enabled": "Git が有効かどうか。",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"Changes one or more properties of a color.": "色の 1 つ以上のプロパティを変更します。",
|
|
35
35
|
"Changes the alpha component for a color.": "色のアルファ コンポーネントを変更します。",
|
|
36
36
|
"Changes the hue of a color.": "色の色相を変更します。",
|
|
37
|
-
"Character entity representing '{0}'": "
|
|
38
|
-
"Character entity representing '{0}', unicode equivalent '{1}'": "
|
|
37
|
+
"Character entity representing '{0}'": "'{0}' を表す文字エンティティ",
|
|
38
|
+
"Character entity representing '{0}', unicode equivalent '{1}'": "'{0}' を表す文字エンティティ、Unicode に相当する '{1}'",
|
|
39
39
|
"Closing bracket expected.": "右角かっこが必要です。",
|
|
40
40
|
"Closing bracket missing.": "閉じかっこがありません。",
|
|
41
41
|
"Combines several lists into a single multidimensional list.": "複数のリストを 1 つの多次元リストに結合します。",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"arccosine - inverse of cosine function": "アークコサイン - コサイン関数の逆関数",
|
|
181
181
|
"arcsine - inverse of sine function": "アークサイン - サイン関数の逆関数",
|
|
182
182
|
"arctangent - inverse of tangent function": "アークタンジェント - タンジェント関数の逆関数",
|
|
183
|
-
"argument from '{0}'": "
|
|
183
|
+
"argument from '{0}'": "'{0}' からの引数",
|
|
184
184
|
"at-rule or selector expected": "@ 規則またはセレクターが必要です",
|
|
185
185
|
"at-rule unknown": "@ 規則が不明です",
|
|
186
186
|
"bind the evaluation of a ruleset to each member of a list.": "ルールセットの評価をリストの各メンバーにバインドします。",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"$ref '{0}' in '{1}' can not be resolved.": "
|
|
12
|
+
"$ref '{0}' in '{1}' can not be resolved.": "'{1}' の $ref '{0}' を解決できません。",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "既定値。候補によって使用されます。",
|
|
15
15
|
"A descriptive title of the element.": "要素の説明的なタイトル。",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"A regular expression to match the string against. It is not implicitly anchored.": "文字列に一致する正規表現。暗黙的にアンカーされていません。",
|
|
22
22
|
"A schema which must not match.": "一致してはならないスキーマ。",
|
|
23
23
|
"A unique identifier for the schema.": "スキーマの一意の識別子です。",
|
|
24
|
-
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "
|
|
24
|
+
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "指定されたスキーマに対して少なくとも 1 つの要素が有効な場合、配列インスタンスは \"contains\" に対して有効です。",
|
|
25
25
|
"An array of schemas, all of which must match.": "スキーマの配列。すべて一致する必要があります。",
|
|
26
26
|
"An array of schemas, exactly one of which must match.": "スキーマの配列。そのうちの 1 つだけが一致する必要があります。",
|
|
27
27
|
"An array of schemas, where at least one must match.": "スキーマの配列。少なくとも 1 つが一致する必要があります。",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"Downloading schemas is disabled through setting '{0}'": "スキーマのダウンロードは、設定 '{0}' によって無効になっています",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "スキーマのダウンロードは無効になっています。構成するには、クリックしてください。",
|
|
50
50
|
"Draft-03 schemas are not supported.": "Draft-03 スキーマはサポートされていません。",
|
|
51
|
-
"Duplicate anchor declaration: '{0}'": "
|
|
51
|
+
"Duplicate anchor declaration: '{0}'": "アンカー宣言が重複しています: '{0}'",
|
|
52
52
|
"Duplicate object key": "オブジェクト キーが重複しています",
|
|
53
53
|
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "スキーマまたはブール値のいずれかです。スキーマの場合、'properties' または 'patternProperties' と一致しないすべてのプロパティを検証するために使用されます。false の場合、いずれのプロパティとも一致しない場合、このスキーマは失敗します。",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "基本スキーマ型 (数値、整数、null、配列、オブジェクト、ブール値、文字列) のいずれかの文字列、またはこれらの型のサブセットを指定する文字列の配列。",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"Open Extension": "拡張機能を開く",
|
|
96
96
|
"Open Settings": "設定を開く",
|
|
97
97
|
"Outline": "アウトライン",
|
|
98
|
-
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "
|
|
99
|
-
"Problems loading reference '{0}': {1}": "
|
|
98
|
+
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "'{0}' からのコンテンツの読み取りで問題が発生しました: BOM を使用した UTF-8 が検出されました。UTF 8 のみが許可されています。",
|
|
99
|
+
"Problems loading reference '{0}': {1}": "参照 '{0}' の読み込みで問題が発生しました: {1}",
|
|
100
100
|
"Property expected": "プロパティが必要です",
|
|
101
101
|
"Property keys must be doublequoted": "プロパティ キーは二重引用符で囲む必要があります",
|
|
102
102
|
"Property {0} is not allowed.": "プロパティ {0} は許可されていません。",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"String is not an IPv6 address.": "文字列が IPv6 アドレスではありません。",
|
|
118
118
|
"String is not an e-mail address.": "文字列がメール アドレスではありません。",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "文字列が {0} の最小長より短くなっています。",
|
|
120
|
-
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "
|
|
121
|
-
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "
|
|
120
|
+
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "\"else\" サブスキーマは、\"if\" サブスキーマが失敗した場合に検証に使用されます。",
|
|
121
|
+
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "\"if\" サブスキーマは、\"if\" サブスキーマが成功した場合に検証に使用されます。",
|
|
122
122
|
"The maximum length of a string.": "文字列の最大長。",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "配列内に配置できる項目の最大数。その数を含みます。",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "オブジェクトに設定できるプロパティの最大数。その数を含みます。",
|
|
@@ -130,18 +130,18 @@
|
|
|
130
130
|
"The schema to verify this document against.": "このドキュメントを検証するスキーマ。",
|
|
131
131
|
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "スキーマは、検証ツールでまだサポートされていないメタスキーマ機能 ({0}) を使用しています。",
|
|
132
132
|
"The set of literal values that are valid.": "有効なリテラル値のセットです。",
|
|
133
|
-
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "
|
|
133
|
+
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "\"if\" サブスキーマの検証結果は、\"then\" または \"else\" キーワードのうちどれが評価されるかを制御します。",
|
|
134
134
|
"Trailing comma": "末尾のコンマ",
|
|
135
135
|
"URI expected.": "URI が必要です。",
|
|
136
136
|
"URI is expected.": "URI が必要です。",
|
|
137
137
|
"URI with a scheme is expected.": "スキームの URI が必要です。",
|
|
138
138
|
"Unable to compute used schemas: No document": "使用されたスキーマを計算できません: ドキュメントがありません",
|
|
139
139
|
"Unable to compute used schemas: {0}": "使用されたスキーマを計算できません: {0}",
|
|
140
|
-
"Unable to load schema from '{0}'. No schema request service available": "
|
|
141
|
-
"Unable to load schema from '{0}': No content.": "
|
|
142
|
-
"Unable to load schema from '{0}': {1}.": "
|
|
140
|
+
"Unable to load schema from '{0}'. No schema request service available": "'{0}' からスキーマを読み込めません。使用できるスキーマ要求サービスがありません",
|
|
141
|
+
"Unable to load schema from '{0}': No content.": "'{0}' からスキーマを読み込めません: コンテンツがありません。",
|
|
142
|
+
"Unable to load schema from '{0}': {1}.": "'{0}' からスキーマを読み込めません: {1}。",
|
|
143
143
|
"Unable to load {0}": "{0} を読み込めません",
|
|
144
|
-
"Unable to parse content from '{0}': Parse error at offset {1}.": "
|
|
144
|
+
"Unable to parse content from '{0}': Parse error at offset {1}.": "'{0}' からのコンテンツを解析できません: オフセット {1} で解析エラーが発生しました。",
|
|
145
145
|
"Unable to resolve schema. Click to retry.": "スキーマを解決できません。クリックして、もう一度お試しください。",
|
|
146
146
|
"Unexpected end of comment.": "予期しないコメントの終わりです。",
|
|
147
147
|
"Unexpected end of number.": "予期しない数値の終わり。",
|
|
@@ -47,8 +47,8 @@
|
|
|
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}'": "
|
|
51
|
-
"Link to '{0}'": "
|
|
50
|
+
"Link to '# {0}' in '{1}'": "'{1}' の '# {0}' へのリンク",
|
|
51
|
+
"Link to '{0}'": "'{0}' へのリンク",
|
|
52
52
|
"Markdown Language Server": "Markdown 言語サーバー",
|
|
53
53
|
"Media": "メディア",
|
|
54
54
|
"More Information": "詳細情報",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"Organize link definitions": "リンク定義の整理",
|
|
62
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 プレビューのセキュリティ設定を変更してください",
|
|
63
63
|
"Preview {0}": "プレビュー {0}",
|
|
64
|
-
"Reference link '{0}'": "
|
|
64
|
+
"Reference link '{0}'": "参照リンク '{0}'",
|
|
65
65
|
"Remove duplicate link definition": "重複するリンク定義の削除",
|
|
66
66
|
"Remove unused link definition": "未使用のリンク定義の削除",
|
|
67
67
|
"Renaming is not supported here. Try renaming a header or link.": "ここでは、名前の変更はサポートされていません。ヘッダーまたはリンクの名前を変更してみてください。",
|
|
@@ -77,17 +77,17 @@
|
|
|
77
77
|
"package": {
|
|
78
78
|
"configuration.copyIntoWorkspace.mediaFiles": "外部の画像ファイルとビデオ ファイルをワークスペースにコピーしてみてください。",
|
|
79
79
|
"configuration.copyIntoWorkspace.never": "外部ファイルをワークスペースにコピーしないでください。",
|
|
80
|
-
"configuration.markdown.copyFiles.destination": "
|
|
80
|
+
"configuration.markdown.copyFiles.destination": "ドロップまたは貼り付けによって作成されたファイルをコピーする場所を定義します。これは、Markdown ドキュメント上で一致する glob からコピー先へのマップです。\r\n\r\nコピー先では次の変数を使用できます:\r\n\r\n- `${documentDirName}` — Markdown ドキュメントの親ディレクトリの絶対パス。例: `/Users/me/myProject/docs`。\r\n- `${documentRelativeDirName}` — Markdown ドキュメントの親ディレクトリの相対パス。例: `docs`。ファイルがワークスペースに含まれていない場合、これは `${documentDirName}` と同じです。\r\n- `${documentFileName}` — Markdown ドキュメントの完全なファイル名 (例: `README.md`)。\r\n- `${documentBaseName}` — Markdown ドキュメントのベース名 (例: `README`)。\r\n- `${documentExtName}` — Markdown ドキュメントの拡張子 (例: `md`)。\r\n- `${documentFilePath}` — Markdown ドキュメントの絶対パス。例: `/Users/me/myProject/docs/README.md`。\r\n- `${documentRelativeFilePath}` — Markdown ドキュメントの相対パス。例: `docs/README.md`。ファイルがワークスペースに含まれていない場合、これは `${documentFilePath}` と同じです。\r\n- `${documentWorkspaceFolder}` — Markdown ドキュメントのワークスペース フォルダー。例: `/Users/me/myProject`。ファイルがワークスペースに含まれていない場合、これは `${documentDirName}` と同じです。\r\n- `${fileName}` — ドロップされたファイルのファイル名 (例: `image.png`)。\r\n- `${fileExtName}` — ドロップされたファイルの拡張子 (例: `png`)。",
|
|
81
81
|
"configuration.markdown.copyFiles.overwriteBehavior": "ドロップまたは貼り付けによって作成されたファイルが既存のファイルを上書きするかどうかを制御します。",
|
|
82
82
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "同じ名前のファイルが既に存在する場合は、ファイル名に番号を追加します。たとえば、`image.png` は `image-1.png` になります。",
|
|
83
83
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "同じ名前のファイルが既に存在する場合は、上書きします。",
|
|
84
84
|
"configuration.markdown.editor.drop.copyIntoWorkspace": "Markdown エディターにドロップされたワークスペースの外部のファイルをワークスペースにコピーするかどうかを制御します。\r\n\r\n`#markdown.copyFiles.destination#` を使用して、コピーしたドロップされたファイルを作成する場所を構成します",
|
|
85
85
|
"configuration.markdown.editor.drop.enabled": "Shift キーを押しながら Markdown editor へのドロップを有効にします。`#editor.dropIntoEditor.enabled#` を有効にする必要があります。",
|
|
86
|
-
"configuration.markdown.editor.filePaste.audioSnippet": "
|
|
86
|
+
"configuration.markdown.editor.filePaste.audioSnippet": "Markdown にオーディオを追加する際に使用されるスニペット。このスニペットでは、次の変数を使用できます。\r\n- `${src}` — オーディオ ファイルの解決されたパス。\r\n- `${title}` — オーディオで使用されるタイトル。スニペット プレースホルダーは、この変数用に自動的に作成されます。",
|
|
87
87
|
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "Markdown エディターに貼り付けられたワークスペースの外部のファイルをワークスペースにコピーするかどうかを制御します。\r\n\r\n`#markdown.copyFiles.destination#` を使用して、コピーされたファイルを作成する場所を構成します。",
|
|
88
88
|
"configuration.markdown.editor.filePaste.enabled": "Markdown エディターへのファイルの貼り付け機能を有効にして、Markdown リンクを作成します。`#editor.pasteAs.enabled#` を有効にする必要があります。",
|
|
89
|
-
"configuration.markdown.editor.filePaste.videoSnippet": "
|
|
90
|
-
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "
|
|
89
|
+
"configuration.markdown.editor.filePaste.videoSnippet": "Markdown にビデオを追加する際に使用されるスニペット。このスニペットでは、次の変数を使用できます。\r\n- `${src}` — ビデオ ファイルの解決されたパス。\r\n- `${title}` — ビデオで使用されるタイトル。スニペット プレースホルダーは、この変数用に自動的に作成されます。",
|
|
90
|
+
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "URL を Markdown エディターに貼り付けるときに Markdown リンクを作成するかどうかを制御します。`#editor.pasteAs.enabled#` を有効にする必要があります。",
|
|
91
91
|
"configuration.markdown.links.openLocation.beside": "アクティブなエディターの横にあるリンクを開きます。",
|
|
92
92
|
"configuration.markdown.links.openLocation.currentGroup": "アクティブなエディター グループ内にリンクを開きます。",
|
|
93
93
|
"configuration.markdown.links.openLocation.description": "マークダウン ファイル内のリンクを開く場所を制御します。",
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
"configuration.markdown.validate.ignoredLinks.description": "検証しないリンクを構成します。たとえば、'/about' を追加すると、リンク '[about](/about)' は検証されなくなります。glob '/assets/**/*.svg' を指定すると、'assets' ディレクトリの下にある '.svg' ファイルへのリンクの検証をスキップできます。",
|
|
120
120
|
"configuration.markdown.validate.referenceLinks.enabled.description": "Markdown ファイル内の参照リンクを検証します (例: `[link][ref]`)。`#markdown.validate.enabled#` を有効にする必要があります。",
|
|
121
121
|
"configuration.markdown.validate.unusedLinkDefinitions.description": "現在のファイルで使用されていないリンク定義を検証します。",
|
|
122
|
-
"configuration.pasteUrlAsFormattedLink.always": "
|
|
123
|
-
"configuration.pasteUrlAsFormattedLink.never": "
|
|
124
|
-
"configuration.pasteUrlAsFormattedLink.smart": "
|
|
125
|
-
"configuration.pasteUrlAsFormattedLink.smartWithSelection": "
|
|
122
|
+
"configuration.pasteUrlAsFormattedLink.always": "Markdown リンクを常に挿入します。",
|
|
123
|
+
"configuration.pasteUrlAsFormattedLink.never": "Markdown リンクを作成しません。",
|
|
124
|
+
"configuration.pasteUrlAsFormattedLink.smart": "コード ブロックやその他の特殊な要素に貼り付けなかった場合に、既定で Markdown リンクをスマートに作成します。貼り付けウィジェットを使用して、プレーン テキストとして貼り付けるか、Markdown リンクとして貼り付けるかを切り替えます。",
|
|
125
|
+
"configuration.pasteUrlAsFormattedLink.smartWithSelection": "テキストが選択された状態で、コード ブロックやその他の特別な要素への貼り付けを行なっていない場合は、デフォルトで Markdown リンクをスマートに作成します。プレーン テキストとしての貼り付けと、Markdown リンクとしての貼り付けを切り替えるには、貼り付けウィジェットを使用します。",
|
|
126
126
|
"description": "Markdown に豊富な言語サポートを提供。",
|
|
127
127
|
"displayName": "Markdown 言語機能",
|
|
128
128
|
"markdown.copyImage.title": "画像のコピー",
|
|
@@ -101,15 +101,15 @@
|
|
|
101
101
|
"TS Server logging is currently enabled which may impact performance.": "TS サーバーのログ記録は現在有効になっているため、パフォーマンスに影響する可能性があります。",
|
|
102
102
|
"TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "TS サーバーのログがオフになっています。ログを有効にするには、'typescript.tsserver.log' を設定して TS サーバーを再起動してください",
|
|
103
103
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.": "JS/TS 言語サービスは、過去 5 分間に 5 回クラッシュしました。",
|
|
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.": "
|
|
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.": "JS/TS 言語サービスは、過去 5 分間に 5 回クラッシュしました。\r\nこれは、次のいずれかの拡張機能によって提供されたプラグインが原因である可能性があります: {0}\r\nVS Code に関する問題を報告する前に、これらの拡張機能を無効にしてみてください。",
|
|
105
105
|
"The JS/TS language service crashed.": "JS/TS 言語サービスがクラッシュしました。",
|
|
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.": "
|
|
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.": "JS/TS 言語サービスがクラッシュしました。\r\nこれは、次のいずれかの拡張機能によって提供されたプラグインが原因である可能性があります: {0}。\r\nVS Code に関する問題を報告する前に、これらの拡張機能を無効にしてみてください。",
|
|
107
107
|
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 言語サービスがすぐに 5 回クラッシュしました。サービスは再起動されません。",
|
|
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.": "
|
|
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.": "JS/TS 言語サービスがすぐに 5 回クラッシュしました。サービスは再起動されません。\r\nこれは、次のいずれかの拡張機能によって提供されたプラグインが原因である可能性があります: {0}。\r\nVS Code に関する問題を報告する前に、これらの拡張機能を無効にしてみてください。",
|
|
109
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.": "
|
|
110
|
+
"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 にフォールバックしています。",
|
|
111
111
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "パス {0} は、有効な tsserver インストールを指していません。バンドルされている TypeScript バージョンにフォールバックしています。",
|
|
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.": "
|
|
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.": "ワークスペースで古いバージョンの TypeScript ({0}) が使用されています。\r\n\r\n問題を報告する前に、TypeScript {1} 以降を使用するようにワークスペースを更新し、バグが既に修正済みでないことを確認してください。",
|
|
113
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 バージョンを使用しますか?",
|
|
114
114
|
"This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "このワークスペースでは、'{0}' の Node インストールを使用して TS サーバーを実行したいと考えています。使用しますか?",
|
|
115
115
|
"To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、多数のファイルが含まれるフォルダーを除外します。例: {0}",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
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 を再インストールしてください。",
|
|
127
127
|
"Yes": "はい",
|
|
128
128
|
"build - {0}": "ビルド - {0}",
|
|
129
|
-
"destination files": "
|
|
129
|
+
"destination files": "コピー先ファイル",
|
|
130
130
|
"invalid version": "無効なバージョン",
|
|
131
131
|
"watch - {0}": "ウォッチ - {0}",
|
|
132
132
|
"{0} (Fix all in file)": "{0} (ファイルの中のすべてを修正する)",
|