mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -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": "Controla se a autenticação automática do GitHub deve ser habilitada para comandos git no VS Code.",
|
||||
"welcome.publishFolder": "Você também pode publicar essa pasta diretamente em um repositório GitHub. Depois de publicado, você terá acesso aos recursos de controle do código-fonte que são fornecidos pelo git e GitHub.\r\n[$(github) Publicar no GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "Você também pode publicar diretamente uma pasta do workspace em um repositório GitHub. Depois de publicado, você terá acesso aos recursos de controle do código-fonte que são fornecidos pelo git e GitHub.\r\n[$(github) Publicar no GitHub](command:github.publish)"
|
||||
},
|
||||
"dist/publish": {
|
||||
"pick folder": "Selecionar uma pasta para publicar no GitHub",
|
||||
"ignore": "Selecionar quais arquivos devem ser incluídos no repositório."
|
||||
},
|
||||
"dist/pushErrorHandler": {
|
||||
"create a fork": "Criar Bifurcação",
|
||||
"no": "Não",
|
||||
"fork": "Você não tem permissões para enviar por push para '{0}/{1}' no GitHub. Deseja criar uma bifurcação e enviá-la por push?",
|
||||
"create fork": "Criar bifurcação do GitHub",
|
||||
"forking": "Bifurcando '{0}/{1}'...",
|
||||
"pushing": "Enviando alterações por push...",
|
||||
"openingithub": "Abrir no GitHub",
|
||||
"createpr": "Criar PR",
|
||||
"done": "A bifurcação '{0}' foi criada com êxito no GitHub.",
|
||||
"createghpr": "Criando Solicitação de Pull do GitHub...",
|
||||
"openpr": "Abrir PR",
|
||||
"donepr": "O PR '{0}/{1}#{2}' foi criado com êxito no GitHub."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user