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

extensionsActions.i18n.json « browser « extensions « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0dc673516e19ea7b630f7839f14886ee93c995a (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
52
53
54
55
56
57
58
59
60
61
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"installAction": "설치",
	"installing": "설치 중",
	"uninstallAction": "제거",
	"Uninstalling": "제거하는 중",
	"updateAction": "업데이트",
	"updateTo": "{0}(으)로 업데이트",
	"ManageExtensionAction.uninstallingTooltip": "제거하는 중",
	"enableForWorkspaceAction": "사용(작업 영역)",
	"enableGloballyAction": "사용",
	"enableAction": "사용",
	"disableForWorkspaceAction": "사용 안 함(작업 영역)",
	"disableGloballyAction": "사용 안 함",
	"disableAction": "사용 안 함",
	"checkForUpdates": "업데이트 확인",
	"enableAutoUpdate": "확장 자동 업데이트 사용",
	"disableAutoUpdate": "확장 자동 업데이트 사용 안 함",
	"updateAll": "모든 확장 업데이트",
	"reloadAction": "다시 로드",
	"postUpdateTooltip": "업데이트하려면 다시 로드",
	"postUpdateMessage": "이 창을 다시 로드하여 업데이트된 확장 '{0}'을(를) 활성화하시겠습니까?",
	"postEnableTooltip": "활성화하려면 다시 로드",
	"postEnableMessage": "이 창을 다시 로드하여 '{0}' 확장을 활성화하시겠습니까?",
	"postDisableTooltip": "비활성화하려면 다시 로드",
	"postDisableMessage": "이 창을 다시 로드하여 '{0}' 확장을 비활성화하시겠습니까?",
	"postUninstallTooltip": "비활성화하려면 다시 로드",
	"postUninstallMessage": "이 창을 다시 로드하여 제거된 확장 '{0}'을(를) 비활성화하시겠습니까?",
	"toggleExtensionsViewlet": "확장 표시",
	"installExtensions": "확장 설치",
	"showEnabledExtensions": "사용 확장자 표시",
	"showInstalledExtensions": "설치된 확장 표시",
	"showDisabledExtensions": "사용할 수 없는 확장 표시",
	"clearExtensionsInput": "확장 입력 지우기",
	"showOutdatedExtensions": "만료된 확장 표시",
	"showPopularExtensions": "자주 사용되는 확장 표시",
	"showRecommendedExtensions": "권장되는 확장 표시",
	"installWorkspaceRecommendedExtensions": "작업 영역 권장 확장 모두 설치",
	"allExtensionsInstalled": "이 작업 영역에 권장되는 확장이 모두 이미 설치되었습니다.",
	"installRecommendedExtension": "권장되는 확장 설치",
	"extensionInstalled": "권장되는 확장이 이미 설치되어 있습니다.",
	"showRecommendedKeymapExtensionsShort": "키 맵",
	"showLanguageExtensionsShort": "언어 확장",
	"showAzureExtensionsShort": "Azure 확장",
	"OpenExtensionsFile.failed": "'.vscode' 폴더({0}) 내에 'extensions.json' 파일을 만들 수 없습니다.",
	"configureWorkspaceRecommendedExtensions": "권장 확장 구성(작업 영역)",
	"configureWorkspaceFolderRecommendedExtensions": "권장 확장 구성(작업 영역 폴더)",
	"malicious tooltip": "이 확장은 문제가 있다고 보고되었습니다.",
	"malicious": "악성",
	"disableAll": "설치된 모든 확장 사용 안 함",
	"disableAllWorkspace": "이 작업 영역에 대해 설치된 모든 확장 사용 안 함",
	"extensionButtonProminentBackground": "눈에 잘 띄는 작업 확장의 단추 배경색입니다(예: 설치 단추).",
	"extensionButtonProminentForeground": "눈에 잘 띄는 작업 확장의 단추 전경색입니다(예: 설치 단추).",
	"extensionButtonProminentHoverBackground": "눈에 잘 띄는 작업 확장의 단추 배경 커서 올리기 색입니다(예: 설치 단추)."
}