mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
[Loc] update to langpack base files for vscode-merge 1.62 (#20059)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "ads-language-pack-ko",
|
||||
"displayName": "Korean Language Pack for Azure Data Studio",
|
||||
"displayName": "Korean(사용법) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Korean",
|
||||
"version": "1.37.0",
|
||||
"version": "1.38.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.37.0"
|
||||
"azdata": "^1.38.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -40,10 +40,6 @@
|
||||
"id": "vscode.docker",
|
||||
"path": "./translations/extensions/docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.extension-editing",
|
||||
"path": "./translations/extensions/extension-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git-ui",
|
||||
"path": "./translations/extensions/git-ui.i18n.json"
|
||||
@@ -180,6 +176,10 @@
|
||||
"id": "Microsoft.asde-deployment",
|
||||
"path": "./translations/extensions/asde-deployment.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azcli",
|
||||
"path": "./translations/extensions/azcli.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azurecore",
|
||||
"path": "./translations/extensions/azurecore.i18n.json"
|
||||
@@ -263,10 +263,6 @@
|
||||
{
|
||||
"id": "Microsoft.xml-language-features",
|
||||
"path": "./translations/extensions/xml-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azcli",
|
||||
"path": "./translations/extensions/azcli.i18n.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"assocLabelPath": "경로가 있는 파일",
|
||||
"derivedDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
||||
"derivedLabel": "이름별 형제가 있는 파일",
|
||||
"dirty": "활성 편집기가 더티인 경우 더티 표시기",
|
||||
"dirty": "활성 편집기에 저장되지 않은 변경 내용이 있는 경우에 대한 표시기",
|
||||
"falseDescription": "패턴을 사용하지 않도록 설정합니다.",
|
||||
"fileDescription": "특정 파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
||||
"fileLabel": "확장명별 파일",
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/extensionLinter": {
|
||||
"dataUrlsNotValid": "데이터 URL은 올바른 이미지 소스가 아닙니다.",
|
||||
"embeddedSvgsNotValid": "내장 SVG는 올바른 이미지 소스가 아닙니다.",
|
||||
"httpsRequired": "이미지는 HTTPS 프로토콜을 사용해야 합니다.",
|
||||
"relativeBadgeUrlRequiresHttpsRepository": "관계형 배지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
||||
"relativeIconUrlRequiresHttpsRepository": "아이콘은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
||||
"relativeUrlRequiresHttpsRepository": "관계형 이미지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
||||
"svgsNotValid": "SVG는 올바른 이미지 소스가 아닙니다."
|
||||
},
|
||||
"dist/packageDocumentHelper": {
|
||||
"languageSpecificEditorSettings": "언어별 편집기 설정",
|
||||
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
|
||||
},
|
||||
"package": {
|
||||
"description": "확장 제작을 위한 Lint 기능을 제공합니다.",
|
||||
"displayName": "확장 제작"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user