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

localizations.contribution.i18n.json « electron-browser « localizations « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 511e22e0dd6b6d7e609d533d953afbab02654214 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"updateLocale": "VS Code의 UI 언어를 {0}(으)로 변경하고 다시 시작하시겠습니까?",
	"yes": "예",
	"no": "아니요",
	"neverAgain": "다시 표시 안 함",
	"install language pack": "곧 VS Code에서는 Marketplace 확장 형식의 언어 팩만 지원합니다. 현재 구성된 언어를 계속 사용하도록 구성하려면 '{0}' 확장을 설치하세요. ",
	"install": "설치",
	"more information": "자세한 정보...",
	"JsonSchema.locale": "사용할 UI 언어입니다.",
	"vscode.extension.contributes.localizations": "편집기에 지역화를 적용합니다.",
	"vscode.extension.contributes.localizations.languageId": "표시 문자열이 번역되는 언어의 ID입니다.",
	"vscode.extension.contributes.localizations.languageName": "영어로 된 언어 이름입니다.",
	"vscode.extension.contributes.localizations.languageNameLocalized": "적용된 언어로 된 언어 이름입니다.",
	"vscode.extension.contributes.localizations.translations": "해당 언어에 연결된 번역 목록입니다.",
	"vscode.extension.contributes.localizations.translations.id": "이 변환이 적용되는 VS Code 또는 확장의 ID입니다. VS Code의 ID는 항상 `vscode`이고 확장의 ID는 `publisherId.extensionName` 형식이어야 합니다.",
	"vscode.extension.contributes.localizations.translations.id.pattern": "ID는 VS Code를 변환하거나 확장을 변환하는 경우 각각 `vscode` 또는 `publisherId.extensionName` 형식이어야 합니다.",
	"vscode.extension.contributes.localizations.translations.path": "언어에 대한 변환을 포함하는 파일의 상대 경로입니다."
}