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/terminalService.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
index 8b6ad71cd4e..b35dc930909 100644
--- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
@@ -3,4 +3,9 @@
* 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
+{
+ "cancel": "취소",
+ "terminalService.terminalCloseConfirmationPlural": "{0}개의 활성 터미널 세션이 있습니다. 종료할까요?",
+ "terminalService.terminalCloseConfirmationSingular": "활성 터미널 세션이 있습니다. 종료할까요?",
+ "yes": "예"
+} \ No newline at end of file