@codingame/monaco-vscode-language-pack-ja 2.2.0-next.4 → 2.2.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/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +7 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +3 -3
- package/translations/extensions/vscode.css-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.git.i18n.json +12 -12
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.references-view.i18n.json +3 -3
- package/translations/main.i18n.json.js +315 -286
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "2.2.0
|
|
3
|
+
"version": "2.2.0",
|
|
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.2.0
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.2.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"debug.terminal.snippet.label": "デバッグ ターミナルで \"npm start\" を実行する",
|
|
94
94
|
"debug.terminal.toggleAuto": "ターミナル Node.js の自動アタッチの切り替え",
|
|
95
95
|
"debug.terminal.welcome": "[JavaScript デバッグ ターミナル](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nJavaScript デバッグ ターミナルを使用して、コマンド ラインで実行される Node.js プロセスをデバッグできます。",
|
|
96
|
-
"debug.terminal.welcomeWithLink": "[JavaScript
|
|
97
|
-
"debug.unverifiedBreakpoints": "ブレークポイントの一部を設定できませんでした。問題が発生している場合は、(command:extension.js-debug.createDiagnostics)
|
|
96
|
+
"debug.terminal.welcomeWithLink": "[JavaScript Debug Terminal](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nYou can use the JavaScript Debug Terminal to debug Node.js processes run on the command line.\r\n\r\n[Debug URL](command:extension.js-debug.debugLink)",
|
|
97
|
+
"debug.unverifiedBreakpoints": "ブレークポイントの一部を設定できませんでした。問題が発生している場合は、[起動構成のトラブルシューング](command:extension.js-debug.createDiagnostics) できます。",
|
|
98
98
|
"debugLink.label": "リンクを開く",
|
|
99
99
|
"edge.address.description": "Web ビューのデバッグ時に、Web ビューがリッスンしている IP アドレスまたはホスト名。設定しない場合、自動的に検出されます。",
|
|
100
100
|
"edge.attach.description": "Microsoft Edge のインスタンスへのアタッチは既にデバッグ モードです",
|
|
@@ -117,6 +117,8 @@
|
|
|
117
117
|
"extensionHost.launch.rendererDebugOptions": "レンダラー プロセスにアタッチするときに使用される Chrome の起動オプション ('debugWebviews' または 'debugWebWorkerHost' を使用)。",
|
|
118
118
|
"extensionHost.launch.runtimeExecutable.description": "VS Code への絶対パス。",
|
|
119
119
|
"extensionHost.launch.stopOnEntry.description": "起動後に拡張機能ホストを自動的に停止します。",
|
|
120
|
+
"extensionHost.launch.testConfiguration": "[テスト CLI](https://code.visualstudio.com/api/working-with-extensions/testing-extension#quick-setup-the-test-cli) のテスト構成ファイルへのパス。",
|
|
121
|
+
"extensionHost.launch.testConfigurationLabel": "ファイルから実行する単一の構成。指定しない場合は、選択するように求められる場合があります。",
|
|
120
122
|
"extensionHost.snippet.launch.description": "デバッグ モードで VS Code 拡張機能を起動します",
|
|
121
123
|
"extensionHost.snippet.launch.label": "VS Code 拡張機能の開発",
|
|
122
124
|
"getDiagnosticLogs.label": "診断 JS デバッグ ログの保存",
|
|
@@ -250,7 +252,9 @@
|
|
|
250
252
|
"Can't load environment variables from file ({0}).": "ファイル ({0}) から環境変数を読み込めません。",
|
|
251
253
|
"Cancel Animation Frame": "アニメーション フレームの取り消し",
|
|
252
254
|
"Cannot connect to the target at {0}: {1}": "{0} でターゲットに接続できません: {1}",
|
|
255
|
+
"Cannot find `{0}` installed in {1}": "{1} にインストールされている '{0}' が見つかりません",
|
|
253
256
|
"Cannot find a program to debug": "デバッグするプログラムが見つかりません",
|
|
257
|
+
"Cannot find test configuration with label `{0}`, got: {1}": "ラベル '{0}' のテスト構成が見つかりません。取得: {1}",
|
|
254
258
|
"Cannot launch debug target in terminal ({0}).": "ターミナル ({0}) でデバッグ ターゲットを起動できません。",
|
|
255
259
|
"Cannot restart asynchronous frame": "非同期フレームを再起動できません",
|
|
256
260
|
"Cannot set an empty value": "空の値は設定できません",
|
|
@@ -359,6 +363,7 @@
|
|
|
359
363
|
"Script First Statement": "スクリプトの最初のステートメント",
|
|
360
364
|
"Select a tab": "タブを選択してください",
|
|
361
365
|
"Select current working directory for new terminal": "新しいターミナルの作業ディレクトリを選択してください",
|
|
366
|
+
"Select test configuration to run": "実行するテスト構成を選択する",
|
|
362
367
|
"Select the page where you want to open the devtools": "devtools を開くページを選択します",
|
|
363
368
|
"Select the session you want to inspect:": "検査するセッションを選択します。",
|
|
364
369
|
"Seller Reporting Phase Start": "販売者レポート フェーズの開始",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "既定のビルド タスクの名前。既定のビルド タスクが 1 つもない場合は、ビルド タスクを選択するためのクイック ピックが表示されます。",
|
|
42
42
|
"The name of the folder opened in VS Code without any slashes (/)": "スラッシュ (/) を含まない VS Code で開いているフォルダーのパス",
|
|
43
43
|
"The path of the folder opened in VS Code": "VS Code で開いているフォルダーのパス",
|
|
44
|
-
"The path where an extension is installed.": "
|
|
44
|
+
"The path where an extension is installed.": "拡張機能がインストールされているパス。",
|
|
45
45
|
"The task runner's current working directory on startup": "タスク ランナー起動時の作業ディレクトリ",
|
|
46
46
|
"Use the language of the currently active text editor if any": "現在アクティブなテキスト エディターがある場合は、そのテキスト エディターの言語を使用する",
|
|
47
47
|
"a conditional separator (' - ') that only shows when surrounded by variables with values": "値のある変数で囲まれた場合にのみ表示される条件付き区切り記号 (' - ')",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"the file name (e.g. myFile.txt)": "ファイル名 (例: myFile.txt)",
|
|
58
58
|
"the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt)": "ファイルの完全なパス (例: /Users/Development/myFolder/myFileFolder/myFile.txt)",
|
|
59
59
|
"the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder)": "ファイルが含まれているフォルダーの完全なパス (例: /Users/Development/myFolder/myFileFolder)",
|
|
60
|
-
"the name of the active branch in the active repository (e.g. main)": "
|
|
61
|
-
"the name of the active repository (e.g. vscode)": "
|
|
60
|
+
"the name of the active branch in the active repository (e.g. main)": "アクティブなリポジトリ内のアクティブなブランチの名前 (例: main)",
|
|
61
|
+
"the name of the active repository (e.g. vscode)": "アクティブなリポジトリの名前 (例: vscode)",
|
|
62
62
|
"the name of the folder the file is contained in (e.g. myFileFolder)": "ファイルが入っているフォルダーの名前 (例: myFileFolder)",
|
|
63
63
|
"the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "ワークスペース フォルダーに対して相対的なファイルのパス (例: myFolder/myFileFolder/myFile.txt)",
|
|
64
64
|
"the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "ワークスペース フォルダーに相対的な、ファイルが入っているフォルダーのパス (例: myFolder/myFileFolder)"
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"css.lint.emptyRules.desc": "空の規則セットを使用しないでください。",
|
|
272
272
|
"css.lint.float.desc": "`float` の使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
|
273
273
|
"css.lint.fontFaceProperties.desc": "`@font-face` 規則で `src` プロパティと `font-family` プロパティを定義する必要があります。",
|
|
274
|
-
"css.lint.hexColorLength.desc": "Hex
|
|
274
|
+
"css.lint.hexColorLength.desc": "Hex 色は 3、4、6、または 8 桁の 16 進数で構成する必要があります。",
|
|
275
275
|
"css.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
|
|
276
276
|
"css.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です。",
|
|
277
277
|
"css.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません。",
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"less.lint.emptyRules.desc": "空の規則セットを使用しないでください。",
|
|
310
310
|
"less.lint.float.desc": "`float` の使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
|
311
311
|
"less.lint.fontFaceProperties.desc": "`@font-face` 規則で `src` プロパティと `font-family` プロパティを定義する必要があります。",
|
|
312
|
-
"less.lint.hexColorLength.desc": "Hex
|
|
312
|
+
"less.lint.hexColorLength.desc": "Hex 色は 3、4、6、または 8 桁の 16 進数で構成する必要があります。",
|
|
313
313
|
"less.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
|
|
314
314
|
"less.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です。",
|
|
315
315
|
"less.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません。",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"scss.lint.emptyRules.desc": "空の規則セットを使用しないでください。",
|
|
345
345
|
"scss.lint.float.desc": "`float` の使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
|
346
346
|
"scss.lint.fontFaceProperties.desc": "`@font-face` 規則で `src` プロパティと `font-family` プロパティを定義する必要があります。",
|
|
347
|
-
"scss.lint.hexColorLength.desc": "Hex
|
|
347
|
+
"scss.lint.hexColorLength.desc": "Hex 色は 3、4、6、または 8 桁の 16 進数で構成する必要があります。",
|
|
348
348
|
"scss.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
|
|
349
349
|
"scss.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です。",
|
|
350
350
|
"scss.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません。",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"All Repositories": "すべてのリポジトリ",
|
|
26
26
|
"Always": "常時",
|
|
27
27
|
"Always Pull": "常にプル",
|
|
28
|
-
"Always Replace Local Tag(s)": "
|
|
28
|
+
"Always Replace Local Tag(s)": "ローカル タグを常に置き換える",
|
|
29
29
|
"Are you sure you want to DELETE {0} files?\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST if you proceed.": "{0} 個のファイルを削除しますか?\nこれは元に戻すことができません。\n続行すると、このファイルは完全に失われます。",
|
|
30
30
|
"Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "{0} を削除しますか?\nこれは元に戻すことはできません。\n続行すると、このファイルは完全に失われます。",
|
|
31
31
|
"Are you sure you want to continue connecting?": "接続を続行しますか?",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Choose a folder to clone {0} into": "{0} を複製するフォルダーを選択してください",
|
|
55
55
|
"Choose a repository": "リポジトリの選択",
|
|
56
56
|
"Choose which repository to clone": "プルするリポジトリを選択する",
|
|
57
|
-
"Clear whitespace characters": "
|
|
57
|
+
"Clear whitespace characters": "空白文字をクリアする",
|
|
58
58
|
"Clone from URL": "リポジトリの URL",
|
|
59
59
|
"Clone from {0}": "{0} から複製",
|
|
60
60
|
"Cloning git repository \"{0}\"...": "Git リポジトリ \"{0}\" を複製しています...",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "ワークスペースまたは開いているファイルの親フォルダーに Git リポジトリが見つかりました。リポジトリを開きますか?",
|
|
120
120
|
"Git: {0}": "Git: {0}",
|
|
121
121
|
"HEAD version of \"{0}\" is not available.": "\"{0}\" の HEAD バージョンは利用できません。",
|
|
122
|
-
"Hard wrap all lines": "
|
|
123
|
-
"Hard wrap line": "
|
|
122
|
+
"Hard wrap all lines": "すべての行を強制折り返しする",
|
|
123
|
+
"Hard wrap line": "行を強制折り返しする",
|
|
124
124
|
"Ignored": "無視",
|
|
125
125
|
"Incoming": "受信中",
|
|
126
126
|
"Index Added": "インデックスの追加",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"Pull {0} commits from {1}/{2}": "{1}/{2} から {0} 件のコミットをプルします",
|
|
198
198
|
"Push {0} commits to {1}/{2}": "{1}/{2} に {0} 件のコミットをプッシュします",
|
|
199
199
|
"Rebasing": "リベースしています",
|
|
200
|
-
"Regenerate Branch Name": "
|
|
200
|
+
"Regenerate Branch Name": "ブランチ名を再生成する",
|
|
201
201
|
"Remote \"{0}\" already exists.": "リモート \"{0}\" は既に存在します。",
|
|
202
202
|
"Remote branch at {0}": "{0} でのリモート ブランチ",
|
|
203
203
|
"Remote name": "リモート名",
|
|
@@ -327,10 +327,10 @@
|
|
|
327
327
|
"colors.conflict": "リソースが競合する場合の配色",
|
|
328
328
|
"colors.deleted": "リソースを検出した場合の配色",
|
|
329
329
|
"colors.ignored": "リソースを無視する場合の配色",
|
|
330
|
-
"colors.incomingAdded": "
|
|
331
|
-
"colors.incomingDeleted": "
|
|
332
|
-
"colors.incomingModified": "
|
|
333
|
-
"colors.incomingRenamed": "
|
|
330
|
+
"colors.incomingAdded": "追加された受信リソースの配色。",
|
|
331
|
+
"colors.incomingDeleted": "削除された受信リソースの配色。",
|
|
332
|
+
"colors.incomingModified": "変更された受信リソースの配色。",
|
|
333
|
+
"colors.incomingRenamed": "名前が変更された受信リソースの配色。",
|
|
334
334
|
"colors.modified": "リソースを改変した場合の配色",
|
|
335
335
|
"colors.renamed": "名前変更またはコピーされたリソースの色。",
|
|
336
336
|
"colors.stageDeleted": "ステージングされた削除済みリソースの色。",
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"command.cloneRecursive": "複製 (再帰)",
|
|
355
355
|
"command.close": "リポジトリを閉じる",
|
|
356
356
|
"command.closeAllDiffEditors": "すべての差分エディターを閉じる",
|
|
357
|
-
"command.closeAllUnmodifiedEditors": "
|
|
357
|
+
"command.closeAllUnmodifiedEditors": "未変更のエディターをすべて閉じる",
|
|
358
358
|
"command.closeOtherRepositories": "その他のリポジトリを閉じる",
|
|
359
359
|
"command.commit": "コミット",
|
|
360
360
|
"command.commitAll": "すべてコミット",
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"config.ignoreSubmodules": "ファイル ツリーでのサブモジュールの変更を無視します。",
|
|
524
524
|
"config.ignoreWindowsGit27Warning": "Git 2.25 - 2.26 が Windows にインストールされている場合は警告を無視します。",
|
|
525
525
|
"config.ignoredRepositories": "無視する Git リポジトリのリスト。",
|
|
526
|
-
"config.inputValidation": "
|
|
526
|
+
"config.inputValidation": "コミット メッセージの入力検証診断を表示するかどうかを制御します。",
|
|
527
527
|
"config.inputValidationLength": "警告を表示するコミット メッセージの長さのしきい値を制御します。",
|
|
528
528
|
"config.inputValidationSubjectLength": "警告を表示するためのコミット メッセージの件名長のしきい値を制御します。'#git.inputValidationLength#' の値を継承する場合には設定解除します。",
|
|
529
529
|
"config.mergeEditor": "現在競合しているファイルのマージ エディターを開きます。",
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
"config.pullTags": "プルするときにすべてのタグをフェッチします。",
|
|
561
561
|
"config.rebaseWhenSync": "同期コマンドの実行時に Git にリベースの使用を強制します。",
|
|
562
562
|
"config.rememberPostCommitCommand": "コミット後に最後に実行された git コマンドを覚えておいてください。",
|
|
563
|
-
"config.replaceTagsWhenPull": "
|
|
563
|
+
"config.replaceTagsWhenPull": "pull コマンドの実行時にタグの競合が発生した場合に、ローカル タグをリモート タグに自動的に置き換えます。",
|
|
564
564
|
"config.repositoryScanIgnoredFolders": "`#git.autoRepositoryDetection#` が `true` または `subFolders` に設定されている場合に Git リポジトリのスキャン中に無視されるフォルダーのリスト。",
|
|
565
565
|
"config.repositoryScanMaxDepth": "'#git.autoRepositoryDetection#' が 'true' もしくは 'subFolders' であるとき、Git リポジトリのワークスペース フォルダーをスキャンする際に使用される深さを制御します。制限なしとするためには、'-1' として設定可能です。",
|
|
566
566
|
"config.requireGitUserConfig": "明示的な Git ユーザーの構成が必要かどうかを制御するか、指定されていない場合は Git による推測を許可します。",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"package": {
|
|
15
15
|
"cleanInvalidImageAttachment.title": "無効な画像添付ファイル参照の消去",
|
|
16
|
-
"copyCellOutput.title": "
|
|
16
|
+
"copyCellOutput.title": "セル出力のコピー",
|
|
17
17
|
"description": "Jupyter の .ipynb ノートブック ファイルを開いて読み取るための基本サポートを提供します",
|
|
18
18
|
"displayName": ".ipynb のサポート",
|
|
19
19
|
"ipynb.pasteImagesAsAttachments.enabled": "ipynb ノートブック ファイルの Markdown セルへの画像の貼り付け機能を有効または無効にします。貼り付けられた画像は、セルに添付ファイルとして挿入されます。",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"cmd.references-view.prev": "前の参照に移動",
|
|
41
41
|
"cmd.references-view.refind": "再実行",
|
|
42
42
|
"cmd.references-view.refresh": "最新の情報に更新",
|
|
43
|
-
"cmd.references-view.removeCallItem": "
|
|
43
|
+
"cmd.references-view.removeCallItem": "もどる",
|
|
44
44
|
"cmd.references-view.removeReferenceItem": "無視",
|
|
45
45
|
"cmd.references-view.removeTypeItem": "無視",
|
|
46
46
|
"cmd.references-view.showCallHierarchy": "呼び出し階層の表示",
|
|
47
|
-
"cmd.references-view.showIncomingCalls": "
|
|
48
|
-
"cmd.references-view.showOutgoingCalls": "
|
|
47
|
+
"cmd.references-view.showIncomingCalls": "呼び出し元を表示",
|
|
48
|
+
"cmd.references-view.showOutgoingCalls": "呼び出し先を表示",
|
|
49
49
|
"cmd.references-view.showSubtypes": "サブタイプの表示",
|
|
50
50
|
"cmd.references-view.showSupertypes": "スーパータイプの表示",
|
|
51
51
|
"cmd.references-view.showTypeHierarchy": "型階層の表示",
|