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.json6
1 files changed, 5 insertions, 1 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 bda2da1af75..8a6f29b83bf 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
@@ -10,6 +10,10 @@
"functionBreakpointsNotSupported": "이 디버그 형식은 함수 중단점을 지원하지 않습니다.",
"functionBreakpointPlaceholder": "중단할 함수",
"functionBreakPointInputAriaLabel": "함수 중단점 입력",
+ "breakpointDisabledHover": "해제된 중단점",
+ "breakpointUnverifieddHover": "확인되지 않은 중단점",
+ "functionBreakpointUnsupported": "이 디버그 형식은 함수 중단점을 지원하지 않습니다.",
"breakpointDirtydHover": "확인되지 않은 중단점입니다. 파일이 수정되었습니다. 디버그 세션을 다시 시작하세요.",
- "conditionalBreakpointUnsupported": "이 디버그 형식에서 지원되지 않는 조건부 중단점"
+ "conditionalBreakpointUnsupported": "이 디버그 형식에서 지원되지 않는 조건부 중단점",
+ "hitBreakpointUnsupported": "이 디버그 형식은 조건부 중단점 적중을 지원하지 않습니다."
} \ No newline at end of file