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/kor/src/vs/workbench/parts/debug/electron-browser')
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json8
2 files changed, 20 insertions, 1 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index d9e0f4a31e9..f7dccad9927 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/kor/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/kor/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
new file mode 100644
index 00000000000..fa9a8cbb690
--- /dev/null
+++ b/i18n/kor/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