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.
|
||||
{
|
||||
|
||||
11
i18n/ita/extensions/git/out/autofetch.i18n.json
Normal file
11
i18n/ita/extensions/git/out/autofetch.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"yes": "Sì",
|
||||
"no": "No",
|
||||
"not now": "Non ora",
|
||||
"suggest auto fetch": "Vorresti attivare il fetching automatico di repository Git?"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
@@ -9,9 +9,12 @@
|
||||
"create branch": "$(plus) Crea nuovo branch",
|
||||
"repourl": "URL del repository",
|
||||
"parent": "Directory padre",
|
||||
"cancel": "$(sync~spin) Clonazione di repository in corso... Clicca per annullare",
|
||||
"cancel tooltip": "Annulla l'operazione di clonazione",
|
||||
"cloning": "Clonazione del repository GIT...",
|
||||
"openrepo": "Apri repository",
|
||||
"proposeopen": "Aprire il repository clonato?",
|
||||
"init": "Selezionare la cartella dell'area di lavoro in cui inizializzare il Git repo",
|
||||
"init repo": "Inizializza repository",
|
||||
"create repo": "Inizializza repository",
|
||||
"are you sure": "Questo creerà un repository Git in '{0}'. Sei sicuro di voler continuare?",
|
||||
@@ -49,12 +52,15 @@
|
||||
"select branch to delete": "Seleziona un ramo da cancellare",
|
||||
"confirm force delete branch": "Il merge del ramo '{0}' non è completo. Elimina comunque?",
|
||||
"delete branch": "Elimina ramo",
|
||||
"invalid branch name": "Nome di branch non valido",
|
||||
"branch already exists": "La branch denominata '{0}' esiste già",
|
||||
"select a branch to merge from": "Selezionare un ramo da cui eseguire il merge",
|
||||
"merge conflicts": "Ci sono conflitti di merge. Risolverli prima di eseguire commit.",
|
||||
"tag name": "Nome del tag",
|
||||
"provide tag name": "Specificare un nome di tag",
|
||||
"tag message": "Messaggio",
|
||||
"provide tag message": "Specificare un messaggio per aggiungere un'annotazione per il tag",
|
||||
"no remotes to fetch": "Questo repository non ha remote configurati da cui eseguire un fetch.",
|
||||
"no remotes to pull": "Il repository non contiene elementi remoti configurati come origini del pull.",
|
||||
"pick remote pull repo": "Selezionare un repository remoto da cui effettuare il pull del ramo",
|
||||
"no remotes to push": "Il repository non contiene elementi remoti configurati come destinazione del push.",
|
||||
@@ -71,7 +77,7 @@
|
||||
"no stashes": "Non ci sono accantonamenti da ripristinare.",
|
||||
"pick stash to pop": "Scegli un accantonamento da prelevare",
|
||||
"clean repo": "Pulire l'albero di lavoro del repository prima dell'estrazione.",
|
||||
"cant push": "Impossibile effettuare il push in remoto. Effettua prima un 'pull' per integrare le tue modifiche.",
|
||||
"cant push": "Impossibile fare push dei ref su remoto. Provare a eseguire un 'Pull' prima, per integrare le modifiche.",
|
||||
"git error details": "GIT: {0}",
|
||||
"git error": "Errore GIT",
|
||||
"open git log": "Apri log GIT"
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"looking": "Ricerca di git in: {0}",
|
||||
"using git": "Uso di GIT {0} da {1}",
|
||||
"updateGit": "Aggiorna GIT",
|
||||
"downloadgit": "Scarica Git",
|
||||
"neverShowAgain": "Non visualizzare più questo messaggio",
|
||||
"notfound": "Git non trovato. Installarlo o configurarlo utilizzando l'impostazione 'git.path'.",
|
||||
"updateGit": "Aggiorna GIT",
|
||||
"git20": "La versione installata di GIT è la {0}. Per il corretto funzionamento di Code è consigliabile usare una versione di GIT non inferiore alla 2."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
{
|
||||
@@ -21,6 +21,7 @@
|
||||
"deleted by us": "Eliminato da noi",
|
||||
"both added": "Entrambi aggiunti",
|
||||
"both modified": "Entrambi modificati",
|
||||
"commitMessage": "Message (press {0} to commit)",
|
||||
"commit": "Esegui commit",
|
||||
"merge changes": "Esegui merge delle modifiche",
|
||||
"staged changes": "Modifiche preparate per il commit",
|
||||
|
||||
@@ -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.
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user