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/repl.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
index 1d1055d2691..80a61ce6827 100644
--- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
@@ -7,5 +7,6 @@
"replAriaLabel": "읽기 평가 인쇄 루프 패널",
"actions.repl.historyPrevious": "기록 이전",
"actions.repl.historyNext": "기록 다음",
- "actions.repl.acceptInput": "REPL 입력 적용"
+ "actions.repl.acceptInput": "REPL 입력 적용",
+ "actions.repl.copyAll": "디버그: 모두 콘솔 복사"
} \ No newline at end of file