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')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json8
2 files changed, 20 insertions, 1 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index c7962971b2a..6c8d93afd5e 100644
--- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
@@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "ブレークポイントの追加",
- "addConfiguration": "構成の追加..."
+ "addConfiguration": "構成の追加...",
+ "disableBreakpointOnLine": "行のブレークポイントの無効化",
+ "disableColumnBreakpoint": "列 {0} のブレークポイントの無効化",
+ "editBreakpointOnColumn": "列 {0} のブレークポイントの編集",
+ "editBreakpoints": "ブレークポイントの編集",
+ "editLineBrekapoint": "行のブレークポイントの編集",
+ "enableBreakpointOnLine": "行のブレークポイントの有効化",
+ "enableBreakpoints": "列 {0} のブレークポイントの有効化",
+ "enableDisableBreakpoints": "ブレークポイントの有効化/無効化",
+ "removeBreakpointOnColumn": "列 {0} のブレークポイントの削除",
+ "removeBreakpoints": "ブレークポイントの削除",
+ "removeLineBreakpoint": "行のブレークポイントの削除"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
new file mode 100644
index 00000000000..aa4a05fcb72
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "statusBarDebuggingBackground": "プログラムをデバッグしているときのステータス バーの背景色。ステータス バーはウィンドウの下部に表示されます"
+} \ No newline at end of file