Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 86136d977a5..37262b21f31 100644
--- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -12,10 +12,10 @@
"breakpointRemoved": "ブレークポイントを削除しました。行 {0}、ファイル {1}",
"compoundMustHaveConfigurations": "複合構成を開始するには、複合に \"configurations\" 属性が設定されている必要があります。",
"configMissing": "構成 '{0}' が 'launch.json' 内にありません。",
- "debugRequestNotSupported": "選択したデバッグ構成ではサポートされていない属性値 `{0}` : '{1}'。",
- "debugRequesMissing": "選択しているデバッグ構成に '{0}' 属性が含まれていません ",
+ "debugRequestNotSupported": "選択しているデバッグ構成で `{0}` 属性はサポートされない値 '{1}' を指定しています。",
+ "debugRequesMissing": "選択しているデバッグ構成に `{0}` 属性が含まれていません。",
"debugTypeNotSupported": "構成されているデバッグの種類 '{0}' はサポートされていません。",
- "debugTypeMissing": "選択された起動構成のプロパティ 'type' がありません。",
+ "debugTypeMissing": "選択している起動構成の `type` プロパティがありません。",
"preLaunchTaskErrors": "preLaunchTask '{0}' の実行中にビルド エラーが検出されました。",
"preLaunchTaskError": "preLaunchTask '{0}' の実行中にビルド エラーが検出されました。",
"preLaunchTaskExitCode": "preLaunchTask '{0}' が終了コード {1} で終了しました。",