Welcome to mirror list, hosted at ThFree Co, Russian Federation.

editorStatus.i18n.json « editor « parts « browser « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a541795165f20f9958cf348a79d88a86a5b5458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"singleSelectionRange": "줄 {0}, 열 {1}({2} 선택됨)",
	"singleSelection": "줄 {0}, 열 {1}",
	"multiSelectionRange": "{0} 선택 항목({1}자 선택됨)",
	"multiSelection": "{0} 선택 항목",
	"endOfLineLineFeed": "LF",
	"endOfLineCarriageReturnLineFeed": "CRLF",
	"tabFocusModeEnabled": "Tab으로 포커스 이동",
	"screenReaderDetected": "화면 읽기 프로그램 검색됨",
	"screenReaderDetectedExtra": "화면 읽기 프로그램을 사용하지 않는 경우 `editor.accessibilitySupport` 설정을 \"off\"로 변경하세요.",
	"disableTabMode": "접근성 모드 사용 안 함",
	"gotoLine": "줄 이동",
	"indentation": "들여쓰기",
	"selectEncoding": "인코딩 선택",
	"selectEOL": "줄 시퀀스의 끝 선택",
	"selectLanguageMode": "언어 모드 선택",
	"fileInfo": "파일 정보",
	"spacesSize": "공백: {0}",
	"tabSize": "Tab 크기: {0}",
	"showLanguageExtensions": "'{0}'의 마켓플레이스 확장 검색...",
	"changeMode": "언어 모드 변경",
	"noEditor": "현재 활성 텍스트 편집기 없음",
	"languageDescription": "({0}) - 구성된 언어",
	"languageDescriptionConfigured": "({0})",
	"languagesPicks": "언어(식별자)",
	"configureModeSettings": "'{0}' 언어 기반 설정 구성...",
	"configureAssociationsExt": "'{0}'에 대한 파일 연결 구성...",
	"autoDetect": "자동 감지",
	"pickLanguage": "언어 모드 선택",
	"currentAssociation": "현재 연결",
	"pickLanguageToConfigure": "'{0}'과(와) 연결할 언어 모드 선택",
	"changeIndentation": "ID 변경",
	"noWritableCodeEditor": "활성 코드 편집기는 읽기 전용입니다.",
	"indentView": "보기 변경",
	"indentConvert": "파일 변환",
	"pickAction": "작업 선택",
	"changeEndOfLine": "줄 시퀀스의 끝 변경",
	"pickEndOfLine": "줄 시퀀스의 끝 선택",
	"changeEncoding": "파일 인코딩 변경",
	"noFileEditor": "현재 활성 파일 없음",
	"saveWithEncoding": "인코딩하여 저장",
	"reopenWithEncoding": "인코딩하여 다시 열기",
	"guessedEncoding": "콘텐츠에서 추측함",
	"pickEncodingForReopen": "파일을 다시 열 파일 인코딩 선택",
	"pickEncodingForSave": "파일을 저장할 파일 인코딩 선택"
}