@codingame/monaco-vscode-language-pack-ja 1.83.15 → 1.85.0-next.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/main.i18n.json.js +405 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.0-next.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@1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.0-next.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -256,6 +256,9 @@ var content = {
|
|
|
256
256
|
codeMovedFromWithChanges: "行 {0}-{1} から変更を加えてコードが移動されました",
|
|
257
257
|
codeMovedTo: "コードを行 {0}-{1} に移動しました",
|
|
258
258
|
codeMovedToWithChanges: "行 {0}-{1} に変更を加えてコードを移動しました"
|
|
259
|
+
},
|
|
260
|
+
"vs/editor/browser/widget/multiDiffEditorWidget/colors": {
|
|
261
|
+
"multiDiffEditor.headerBackground": "diff エディターのヘッダーの背景色"
|
|
259
262
|
},
|
|
260
263
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
261
264
|
codeLens: "エディターで CodeLens を表示するかどうかを制御します。",
|
|
@@ -2506,6 +2509,9 @@ var content = {
|
|
|
2506
2509
|
"workspaceConfig.tasks.description": "ワークスペース タスクの構成",
|
|
2507
2510
|
"workspaceConfig.transient": "一時ワークスペースは、再起動中や再読み込み中に表示されなくなります。",
|
|
2508
2511
|
"workspaceConfig.uri.description": "フォルダーの URI"
|
|
2512
|
+
},
|
|
2513
|
+
"vs/workbench/api/common/extHostChatAgents2": {
|
|
2514
|
+
errorResponse: "プロバイダーからのエラー: {0}"
|
|
2509
2515
|
},
|
|
2510
2516
|
"vs/workbench/api/common/extHostDiagnostics": {
|
|
2511
2517
|
limitHit: "{0} 個の追加のエラーと警告が表示されていません。"
|
|
@@ -3182,6 +3188,9 @@ var content = {
|
|
|
3182
3188
|
editorUnsupportedInAuxWindow: "この種類のエディターは、まだ他のウィンドウで開くことはできません。",
|
|
3183
3189
|
ok: "OK(&&O)",
|
|
3184
3190
|
openFolder: "エディターを閉じる"
|
|
3191
|
+
},
|
|
3192
|
+
"vs/workbench/browser/parts/editor/editorParts": {
|
|
3193
|
+
groupLabel: "ウィンドウ {0}"
|
|
3185
3194
|
},
|
|
3186
3195
|
"vs/workbench/browser/parts/editor/editorPlaceholder": {
|
|
3187
3196
|
errorEditor: "エラー エディター",
|
|
@@ -3276,6 +3285,18 @@ var content = {
|
|
|
3276
3285
|
},
|
|
3277
3286
|
"vs/workbench/browser/parts/editor/textEditor": {
|
|
3278
3287
|
editor: "エディター"
|
|
3288
|
+
},
|
|
3289
|
+
"vs/workbench/browser/parts/globalCompositeBar": {
|
|
3290
|
+
accounts: "アカウント",
|
|
3291
|
+
accountsViewBarIcon: "ビュー バーのアカウント アイコン。",
|
|
3292
|
+
authProviderUnavailable: "{0} は現在利用できません",
|
|
3293
|
+
hideAccounts: "アカウントの非表示",
|
|
3294
|
+
loading: "読み込み中...",
|
|
3295
|
+
manage: "管理",
|
|
3296
|
+
"manage profile": "{0} (プロファイル) の管理",
|
|
3297
|
+
manageTrustedExtensions: "信頼された拡張機能の管理",
|
|
3298
|
+
noAccounts: "どのアカウントにもサインインしていません",
|
|
3299
|
+
signOut: "サインアウト"
|
|
3279
3300
|
},
|
|
3280
3301
|
"vs/workbench/browser/parts/notifications/notificationsActions": {
|
|
3281
3302
|
clearAllIcon: "通知内のすべてクリアのアクションのアイコン。",
|
|
@@ -3331,6 +3352,9 @@ var content = {
|
|
|
3331
3352
|
executeCommand: "クリックして '{0}' コマンドを実行",
|
|
3332
3353
|
notificationActions: "通知操作",
|
|
3333
3354
|
notificationSource: "ソース: {0}"
|
|
3355
|
+
},
|
|
3356
|
+
"vs/workbench/browser/parts/paneCompositeBar": {
|
|
3357
|
+
resetLocation: "場所のリセット"
|
|
3334
3358
|
},
|
|
3335
3359
|
"vs/workbench/browser/parts/paneCompositePart": {
|
|
3336
3360
|
moreActions: "その他の操作...",
|
|
@@ -3418,6 +3442,13 @@ var content = {
|
|
|
3418
3442
|
mView: "表示(&&V)",
|
|
3419
3443
|
"menubar.customTitlebarAccessibilityNotification": "アクセシビリティのサポートが有効になっています。最もアクセシビリティの高いエクスペリエンスのためには、カスタム タイトル バーのスタイルをお勧めします。",
|
|
3420
3444
|
restartToUpdate: "再起動して更新(&&U)"
|
|
3445
|
+
},
|
|
3446
|
+
"vs/workbench/browser/parts/titlebar/titlebarActions": {
|
|
3447
|
+
accounts: "アカウント",
|
|
3448
|
+
manage: "管理",
|
|
3449
|
+
"toggle.commandCenter": "コマンド センター",
|
|
3450
|
+
"toggle.editorActions": "エディター操作",
|
|
3451
|
+
"toggle.layout": "レイアウト コントロール"
|
|
3421
3452
|
},
|
|
3422
3453
|
"vs/workbench/browser/parts/titlebar/titlebarPart": {
|
|
3423
3454
|
ariaLabelTitleActions: "タイトル アクション",
|
|
@@ -3471,6 +3502,19 @@ var content = {
|
|
|
3471
3502
|
rendererLog: "ウィンドウ",
|
|
3472
3503
|
reset: "ユーザー データをリセットする",
|
|
3473
3504
|
"reset user data message": "データ (設定、キー バインド、拡張機能、スニペット、UI 状態) をリセットして再読み込みしますか?"
|
|
3505
|
+
},
|
|
3506
|
+
"vs/workbench/browser/window": {
|
|
3507
|
+
learnMore: "詳細情報(&&L)",
|
|
3508
|
+
open: "開く(&&O)",
|
|
3509
|
+
"openExternalDialogButtonInstall.v3": "インストール(&&I)",
|
|
3510
|
+
"openExternalDialogButtonRetry.v2": "再試行(&&T)",
|
|
3511
|
+
"openExternalDialogDetail.v2": "お使いのコンピューターで {0} を起動しました。\r\n\r\n{1}が起動しなかった場合は、もう一度試すか、下にインストールしてください。",
|
|
3512
|
+
openExternalDialogDetailNoInstall: "お使いのコンピューターで {0} を起動しました。\r\n\r\n もし{1} が起動しなかった場合は、以下でもう一度お試しください。",
|
|
3513
|
+
openExternalDialogTitle: "すべて完了しました。このタブを閉じることができるようになりました。",
|
|
3514
|
+
reload: "再読み込み(&&R)",
|
|
3515
|
+
shutdownError: "このページの再読み込みが必要な予期しないエラーが発生しました。",
|
|
3516
|
+
shutdownErrorDetail: "ワークベンチの実行中に予期せず破棄されました。",
|
|
3517
|
+
unableToOpenExternal: "ブラウザーが新しいタブまたはウィンドウを開くのを中断しました。とにかく開くには、[開く] を押します。"
|
|
3474
3518
|
},
|
|
3475
3519
|
"vs/workbench/browser/workbench.contribution": {
|
|
3476
3520
|
activeEditorLong: "`${activeEditorLong}`: ファイルの完全なパス (例: /Users/Development/myFolder/myFileFolder/myFile.txt)。",
|
|
@@ -3949,6 +3993,11 @@ var content = {
|
|
|
3949
3993
|
"screenReaderDetectedExplanation.answerYes": "はい",
|
|
3950
3994
|
"screenReaderDetectedExplanation.question": "スクリーン リーダーを使用して VS Code を操作していますか?",
|
|
3951
3995
|
"status.editor.screenReaderMode": "スクリーン リーダー モード"
|
|
3996
|
+
},
|
|
3997
|
+
"vs/workbench/contrib/accessibility/browser/accessibleNotificationService": {
|
|
3998
|
+
cleared: "消去済み",
|
|
3999
|
+
formatted: "フォーマット済み",
|
|
4000
|
+
saved: "保存済み"
|
|
3952
4001
|
},
|
|
3953
4002
|
"vs/workbench/contrib/accessibility/browser/accessibleView": {
|
|
3954
4003
|
"accessibility-help": "ユーザー補助のヘルプ",
|
|
@@ -4084,6 +4133,10 @@ var content = {
|
|
|
4084
4133
|
"interactiveSession.history.pick": "チャット セッションに切り替える",
|
|
4085
4134
|
"interactiveSession.open": "エディターを開く ({0})",
|
|
4086
4135
|
quickChat: "クイック チャット"
|
|
4136
|
+
},
|
|
4137
|
+
"vs/workbench/contrib/chat/browser/actions/chatExecuteActions": {
|
|
4138
|
+
"interactive.cancel.label": "取り消す",
|
|
4139
|
+
"interactive.submit.label": "送信"
|
|
4087
4140
|
},
|
|
4088
4141
|
"vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
|
|
4089
4142
|
"chat.closeQuickChat.label": "クイック チャットを閉じる",
|
|
@@ -4094,6 +4147,55 @@ var content = {
|
|
|
4094
4147
|
"toggle.desc": "クイック チャットを切り替える",
|
|
4095
4148
|
"toggle.isPartialQuery": "クエリが部分的かどうか。より多くのユーザー入力を待機します",
|
|
4096
4149
|
"toggle.query": "クイック チャットを開くクエリ"
|
|
4150
|
+
},
|
|
4151
|
+
"vs/workbench/contrib/chat/browser/chatEditorInput": {
|
|
4152
|
+
chatEditorName: "チャット"
|
|
4153
|
+
},
|
|
4154
|
+
"vs/workbench/contrib/chat/browser/chatInputPart": {
|
|
4155
|
+
"actions.chat.accessibiltyHelp": "チャット入力、入力して質問するか、トピックに対して / を入力し、Enter キーを押して要求を送信します。チャットアクセシビリティのヘルプに {0} を使用します。",
|
|
4156
|
+
chatInput: "チャット入力",
|
|
4157
|
+
"chatInput.accessibilityHelpNoKb": "チャット入力、ここにコードを入力し、Enter キーを押して実行します。詳細については、Chat Accessibility Help コマンドを使用してください。"
|
|
4158
|
+
},
|
|
4159
|
+
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4160
|
+
chat: "チャット",
|
|
4161
|
+
commandFollowUpInfo: "コマンド: {0}",
|
|
4162
|
+
commandFollowUpInfoMany: "コマンド: {0}",
|
|
4163
|
+
multiCodeBlock: "{0} {1} コード ブロック",
|
|
4164
|
+
multiCodeBlockHint: "{0} {1} コード ブロック: {2}",
|
|
4165
|
+
multiFileTreeHint: "{0} 個のファイル ツリー",
|
|
4166
|
+
noCodeBlocks: "{0} {1}",
|
|
4167
|
+
noCodeBlocksHint: "{0} {1} {2}",
|
|
4168
|
+
singleCodeBlock: "{0} 1 コード ブロック: {1}",
|
|
4169
|
+
singleCodeBlockHint: "{0} 1 コード ブロック: {1} {2}",
|
|
4170
|
+
singleFileTreeHint: "1 個のファイル ツリー",
|
|
4171
|
+
thinking: "思考中",
|
|
4172
|
+
treeAriaLabel: "ファイル ツリー",
|
|
4173
|
+
usedAgent: "{0} 使用済み",
|
|
4174
|
+
usedReferencesCollapsed: "{0}、折りたたまれています",
|
|
4175
|
+
usedReferencesExpanded: "{0}、展開済み",
|
|
4176
|
+
usedReferencesPlural: "{0} 参照 使用済み",
|
|
4177
|
+
usedReferencesSingular: "{0} 参照 使用済み",
|
|
4178
|
+
usingAgent: "{0} を使用する"
|
|
4179
|
+
},
|
|
4180
|
+
"vs/workbench/contrib/chat/browser/codeBlockPart": {
|
|
4181
|
+
"chat.codeBlock.toolbar": "コード ブロック ツール バー",
|
|
4182
|
+
"chat.codeBlock.toolbarVerbose": "タブからアクセスできるコード ブロックのツール バー",
|
|
4183
|
+
"chat.codeBlockHelp": "コード ブロック",
|
|
4184
|
+
"chat.codeBlockLabel": "コード ブロック {0}",
|
|
4185
|
+
vulnerabilitiesPlural: "{0} 個の脆弱性",
|
|
4186
|
+
vulnerabilitiesSingular: "{0} 個の脆弱性"
|
|
4187
|
+
},
|
|
4188
|
+
"vs/workbench/contrib/chat/common/chatContextKeys": {
|
|
4189
|
+
chatRequest: "チャット アイテムは要求です",
|
|
4190
|
+
chatResponse: "チャット アイテムは応答です。",
|
|
4191
|
+
chatResponseFiltered: "サーバーによってチャット応答がフィルターで除外された場合は True です。",
|
|
4192
|
+
chatResponseSupportsIssueReporting: "現在のチャット応答で問題の報告がサポートされている場合は True です。",
|
|
4193
|
+
hasChatProvider: "チャット プロバイダーが登録されている場合は True です。",
|
|
4194
|
+
inChat: "フォーカスがチャット ウィジェットにある場合は True、それ以外の場合は False です。",
|
|
4195
|
+
inInteractiveInput: "フォーカスがチャット入力にある場合は True、それ以外の場合は False です。",
|
|
4196
|
+
interactiveInputHasText: "チャット入力にテキストがある場合は True です。",
|
|
4197
|
+
interactiveSessionRequestInProgress: "現在の要求がまだ進行中の場合は True です。",
|
|
4198
|
+
interactiveSessionResponseVote: "回答が可決されると、'up' に設定されます。否決されると、'down' に設定されます。それ以外の場合は空の文字列です。"
|
|
4097
4199
|
},
|
|
4098
4200
|
"vs/workbench/contrib/codeActions/browser/codeActionsContribution": {
|
|
4099
4201
|
alwaysSave: "明示的な保存時にコード アクションをトリガーし、ウィンドウまたはフォーカスの変更によってトリガーされる自動保存を行います。",
|
|
@@ -6143,6 +6245,32 @@ var content = {
|
|
|
6143
6245
|
"formatter.default": "他のすべての折りたたみ範囲プロバイダーよりも優先される既定の折りたたみ範囲プロバイダーを定義します。折りたたみ範囲プロバイダーに貢献する拡張機能の識別子である必要があります。",
|
|
6144
6246
|
"null": "すべて",
|
|
6145
6247
|
nullFormatterDescription: "すべてのアクティブな折りたたみ範囲プロバイダー"
|
|
6248
|
+
},
|
|
6249
|
+
"vs/workbench/contrib/format/browser/formatActionsMultiple": {
|
|
6250
|
+
config: "既定のフォーマッタを構成...",
|
|
6251
|
+
"config.bad": "拡張機能 '{0}' がフォーマッタとして構成されていますが、利用できません。続行するには、別の既定フォーマッタを選択してください。",
|
|
6252
|
+
"config.needed": "'{0}' ファイルには複数のフォーマッタがあります。そのうちの 1 つを既定のフォーマッタとして構成する必要があります。",
|
|
6253
|
+
def: "(既定)",
|
|
6254
|
+
"do.config": "構成(&&C)...",
|
|
6255
|
+
"do.config.command": "構成...",
|
|
6256
|
+
"do.config.notification": "構成します...",
|
|
6257
|
+
"format.placeHolder": "フォーマッタを選択します",
|
|
6258
|
+
"formatDocument.label.multiple": "ドキュメントのフォーマット...",
|
|
6259
|
+
"formatSelection.label.multiple": "選択範囲をフォーマット...",
|
|
6260
|
+
formatter: "書式設定",
|
|
6261
|
+
"formatter.default": "他のすべてのフォーマッタ設定よりも優先される、既定のフォーマッタを定義します。フォーマッタを提供している拡張機能の識別子にする必要があります。",
|
|
6262
|
+
miss: "拡張機能 '{0}' はフォーマッタとして構成されていますが、'{1}'-ファイルをフォーマットできません",
|
|
6263
|
+
"miss.1": "既定のフォーマッタを構成する",
|
|
6264
|
+
"null": "なし",
|
|
6265
|
+
nullFormatterDescription: "なし",
|
|
6266
|
+
select: "'{0}' ファイルの既定のフォーマッタを選択する",
|
|
6267
|
+
summary: "フォーマッタの競合"
|
|
6268
|
+
},
|
|
6269
|
+
"vs/workbench/contrib/format/browser/formatActionsNone": {
|
|
6270
|
+
"formatDocument.label.multiple": "ドキュメントのフォーマット",
|
|
6271
|
+
"install.formatter": "フォーマッタをインストール(&&I)...",
|
|
6272
|
+
"no.provider": "'{0}' ファイルのフォーマッタがインストールされていません。",
|
|
6273
|
+
"too.large": "このファイルはサイズが大きすぎるため、フォーマットできません"
|
|
6146
6274
|
},
|
|
6147
6275
|
"vs/workbench/contrib/format/browser/formatModified": {
|
|
6148
6276
|
formatChanges: "変更された行をフォーマットする"
|
|
@@ -7510,6 +7638,9 @@ var content = {
|
|
|
7510
7638
|
"vscode.extension.contributes.snippets": "スニペットを提供します。",
|
|
7511
7639
|
"vscode.extension.contributes.snippets-language": "このスニペットの提供先の言語識別子です。",
|
|
7512
7640
|
"vscode.extension.contributes.snippets-path": "スニペット ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './snippets/' で始まります。"
|
|
7641
|
+
},
|
|
7642
|
+
"vs/workbench/contrib/speech/common/speechService": {
|
|
7643
|
+
hasSpeechProvider: "音声プロバイダーが音声サービスに登録されています。"
|
|
7513
7644
|
},
|
|
7514
7645
|
"vs/workbench/contrib/tasks/common/taskDefinitionRegistry": {
|
|
7515
7646
|
"TaskDefinition.description": "実際のタスクの種類。先頭が '$' で始まる種類は内部使用のために予約されています。",
|
|
@@ -8078,9 +8209,276 @@ var content = {
|
|
|
8078
8209
|
"vscode.extension.contributes.terminalQuickFixes.id": "クイック修正プロバイダーの ID。",
|
|
8079
8210
|
"vscode.extension.contributes.terminalQuickFixes.kind": "結果として得られるクイック修正の種類。これにより、クイック修正の表示方法が変わります。既定値は {0} に設定されます。",
|
|
8080
8211
|
"vscode.extension.contributes.terminalQuickFixes.outputMatcher": "出力の単一行に一致するための正規表現または文字列で、terminalCommand および URI で参照されるグループを提供します。\r\n\r\n例えば:\r\n\r\n `lineMatcher: /git push --set-upstream origin (?<branchName>[^s]+)/;`\r\n\r\n`terminalCommand: 'git push --set-upstream origin ${group:branchName}';`\r\n"
|
|
8212
|
+
},
|
|
8213
|
+
"vs/workbench/contrib/testing/browser/icons": {
|
|
8214
|
+
filterIcon: "テスト ビュー内の 'フィルター' アクションのアイコン。",
|
|
8215
|
+
hiddenIcon: "以前は表示されていた非表示のテストの横に表示されるアイコン。",
|
|
8216
|
+
testViewIcon: "テスト ビューのアイコンを表示します。",
|
|
8217
|
+
testingCancelIcon: "実行中のテストの実行をキャンセルするアイコン。",
|
|
8218
|
+
testingCancelRefreshTests: "テストの更新をキャンセルするボタンのアイコン。",
|
|
8219
|
+
testingCoverage: "テスト カバレッジを表すアイコン",
|
|
8220
|
+
testingDebugAllIcon: "\"すべてのテストをデバッグする\" アクションのアイコン。",
|
|
8221
|
+
testingDebugIcon: "\"テストのデバッグ\" アクションのアイコン。",
|
|
8222
|
+
testingErrorIcon: "エラーが発生したテストについて表示されるアイコン。",
|
|
8223
|
+
testingFailedIcon: "失敗したテストについて表示されるアイコン。",
|
|
8224
|
+
testingPassedIcon: "成功したテストについて表示されるアイコン。",
|
|
8225
|
+
testingQueuedIcon: "キューに入っているテストについて表示されるアイコン。",
|
|
8226
|
+
testingRefreshTests: "テストを更新するためのボタンのアイコン。",
|
|
8227
|
+
testingRerunIcon: "\"テストの再実行\" アクションのアイコン。",
|
|
8228
|
+
testingResultsIcon: "テスト結果のアイコン。",
|
|
8229
|
+
testingRunAllIcon: "\"すべてのテストを実行する\" アクションのアイコン。",
|
|
8230
|
+
testingRunIcon: "\"テストの実行\" アクションのアイコン。",
|
|
8231
|
+
testingShowAsList: "テスト エクスプローラーがツリーとして無効になったときに表示されるアイコン。",
|
|
8232
|
+
testingShowAsTree: "テスト エクスプローラーが一覧として無効になったときに表示されるアイコン。",
|
|
8233
|
+
testingSkippedIcon: "スキップされたテストについて表示されるアイコン。",
|
|
8234
|
+
testingTurnContinuousRunIsOn: "テスト項目に対して継続的実行がオンになっている場合のアイコン。",
|
|
8235
|
+
testingTurnContinuousRunOff: "連続テストの実行を無効にするアイコン。",
|
|
8236
|
+
testingTurnContinuousRunOn: "連続テストの実行を有効にするアイコン。",
|
|
8237
|
+
testingUnsetIcon: "設定解除状態のテストについて表示されるアイコン。",
|
|
8238
|
+
testingUpdateProfiles: "更新するテスト プロファイルに表示されるアイコン。"
|
|
8239
|
+
},
|
|
8240
|
+
"vs/workbench/contrib/testing/browser/testCoverageBars": {
|
|
8241
|
+
branchCoverage: "{0}/{1} 対象となるブランチ ({2})",
|
|
8242
|
+
functionCoverage: "{0}/{1} 対象となる関数 ({2})",
|
|
8243
|
+
statementCoverage: "{0}/{1} 対象となるステートメント ({2})"
|
|
8244
|
+
},
|
|
8245
|
+
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
8246
|
+
testCoverageItemLabel: "{0} カバレッジ: {0}%",
|
|
8247
|
+
testCoverageTreeLabel: "テスト カバレッジ エクスプローラー"
|
|
8248
|
+
},
|
|
8249
|
+
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
8250
|
+
configureProfile: "更新するプロフィールを選択してください",
|
|
8251
|
+
"debug test": "テストのデバッグ",
|
|
8252
|
+
debugAllTests: "すべてのテストをデバッグする",
|
|
8253
|
+
debugSelectedTests: "テストのデバッグ",
|
|
8254
|
+
discoveringTests: "テストの探索",
|
|
8255
|
+
getExplorerSelection: "エクスプローラーの選択を取得する",
|
|
8256
|
+
getSelectedProfiles: "選択したプロファイルを取得する",
|
|
8257
|
+
hideTest: "テストの非表示",
|
|
8258
|
+
noDebugTestProvider: "このワークスペースでデバッグ可能なテストが見つかりません。テスト プロバイダー拡張機能をインストールする必要がある可能性があります",
|
|
8259
|
+
noTestProvider: "このワークスペースにテストが見つかりません。テスト プロバイダー拡張機能をインストールする必要がある可能性があります",
|
|
8260
|
+
noTestsAtCursor: "ここにはテストが見つかりません",
|
|
8261
|
+
noTestsInFile: "このファイルにはテストが見つかりませんでした",
|
|
8262
|
+
"run test": "テストの実行",
|
|
8263
|
+
runAllTests: "すべてのテストを実行する",
|
|
8264
|
+
runSelectedTests: "テストの実行",
|
|
8265
|
+
"testing.cancelRun": "テストの実行をキャンセル",
|
|
8266
|
+
"testing.cancelTestRefresh": "テストの更新をキャンセル",
|
|
8267
|
+
"testing.clearResults": "すべての結果をクリア",
|
|
8268
|
+
"testing.closeCoverage": "カバレッジを閉じる",
|
|
8269
|
+
"testing.collapseAll": "すべてのテストを折りたたむ",
|
|
8270
|
+
"testing.configureProfile": "テスト プロファイルの構成",
|
|
8271
|
+
"testing.debugAtCursor": "カーソル位置でテストをデバッグ",
|
|
8272
|
+
"testing.debugCurrentFile": "現在のファイルでテストをデバッグ",
|
|
8273
|
+
"testing.debugFailTests": "失敗したテストのデバッグ",
|
|
8274
|
+
"testing.debugLastRun": "最後の実行のデバッグ",
|
|
8275
|
+
"testing.editFocusedTest": "テストに移動",
|
|
8276
|
+
"testing.noProfiles": "テストの連続的実行が有効なプロファイルが見つかりませんでした",
|
|
8277
|
+
"testing.openOutputPeek": "出力をクイック表示する",
|
|
8278
|
+
"testing.reRunFailTests": "失敗したテストの再実行",
|
|
8279
|
+
"testing.reRunLastRun": "最後の実行の再実行",
|
|
8280
|
+
"testing.refreshTests": "テストの更新",
|
|
8281
|
+
"testing.runAtCursor": "カーソル位置でテストを実行",
|
|
8282
|
+
"testing.runCurrentFile": "現在のファイルでテストを実行",
|
|
8283
|
+
"testing.runUsing": "プロファイルを使用して実行します...",
|
|
8284
|
+
"testing.searchForTestExtension": "テスト拡張機能の検索",
|
|
8285
|
+
"testing.selectContinuousProfiles": "ファイルの変更時に実行するプロファイルの選択:",
|
|
8286
|
+
"testing.selectDefaultTestProfiles": "既定のプロファイルの選択",
|
|
8287
|
+
"testing.showMostRecentOutput": "出力の表示",
|
|
8288
|
+
"testing.sortByDuration": "期間順に並べ替え",
|
|
8289
|
+
"testing.sortByLocation": "場所で並べ替え",
|
|
8290
|
+
"testing.sortByStatus": "状態順で並べ替え",
|
|
8291
|
+
"testing.startContinuous": "連続実行の開始",
|
|
8292
|
+
"testing.startContinuousRunUsing": "以下を使用して継続的実行を開始する...",
|
|
8293
|
+
"testing.stopContinuous": "連続実行の停止",
|
|
8294
|
+
"testing.toggleContinuousRunOff": "継続的実行をオフにする",
|
|
8295
|
+
"testing.toggleContinuousRunOn": "継続的実行をオンにする",
|
|
8296
|
+
"testing.toggleInlineTestOutput": "インライン テスト出力の切り替え",
|
|
8297
|
+
"testing.viewAsList": "一覧として表示",
|
|
8298
|
+
"testing.viewAsTree": "ツリーとして表示",
|
|
8299
|
+
unhideAllTests: "すべてのテストを再表示",
|
|
8300
|
+
unhideTest: "テストの再表示"
|
|
8301
|
+
},
|
|
8302
|
+
"vs/workbench/contrib/testing/browser/testing.contribution": {
|
|
8303
|
+
miViewTesting: "テスト(&&E)",
|
|
8304
|
+
noTestProvidersRegistered: "このワークスペースでまだテストが見つかりません。",
|
|
8305
|
+
searchForAdditionalTestExtensions: "追加のテスト拡張機能をインストール...",
|
|
8306
|
+
test: "テスト",
|
|
8307
|
+
testCoverage: "テスト カバレッジ",
|
|
8308
|
+
testExplorer: "テスト エクスプローラー",
|
|
8309
|
+
testResultsPanelName: "テスト結果"
|
|
8310
|
+
},
|
|
8311
|
+
"vs/workbench/contrib/testing/browser/testingDecorations": {
|
|
8312
|
+
"actual.title": "実際",
|
|
8313
|
+
"debug all test": "すべてのテストをデバッグする",
|
|
8314
|
+
"debug test": "テストをデバッグ",
|
|
8315
|
+
"expected.title": "必要",
|
|
8316
|
+
"peek failure": "エラーをクイック表示する",
|
|
8317
|
+
peekTestOutout: "ピーク テストの出力",
|
|
8318
|
+
"reveal test": "テスト エクスプローラーで表示",
|
|
8319
|
+
"run all test": "すべてのテストを実行する",
|
|
8320
|
+
"run test": "テストを実行する",
|
|
8321
|
+
"testing.gutterMsg.contextMenu": "テスト オプションをクリックする",
|
|
8322
|
+
"testing.gutterMsg.debug": "テストをデバッグするにはクリックし、さらにオプションを表示するには右クリックします",
|
|
8323
|
+
"testing.gutterMsg.run": "テストを実行するにはクリックし、さらにオプションを表示するには右クリックします",
|
|
8324
|
+
"testing.runUsing": "プロファイルを使用して実行します..."
|
|
8325
|
+
},
|
|
8326
|
+
"vs/workbench/contrib/testing/browser/testingExplorerFilter": {
|
|
8327
|
+
testExplorerFilter: "フィルター (例: テキスト、! 除外、@タグ)",
|
|
8328
|
+
testExplorerFilterLabel: "エクスプローラーでテスト用に、テキストをフィルター処理する",
|
|
8329
|
+
"testing.filters.currentFile": "アクティブなファイルのみを表示",
|
|
8330
|
+
"testing.filters.fuzzyMatch": "あいまい一致",
|
|
8331
|
+
"testing.filters.menu": "その他のフィルター...",
|
|
8332
|
+
"testing.filters.removeTestExclusions": "すべてのテストを再表示",
|
|
8333
|
+
"testing.filters.showExcludedTests": "非表示のテストを表示",
|
|
8334
|
+
"testing.filters.showOnlyExecuted": "実行されたテストのみを表示",
|
|
8335
|
+
"testing.filters.showOnlyFailed": "失敗したテストのみを表示"
|
|
8336
|
+
},
|
|
8337
|
+
"vs/workbench/contrib/testing/browser/testingExplorerView": {
|
|
8338
|
+
configureTestProfiles: "テスト プロファイルの構成",
|
|
8339
|
+
defaultTestProfile: "{0} (既定値)",
|
|
8340
|
+
noResults: "テスト結果はまだありません。",
|
|
8341
|
+
selectDefaultConfigs: "既定のプロファイルの選択",
|
|
8342
|
+
testExplorer: "テスト エクスプローラー",
|
|
8343
|
+
"testing.treeElementLabelDuration": "{1} の {0}",
|
|
8344
|
+
"testing.treeElementLabelOutdated": "{0}、期限切れの結果",
|
|
8345
|
+
testingContinuousBadge: "変更のテストを監視しています",
|
|
8346
|
+
testingCountBadgeFailed: "失敗したテスト: {0} 件",
|
|
8347
|
+
testingCountBadgePassed: "成功したテスト: {0} 件",
|
|
8348
|
+
testingCountBadgeSkipped: "スキップされたテスト: {0} 件",
|
|
8349
|
+
testingFindExtension: "ワークスペースの表示テスト",
|
|
8350
|
+
testingNoTest: "このファイルにはテストが見つかりませんでした。"
|
|
8351
|
+
},
|
|
8352
|
+
"vs/workbench/contrib/testing/browser/testingOutputPeek": {
|
|
8353
|
+
close: "閉じる",
|
|
8354
|
+
closeTestCoverage: "テスト カバレッジを閉じる",
|
|
8355
|
+
"debug test": "テストのデバッグ",
|
|
8356
|
+
messageMoreLines1: "さらに 1 行追加",
|
|
8357
|
+
messageMoreLinesN: "さらに {0} 行追加",
|
|
8358
|
+
openTestCoverage: "テスト カバレッジの表示",
|
|
8359
|
+
"run test": "テストの実行",
|
|
8360
|
+
runNoOutput: "テストの実行で、出力が記録されませんでした。",
|
|
8361
|
+
runNoOutputForPast: "テスト出力は、新しいテストの実行でのみ使用できます。",
|
|
8362
|
+
testOutputTitle: "テスト出力",
|
|
8363
|
+
testUnnamedTask: "名前の指定されていないタスク",
|
|
8364
|
+
"testing.debugLastRun": "テスト実行のデバッグ",
|
|
8365
|
+
"testing.goToError": "ソースに移動",
|
|
8366
|
+
"testing.goToFile": "ソースに移動",
|
|
8367
|
+
"testing.goToNextMessage": "次のテスト エラーに移動",
|
|
8368
|
+
"testing.goToPreviousMessage": "前のテスト エラーに移動",
|
|
8369
|
+
"testing.markdownPeekError": "マークダウン プレビューを開けませんでした: {0}。\r\n\r\nマークダウン拡張機能が有効になっていることを確認してください。",
|
|
8370
|
+
"testing.openMessageInEditor": "エディターで開く",
|
|
8371
|
+
"testing.reRunLastRun": "テスト実行の再実行",
|
|
8372
|
+
"testing.revealInExplorer": "テスト エクスプローラーで表示",
|
|
8373
|
+
"testing.showResultOutput": "結果出力の表示",
|
|
8374
|
+
"testing.toggleTestingPeekHistory": "クイック表示でのテスト履歴の切り替え",
|
|
8375
|
+
testingOutputActual: "実際の結果",
|
|
8376
|
+
testingOutputExpected: "予期された結果",
|
|
8377
|
+
testingPeekLabel: "テスト結果メッセージ"
|
|
8378
|
+
},
|
|
8379
|
+
"vs/workbench/contrib/testing/browser/testingProgressUiService": {
|
|
8380
|
+
"testProgress.completed": "{1} 個中 {0} 個のテストが成功しました ({2}%)",
|
|
8381
|
+
"testProgress.running": "テストを実行しています。{1} 個中 {0} 個が成功しました ({2}%)",
|
|
8382
|
+
"testProgress.runningInitial": "テストの実行中...",
|
|
8383
|
+
"testProgressWithSkip.completed": "{1} 個中 {0} 個のテストが成功しました ({2}%、{3} 個がスキップされました)",
|
|
8384
|
+
"testProgressWithSkip.running": "テストを実行しています。{1} 個中 {0} 個が成功しました ({2}%、{3} 個がスキップされました)"
|
|
8385
|
+
},
|
|
8386
|
+
"vs/workbench/contrib/testing/browser/testingViewPaneContainer": {
|
|
8387
|
+
testing: "テスト"
|
|
8388
|
+
},
|
|
8389
|
+
"vs/workbench/contrib/testing/browser/theme": {
|
|
8390
|
+
"testing.iconErrored": "テスト エクスプローラーの 'エラー発生' アイコンの色です。",
|
|
8391
|
+
"testing.iconFailed": "テスト エクスプローラーの '失敗' アイコンの色です。",
|
|
8392
|
+
"testing.iconPassed": "テスト エクスプローラーの '成功' アイコンの色です。",
|
|
8393
|
+
"testing.iconQueued": "テスト エクスプローラーの 'キューに登録済み' アイコンの色です。",
|
|
8394
|
+
"testing.iconSkipped": "テスト エクスプローラーの 'スキップ' アイコンの色です。",
|
|
8395
|
+
"testing.iconUnset": "テスト エクスプローラーの '設定解除' アイコンの色です。",
|
|
8396
|
+
"testing.message.error.decorationForeground": "エディター内にインラインで表示されるテスト エラー メッセージのテキストの色です。",
|
|
8397
|
+
"testing.message.error.marginBackground": "エディターでインラインに表示されるエラー メッセージの横の余白色。",
|
|
8398
|
+
"testing.message.info.decorationForeground": "エディター内にインラインで表示されるテスト情報メッセージのテキストの色です。",
|
|
8399
|
+
"testing.message.info.marginBackground": "エディターでインラインに表示される情報メッセージの余白色。",
|
|
8400
|
+
"testing.peekBorder": "ピーク ビューの境界と矢印の色。",
|
|
8401
|
+
"testing.runAction": "エディター内の '実行' アイコンの色です。"
|
|
8402
|
+
},
|
|
8403
|
+
"vs/workbench/contrib/testing/common/configuration": {
|
|
8404
|
+
testConfigurationTitle: "テスト",
|
|
8405
|
+
"testing.ShowCoverageInExplorer": "エクスプローラー ビューでテスト カバレッジをダウンさせるかどうか。",
|
|
8406
|
+
"testing.alwaysRevealTestOnStateChange": "'#testing.followRunningTest#' がオンの場合は、実行されたテストを常に公開します。この設定をオフにすると、失敗したテストのみ公開されます。",
|
|
8407
|
+
"testing.autoRun.delay": "テストが期限切れとしてマークされ、新しい実行を開始してから待機する時間 (ミリ秒単位)。",
|
|
8408
|
+
"testing.automaticallyOpenPeekView": "エラーのピーク ビューを自動的に開くタイミングを構成します。",
|
|
8409
|
+
"testing.automaticallyOpenPeekView.failureAnywhere": "エラーの場所に関係なく、自動的に開きます。",
|
|
8410
|
+
"testing.automaticallyOpenPeekView.failureInVisibleDocument": "参照可能なドキュメントでテストが失敗したときに自動的に開きます。",
|
|
8411
|
+
"testing.automaticallyOpenPeekView.never": "自動的に開くことはありません。",
|
|
8412
|
+
"testing.automaticallyOpenPeekViewDuringContinuousRun": "連続実行モードでピーク ビューを自動的に開くかどうかを制御します。",
|
|
8413
|
+
"testing.countBadge": "アクティビティ バーの [テスト] アイコンのカウント バッジを制御します。",
|
|
8414
|
+
"testing.countBadge.failed": "失敗したテストの数を表示する",
|
|
8415
|
+
"testing.countBadge.off": "テスト カウント バッジを無効にする",
|
|
8416
|
+
"testing.countBadge.passed": "成功したテストの数を表示する",
|
|
8417
|
+
"testing.countBadge.skipped": "スキップされたテストの数を表示する",
|
|
8418
|
+
"testing.defaultGutterClickAction": "とじしろ内のテスト デコレーションをクリックした場合に実行する操作を制御します。",
|
|
8419
|
+
"testing.defaultGutterClickAction.contextMenu": "その他のオプションについては、コンテキスト メニューを開きます。",
|
|
8420
|
+
"testing.defaultGutterClickAction.debug": "テストをデバッグします。",
|
|
8421
|
+
"testing.defaultGutterClickAction.run": "テストを実行します。",
|
|
8422
|
+
"testing.displayedCoveragePercent": "テスト カバレッジに対して既定で表示される割合を構成します。",
|
|
8423
|
+
"testing.displayedCoveragePercent.minimum": "ステートメント、関数、ブランチ カバレッジの最小値。",
|
|
8424
|
+
"testing.displayedCoveragePercent.statement": "ステートメント カバレッジ。",
|
|
8425
|
+
"testing.displayedCoveragePercent.totalCoverage": "結合されたステートメント、関数、ブランチ カバレッジの計算。",
|
|
8426
|
+
"testing.followRunningTest": "実行中のテストをテスト エクスプローラー ビューでフォローするかどうかを制御します。",
|
|
8427
|
+
"testing.gutterEnabled": "テスト デコレーションがエディターのとじしろに表示するかどうかを制御します。",
|
|
8428
|
+
"testing.openTesting": "いつテスト ビューを開くかを制御します。",
|
|
8429
|
+
"testing.openTesting.neverOpen": "テスト ビューを自動的に開かない",
|
|
8430
|
+
"testing.openTesting.openExplorerOnTestStart": "テストの開始時にテスト エクスプローラーを開く",
|
|
8431
|
+
"testing.openTesting.openOnTestFailure": "テストの失敗時にテスト結果ビューを開く",
|
|
8432
|
+
"testing.openTesting.openOnTestStart": "テストの開始時にテスト結果ビューを開く",
|
|
8433
|
+
"testing.saveBeforeTest": "テストを実行する前にすべてのダーティ エディターを保存するかどうかを制御します。",
|
|
8434
|
+
"testing.showAllMessages": "すべてのテストの実行からメッセージを表示するかどうかを制御します。"
|
|
8435
|
+
},
|
|
8436
|
+
"vs/workbench/contrib/testing/common/constants": {
|
|
8437
|
+
"testGroup.coverage": "カバレッジ",
|
|
8438
|
+
"testGroup.debug": "デバッグ",
|
|
8439
|
+
"testGroup.run": "実行",
|
|
8440
|
+
"testState.errored": "エラー発生",
|
|
8441
|
+
"testState.failed": "失敗",
|
|
8442
|
+
"testState.passed": "成功",
|
|
8443
|
+
"testState.queued": "キューに登録済み",
|
|
8444
|
+
"testState.running": "実行中",
|
|
8445
|
+
"testState.skipped": "スキップ",
|
|
8446
|
+
"testState.unset": "未実行",
|
|
8447
|
+
"testing.treeElementLabel": "{0} ({1})"
|
|
8448
|
+
},
|
|
8449
|
+
"vs/workbench/contrib/testing/common/testCoverageService": {
|
|
8450
|
+
testCoverageError: "テスト カバレッジを読み込めませんでした: {}"
|
|
8451
|
+
},
|
|
8452
|
+
"vs/workbench/contrib/testing/common/testingContentProvider": {
|
|
8453
|
+
runNoOutout: "テストの実行で、出力が記録されませんでした。"
|
|
8454
|
+
},
|
|
8455
|
+
"vs/workbench/contrib/testing/common/testingContextKeys": {
|
|
8456
|
+
"testing.activeEditorHasTests": "現在のエディターにテストが存在するかどうかを示します",
|
|
8457
|
+
"testing.canRefresh": "テスト コントローラーにアタッチされた更新ハンドラーがあるかどうかを示します。",
|
|
8458
|
+
"testing.controllerId": "現在のテスト項目のコントローラー ID",
|
|
8459
|
+
"testing.hasConfigurableConfig": "任意のテスト構成を構成できるかどうかを示す",
|
|
8460
|
+
"testing.hasCoverableTests": "任意のテスト コントローラーがカバレッジ構成を登録したかどうかを示します",
|
|
8461
|
+
"testing.hasDebuggableTests": "任意のテスト コントローラーがデバッグ構成を登録したかどうかを示します",
|
|
8462
|
+
"testing.hasNonDefaultConfig": "任意のテスト コントローラーが既定以外の構成を登録したかどうかを示します",
|
|
8463
|
+
"testing.hasRunnableTests": "任意のテスト コントローラーが実行構成を登録したかどうかを示します",
|
|
8464
|
+
"testing.isContinuousModeOn": "連続テスト モードがオンかどうかを示します。",
|
|
8465
|
+
"testing.isParentRunningContinuously": "テスト項目のメニュー コンテキストで設定された、テストの親が継続的に実行されているかどうかを示します",
|
|
8466
|
+
"testing.isRefreshing": "現在、任意のテスト コントローラーでテストを更新しているかどうかを示します。",
|
|
8467
|
+
"testing.isTestCoverageOpen": "テスト カバレッジ レポートが開かれているかどうかを示します",
|
|
8468
|
+
"testing.peekItemType": "出力クイック表示の項目の種類。\"Test\"、\"message\"、\"task\"、または \"result\" のいずれかです。",
|
|
8469
|
+
"testing.supportsContinuousRun": "連続テストの実行がサポートされているかどうかを示します",
|
|
8470
|
+
"testing.testId": "テスト項目でメニューを作成するか開くときに設定される、現在のテスト項目の ID",
|
|
8471
|
+
"testing.testItemHasUri": "テスト項目に URI が定義されているかどうかを示すブール値",
|
|
8472
|
+
"testing.testItemIsHidden": "テスト項目が非表示になっているかどうかを示すブール値",
|
|
8473
|
+
"testing.testMessage": "'testMessage.contextValue' に設定された値。エディター/コンテンツ、テスト/メッセージ/コンテキストで使用できます",
|
|
8474
|
+
"testing.testResultOutdated": "結果が古い場合にエディター/コンテンツとテスト/メッセージ/コンテキストで使用できる値"
|
|
8081
8475
|
},
|
|
8082
8476
|
"vs/workbench/contrib/testing/common/testResult": {
|
|
8083
8477
|
runFinished: "{0} でのテスト実行"
|
|
8478
|
+
},
|
|
8479
|
+
"vs/workbench/contrib/testing/common/testServiceImpl": {
|
|
8480
|
+
testError: "テストを実行しようとしてエラーが発生しました: {0}",
|
|
8481
|
+
testTrust: "テストを実行すると、ワークスペースでコードが実行される可能性があります。"
|
|
8084
8482
|
},
|
|
8085
8483
|
"vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": {
|
|
8086
8484
|
close: "閉じる",
|
|
@@ -8377,6 +8775,13 @@ var content = {
|
|
|
8377
8775
|
"sign in": "サインインが要求されました",
|
|
8378
8776
|
signInRequest: "{1} (1) を使用するには {0} でサインインします",
|
|
8379
8777
|
useOtherAccount: "別のアカウントにサインインする"
|
|
8778
|
+
},
|
|
8779
|
+
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
8780
|
+
lifecycleVeto: "変更内容は保存されない可能性があります。[キャンセル] を押して、もう一度お試しください。",
|
|
8781
|
+
retry: "再試行(&&R)",
|
|
8782
|
+
unableToOpenWindow: "ブラウザーが新しいウィンドウを開くのを中断しました。[再試行] を押して、もう一度やり直してください。",
|
|
8783
|
+
unableToOpenWindowDetail: "今後この問題を回避するには、この Web サイトのポップアップを必ず許可してください。",
|
|
8784
|
+
unableToOpenWindowError: "新しいウィンドウを開くことができません。"
|
|
8380
8785
|
},
|
|
8381
8786
|
"vs/workbench/services/configuration/browser/configurationService": {
|
|
8382
8787
|
"configurationDefaults.description": "構成の既定値を提供する",
|