mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-02 10:00:29 -04:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"tag at": "Tag in {0}",
|
||||
"remote branch at": "Ramo remoto in {0}",
|
||||
"create branch": "$(plus) Crea nuovo branch",
|
||||
@@ -41,6 +43,10 @@
|
||||
"confirm discard all 2": "{0}\n\nQuesta operazione è IRREVERSIBILE. Il working set corrente andrà PERSO PER SEMPRE.",
|
||||
"yes discard tracked": "Rimuovi 1 file di cui viene tenuta traccia",
|
||||
"yes discard tracked multiple": "Rimuovi {0} file di cui viene tenuta traccia",
|
||||
"unsaved files single": "Il seguente file non è stato salvato: {0}\n\nVuoi salvarlo prima di eseguirne il commit? ",
|
||||
"unsaved files": "Ci sono {0} file non ancora salvati.\n\nVuoi salvarli prima di eseguirne il commit? ",
|
||||
"save and commit": "Salva tutto & esegui Commit",
|
||||
"commit": "Esegui il Commit comunque",
|
||||
"no staged changes": "Non ci sono modifiche in stage di cui eseguire il commit.\n\nSI desidera mettere in stage automaticamente tutte le modifiche ed eseguirne il commit direttamente?",
|
||||
"always": "Sempre",
|
||||
"no changes": "Non ci sono modifiche di cui eseguire il commit.",
|
||||
@@ -56,7 +62,7 @@
|
||||
"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",
|
||||
"tag name": "Nome 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",
|
||||
@@ -64,11 +70,12 @@
|
||||
"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.",
|
||||
"push with tags success": "Il push con tag è riuscito.",
|
||||
"nobranch": "Estrarre un ramo per eseguire il push in un elemento remoto.",
|
||||
"confirm publish branch": "La branch '{0}' non ha una branch corrispondente a monte. Desideri pubblicarla?",
|
||||
"ok": "OK",
|
||||
"push with tags success": "Il push con tag è riuscito.",
|
||||
"pick remote": "Selezionare un repository remoto in cui pubblicare il ramo '{0}':",
|
||||
"sync is unpredictable": "Questa azione consentirà di effettuare il push e il pull di commit da e verso '{0}'.",
|
||||
"ok": "OK",
|
||||
"never again": "OK, non visualizzare più",
|
||||
"no remotes to publish": "Il repository non contiene elementi remoti configurati come destinazione della pubblicazione.",
|
||||
"no changes stash": "Non ci sono modifiche da accantonare.",
|
||||
|
||||
Reference in New Issue
Block a user