mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Added localized vscode extensions to localization source files (#21684)
* added localized vscode extensions * bump to 1.42
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/remoteSource": {
|
||||
"branch name": "분기 이름",
|
||||
"error": "$(error) 오류: {0}",
|
||||
"none found": "원격 리포지토리를 찾을 수 없습니다.",
|
||||
"pick url": "복제할 URL을 선택하세요.",
|
||||
"provide url": "리포지토리 URL 제공",
|
||||
"provide url or pick": "리포지토리 URL을 입력하거나 리포지토리 소스를 선택하세요.",
|
||||
"recently opened": "최근에 사용한 항목",
|
||||
"remote sources": "원격 소스",
|
||||
"type to filter": "리포지토리 이름",
|
||||
"type to search": "리포지토리 이름(입력하여 검색)",
|
||||
"url": "URL"
|
||||
},
|
||||
"package": {
|
||||
"command.api.getRemoteSources": "원격 원본 가져오기",
|
||||
"description": "GIT 고정적 기여 및 선택기입니다.",
|
||||
"displayName": "GIT 기준"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user