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.json2
1 files changed, 2 insertions, 0 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 2c8374a3999..c5bae21c735 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
@@ -11,6 +11,8 @@
"breakpointAdded": "ブレークポイントを追加しました。行 {0}、ファイル {1}",
"breakpointRemoved": "ブレークポイントを削除しました。行 {0}、ファイル {1}",
"compoundMustHaveConfigurations": "複合構成を開始するには、複合に \"configurations\" 属性が設定されている必要があります。",
+ "configMissing": "構成 '{0}' が 'launch.json' 内にありません。",
+ "launchJsonDoesNotExist": "'launch.json' は存在しません。",
"debugRequestNotSupported": "選択しているデバッグ構成で `{0}` 属性はサポートされない値 '{1}' を指定しています。",
"debugRequesMissing": "選択しているデバッグ構成に属性 '{0}' が含まれていません。",
"debugTypeNotSupported": "構成されているデバッグの種類 '{0}' はサポートされていません。",