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:
authorAlexandru Dima <alexdima@microsoft.com>2017-12-13 14:21:16 +0300
committerGitHub <noreply@github.com>2017-12-13 14:21:16 +0300
commit816be6780ca8bd0ab80314e11478c48c70d09383 (patch)
tree61f0e3782e0627408f4cbf806173575d660bffac /i18n/kor/src/vs/code
parentdb59f5e27bdd4593e3dd06c502792652870056d5 (diff)
parentf3030d379955c390bc9d1f1b8589f31484cf3e01 (diff)
Merge pull request #40134 from Microsoft/loc/1.191.19.0
2017-12-12. Merged in translations from Transifex.
Diffstat (limited to 'i18n/kor/src/vs/code')
-rw-r--r--i18n/kor/src/vs/code/electron-main/main.i18n.json4
-rw-r--r--i18n/kor/src/vs/code/electron-main/menus.i18n.json4
-rw-r--r--i18n/kor/src/vs/code/node/cliProcessMain.i18n.json1
3 files changed, 9 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/code/electron-main/main.i18n.json b/i18n/kor/src/vs/code/electron-main/main.i18n.json
index d259f7872ca..e77916a201a 100644
--- a/i18n/kor/src/vs/code/electron-main/main.i18n.json
+++ b/i18n/kor/src/vs/code/electron-main/main.i18n.json
@@ -4,5 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "secondInstanceNoResponse": "{0}의 다른 인스턴스가 실행 중이지만 응답하지 않음",
+ "secondInstanceNoResponseDetail": "다른 인스턴스를 모두 닫고 다시 시도하세요.",
+ "secondInstanceAdmin": "{0}의 두 번째 인스턴스가 이미 관리자 권한으로 실행되고 있습니다.",
+ "secondInstanceAdminDetail": "다른 인스턴스를 닫고 다시 시도하세요.",
"close": "닫기(&&C)"
} \ No newline at end of file
diff --git a/i18n/kor/src/vs/code/electron-main/menus.i18n.json b/i18n/kor/src/vs/code/electron-main/menus.i18n.json
index 08a780b6810..ea36f9e14c0 100644
--- a/i18n/kor/src/vs/code/electron-main/menus.i18n.json
+++ b/i18n/kor/src/vs/code/electron-main/menus.i18n.json
@@ -22,10 +22,12 @@
"miQuit": "{0} 종료",
"miNewFile": "새 파일(&&N)",
"miOpen": "열기(&&O)...",
+ "miOpenWorkspace": "작업 영역 열기(&&K)...",
"miOpenFolder": "폴더 열기(&&F)...",
"miOpenFile": "파일 열기(&&O)...",
"miOpenRecent": "최근 항목 열기(&&R)",
"miSaveWorkspaceAs": "작업 영역을 다른 이름으로 저장",
+ "miAddFolderToWorkspace": "작업 영역에 폴더 추가(&&D)...",
"miSave": "저장(&&S)",
"miSaveAs": "다른 이름으로 저장(&&A)...",
"miSaveAll": "모두 저장(&&L)",
@@ -155,6 +157,7 @@
"mMergeAllWindows": "모든 창 병합",
"miToggleDevTools": "개발자 도구 설정/해제(&&T)",
"miAccessibilityOptions": "접근성 옵션(&&O)",
+ "miReportIssue": "문제 보고(&&I)",
"miWelcome": "시작(&&W)",
"miInteractivePlayground": "대화형 실습(&&I)",
"miDocumentation": "설명서(&&D)",
@@ -181,6 +184,7 @@
"miDownloadingUpdate": "업데이트를 다운로드하는 중...",
"miInstallingUpdate": "업데이트를 설치하는 중...",
"miCheckForUpdates": "업데이트 확인...",
+ "aboutDetail": "버전 {0}\n커밋 {1}\n날짜 {2}\n셸 {3}\n렌더러 {4}\n노드 {5}\n아키텍처 {6}",
"okButton": "확인",
"copy": "복사(&&C)"
} \ No newline at end of file
diff --git a/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json b/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
index c8b96ea3f8f..1fa2ec087e3 100644
--- a/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
+++ b/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
@@ -8,6 +8,7 @@
"notInstalled": "'{0}' 확장이 설치되어 있지 않습니다.",
"useId": "게시자를 포함한 전체 확장 ID(예: {0})를 사용하세요.",
"successVsixInstall": "확장 '{0}'이(가) 설치되었습니다!",
+ "cancelVsixInstall": "'{0}' 확장 설치를 취소했습니다.",
"alreadyInstalled": "'{0}' 확장이 이미 설치되어 있습니다.",
"foundExtension": "마켓플레이스에서 '{0}'을(를) 찾았습니다.",
"installing": "설치 중...",