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')
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json6
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json1
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json3
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json2
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json2
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json1
6 files changed, 12 insertions, 3 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
diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json
index 5d63b420a5a..dbd802f3d71 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json
@@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"noFolderDebugConfig": "고급 디버그 구성을 수행하려면 먼저 폴더를 여세요.",
+ "columnBreakpoint": "열 중단점",
"debug": "디버그",
"addColumnBreakpoint": "열 중단점 추가"
} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json
index 6efff46983d..54dad0bedb8 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json
@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
- "unable": "디버그 세션이 없는 리소스를 확인할 수 없음"
+ "unable": "디버그 세션이 없는 리소스를 확인할 수 없음",
+ "canNotResolveSource": "{0} 리소스를 확인할 수 없습니다. 디버그 확장에서 응답이 없습니다."
} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
index 9063bc79c2f..874247a3475 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
@@ -26,6 +26,6 @@
"always": "상태 표시줄에 디버그 항상 표시",
"onFirstSessionStart": "디버그가 처음으로 시작된 후에만 상태 표시줄에 디버그 표시",
"showInStatusBar": "디버그 상태 표시줄을 표시할 시기를 제어합니다.",
- "openDebug": "디버깅 세션 시작 시 디버그 뷰렛을 열지 여부를 제어합니다.",
+ "openDebug": "디버깅 세션 시작 시에 디버그 보기를 열지 여부를 제어합니다",
"launch": "전역 디버그 시작 구성입니다. 작업 영역에서 공유되는 \n 'launch.json'에 대한 대체로 사용되어야 합니다."
} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 205122173e4..53bf2dac9a8 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -14,9 +14,11 @@
"breakpointRemoved": "파일 {1}, 줄 {0}에서 중단점이 제거되었습니다.",
"compoundMustHaveConfigurations": "여러 구성을 시작하려면 복합에 \"configurations\" 특성 집합이 있어야 합니다.",
"noConfigurationNameInWorkspace": "작업 영역에서 시작 구성 '{0}'을(를) 찾을 수 없습니다.",
+ "multipleConfigurationNamesInWorkspace": "작업 영역에 시작 구성 '{0}'이(가) 여러 개 있습니다. 폴더 이름을 사용하여 구성을 한정하세요.",
"noFolderWithName": "복합형 '{2}'의 구성 '{1}'에 대해 이름이 '{0}'인 폴더를 찾을 수 없습니다.",
"configMissing": "'{0}' 구성이 'launch.json'에 없습니다.",
"launchJsonDoesNotExist": "'launch.json'이 없습니다.",
+ "debugRequestNotSupported": "'{0}' 특성에는 선택한 디버그 구성에서 지원되지 않는 값 '{1}'이(가) 있습니다.",
"debugRequesMissing": "선택한 디버그 구성에 특성 '{0}'이(가) 없습니다.",
"debugTypeNotSupported": "구성된 디버그 형식 '{0}'은(는) 지원되지 않습니다.",
"debugTypeMissing": "선택한 시작 구성에 대한 'type' 속성이 없습니다.",
diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json
index e8fc38478dd..79de72d3e1f 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json
@@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"copyValue": "값 복사",
+ "copyAsExpression": "식으로 복사",
"copy": "복사",
"copyAll": "모두 복사",
"copyStackTrace": "호출 스택 복사"