Added localized vscode extensions to localization source files (#21684)

* added localized vscode extensions

* bump to 1.42
This commit is contained in:
Alex Ma
2023-01-23 12:42:31 -08:00
committed by GitHub
parent ac4afbec6c
commit 205e683a4d
126 changed files with 2008 additions and 2408 deletions

View File

@@ -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 기준"
}
}
}