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/terminal/electron-browser/terminalInstance.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json
index 7ae3f4f9275..1834a3bba20 100644
--- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "terminal.integrated.copySelection.noSelection": "터미널에 복사할 선택 항목이 없음",
"terminal.integrated.exitedWithCode": "터미널 프로세스가 종료 코드 {0}(으)로 종료되었습니다.",
"terminal.integrated.waitOnExit": "터미널을 닫으려면 아무 키나 누르세요.",
"terminal.integrated.launchFailed": "터미널 프로세스 명령 `{0}{1}`이(가) 시작하지 못했습니다(종료 코드: {2})."