mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -33,8 +33,10 @@
|
||||
"command.checkout": "Estrai in...",
|
||||
"command.branch": "Crea ramo...",
|
||||
"command.deleteBranch": "Elimina ramo...",
|
||||
"command.renameBranch": "Rinomina Branch...",
|
||||
"command.merge": "Merge ramo...",
|
||||
"command.createTag": "Crea tag",
|
||||
"command.fetch": "Fetch",
|
||||
"command.pull": "Esegui pull",
|
||||
"command.pullRebase": "Esegui pull (Riassegna)",
|
||||
"command.pullFrom": "Pull da...",
|
||||
@@ -42,9 +44,11 @@
|
||||
"command.pushTo": "Esegui push in...",
|
||||
"command.pushWithTags": "Esegui push con tag",
|
||||
"command.sync": "Sincronizza",
|
||||
"command.syncRebase": "Sincronizza (Rebase)",
|
||||
"command.publish": "Pubblica ramo",
|
||||
"command.showOutput": "Mostra output GIT",
|
||||
"command.ignore": "Aggiungi file a .gitignore",
|
||||
"command.stashIncludeUntracked": "Stash (includi non tracciate)",
|
||||
"command.stash": "Accantona",
|
||||
"command.stashPop": "Preleva accantonamento...",
|
||||
"command.stashPopLatest": "Preleva accantonamento più recente",
|
||||
@@ -57,6 +61,7 @@
|
||||
"config.countBadge": "Controlla il contatore delle notifiche git. Con `all` vengono conteggiate tutte le modifiche. Con `tracked` vengono conteggiate solo le revisioni. Con `off` il contatore è disattivato.",
|
||||
"config.checkoutType": "Controlla il tipo di branch mostrati eseguendo il comando `Checkout in...`. `all` mostra tutti i refs, `local` mostra solamente i branch locali, `tags` mostra solamente i tag e `remote` mostra solamente i branch remoti.",
|
||||
"config.ignoreLegacyWarning": "Ignora l'avvertimento legacy di Git",
|
||||
"config.ignoreMissingGitWarning": "Ignora il messaggio di avviso quando manca Git",
|
||||
"config.ignoreLimitWarning": "Ignora il messaggio di avviso quando ci sono troppi cambiamenti in un repository",
|
||||
"config.defaultCloneDirectory": "Il percorso predefinito dove clonare un repository GIT",
|
||||
"config.enableSmartCommit": "Eseguire il commit di tutte le modifiche quando non ci sono modifiche preparate.",
|
||||
|
||||
Reference in New Issue
Block a user