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/replViewer.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json8
1 files changed, 4 insertions, 4 deletions
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 0a2c74e3cb8..9494821fa79 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
@@ -6,9 +6,9 @@
{
"fileLink": "클릭하여 이동(측면에서 열려면 Ctrl 키를 누르고 클릭)",
"fileLinkMac": "클릭하여 이동(측면에서 열려면 Cmd 키를 누르고 클릭)",
- "replExpressionAriaLabel": "{0} 식에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
- "replKeyValueOutputAriaLabel": "출력 변수 {0}에 값 {1}이(가) 있습니다. 읽기 평가 인쇄 루프, 디버그",
- "replValueOutputAriaLabel": "{0}, 읽기 평가 인쇄 루프, 디버그",
- "replVariableAriaLabel": "{0} 변수에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
+ "replExpressionAriaLabel": "{0} 식에 {1} 값이 있습니다. read–eval–print loop, 디버그",
+ "replKeyValueOutputAriaLabel": "출력 변수 {0}에 값 {1}이(가) 있습니다. read–eval–print loop, 디버그",
+ "replValueOutputAriaLabel": "{0}, read–eval–print loop, 디버그",
+ "replVariableAriaLabel": "{0} 변수에 {1} 값이 있습니다. read–eval–print loop, 디버그",
"stateCapture": "개체 상태는 첫 번재 평가에서 캡처됩니다."
} \ No newline at end of file