Update for language packs, (#14912)

* update DE lang pack extension strings from previous refresh

* bump lang pack versions for DE

* update for spanish langpack

* update for french langpack

* update for italian pack

* update for japanese pack

* update for korean pack

* update for Brazilian Portuguese pack

* update for Russian pack

* Update for Simplified Chinese pack

* update for Traditional Chinese pack

* added updated language packs for german and spanish

* changed vscode version

* added french and italian packs

* changes made to main

* japanese language pack added

* added korean pack

* Added Portuguese pack

* added russian pack, also small change to pt pack

* simplified chinese pack

* added traditional chinese pack

* deleted old language packs

* restore sql.i18n.json files

* Main.i18n.json reverted

* Revert sql json files

* main.i18n.json file for German updated

* updates to language packs 1

* main json for italian updated.

* update to japanese main

* finished translations for vs and sql in main.

* added ADS exclusive extensions to package.json

* fixed markdown and seti translation ids

* German language pack fixed

* Removed make from ads-language-pack-de and fixed es language pack

* french language pack fixed

* fixed italian language pack and restored typescript-basics

* removed unnecessary readme strings and nsions.

* fixed japanese pack

* Korean language pack fixed

* Portuguese language pack fixed

* fixed russian language pack

* Simplified Chinese pack fixed

* traditional chinese fixed

* restored sqlservernotebook
This commit is contained in:
Alex Ma
2021-03-31 11:08:45 -07:00
committed by GitHub
parent e762f19815
commit f7b9ca775a
1156 changed files with 137158 additions and 115157 deletions

View File

@@ -0,0 +1,37 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"package": {
"displayName": "GitHub",
"description": "GitHub",
"config.gitAuthentication": "VS Code 내에서 Git 명령에 대해 자동 GitHub 인증을 사용하도록 설정할지 여부를 제어합니다.",
"welcome.publishFolder": "이 폴더를 GitHub 리포지토리에 직접 게시할 수도 있습니다. 게시된 후에는 Git 및 GitHub에서 제공하는 소스 제어 기능에 액세스할 수 있습니다.\r\n[$(github) GitHub에 게시](command:github.publish)",
"welcome.publishWorkspaceFolder": "작업 영역 폴더를 GitHub 리포지토리에 직접 게시할 수도 있습니다. 게시된 후에는 Git 및 GitHub에서 제공하는 소스 제어 기능에 액세스할 수 있습니다.\r\n[$(github) GitHub에 게시](command:github.publish)"
},
"dist/publish": {
"pick folder": "GitHub에 게시할 폴더 선택",
"ignore": "리포지토리에 포함할 파일을 선택합니다."
},
"dist/pushErrorHandler": {
"create a fork": "포크 만들기",
"no": "아니요",
"fork": "GitHub의 '{0}/{1}'(으)로 푸시할 수 있는 권한이 없습니다. 대신 포크를 만들어 포크에 푸시하시겠습니까?",
"create fork": "GitHub 포크 만들기",
"forking": "'{0}/{1}'을(를) 포크하는 중...",
"pushing": "변경 내용을 푸시하는 중...",
"openingithub": "GitHub에서 열기",
"createpr": "PR 만들기",
"done": "GitHub에 '{0}' 포크를 만들었습니다.",
"createghpr": "GitHub 끌어오기 요청을 만드는 중...",
"openpr": "PR 열기",
"donepr": "GitHub에 PR '{0}/{1}#{2}'을(를) 만들었습니다."
}
}
}