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/debugQuickOpen.i18n.json2
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json8
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json6
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json1
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json3
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json3
6 files changed, 17 insertions, 6 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
index 674839cc069..753a861d411 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
@@ -6,6 +6,8 @@
{
"entryAriaLabel": "{0}, 디버그",
"debugAriaLabel": "실행할 시작 구성의 이름을 입력하세요.",
+ "addConfigTo": "구성 추가 ({0})...",
+ "addConfiguration": "구성 추가...",
"noConfigurationsMatching": "일치하는 디버그 구성 없음",
"noConfigurationsFound": "디버그 구성을 찾을 수 없습니다. 'launch.json' 파일을 만드세요."
} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
new file mode 100644
index 00000000000..416944e28fd
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.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.
+{
+ "debug": "디버그"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
index 2b0632b1635..0db91f83b2f 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
@@ -15,7 +15,6 @@
"vscode.extension.contributes.debuggers.initialConfigurations": "초기 'launch.json'을 생성하기 위한 구성입니다.",
"vscode.extension.contributes.debuggers.languages": "디버그 확장이 \"기본 디버거\"로 간주될 수 있는 언어 목록입니다.",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "지정하는 경우 VS Code에서 이 명령을 호출하여 디버그 어댑터의 실행 파일 경로 및 전달할 인수를 확인합니다.",
- "vscode.extension.contributes.debuggers.startSessionCommand": "지정하는 경우 VS Code에서 이 확장을 대상으로 하는 \"디버그\" 또는 \"실행\" 작업에 대해 이 명령을 호출합니다.",
"vscode.extension.contributes.debuggers.configurationSnippets": "'launch.json'에 새 구성을 추가하는 코드 조각입니다.",
"vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json'의 유효성 검사를 위한 JSON 스키마 구성입니다.",
"vscode.extension.contributes.debuggers.windows": "Windows 특정 설정",
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 7b4fa4d91c9..13125eab426 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
@@ -12,10 +12,7 @@
"breakpointRemoved": "파일 {1}, 줄 {0}에서 중단점이 제거되었습니다.",
"compoundMustHaveConfigurations": "여러 구성을 시작하려면 복합에 \"configurations\" 특성 집합이 있어야 합니다.",
"configMissing": "'{0}' 구성이 'launch.json'에 없습니다.",
- "debugRequestNotSupported": "선택한 디버그 구성에 지원되지 않는 특성 값 `{0}`: '{1}'이(가) 있습니다.",
- "debugRequesMissing": "선택한 디버그 구성에 특성 '{0}'이(가) 없습니다.",
"debugTypeNotSupported": "구성된 디버그 형식 '{0}'은(는) 지원되지 않습니다.",
- "debugTypeMissing": "선택한 시작 구성에 대한 'type' 속성이 없습니다.",
"preLaunchTaskErrors": "preLaunchTask '{0}' 진행 중에 빌드 오류가 감지되었습니다.",
"preLaunchTaskError": "preLaunchTask '{0}' 진행 중에 빌드 오류가 감지되었습니다.",
"preLaunchTaskExitCode": "preLaunchTask '{0}'이(가) {1} 종료 코드와 함께 종료되었습니다.",
diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
index 9c417b8c7dd..1da0363bd93 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
@@ -7,6 +7,5 @@
"stateCapture": "개체 상태는 첫 번재 평가에서 캡처됩니다.",
"replVariableAriaLabel": "{0} 변수에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
"replExpressionAriaLabel": "{0} 식에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
- "replValueOutputAriaLabel": "{0}, 읽기 평가 인쇄 루프, 디버그",
- "replKeyValueOutputAriaLabel": "출력 변수 {0}에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그"
+ "replValueOutputAriaLabel": "{0}, 읽기 평가 인쇄 루프, 디버그"
} \ No newline at end of file