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/browser/breakpointsView.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json
index 436d689848d..0495fb536e2 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json
@@ -6,7 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "logPoint": "Logpoint",
"breakpoint": "중단점",
+ "editBreakpoint": "{0} 편집...",
+ "removeBreakpoint": "{0} 제거",
"functionBreakpointsNotSupported": "이 디버그 형식은 함수 중단점을 지원하지 않습니다.",
"functionBreakpointPlaceholder": "중단할 함수",
"functionBreakPointInputAriaLabel": "함수 중단점 입력",