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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json')
-rw-r--r--i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json
index c2f0cbb36be..660a9006bea 100644
--- a/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json
+++ b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json
@@ -17,6 +17,10 @@
"extensionDescription.publisher": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
"extensionDescription.version": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
"vscode.extension.activationEvents": "VS Code 확장에 대한 활성화 이벤트입니다.",
+ "vscode.extension.badges": "마켓플레이스 확장 페이지의 사이드바에 표시할 배지의 배열입니다.",
+ "vscode.extension.badges.description": "배지 설명입니다.",
+ "vscode.extension.badges.href": "배지 링크입니다.",
+ "vscode.extension.badges.url": "배지 이미지 URL입니다.",
"vscode.extension.categories": "확장을 분류하기 위해 VS Code 갤러리에서 사용하는 범주입니다.",
"vscode.extension.contributes": "이 패키지에 표시된 VS Code 확장의 전체 기여입니다.",
"vscode.extension.displayName": "VS Code 갤러리에 사용되는 확장의 표시 이름입니다.",
@@ -24,6 +28,8 @@
"vscode.extension.galleryBanner": "VS Code 마켓플레이스에 사용되는 배너입니다.",
"vscode.extension.galleryBanner.color": "VS Code 마켓플레이스 페이지 머리글의 배너 색상입니다.",
"vscode.extension.galleryBanner.theme": "배너에 사용되는 글꼴의 색상 테마입니다.",
+ "vscode.extension.icon": "128x128 픽셀 아이콘의 경로입니다.",
+ "vscode.extension.preview": "마켓플레이스에서 Preview로 플래그 지정할 확장을 설정합니다.",
"vscode.extension.publisher": "VS Code 확장의 게시자입니다.",
"vscode.extension.scripts.prepublish": "패키지가 VS Code 확장 형태로 게시되기 전에 스크립트가 실행되었습니다."
} \ No newline at end of file