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

settingsDocumentHelper.i18n.json « out « configuration-editing « extensions « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7553c53d84e36b4a12bf93c3b78a11d65e0bfa5c (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"activeEditorShort": "예: myFile.txt",
	"activeEditorMedium": "예: myFolder/myFile.txt",
	"activeEditorLong": "예: /Users/Development/myProject/myFolder/myFile.txt",
	"rootPath": "예: /Users/Development/myProject",
	"appName": "예: VS Code",
	"dirty": "활성 편집기가 더티인 경우 더티 표시기",
	"separator": "값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호 (' - ')",
	"assocLabelFile": "확장명이 있는 파일",
	"assocDescriptionFile": "파일 이름에서 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
	"assocLabelPath": "경로가 있는 파일",
	"assocDescriptionPath": "경로에서 절대 경로 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
	"fileLabel": "확장명별 파일",
	"fileDescription": "특정 파일 확장명이 있는 모든 파일을 일치시킵니다.",
	"filesLabel": "여러 확장명이 있는 파일",
	"filesDescription": "파일 확장명이 있는 모든 파일을 일치시킵니다.",
	"derivedLabel": "이름별 형제가 있는 파일",
	"derivedDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
	"topFolderLabel": "이름별 폴더(최상위)",
	"topFolderDescription": "특정 이름의 최상위 폴더를 일치시킵니다.",
	"topFoldersLabel": "이름이 여러 개 있는 폴더(최상위)",
	"topFoldersDescription": "여러 최상위 폴더를 일치시킵니다.",
	"folderLabel": "이름별 폴더(모든 위치)",
	"folderDescription": "모든 위치에 있는 특정 이름의 폴더를 일치시킵니다.",
	"falseDescription": "패턴을 사용하지 않도록 설정합니다.",
	"trueDescription": "패턴을 사용하도록 설정합니다.",
	"siblingsDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
	"languageSpecificEditorSettings": "언어별 편집기 설정",
	"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
}