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/execution/electron-browser/execution.contribution.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
new file mode 100644
index 00000000000..3eb884953bf
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
@@ -0,0 +1,16 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "terminalConfigurationTitle": "외부 터미널",
+ "terminal.external.windowsExec": "Windows에서 실행할 터미널을 사용자 지정합니다.",
+ "terminal.external.osxExec": "OS X에서 실행할 터미널 응용 프로그램을 사용자 지정합니다.",
+ "terminal.external.linuxExec": "Linux에서 실행할 터미널을 사용자 지정합니다.",
+ "globalConsoleActionWin": "새 명령 프롬프트 열기",
+ "globalConsoleActionMacLinux": "새 터미널 열기",
+ "scopedConsoleActionWin": "명령 프롬프트에서 열기",
+ "scopedConsoleActionMacLinux": "터미널에서 열기",
+ "openFolderInIntegratedTerminal": "터미널에서 열기"
+} \ No newline at end of file