Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -2,20 +2,21 @@
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"previewOnGitHub": "GitHub에서 미리 보기",
"loadingData": "데이터 로드 중...",
"rateLimited": "GitHub 쿼리 제한이 초과되었습니다. 기다려 주세요.",
"similarIssues": "유사한 문제",
"open": "열기",
"closed": "닫힘",
"noResults": "결과 없음",
"noSimilarIssues": "검색된 유사한 문제 없음",
"settingsSearchIssue": "설정 검색 문제",
"bugReporter": "버그 보고서",
"performanceIssue": "성능 문제",
"featureRequest": "기능 요청",
"performanceIssue": "성능 문제",
"stepsToReproduce": "재현 단계",
"bugDescription": "문제를 안정적으로 재현시킬 수 있는 방법을 공유해주세요. 실제 결과와 예상 결과를 포함하세요. GitHub 버전의 Markdown을 지원합니다. GitHub에서 미리 볼 때 문제를 편집하고 스크린샷을 추가할 수 있습니다.",
"performanceIssueDesciption": "이 성능 문제가 언제 발생합니까? 시작할 때 발생합니까? 특정 작업을 진행한 이후에 발생합니까? GitHub 버전의 Markdown을 지원합니다. GitHub에서 미리 볼 때 문제를 편집하고 스크린샷을 추가할 수 있습니다.",

View File

@@ -2,12 +2,18 @@
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"completeInEnglish": "양식을 영어로 작성해 주세요.",
"issueTypeLabel": "이것은",
"issueSourceLabel": "제출 대상",
"vscode": "Visual Studio Code",
"extension": "확장",
"disableExtensionsLabelText": "{0} 후 문제를 재현해 보세요. 확장이 활성 상태인 경우에만 문제가 재현되면 확장과 관련된 문제일 수 있습니다.",
"disableExtensions": "모든 확장을 사용하지 않도록 설정하고 창 다시 로드",
"chooseExtension": "확장",
"issueTitleLabel": "제목",
"issueTitleRequired": "제목을 입력하세요.",
"titleLengthValidation": "제목이 너무 깁니다.",
@@ -18,13 +24,6 @@
"extensions": "내 확장",
"searchedExtensions": "검색된 확장",
"settingsSearchDetails": "설정 검색 세부 정보",
"tryDisablingExtensions": "확장을 사용하지 않도록 설정해도 문제 재현이 가능한가요?",
"yes": "예",
"no": "아니요",
"disableExtensionsLabelText": "{0} 후 문제를 재현해 보세요.",
"disableExtensions": "모든 확장을 사용하지 않도록 설정하고 창 다시 로드",
"showRunningExtensionsLabelText": "확장 문제로 의심되면 {0}에서 확장에 대한 문제를 보고하세요.",
"showRunningExtensions": "모든 실행 중인 확장 보기",
"details": "상세 내용을 입력하세요.",
"loadingData": "데이터 로드 중..."
}

View File

@@ -0,0 +1,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"cpu": "CPU %",
"memory": "메모리(MB)",
"pid": "pid",
"name": "이름",
"killProcess": "프로세스 종료",
"forceKillProcess": "프로세스 강제 종료"
}

View File

@@ -146,6 +146,7 @@
"miConditionalBreakpoint": "조건부 중단점(&&C)...",
"miColumnBreakpoint": "열 중단점(&&O)",
"miFunctionBreakpoint": "함수 중단점(&&F)...",
"miLogPoint": "Logpoint(&&L)...",
"miNewBreakpoint": "새 중단점(&&N)",
"miEnableAllBreakpoints": "모든 중단점 설정",
"miDisableAllBreakpoints": "모든 중단점 사용 안 함(&&L)",
@@ -161,6 +162,7 @@
"mMergeAllWindows": "모든 창 병합",
"miToggleDevTools": "개발자 도구 설정/해제(&&T)",
"miAccessibilityOptions": "접근성 옵션(&&O)",
"miOpenProcessExplorerer": "프로세스 탐색기 열기(&&P)",
"miReportIssue": "문제 보고(&&I)",
"miWelcome": "시작(&&W)",
"miInteractivePlayground": "대화형 실습(&&I)",