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/debugEditorContribution.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
1 files changed, 12 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