|
|
|
|
@@ -2,490 +2,484 @@
|
|
|
|
|
"": [
|
|
|
|
|
"--------------------------------------------------------------------------------------------",
|
|
|
|
|
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
|
|
|
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
|
|
|
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
|
|
|
|
"--------------------------------------------------------------------------------------------",
|
|
|
|
|
"Do not edit this file. It is machine generated."
|
|
|
|
|
],
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"contents": {
|
|
|
|
|
"dist/askpass-main": {
|
|
|
|
|
"missOrInvalid": "Credenziali mancanti o non valide."
|
|
|
|
|
"missOrInvalid": "Missing or invalid credentials."
|
|
|
|
|
},
|
|
|
|
|
"dist/autofetch": {
|
|
|
|
|
"no": "No",
|
|
|
|
|
"not now": "Chiedimelo in seguito",
|
|
|
|
|
"suggest auto fetch": "Desideri che Code [esegua `git fetch` periodicamente]({0})?",
|
|
|
|
|
"yes": "Sì"
|
|
|
|
|
"not now": "Ask Me Later",
|
|
|
|
|
"suggest auto fetch": "Would you like Azure Data Studio to [periodically run 'git fetch']({0})?",
|
|
|
|
|
"yes": "Yes"
|
|
|
|
|
},
|
|
|
|
|
"dist/commands": {
|
|
|
|
|
"HEAD not available": "La versione HEAD di '{0}' non è disponibile.",
|
|
|
|
|
"add": "Aggiungi all'Area di Lavoro",
|
|
|
|
|
"add remote": "Aggiungi un nuovo computer remoto...",
|
|
|
|
|
"addFrom": "Aggiungi repository remoto da URL",
|
|
|
|
|
"addfrom": "Aggiungi repository remoto da {0}",
|
|
|
|
|
"addremote": "Aggiungi repository remoto",
|
|
|
|
|
"always": "Sempre",
|
|
|
|
|
"are you sure": "Questo creerà un repository Git in '{0}'. Sei sicuro di voler continuare?",
|
|
|
|
|
"auth failed": "Non è stato possibile eseguire l'autenticazione al repository remoto GIT.",
|
|
|
|
|
"auth failed specific": "Non è stato possibile eseguire l'autenticazione al repository remoto GIT:\r\n\r\n{0}",
|
|
|
|
|
"branch already exists": "La branch denominata '{0}' esiste già",
|
|
|
|
|
"branch name": "Nome ramo",
|
|
|
|
|
"branch name format invalid": "Il nome del ramo deve corrispondere all'espressione regex: {0}",
|
|
|
|
|
"cant push": "Impossibile fare push dei ref su remoto. Provare a eseguire un 'Pull' prima, per integrare le modifiche.",
|
|
|
|
|
"changed": "Livello di registrazione modificato in: {0}",
|
|
|
|
|
"checkout detached": "Checkout scollegato...",
|
|
|
|
|
"choose": "Scegli cartella...",
|
|
|
|
|
"clean repo": "Pulire l'albero di lavoro del repository prima dell'estrazione.",
|
|
|
|
|
"clonefrom": "Clona da {0}",
|
|
|
|
|
"cloning": "Clonazione del repository GIT '{0}'...",
|
|
|
|
|
"commit": "Esegui commit delle modifiche per il commit",
|
|
|
|
|
"commit anyway": "Crea commit vuoto",
|
|
|
|
|
"commit hash": "Hash del commit",
|
|
|
|
|
"commit message": "Messaggio di commit",
|
|
|
|
|
"commitMessageWithHeadLabel2": "Messaggio (commit in '{0}')",
|
|
|
|
|
"confirm delete": "ELIMINARE {0}? \r\nQuesta operazione è IRREVERSIBILE.\r\nSe si procede, questo file andrà PERSO DEFINITIVAMENTE.",
|
|
|
|
|
"confirm delete multiple": "ELIMINARE {0} file? \r\nQuesta operazione è IRREVERSIBILE.\r\nSe si procede, questi file andranno PERSI DEFINITIVAMENTE.",
|
|
|
|
|
"confirm discard": "Rimuovere le modifiche in {0}?",
|
|
|
|
|
"confirm discard all": "Rimuovere TUTTE le modifiche apportate in {0} file?\r\nQuesta operazione è IRREVERSIBILE.\r\nSe si procede, il working set corrente andrà PERSO DEFINITIVAMENTE.",
|
|
|
|
|
"confirm discard all 2": "{0}\r\n\r\nQuesta operazione è IRREVERSIBILE. Il working set corrente andrà PERSO PER SEMPRE.",
|
|
|
|
|
"confirm discard all single": "Rimuovere le modifiche in {0}?",
|
|
|
|
|
"confirm discard multiple": "Rimuovere le modifiche in {0} file?",
|
|
|
|
|
"confirm emtpy commit": "Creare un commit vuoto?",
|
|
|
|
|
"confirm force delete branch": "Il merge del ramo '{0}' non è completo. Elimina comunque?",
|
|
|
|
|
"confirm force push": "Si sta per eseguire il push forzato delle modifiche. Questa operazione può essere distruttiva e comportare la sovrascrittura accidentale di modifiche apportate da altri utenti.\r\n\r\nContinuare?",
|
|
|
|
|
"confirm no verify commit": "Si sta per eseguire il commit delle modifiche senza verifica. Con questa operazione gli hook pre-commit verranno ignorati e tale comportamento può non essere quello desiderato.\r\n\r\nContinuare?",
|
|
|
|
|
"confirm publish branch": "La branch '{0}' non ha una branch corrispondente a monte. Desideri pubblicarla?",
|
|
|
|
|
"confirm restore": "Ripristinare {0}?",
|
|
|
|
|
"confirm restore multiple": "Ripristinare {0} file?",
|
|
|
|
|
"confirm stage file with merge conflicts": "Preparare per il commit {0} con conflitti di merge?",
|
|
|
|
|
"confirm stage files with merge conflicts": "Preparare per il commit {0} file con conflitti di merge?",
|
|
|
|
|
"create branch": "Crea nuovo ramo...",
|
|
|
|
|
"create branch from": "Crea nuovo ramo da...",
|
|
|
|
|
"create repo": "Inizializza repository",
|
|
|
|
|
"current": "Corrente",
|
|
|
|
|
"delete": "Elimina file",
|
|
|
|
|
"delete branch": "Elimina ramo",
|
|
|
|
|
"delete file": "Elimina file",
|
|
|
|
|
"delete files": "Elimina file",
|
|
|
|
|
"deleted by them": "Il file '{0}' è stato eliminato da altri utenti e modificato dall'utente corrente.\r\n\r\nCome si vuole procedere?",
|
|
|
|
|
"deleted by us": "Il file '{0}' è stato eliminato dall'utente corrente e modificato da altri utenti.\r\n\r\nCome si vuole procedere?",
|
|
|
|
|
"discard": "Rimuovi modifiche",
|
|
|
|
|
"discardAll": "Rimuovi tutti i {0} file",
|
|
|
|
|
"discardAll multiple": "Rimuovi 1 file",
|
|
|
|
|
"force": "Forza checkout",
|
|
|
|
|
"force push not allowed": "Il push forzato non è consentito. Per abilitarlo, usare l'impostazione 'git.allowForcePush'.",
|
|
|
|
|
"git error": "Errore GIT",
|
|
|
|
|
"git error details": "GIT: {0}",
|
|
|
|
|
"HEAD not available": "HEAD version of '{0}' is not available.",
|
|
|
|
|
"add": "Add to Workspace",
|
|
|
|
|
"add remote": "Add a new remote...",
|
|
|
|
|
"addFrom": "Add remote from URL",
|
|
|
|
|
"addfrom": "Add remote from {0}",
|
|
|
|
|
"addremote": "Add Remote",
|
|
|
|
|
"always": "Always",
|
|
|
|
|
"are you sure": "This will create a Git repository in '{0}'. Are you sure you want to continue?",
|
|
|
|
|
"auth failed": "Failed to authenticate to git remote.",
|
|
|
|
|
"auth failed specific": "Failed to authenticate to git remote:\r\n\r\n{0}",
|
|
|
|
|
"branch already exists": "A branch named '{0}' already exists",
|
|
|
|
|
"branch name": "Branch name",
|
|
|
|
|
"branch name format invalid": "Branch name needs to match regex: {0}",
|
|
|
|
|
"cant push": "Can't push refs to remote. Try running 'Pull' first to integrate your changes.",
|
|
|
|
|
"changed": "Log level changed to: {0}",
|
|
|
|
|
"checkout detached": "Checkout detached...",
|
|
|
|
|
"choose": "Choose Folder...",
|
|
|
|
|
"clean repo": "Please clean your repository working tree before checkout.",
|
|
|
|
|
"clonefrom": "Clone from {0}",
|
|
|
|
|
"cloning": "Cloning git repository '{0}'...",
|
|
|
|
|
"commit": "Commit Staged Changes",
|
|
|
|
|
"commit anyway": "Create Empty Commit",
|
|
|
|
|
"commit hash": "Commit Hash",
|
|
|
|
|
"commit message": "Commit message",
|
|
|
|
|
"commitMessageWithHeadLabel2": "Message (commit on '{0}')",
|
|
|
|
|
"confirm delete": "Are you sure you want to DELETE {0}?\r\nThis is IRREVERSIBLE!\r\nThis file will be FOREVER LOST if you proceed.",
|
|
|
|
|
"confirm delete multiple": "Are you sure you want to DELETE {0} files?\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST if you proceed.",
|
|
|
|
|
"confirm discard": "Are you sure you want to discard changes in {0}?",
|
|
|
|
|
"confirm discard all": "Are you sure you want to discard ALL changes in {0} files?\r\nThis is IRREVERSIBLE!\r\nYour current working set will be FOREVER LOST if you proceed.",
|
|
|
|
|
"confirm discard all 2": "{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.",
|
|
|
|
|
"confirm discard all single": "Are you sure you want to discard changes in {0}?",
|
|
|
|
|
"confirm discard multiple": "Are you sure you want to discard changes in {0} files?",
|
|
|
|
|
"confirm emtpy commit": "Are you sure you want to create an empty commit?",
|
|
|
|
|
"confirm force delete branch": "The branch '{0}' is not fully merged. Delete anyway?",
|
|
|
|
|
"confirm force push": "You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\r\n\r\nAre you sure to continue?",
|
|
|
|
|
"confirm no verify commit": "You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\r\n\r\nAre you sure to continue?",
|
|
|
|
|
"confirm publish branch": "The branch '{0}' has no upstream branch. Would you like to publish this branch?",
|
|
|
|
|
"confirm restore": "Are you sure you want to restore {0}?",
|
|
|
|
|
"confirm restore multiple": "Are you sure you want to restore {0} files?",
|
|
|
|
|
"confirm stage file with merge conflicts": "Are you sure you want to stage {0} with merge conflicts?",
|
|
|
|
|
"confirm stage files with merge conflicts": "Are you sure you want to stage {0} files with merge conflicts?",
|
|
|
|
|
"create branch": "Create new branch...",
|
|
|
|
|
"create branch from": "Create new branch from...",
|
|
|
|
|
"create repo": "Initialize Repository",
|
|
|
|
|
"current": "Current",
|
|
|
|
|
"delete": "Delete File",
|
|
|
|
|
"delete branch": "Delete Branch",
|
|
|
|
|
"delete file": "Delete file",
|
|
|
|
|
"delete files": "Delete Files",
|
|
|
|
|
"deleted by them": "File '{0}' was deleted by them and modified by us.\r\n\r\nWhat would you like to do?",
|
|
|
|
|
"deleted by us": "File '{0}' was deleted by us and modified by them.\r\n\r\nWhat would you like to do?",
|
|
|
|
|
"discard": "Discard Changes",
|
|
|
|
|
"discardAll": "Discard All {0} Files",
|
|
|
|
|
"discardAll multiple": "Discard 1 File",
|
|
|
|
|
"force": "Force Checkout",
|
|
|
|
|
"force push not allowed": "Force push is not allowed, please enable it with the 'git.allowForcePush' setting.",
|
|
|
|
|
"git error": "Git error",
|
|
|
|
|
"git error details": "Git: {0}",
|
|
|
|
|
"git.title.diff": "{0} ⟷ {1}",
|
|
|
|
|
"git.title.diffRefs": "{0} ({1}) ⟷ {0} ({2})",
|
|
|
|
|
"git.title.index": "{0} (Indice)",
|
|
|
|
|
"git.title.index": "{0} (Index)",
|
|
|
|
|
"git.title.ref": "{0} ({1})",
|
|
|
|
|
"git.title.workingTree": "{0} (Albero di lavoro)",
|
|
|
|
|
"init": "Selezionare la cartella dell'area di lavoro in cui inizializzare il Git repo",
|
|
|
|
|
"init repo": "Inizializza repository",
|
|
|
|
|
"invalid branch name": "Nome di branch non valido",
|
|
|
|
|
"keep ours": "Mantieni la versione dell'utente corrente",
|
|
|
|
|
"keep theirs": "Mantieni la versione degli altri utenti",
|
|
|
|
|
"learn more": "Altre informazioni",
|
|
|
|
|
"local changes": "Le modifiche locali verranno sovrascritte dal checkout.",
|
|
|
|
|
"merge commit": "L'ultimo commit è stato un commit di merge. Annullarlo?",
|
|
|
|
|
"merge conflicts": "Ci sono conflitti di merge. Risolverli prima di eseguire commit.",
|
|
|
|
|
"missing user info": "Assicurarsi di configurare 'user.name' e 'user.email' in GIT.",
|
|
|
|
|
"never": "Mai",
|
|
|
|
|
"never again": "OK, non visualizzare più",
|
|
|
|
|
"never ask again": "OK, non visualizzare più questo messaggio",
|
|
|
|
|
"no changes": "Non ci sono modifiche di cui eseguire il commit.",
|
|
|
|
|
"no changes stash": "Non ci sono modifiche da accantonare.",
|
|
|
|
|
"no more": "Non è possibile annullare l'operazione perché HEAD non fa riferimento ad alcun commit.",
|
|
|
|
|
"no rebase": "Non è in corso alcuna riassegnazione.",
|
|
|
|
|
"no remotes added": "Il repository non contiene repository remoti.",
|
|
|
|
|
"no remotes to fetch": "Questo repository non ha remote configurati da cui eseguire un fetch.",
|
|
|
|
|
"no remotes to publish": "Il repository non contiene elementi remoti configurati come destinazione della pubblicazione.",
|
|
|
|
|
"no remotes to pull": "Il repository non contiene elementi remoti configurati come origini del pull.",
|
|
|
|
|
"no remotes to push": "Il repository non contiene elementi remoti configurati come destinazione del push.",
|
|
|
|
|
"no staged changes": "Non ci sono modifiche preparate per il commit di cui eseguire il commit.\r\n\r\nPreparare per il commit tutte le modifiche ed eseguirne il commit direttamente?",
|
|
|
|
|
"no stashes": "Non ci sono accantonamenti nel repository.",
|
|
|
|
|
"no tags": "Non esistono tag per questo repository.",
|
|
|
|
|
"no verify commit not allowed": "I commit senza verifica non sono consentiti. Abilitarli con l'impostazione 'git.allowNoVerifyCommit'.",
|
|
|
|
|
"nobranch": "Estrarre un ramo per eseguire il push in un elemento remoto.",
|
|
|
|
|
"git.title.workingTree": "{0} (Working Tree)",
|
|
|
|
|
"init": "Pick workspace folder to initialize git repo in",
|
|
|
|
|
"init repo": "Initialize Repository",
|
|
|
|
|
"invalid branch name": "Invalid branch name",
|
|
|
|
|
"keep ours": "Keep Our Version",
|
|
|
|
|
"keep theirs": "Keep Their Version",
|
|
|
|
|
"learn more": "Learn More",
|
|
|
|
|
"local changes": "Your local changes would be overwritten by checkout.",
|
|
|
|
|
"merge commit": "The last commit was a merge commit. Are you sure you want to undo it?",
|
|
|
|
|
"merge conflicts": "There are merge conflicts. Resolve them before committing.",
|
|
|
|
|
"missing user info": "Make sure you configure your 'user.name' and 'user.email' in git.",
|
|
|
|
|
"never": "Never",
|
|
|
|
|
"never again": "OK, Don't Show Again",
|
|
|
|
|
"never ask again": "OK, Don't Ask Again",
|
|
|
|
|
"no changes": "There are no changes to commit.",
|
|
|
|
|
"no changes stash": "There are no changes to stash.",
|
|
|
|
|
"no more": "Can't undo because HEAD doesn't point to any commit.",
|
|
|
|
|
"no rebase": "No rebase in progress.",
|
|
|
|
|
"no remotes added": "Your repository has no remotes.",
|
|
|
|
|
"no remotes to fetch": "This repository has no remotes configured to fetch from.",
|
|
|
|
|
"no remotes to publish": "Your repository has no remotes configured to publish to.",
|
|
|
|
|
"no remotes to pull": "Your repository has no remotes configured to pull from.",
|
|
|
|
|
"no remotes to push": "Your repository has no remotes configured to push to.",
|
|
|
|
|
"no staged changes": "There are no staged changes to commit.\r\n\r\nWould you like to stage all your changes and commit them directly?",
|
|
|
|
|
"no stashes": "There are no stashes in the repository.",
|
|
|
|
|
"no tags": "This repository has no tags.",
|
|
|
|
|
"no verify commit not allowed": "Commits without verification are not allowed, please enable them with the 'git.allowNoVerifyCommit' setting.",
|
|
|
|
|
"nobranch": "Please check out a branch to push to a remote.",
|
|
|
|
|
"ok": "OK",
|
|
|
|
|
"open git log": "Apri log GIT",
|
|
|
|
|
"open repo": "Apri repository",
|
|
|
|
|
"openrepo": "Apri",
|
|
|
|
|
"openreponew": "Apri in una nuova finestra",
|
|
|
|
|
"pick branch pull": "Selezionare un ramo da cui eseguire il pull",
|
|
|
|
|
"pick provider": "Seleziona un provider in cui pubblicare il ramo '{0}':",
|
|
|
|
|
"pick remote": "Selezionare un repository remoto in cui pubblicare il ramo '{0}':",
|
|
|
|
|
"pick remote pull repo": "Selezionare un repository remoto da cui effettuare il pull del ramo",
|
|
|
|
|
"pick stash to apply": "Scegli un accantonamento da applicare",
|
|
|
|
|
"pick stash to drop": "Selezionare un accantonamento da rimuovere",
|
|
|
|
|
"pick stash to pop": "Scegli un accantonamento da prelevare",
|
|
|
|
|
"proposeopen": "Aprire il repository clonato?",
|
|
|
|
|
"proposeopen init": "Aprire il repository inizializzato?",
|
|
|
|
|
"proposeopen2": "Vuoi aprire il repository clonato o aggiungerlo all'area di lavoro corrente?",
|
|
|
|
|
"proposeopen2 init": "Aprire il repository inizializzato o aggiungerlo all'area di lavoro corrente?",
|
|
|
|
|
"provide branch name": "Specificare un nuovo nome di ramo",
|
|
|
|
|
"provide commit hash": "Specificare l'hash del commit",
|
|
|
|
|
"provide commit message": "Specificare un messaggio di commit",
|
|
|
|
|
"provide remote name": "Specificare un nome di repository remoto",
|
|
|
|
|
"provide stash message": "Specificare un messaggio di accantonamento (facoltativo)",
|
|
|
|
|
"provide tag message": "Specificare un messaggio per aggiungere un'annotazione per il tag",
|
|
|
|
|
"provide tag name": "Specificare un nome di tag",
|
|
|
|
|
"publish to": "Pubblica in {0}",
|
|
|
|
|
"remote already exists": "Il repository remoto '{0}' esiste già.",
|
|
|
|
|
"remote branch at": "Ramo remoto in {0}",
|
|
|
|
|
"remote name": "Nome del repository remoto",
|
|
|
|
|
"remote name format invalid": "Il formato del nome di repository remoto non è valido",
|
|
|
|
|
"remove remote": "Scegliere un repository remoto da rimuovere",
|
|
|
|
|
"repourl": "URL del repository",
|
|
|
|
|
"restore file": "Ripristina il file",
|
|
|
|
|
"restore files": "Ripristina i file",
|
|
|
|
|
"save and commit": "Salva tutto & esegui Commit",
|
|
|
|
|
"save and stash": "Salva tutto e accantona",
|
|
|
|
|
"select a branch to merge from": "Selezionare un ramo da cui eseguire il merge",
|
|
|
|
|
"select a branch to rebase onto": "Selezionare un ramo in base a cui eseguire la riassegnazione",
|
|
|
|
|
"select a ref to checkout": "Selezionare un ref di cui eseguire checkout",
|
|
|
|
|
"select a ref to checkout detached": "Selezionare un riferimento per il checkout in modalità scollegata",
|
|
|
|
|
"select a ref to create a new branch from": "Seleziona un riferimento da cui creare il ramo '{0}'",
|
|
|
|
|
"select a tag to delete": "Selezionare un tag da eliminare",
|
|
|
|
|
"select branch to delete": "Seleziona un ramo da cancellare",
|
|
|
|
|
"select log level": "Seleziona il livello log",
|
|
|
|
|
"selectFolder": "Seleziona il Percorso del Repository",
|
|
|
|
|
"show command output": "Mostra output del comando",
|
|
|
|
|
"stash": "Accantona comunque",
|
|
|
|
|
"stash merge conflicts": "Si sono verificati conflitti di merge durante l'applicazione dell'accantonamento.",
|
|
|
|
|
"stash message": "Messaggio di accantonamento",
|
|
|
|
|
"stashcheckout": "Accantona ed esegui checkout",
|
|
|
|
|
"sure drop": "Rimuovere l'accantonamento {0}?",
|
|
|
|
|
"sync is unpredictable": "Questa azione consentirà di effettuare il push e il pull di commit da e verso '{0}/{1}'.",
|
|
|
|
|
"tag at": "Tag in {0}",
|
|
|
|
|
"tag message": "Messaggio",
|
|
|
|
|
"tag name": "Nome tag",
|
|
|
|
|
"there are untracked files": "Se rimossi, {0} file di cui non viene tenuta traccia verranno ELIMINATI DAL DISCO.",
|
|
|
|
|
"there are untracked files single": "Se rimosso, il file seguente di cui non viene tenuta traccia verrà ELIMINATO DAL DISCO: {0}.",
|
|
|
|
|
"undo commit": "Annulla commit di merge",
|
|
|
|
|
"unsaved files": "Sono presenti {0} file non salvati.\r\n\r\nSalvarli prima di eseguire il commit?",
|
|
|
|
|
"unsaved files single": "Il file seguente contiene modifiche non salvate che non verranno incluse nel commit se si procede: {0}.\r\n\r\nSalvarlo prima del commit?",
|
|
|
|
|
"unsaved stash files": "Sono presenti {0} file non salvati.\r\n\r\nSalvarli prima dell'accantonamento?",
|
|
|
|
|
"unsaved stash files single": "Il file seguente contiene modifiche non salvate che non verranno incluse nell'accantonamento se si procede: {0}.\r\n\r\nSalvarlo prima dell'accantonamento?",
|
|
|
|
|
"warn untracked": "{0} file non verificati verranno ELIMINATI.\r\nQuesta operazione è IRREVERSIBILE.\r\nQuesti file andranno PERSI DEFINITIVAMENTE.",
|
|
|
|
|
"yes": "Sì",
|
|
|
|
|
"yes discard tracked": "Rimuovi 1 file di cui viene tenuta traccia",
|
|
|
|
|
"yes discard tracked multiple": "Rimuovi {0} file di cui viene tenuta traccia",
|
|
|
|
|
"yes never again": "Sì, non visualizzare più questo messaggio"
|
|
|
|
|
"open git log": "Open Git Log",
|
|
|
|
|
"open repo": "Open Repository",
|
|
|
|
|
"openrepo": "Open",
|
|
|
|
|
"openreponew": "Open in New Window",
|
|
|
|
|
"pick branch pull": "Pick a branch to pull from",
|
|
|
|
|
"pick provider": "Pick a provider to publish the branch '{0}' to:",
|
|
|
|
|
"pick remote": "Pick a remote to publish the branch '{0}' to:",
|
|
|
|
|
"pick remote pull repo": "Pick a remote to pull the branch from",
|
|
|
|
|
"pick stash to apply": "Pick a stash to apply",
|
|
|
|
|
"pick stash to drop": "Pick a stash to drop",
|
|
|
|
|
"pick stash to pop": "Pick a stash to pop",
|
|
|
|
|
"proposeopen": "Would you like to open the cloned repository?",
|
|
|
|
|
"proposeopen init": "Would you like to open the initialized repository?",
|
|
|
|
|
"proposeopen2": "Would you like to open the cloned repository, or add it to the current workspace?",
|
|
|
|
|
"proposeopen2 init": "Would you like to open the initialized repository, or add it to the current workspace?",
|
|
|
|
|
"provide branch name": "Please provide a new branch name",
|
|
|
|
|
"provide commit hash": "Please provide the commit hash",
|
|
|
|
|
"provide commit message": "Please provide a commit message",
|
|
|
|
|
"provide remote name": "Please provide a remote name",
|
|
|
|
|
"provide stash message": "Optionally provide a stash message",
|
|
|
|
|
"provide tag message": "Please provide a message to annotate the tag",
|
|
|
|
|
"provide tag name": "Please provide a tag name",
|
|
|
|
|
"publish to": "Publish to {0}",
|
|
|
|
|
"remote already exists": "Remote '{0}' already exists.",
|
|
|
|
|
"remote branch at": "Remote branch at {0}",
|
|
|
|
|
"remote name": "Remote name",
|
|
|
|
|
"remote name format invalid": "Remote name format invalid",
|
|
|
|
|
"remove remote": "Pick a remote to remove",
|
|
|
|
|
"repourl": "Clone from URL",
|
|
|
|
|
"restore file": "Restore file",
|
|
|
|
|
"restore files": "Restore files",
|
|
|
|
|
"save and commit": "Save All & Commit",
|
|
|
|
|
"save and stash": "Save All & Stash",
|
|
|
|
|
"select a branch to merge from": "Select a branch to merge from",
|
|
|
|
|
"select a branch to rebase onto": "Select a branch to rebase onto",
|
|
|
|
|
"select a ref to checkout": "Select a ref to checkout",
|
|
|
|
|
"select a ref to checkout detached": "Select a ref to checkout in detached mode",
|
|
|
|
|
"select a ref to create a new branch from": "Select a ref to create the '{0}' branch from",
|
|
|
|
|
"select a tag to delete": "Select a tag to delete",
|
|
|
|
|
"select branch to delete": "Select a branch to delete",
|
|
|
|
|
"select log level": "Select log level",
|
|
|
|
|
"selectFolder": "Select Repository Location",
|
|
|
|
|
"show command output": "Show Command Output",
|
|
|
|
|
"stash": "Stash Anyway",
|
|
|
|
|
"stash merge conflicts": "There were merge conflicts while applying the stash.",
|
|
|
|
|
"stash message": "Stash message",
|
|
|
|
|
"stashcheckout": "Stash & Checkout",
|
|
|
|
|
"sure drop": "Are you sure you want to drop the stash: {0}?",
|
|
|
|
|
"sync is unpredictable": "This action will push and pull commits to and from '{0}/{1}'.",
|
|
|
|
|
"tag at": "Tag at {0}",
|
|
|
|
|
"tag message": "Message",
|
|
|
|
|
"tag name": "Tag name",
|
|
|
|
|
"there are untracked files": "There are {0} untracked files which will be DELETED FROM DISK if discarded.",
|
|
|
|
|
"there are untracked files single": "The following untracked file will be DELETED FROM DISK if discarded: {0}.",
|
|
|
|
|
"undo commit": "Undo merge commit",
|
|
|
|
|
"unsaved files": "There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?",
|
|
|
|
|
"unsaved files single": "The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?",
|
|
|
|
|
"unsaved stash files": "There are {0} unsaved files.\r\n\r\nWould you like to save them before stashing?",
|
|
|
|
|
"unsaved stash files single": "The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\r\n\r\nWould you like to save it before stashing?",
|
|
|
|
|
"warn untracked": "This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.",
|
|
|
|
|
"yes": "Yes",
|
|
|
|
|
"yes discard tracked": "Discard 1 Tracked File",
|
|
|
|
|
"yes discard tracked multiple": "Discard {0} Tracked Files",
|
|
|
|
|
"yes never again": "Yes, Don't Show Again"
|
|
|
|
|
},
|
|
|
|
|
"dist/main": {
|
|
|
|
|
"downloadgit": "Scarica 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.",
|
|
|
|
|
"git2526": "La versione installata {0} di GIT causa problemi noti. Per il corretto funzionamento delle funzionalità GIT, è necessario eseguire l'aggiornamento a GIT >= 2.27.",
|
|
|
|
|
"neverShowAgain": "Non visualizzare più questo messaggio",
|
|
|
|
|
"notfound": "Git non trovato. Installarlo o configurarlo usando l'impostazione 'git.path'.",
|
|
|
|
|
"skipped": "Il git trovato in: {0} è stato ignorato",
|
|
|
|
|
"updateGit": "Aggiorna GIT",
|
|
|
|
|
"using git": "Uso di GIT {0} da {1}",
|
|
|
|
|
"validating": "Convalida del GIT trovato in: {0}"
|
|
|
|
|
"skipped": "Skipped found git in: {0}",
|
|
|
|
|
"using git": "Using git {0} from {1}",
|
|
|
|
|
"validating": "Validating found git in: {0}"
|
|
|
|
|
},
|
|
|
|
|
"dist/model": {
|
|
|
|
|
"no repositories": "Non ci sono repository disponibili",
|
|
|
|
|
"not supported": "I percorsi assoluti non sono supportati nell'impostazione 'git.scanRepositories'.",
|
|
|
|
|
"pick repo": "Scegli un repository",
|
|
|
|
|
"too many submodules": "Il repository '{0}' ha {1} sottomoduli che non verranno aperti automaticamente. È possibile comunque aprirli individualmente aprendo il file all'interno."
|
|
|
|
|
"no repositories": "There are no available repositories",
|
|
|
|
|
"not supported": "Absolute paths not supported in 'git.scanRepositories' setting.",
|
|
|
|
|
"pick repo": "Choose a repository",
|
|
|
|
|
"too many submodules": "The '{0}' repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within."
|
|
|
|
|
},
|
|
|
|
|
"dist/remoteSource": {
|
|
|
|
|
"branch name": "Nome ramo",
|
|
|
|
|
"error": "$(error) Errore: {0}",
|
|
|
|
|
"none found": "Non sono stati trovati repository remoti.",
|
|
|
|
|
"pick url": "Scegliere un URL da cui eseguire la clonazione.",
|
|
|
|
|
"provide url": "Specificare l'URL del repository",
|
|
|
|
|
"provide url or pick": "Specificare l'URL del repository o selezionare un'origine repository.",
|
|
|
|
|
"type to filter": "Nome del repository",
|
|
|
|
|
"type to search": "Nome del repository (digitare per eseguire la ricerca)",
|
|
|
|
|
"branch name": "Branch name",
|
|
|
|
|
"error": "$(error) Error: {0}",
|
|
|
|
|
"none found": "No remote repositories found.",
|
|
|
|
|
"pick url": "Choose a URL to clone from.",
|
|
|
|
|
"provide url": "Provide repository URL",
|
|
|
|
|
"provide url or pick": "Provide repository URL or pick a repository source.",
|
|
|
|
|
"type to filter": "Repository name",
|
|
|
|
|
"type to search": "Repository name (type to search)",
|
|
|
|
|
"url": "URL"
|
|
|
|
|
},
|
|
|
|
|
"dist/repository": {
|
|
|
|
|
"add known": "Aggiungere '{0}' a .gitignore?",
|
|
|
|
|
"added by them": "Conflitto: aggiunto dall'utente",
|
|
|
|
|
"added by us": "Conflitto: aggiunto da Microsoft",
|
|
|
|
|
"always pull": "Esegui sempre il pull",
|
|
|
|
|
"both added": "Conflitto: aggiunto dall'utente e da Microsoft",
|
|
|
|
|
"both deleted": "Conflitto: eliminato dall'utente e da Microsoft",
|
|
|
|
|
"both modified": "Conflitto: modificato dall'utente e da Microsoft",
|
|
|
|
|
"changes": "Modifiche",
|
|
|
|
|
"commit": "Esegui commit",
|
|
|
|
|
"commit in rebase": "Non è possibile modificare il messaggio di commit durante una riassegnazione. Completare l'operazione corrente e usare invece una riassegnazione interattiva.",
|
|
|
|
|
"commitMessage": "Messaggio ({0} per eseguire il commit)",
|
|
|
|
|
"commitMessageCountdown": "ancora {0} caratteri disponibili nella riga corrente",
|
|
|
|
|
"commitMessageWarning": "{0} caratteri rispetto ai {1} disponibili nella riga corrente",
|
|
|
|
|
"commitMessageWhitespacesOnlyWarning": "Il messaggio di commit corrente contiene solo spazi vuoti",
|
|
|
|
|
"commitMessageWithHeadLabel": "Messaggio ({0} per eseguire il commit in '{1}')",
|
|
|
|
|
"deleted": "Eliminato",
|
|
|
|
|
"deleted by them": "Conflitto: eliminato dall'utente",
|
|
|
|
|
"deleted by us": "Conflitto: eliminato da Microsoft",
|
|
|
|
|
"dont pull": "Non eseguire il pull",
|
|
|
|
|
"git.title.deleted": "{0} (eliminato)",
|
|
|
|
|
"git.title.index": "{0} (indice)",
|
|
|
|
|
"git.title.ours": "{0} (versione utente)",
|
|
|
|
|
"git.title.theirs": "{0} (versione server)",
|
|
|
|
|
"git.title.untracked": "{0} (non tracciati)",
|
|
|
|
|
"git.title.workingTree": "{0} (albero di lavoro)",
|
|
|
|
|
"huge": "Il repository git '{0}' ha troppe modifiche attive - verrà attivato solo un sottoinsieme delle funzionalità di Git.",
|
|
|
|
|
"ignored": "Ignorato",
|
|
|
|
|
"index added": "Indice aggiunto",
|
|
|
|
|
"index copied": "Indice copiato",
|
|
|
|
|
"index deleted": "Indice eliminato",
|
|
|
|
|
"index modified": "Indice modificato",
|
|
|
|
|
"index renamed": "Indice rinominato",
|
|
|
|
|
"intent to add": "Finalità da aggiungere",
|
|
|
|
|
"merge changes": "Esegui merge delle modifiche",
|
|
|
|
|
"modified": "Modificato",
|
|
|
|
|
"neveragain": "Non visualizzare più questo messaggio",
|
|
|
|
|
"open": "Apri",
|
|
|
|
|
"pull": "Esegui il pull",
|
|
|
|
|
"pull branch maybe rebased": "Il ramo corrente '{0}' potrebbe essere stato riassegnato. Eseguire comunque il pull in esso?",
|
|
|
|
|
"pull maybe rebased": "Il ramo corrente potrebbe essere stato riassegnato. Eseguire comunque il pull in esso?",
|
|
|
|
|
"pull n": "Esegui il pull di {0} commit da {1}/{2}",
|
|
|
|
|
"pull push n": "Esegui il pull di {0} e il push di {1} commit tra {2}/{3}",
|
|
|
|
|
"push n": "Esegui il push di {0} commit in {1}/{2}",
|
|
|
|
|
"push success": "Push avvenuto con successo.",
|
|
|
|
|
"staged changes": "Modifiche preparate per il commit",
|
|
|
|
|
"sync changes": "Sincronizza modifiche",
|
|
|
|
|
"sync is unpredictable": "Sincronizzazione in corso. L'annullamento dell'operazione può causare gravi danni al repository",
|
|
|
|
|
"untracked": "Non registrato",
|
|
|
|
|
"untracked changes": "Modifiche non tracciate",
|
|
|
|
|
"yes": "Sì"
|
|
|
|
|
"add known": "Would you like to add '{0}' to .gitignore?",
|
|
|
|
|
"added by them": "Conflict: Added By Them",
|
|
|
|
|
"added by us": "Conflict: Added By Us",
|
|
|
|
|
"always pull": "Always Pull",
|
|
|
|
|
"both added": "Conflict: Both Added",
|
|
|
|
|
"both deleted": "Conflict: Both Deleted",
|
|
|
|
|
"both modified": "Conflict: Both Modified",
|
|
|
|
|
"changes": "Changes",
|
|
|
|
|
"commit": "Commit",
|
|
|
|
|
"commit in rebase": "It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.",
|
|
|
|
|
"commitMessage": "Message ({0} to commit)",
|
|
|
|
|
"commitMessageCountdown": "{0} characters left in current line",
|
|
|
|
|
"commitMessageWarning": "{0} characters over {1} in current line",
|
|
|
|
|
"commitMessageWhitespacesOnlyWarning": "Current commit message only contains whitespace characters",
|
|
|
|
|
"commitMessageWithHeadLabel": "Message ({0} to commit on '{1}')",
|
|
|
|
|
"deleted": "Deleted",
|
|
|
|
|
"deleted by them": "Conflict: Deleted By Them",
|
|
|
|
|
"deleted by us": "Conflict: Deleted By Us",
|
|
|
|
|
"dont pull": "Don't Pull",
|
|
|
|
|
"git.title.deleted": "{0} (Deleted)",
|
|
|
|
|
"git.title.index": "{0} (Index)",
|
|
|
|
|
"git.title.ours": "{0} (Ours)",
|
|
|
|
|
"git.title.theirs": "{0} (Theirs)",
|
|
|
|
|
"git.title.untracked": "{0} (Untracked)",
|
|
|
|
|
"git.title.workingTree": "{0} (Working Tree)",
|
|
|
|
|
"huge": "The git repository at '{0}' has too many active changes, only a subset of Git features will be enabled.",
|
|
|
|
|
"ignored": "Ignored",
|
|
|
|
|
"index added": "Index Added",
|
|
|
|
|
"index copied": "Index Copied",
|
|
|
|
|
"index deleted": "Index Deleted",
|
|
|
|
|
"index modified": "Index Modified",
|
|
|
|
|
"index renamed": "Index Renamed",
|
|
|
|
|
"intent to add": "Intent to Add",
|
|
|
|
|
"merge changes": "Merge Changes",
|
|
|
|
|
"modified": "Modified",
|
|
|
|
|
"neveragain": "Don't Show Again",
|
|
|
|
|
"open": "Open",
|
|
|
|
|
"pull": "Pull",
|
|
|
|
|
"pull branch maybe rebased": "It looks like the current branch '{0}' might have been rebased. Are you sure you still want to pull into it?",
|
|
|
|
|
"pull maybe rebased": "It looks like the current branch might have been rebased. Are you sure you still want to pull into it?",
|
|
|
|
|
"pull n": "Pull {0} commits from {1}/{2}",
|
|
|
|
|
"pull push n": "Pull {0} and push {1} commits between {2}/{3}",
|
|
|
|
|
"push n": "Push {0} commits to {1}/{2}",
|
|
|
|
|
"push success": "Successfully pushed.",
|
|
|
|
|
"staged changes": "Staged Changes",
|
|
|
|
|
"sync changes": "Synchronize Changes",
|
|
|
|
|
"sync is unpredictable": "Syncing. Cancelling may cause serious damages to the repository",
|
|
|
|
|
"untracked": "Untracked",
|
|
|
|
|
"untracked changes": "Untracked Changes",
|
|
|
|
|
"yes": "Yes"
|
|
|
|
|
},
|
|
|
|
|
"dist/statusbar": {
|
|
|
|
|
"checkout": "Esegui il checkout del ramo/tag...",
|
|
|
|
|
"publish changes": "Pubblica modifiche",
|
|
|
|
|
"publish to": "Pubblica in {0}",
|
|
|
|
|
"publish to...": "Pubblica in...",
|
|
|
|
|
"rebasing": "Rebase in corso",
|
|
|
|
|
"syncing changes": "Sincronizzazione delle modifiche in corso..."
|
|
|
|
|
"checkout": "Checkout branch/tag...",
|
|
|
|
|
"publish changes": "Publish Changes",
|
|
|
|
|
"publish to": "Publish to {0}",
|
|
|
|
|
"publish to...": "Publish to...",
|
|
|
|
|
"rebasing": "Rebasing",
|
|
|
|
|
"syncing changes": "Synchronizing Changes..."
|
|
|
|
|
},
|
|
|
|
|
"dist/timelineProvider": {
|
|
|
|
|
"git.index": "Indice",
|
|
|
|
|
"git.timeline.detail": "{0} - {1}\r\n{2}\r\n\r\n{3}",
|
|
|
|
|
"git.timeline.source": "Cronologia GIT",
|
|
|
|
|
"git.timeline.stagedChanges": "Modifiche preparate per il commit",
|
|
|
|
|
"git.timeline.uncommitedChanges": "Modifiche non sottoposte a commit",
|
|
|
|
|
"git.timeline.you": "Utente",
|
|
|
|
|
"git.workingTree": "Albero di lavoro"
|
|
|
|
|
"git.index": "Index",
|
|
|
|
|
"git.timeline.detail": "{0} — {1}\r\n{2}\r\n\r\n{3}",
|
|
|
|
|
"git.timeline.source": "Git History",
|
|
|
|
|
"git.timeline.stagedChanges": "Staged Changes",
|
|
|
|
|
"git.timeline.uncommitedChanges": "Uncommitted Changes",
|
|
|
|
|
"git.timeline.you": "You",
|
|
|
|
|
"git.workingTree": "Working Tree"
|
|
|
|
|
},
|
|
|
|
|
"package": {
|
|
|
|
|
"colors.added": "Colore delle risorse aggiunte.",
|
|
|
|
|
"colors.conflict": "Colore delle risorse con conflitti.",
|
|
|
|
|
"colors.deleted": "Colore delle risorse eliminate.",
|
|
|
|
|
"colors.ignored": "Colore delle risorse ignorate.",
|
|
|
|
|
"colors.modified": "Colore delle risorse modificate.",
|
|
|
|
|
"colors.renamed": "Colore delle risorse rinominate o copiate.",
|
|
|
|
|
"colors.stageDeleted": "Colore per le risorse eliminate che sono state preparate per il commit.",
|
|
|
|
|
"colors.stageModified": "Colore per le risorse modificate che sono state preparate per il commit.",
|
|
|
|
|
"colors.submodule": "Colore delle risorse sottomodulo.",
|
|
|
|
|
"colors.untracked": "Colore delle risorse non tracciate.",
|
|
|
|
|
"command.addRemote": "Aggiungi repository remoto...",
|
|
|
|
|
"command.branch": "Crea ramo...",
|
|
|
|
|
"command.branchFrom": "Crea ramo da...",
|
|
|
|
|
"command.checkout": "Esegui checkout in...",
|
|
|
|
|
"command.checkoutDetached": "Esegui checkout in (modalità scollegata)...",
|
|
|
|
|
"command.cherryPick": "Esegui cherry-pick...",
|
|
|
|
|
"command.clean": "Rimuovi modifiche",
|
|
|
|
|
"command.cleanAll": "Rimuovi tutte le modifiche",
|
|
|
|
|
"command.cleanAllTracked": "Rimuovi tutte le modifiche tracciate",
|
|
|
|
|
"command.cleanAllUntracked": "Rimuovi tutte le modifiche non tracciate",
|
|
|
|
|
"command.clone": "Clona",
|
|
|
|
|
"command.cloneRecursive": "Clona (ricorsivo)",
|
|
|
|
|
"command.close": "Chiudi repository",
|
|
|
|
|
"command.commit": "Esegui commit",
|
|
|
|
|
"command.commitAll": "Esegui commit di tutto",
|
|
|
|
|
"command.commitAllAmend": "Esegui commit di tutto (modifica)",
|
|
|
|
|
"command.commitAllAmendNoVerify": "Esegui commit di tutto (modifica, nessuna verifica)",
|
|
|
|
|
"command.commitAllNoVerify": "Esegui commit di tutto (nessuna verifica)",
|
|
|
|
|
"command.commitAllSigned": "Esegui commit di tutto (approvazione)",
|
|
|
|
|
"command.commitAllSignedNoVerify": "Esegui commit di tutto (approvazione, nessuna verifica)",
|
|
|
|
|
"command.commitEmpty": "Commit vuoto",
|
|
|
|
|
"command.commitEmptyNoVerify": "Commit vuoto (nessuna verifica)",
|
|
|
|
|
"command.commitNoVerify": "Esegui commit (nessuna verifica)",
|
|
|
|
|
"command.commitStaged": "Esegui commit dei file preparati",
|
|
|
|
|
"command.commitStagedAmend": "Esegui commit dei file preparati (modifica)",
|
|
|
|
|
"command.commitStagedAmendNoVerify": "Esegui commit dei file preparati (modifica, nessuna verifica)",
|
|
|
|
|
"command.commitStagedNoVerify": "Esegui commit dei file preparati (nessuna verifica)",
|
|
|
|
|
"command.commitStagedSigned": "Esegui commit dei file preparati (approvazione)",
|
|
|
|
|
"command.commitStagedSignedNoVerify": "Esegui commit dei file preparati (approvazione, nessuna verifica)",
|
|
|
|
|
"command.createTag": "Crea tag",
|
|
|
|
|
"command.deleteBranch": "Elimina ramo...",
|
|
|
|
|
"command.deleteTag": "Elimina tag",
|
|
|
|
|
"command.fetch": "Recupera",
|
|
|
|
|
"command.fetchAll": "Recupera da tutti gli elementi remoti",
|
|
|
|
|
"command.fetchPrune": "Recupera (elimina)",
|
|
|
|
|
"command.ignore": "Aggiungi a .gitignore",
|
|
|
|
|
"command.init": "Inizializza repository",
|
|
|
|
|
"command.merge": "Merge ramo...",
|
|
|
|
|
"command.openAllChanges": "Apri tutte le modifiche",
|
|
|
|
|
"command.openChange": "Apri modifiche",
|
|
|
|
|
"command.openFile": "Apri file",
|
|
|
|
|
"command.openHEADFile": "Apri File (HEAD)",
|
|
|
|
|
"command.openRepository": "Apri repository",
|
|
|
|
|
"command.publish": "Pubblica ramo...",
|
|
|
|
|
"command.pull": "Esegui pull",
|
|
|
|
|
"command.pullFrom": "Pull da...",
|
|
|
|
|
"command.pullRebase": "Esegui pull (Riassegna)",
|
|
|
|
|
"command.push": "Esegui push",
|
|
|
|
|
"command.pushFollowTags": "Esegui push (segui tag)",
|
|
|
|
|
"command.pushFollowTagsForce": "Esegui push (segui tag, forzato)",
|
|
|
|
|
"command.pushForce": "Esegui push (Forza)",
|
|
|
|
|
"command.pushTags": "Esegui push dei tag",
|
|
|
|
|
"command.pushTo": "Esegui push in...",
|
|
|
|
|
"command.pushToForce": "Push in... (Forza)",
|
|
|
|
|
"command.rebase": "Riassegna ramo...",
|
|
|
|
|
"command.rebaseAbort": "Interrompi riassegnazione",
|
|
|
|
|
"command.refresh": "Aggiorna",
|
|
|
|
|
"command.removeRemote": "Rimuovi repository remoto",
|
|
|
|
|
"command.rename": "Rinomina",
|
|
|
|
|
"command.renameBranch": "Rinomina Branch...",
|
|
|
|
|
"command.restoreCommitTemplate": "Ripristina il modello di Commit",
|
|
|
|
|
"command.revealInExplorer": "Visualizza nella barra laterale",
|
|
|
|
|
"command.revertChange": "Annulla modifica",
|
|
|
|
|
"command.revertSelectedRanges": "Ripristina intervalli selezionati",
|
|
|
|
|
"command.setLogLevel": "Imposta livello log...",
|
|
|
|
|
"command.showOutput": "Mostra output GIT",
|
|
|
|
|
"command.stage": "Prepara modifiche per commit",
|
|
|
|
|
"command.stageAll": "Prepara tutte le modifiche per commit",
|
|
|
|
|
"command.stageAllMerge": "Prepara per il commit tutte le modifiche di merge",
|
|
|
|
|
"command.stageAllTracked": "Prepara per il commit tutte le modifiche non tracciate",
|
|
|
|
|
"command.stageAllUntracked": "Prepara per commit tutte le modifiche non tracciate",
|
|
|
|
|
"command.stageChange": "Prepara modifica per commit",
|
|
|
|
|
"command.stageSelectedRanges": "Prepara per il commit intervalli selezionati",
|
|
|
|
|
"command.stash": "Accantona",
|
|
|
|
|
"command.stashApply": "Applica Stash...",
|
|
|
|
|
"command.stashApplyLatest": "Applica ultimo Stash",
|
|
|
|
|
"command.stashDrop": "Rimuovi accantonamento...",
|
|
|
|
|
"command.stashIncludeUntracked": "Stash (includi non tracciate)",
|
|
|
|
|
"command.stashPop": "Preleva accantonamento...",
|
|
|
|
|
"command.stashPopLatest": "Preleva accantonamento più recente",
|
|
|
|
|
"command.sync": "Sincronizza",
|
|
|
|
|
"command.syncRebase": "Sincronizza (Rebase)",
|
|
|
|
|
"command.timelineCompareWithSelected": "Confronta con selezionati",
|
|
|
|
|
"command.timelineCopyCommitId": "Copia ID commit",
|
|
|
|
|
"command.timelineCopyCommitMessage": "Copia messaggio di commit",
|
|
|
|
|
"command.timelineOpenDiff": "Apri modifiche",
|
|
|
|
|
"command.timelineSelectForCompare": "Seleziona per il confronto",
|
|
|
|
|
"command.undoCommit": "Annulla ultimo commit",
|
|
|
|
|
"command.unstage": "Annulla preparazione modifiche per commit",
|
|
|
|
|
"command.unstageAll": "Annulla preparazione di tutte le modifiche per commit",
|
|
|
|
|
"command.unstageSelectedRanges": "Annulla preparazione per il commit di intervalli selezionati",
|
|
|
|
|
"config.allowForcePush": "Controlla se il push forzato (con o senza lease) è abilitato.",
|
|
|
|
|
"config.allowNoVerifyCommit": "Controlla se consentire i commit senza l'esecuzione di hook pre-commit e commit-msg.",
|
|
|
|
|
"config.alwaysShowStagedChangesResourceGroup": "Mostra sempre il gruppo di risorse Modifiche preparate per il commit.",
|
|
|
|
|
"config.alwaysSignOff": "Controlla il flag di signoff per tutti i commit.",
|
|
|
|
|
"config.autoRepositoryDetection": "Configura quando il repository dovrebbe essere rilevato automaticamente.",
|
|
|
|
|
"config.autoRepositoryDetection.false": "Disabilita la scansione automatica del repository.",
|
|
|
|
|
"config.autoRepositoryDetection.openEditors": "Esegue la scansione per individuare le cartelle padre dei file aperti.",
|
|
|
|
|
"config.autoRepositoryDetection.subFolders": "Esegue la scansione per individuare le sottocartelle della cartella attualmente aperta.",
|
|
|
|
|
"config.autoRepositoryDetection.true": "Esegue la scansione per individuare le sottocartelle della cartella attualmente aperta e le cartelle padre dei file aperti.",
|
|
|
|
|
"config.autoStash": "Accantona eventuali modifiche prima del pull e le ripristina dopo un pull riuscito.",
|
|
|
|
|
"config.autofetch": "Quando è impostata su true, i commit verranno recuperati automaticamente dal repository remoto del repository GIT corrente. Se è impostata su `all`, verranno recuperati da tutti i repository remoti.",
|
|
|
|
|
"config.autofetchPeriod": "Durata in secondi tra ogni git fetch automatico, quando è abilitata l'opzione `#git.autofetch#`.",
|
|
|
|
|
"config.autorefresh": "Indica se l'aggiornamento automatico è abilitato.",
|
|
|
|
|
"config.branchSortOrder": "Controlla l'ordinamento per i rami.",
|
|
|
|
|
"config.branchValidationRegex": "Un'espressione regolare per validare i nomi delle nuove branch.",
|
|
|
|
|
"config.branchWhitespaceChar": "Il carattere per sostituire gli spazi vuoti nei nomi delle nuove branch.",
|
|
|
|
|
"config.checkoutType": "Controlla il tipo di riferimenti GIT elencati quando si esegue `Esegui checkout in...`.",
|
|
|
|
|
"config.checkoutType.local": "Rami locali",
|
|
|
|
|
"config.checkoutType.remote": "Rami remoti",
|
|
|
|
|
"config.checkoutType.tags": "Tag",
|
|
|
|
|
"config.confirmEmptyCommits": "Conferma sempre la creazione di commit vuoti per il comando 'Git: Commit vuoto'.",
|
|
|
|
|
"config.confirmForcePush": "Controlla se chiedere conferma prima di eseguire il push forzato.",
|
|
|
|
|
"config.confirmNoVerifyCommit": "Controlla se chiedere conferma prima di eseguire il commit senza verifica.",
|
|
|
|
|
"config.confirmSync": "Confermare prima di sincronizzare i repository GIT.",
|
|
|
|
|
"config.countBadge": "Controlla la notifica del conteggio GIT.",
|
|
|
|
|
"config.countBadge.all": "Esegue il conteggio di tutte le modifiche.",
|
|
|
|
|
"config.countBadge.off": "Disattiva il contatore.",
|
|
|
|
|
"config.countBadge.tracked": "Esegue il conteggio solo delle revisioni.",
|
|
|
|
|
"config.decorations.enabled": "Controlla se GIT aggiunge come contributo colori e notifiche nelle visualizzazioni Esplora risorse e Editor aperti.",
|
|
|
|
|
"config.defaultCloneDirectory": "Il percorso predefinito in cui clonare un repository GIT.",
|
|
|
|
|
"config.detectSubmodules": "Controlla se rilevare automaticamente i moduli secondari GIT.",
|
|
|
|
|
"config.detectSubmodulesLimit": "Controlla il limite dei sottomoduli git rilevati.",
|
|
|
|
|
"config.discardAllScope": "Controlla quali modifiche vengono rimosse tramite il comando `Rimuovi tutte le modifiche`. Con `all` vengono rimosse tutte le modifiche. Con `tracked` vengono rimossi solo i file di cui viene tenuta traccia. Con `prompt` viene visualizzata una finestra di dialogo ogni volta che si esegue l'azione.",
|
|
|
|
|
"config.enableCommitSigning": "Abilita la firma del commit con GPG o X.509.",
|
|
|
|
|
"config.enableSmartCommit": "Eseguire il commit di tutte le modifiche quando non ci sono modifiche preparate.",
|
|
|
|
|
"config.enableStatusBarSync": "Controlla se il comando Git Sync è visualizzato nella barra di stato.",
|
|
|
|
|
"config.enabled": "Indica se GIT è abilitato.",
|
|
|
|
|
"config.fetchOnPull": "Quando è abilitato, recupera tutti i rami durante il pulling; altrimenti recupera solo il ramo corrente.",
|
|
|
|
|
"config.followTagsWhenSync": "Esegui il push di tutti i tag durante l'esecuzione del comando di sincronizzazione.",
|
|
|
|
|
"config.ignoreLegacyWarning": "Ignora l'avvertimento legacy di Git.",
|
|
|
|
|
"config.ignoreLimitWarning": "Ignora il messaggio di avviso quando ci sono troppe modifiche in un repository.",
|
|
|
|
|
"config.ignoreMissingGitWarning": "Ignora il messaggio di avviso quando manca GIT.",
|
|
|
|
|
"config.ignoreRebaseWarning": "Ignora l'avviso quando il ramo potrebbe essere stato riassegnato durante il pull.",
|
|
|
|
|
"config.ignoreSubmodules": "Ignora le modifiche apportate ai moduli secondari nell'albero dei file.",
|
|
|
|
|
"config.ignoreWindowsGit27Warning": "Ignora il messaggio di avviso quando Git 2.25 - 2.26 è installato in Windows.",
|
|
|
|
|
"config.ignoredRepositories": "Elenco dei repository GIT da ignorare.",
|
|
|
|
|
"config.inputValidation": "Controlla quando visualizzare la convalida sull'input del messaggio di commit.",
|
|
|
|
|
"config.inputValidationLength": "Controlla la soglia di lunghezza del messaggio di commit per mostrare un avviso.",
|
|
|
|
|
"config.inputValidationSubjectLength": "Controlla la soglia relativa alla lunghezza dell'oggetto del messaggio di commit per la visualizzazione di un avviso. Disattivarlo per ereditare il valore di `config.inputValidationLength`.",
|
|
|
|
|
"config.openAfterClone": "Controlla se aprire automaticamente un repository dopo la clonazione.",
|
|
|
|
|
"config.openAfterClone.always": "Apri sempre nella finestra corrente.",
|
|
|
|
|
"config.openAfterClone.alwaysNewWindow": "Apri sempre in una nuova finestra.",
|
|
|
|
|
"config.openAfterClone.prompt": "Richiedi sempre l'azione da eseguire.",
|
|
|
|
|
"config.openAfterClone.whenNoFolderOpen": "Apri solo nella finestra corrente quando non è alcuna cartella.",
|
|
|
|
|
"config.openDiffOnClick": "Controlla se aprire l'editor diff quando si fa clic su una modifica; in caso contrario verrà aperto l'editor normale.",
|
|
|
|
|
"config.path": "Percorso e nome file dell'eseguibile GIT, ad esempio `C:\\Programmi\\Git\\bin\\git.exe` (Windows). Può trattarsi di una matrice di valori stringa che contengono più percorsi da cercare.",
|
|
|
|
|
"config.postCommitCommand": "Esegue un comando git dopo un'operazione commit riuscita.",
|
|
|
|
|
"config.postCommitCommand.none": "Non eseguire alcun comando dopo un commit.",
|
|
|
|
|
"config.postCommitCommand.push": "Esegue 'Git Push' dopo un commit riuscito.",
|
|
|
|
|
"config.postCommitCommand.sync": "Esegue 'Git Sync' dopo un commit riuscito.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit": "Controlla se GIT deve verificare la presenza di file non salvati prima di eseguire il commit.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit.always": "Verifica la presenza di eventuali file non salvati.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit.never": "Disabilita questo controllo.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit.staged": "Verificare solo la presenza di file di stage non salvati.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash": "Controlla se GIT deve verificare la presenza di file non salvati prima di accantonare le modifiche.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash.always": "Verifica la presenza di eventuali file non salvati.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash.never": "Disabilita questo controllo.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash.staged": "Verificare solo la presenza di file di stage non salvati.",
|
|
|
|
|
"config.pruneOnFetch": "Elimina durante il recupero.",
|
|
|
|
|
"config.pullTags": "Recupera tutti i tag durante il pull.",
|
|
|
|
|
"config.rebaseWhenSync": "Forza git a usare rebase durante l'esecuzione del comando di sincronizzazione.",
|
|
|
|
|
"config.requireGitUserConfig": "Controlla se richiedere la configurazione esplicita dell'utente GIT o lasciare che sia GIT a indovinarla se non è presente.",
|
|
|
|
|
"config.scanRepositories": "Elenco dei percorsi in cui cercare i repository GIT.",
|
|
|
|
|
"config.showCommitInput": "Controlla se mostrare l'input del commit nel pannello del controllo del codice sorgente GIT.",
|
|
|
|
|
"config.showInlineOpenFileAction": "Controlla se visualizzare un'azione Apri file inline nella visualizzazione modifiche GIT.",
|
|
|
|
|
"config.showProgress": "Determina se le azioni git devono mostrare lo stato di avanzamento.",
|
|
|
|
|
"config.showPushSuccessNotification": "Controlla se visualizzare una notifica quando un push è avvenuto con successo.",
|
|
|
|
|
"config.smartCommitChanges": "Controlla quali modifiche vengono automaticamente preparate per il commit da Commit intelligente.",
|
|
|
|
|
"config.smartCommitChanges.all": "Prepara automaticamente tutte le modifiche per il commit.",
|
|
|
|
|
"config.smartCommitChanges.tracked": "Solo modifiche tracciate automaticamente preparate per il commit.",
|
|
|
|
|
"config.suggestSmartCommit": "Suggerisce di abilitare il commit intelligente (eseguire il commit di tutte le modifiche quando non ci sono modifiche preparate per il commit).",
|
|
|
|
|
"config.supportCancellation": "Controlla se durante l'esecuzione dell'azione Sync viene inviata una notifica, che consente all'utente di annullare l'operazione.",
|
|
|
|
|
"config.terminalAuthentication": "Controlla se abilitare Azure Data Studio come gestore di autenticazione per i processi GIT generati nel terminale integrato. Nota: per rendere effettiva una modifica di questa impostazione, è necessario riavviare i terminali.",
|
|
|
|
|
"config.timeline.date": "Controlla la data da usare per gli elementi nella visualizzazione Sequenza temporale.",
|
|
|
|
|
"config.timeline.date.authored": "Usa la data di creazione",
|
|
|
|
|
"config.timeline.date.committed": "Usa la data di commit",
|
|
|
|
|
"config.timeline.showAuthor": "Controlla se visualizzare l'autore del commit nella visualizzazione Sequenza temporale.",
|
|
|
|
|
"config.untrackedChanges": "Controlla il comportamento delle modifiche non tracciate.",
|
|
|
|
|
"config.untrackedChanges.hidden": "Le modifiche non tracciate vengono nascoste ed escluse da diverse azioni.",
|
|
|
|
|
"config.untrackedChanges.mixed": "Tutte le modifiche, tracciate e non tracciate, vengono visualizzate insieme e si comportano allo stesso modo.",
|
|
|
|
|
"config.untrackedChanges.separate": "Le modifiche non tracciate vengono visualizzate separatamente nella visualizzazione Controllo del codice sorgente. Sono inoltre escluse da diverse azioni.",
|
|
|
|
|
"config.useCommitInputAsStashMessage": "Controlla se usare il messaggio della casella di input di commit come messaggio predefinito per l'accantonamento.",
|
|
|
|
|
"config.useForcePushWithLease": "Controlla se il push forzato usa la variante più sicura di forzatura con lease.",
|
|
|
|
|
"description": "Integrazione SCM su Git",
|
|
|
|
|
"displayName": "GIT",
|
|
|
|
|
"submenu.branch": "Crea ramo",
|
|
|
|
|
"submenu.changes": "Modifiche",
|
|
|
|
|
"submenu.commit": "Esegui commit",
|
|
|
|
|
"submenu.commit.amend": "Modifica",
|
|
|
|
|
"submenu.commit.signoff": "Approva",
|
|
|
|
|
"submenu.explorer": "GIT",
|
|
|
|
|
"submenu.pullpush": "Esegui pull/push",
|
|
|
|
|
"submenu.remotes": "Repository remoto",
|
|
|
|
|
"submenu.stash": "Accantona",
|
|
|
|
|
"submenu.tags": "Tag",
|
|
|
|
|
"view.workbench.cloneRepository": "È possibile clonare un repository in locale.\r\n[Clona repository](command:git.clone 'Clona un repository dopo l'attivazione dell'estensione GIT')",
|
|
|
|
|
"view.workbench.learnMore": "Per altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.disabled": "Se si vogliono usare le funzionalità GIT, abilitare GIT nelle [impostazioni](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.empty": "Per usare le funzionalità GIT, è possibile aprire una cartella contenente un repository GIT o clonarlo da un URL.\r\n[Apri cartella](command:vscode.openFolder)\r\n[Clona repository](command:git.clone)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.emptyWorkspace": "L'area di lavoro attualmente aperta non contiene cartelle con repository GIT.\r\n[Aggiungi cartella all'area di lavoro](command:workbench.action.addRootFolder)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.folder": "La cartella attualmente aperta non contiene un repository GIT. È possibile inizializzare un repository che abiliterà le funzionalità di controllo del codice sorgente basate su GIT.\r\n[Inizializza repository](command:git.init?%5Btrue%5D)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.missing": "Non è stata rilevata un'installazione GIT valida. Per altri dettagli, vedere l'[output GIT](command:git.showOutput).\r\n[Installare GIT](https://git-scm.com/) oppure vedere la [documentazione](https://aka.ms/vscode-scm) per informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio.\r\nSe si usa un sistema di controllo delle versioni diverso, è possibile [cercare le estensioni aggiuntive nel Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
|
|
|
|
|
"view.workbench.scm.workspace": "L'area di lavoro attualmente aperta non contiene cartelle con repository GIT. È possibile inizializzare un repository in una cartella che abiliterà le funzionalità di controllo del codice sorgente basate su GIT.\r\n[Inizializza repository](command:git.init)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm)."
|
|
|
|
|
"colors.added": "Color for added resources.",
|
|
|
|
|
"colors.conflict": "Color for resources with conflicts.",
|
|
|
|
|
"colors.deleted": "Color for deleted resources.",
|
|
|
|
|
"colors.ignored": "Color for ignored resources.",
|
|
|
|
|
"colors.modified": "Color for modified resources.",
|
|
|
|
|
"colors.renamed": "Color for renamed or copied resources.",
|
|
|
|
|
"colors.stageDeleted": "Color for deleted resources which have been staged.",
|
|
|
|
|
"colors.stageModified": "Color for modified resources which have been staged.",
|
|
|
|
|
"colors.submodule": "Color for submodule resources.",
|
|
|
|
|
"colors.untracked": "Color for untracked resources.",
|
|
|
|
|
"command.addRemote": "Add Remote...",
|
|
|
|
|
"command.branch": "Create Branch...",
|
|
|
|
|
"command.branchFrom": "Create Branch From...",
|
|
|
|
|
"command.checkout": "Checkout to...",
|
|
|
|
|
"command.checkoutDetached": "Checkout to (Detached)...",
|
|
|
|
|
"command.cherryPick": "Cherry Pick...",
|
|
|
|
|
"command.clean": "Discard Changes",
|
|
|
|
|
"command.cleanAll": "Discard All Changes",
|
|
|
|
|
"command.cleanAllTracked": "Discard All Tracked Changes",
|
|
|
|
|
"command.cleanAllUntracked": "Discard All Untracked Changes",
|
|
|
|
|
"command.clone": "Clone",
|
|
|
|
|
"command.cloneRecursive": "Clone (Recursive)",
|
|
|
|
|
"command.close": "Close Repository",
|
|
|
|
|
"command.commit": "Commit",
|
|
|
|
|
"command.commitAll": "Commit All",
|
|
|
|
|
"command.commitAllAmend": "Commit All (Amend)",
|
|
|
|
|
"command.commitAllAmendNoVerify": "Commit All (Amend, No Verify)",
|
|
|
|
|
"command.commitAllNoVerify": "Commit All (No Verify)",
|
|
|
|
|
"command.commitAllSigned": "Commit All (Signed Off)",
|
|
|
|
|
"command.commitAllSignedNoVerify": "Commit All (Signed Off, No Verify)",
|
|
|
|
|
"command.commitEmpty": "Commit Empty",
|
|
|
|
|
"command.commitEmptyNoVerify": "Commit Empty (No Verify)",
|
|
|
|
|
"command.commitNoVerify": "Commit (No Verify)",
|
|
|
|
|
"command.commitStaged": "Commit Staged",
|
|
|
|
|
"command.commitStagedAmend": "Commit Staged (Amend)",
|
|
|
|
|
"command.commitStagedAmendNoVerify": "Commit Staged (Amend, No Verify)",
|
|
|
|
|
"command.commitStagedNoVerify": "Commit Staged (No Verify)",
|
|
|
|
|
"command.commitStagedSigned": "Commit Staged (Signed Off)",
|
|
|
|
|
"command.commitStagedSignedNoVerify": "Commit Staged (Signed Off, No Verify)",
|
|
|
|
|
"command.createTag": "Create Tag",
|
|
|
|
|
"command.deleteBranch": "Delete Branch...",
|
|
|
|
|
"command.deleteTag": "Delete Tag",
|
|
|
|
|
"command.fetch": "Fetch",
|
|
|
|
|
"command.fetchAll": "Fetch From All Remotes",
|
|
|
|
|
"command.fetchPrune": "Fetch (Prune)",
|
|
|
|
|
"command.ignore": "Add to .gitignore",
|
|
|
|
|
"command.init": "Initialize Repository",
|
|
|
|
|
"command.merge": "Merge Branch...",
|
|
|
|
|
"command.openAllChanges": "Open All Changes",
|
|
|
|
|
"command.openChange": "Open Changes",
|
|
|
|
|
"command.openFile": "Open File",
|
|
|
|
|
"command.openHEADFile": "Open File (HEAD)",
|
|
|
|
|
"command.openRepository": "Open Repository",
|
|
|
|
|
"command.publish": "Publish Branch...",
|
|
|
|
|
"command.pull": "Pull",
|
|
|
|
|
"command.pullFrom": "Pull from...",
|
|
|
|
|
"command.pullRebase": "Pull (Rebase)",
|
|
|
|
|
"command.push": "Push",
|
|
|
|
|
"command.pushFollowTags": "Push (Follow Tags)",
|
|
|
|
|
"command.pushFollowTagsForce": "Push (Follow Tags, Force)",
|
|
|
|
|
"command.pushForce": "Push (Force)",
|
|
|
|
|
"command.pushTags": "Push Tags",
|
|
|
|
|
"command.pushTo": "Push to...",
|
|
|
|
|
"command.pushToForce": "Push to... (Force)",
|
|
|
|
|
"command.rebase": "Rebase Branch...",
|
|
|
|
|
"command.rebaseAbort": "Abort Rebase",
|
|
|
|
|
"command.refresh": "Refresh",
|
|
|
|
|
"command.removeRemote": "Remove Remote",
|
|
|
|
|
"command.rename": "Rename",
|
|
|
|
|
"command.renameBranch": "Rename Branch...",
|
|
|
|
|
"command.restoreCommitTemplate": "Restore Commit Template",
|
|
|
|
|
"command.revealInExplorer": "Reveal in Side Bar",
|
|
|
|
|
"command.revertChange": "Revert Change",
|
|
|
|
|
"command.revertSelectedRanges": "Revert Selected Ranges",
|
|
|
|
|
"command.setLogLevel": "Set Log Level...",
|
|
|
|
|
"command.showOutput": "Show Git Output",
|
|
|
|
|
"command.stage": "Stage Changes",
|
|
|
|
|
"command.stageAll": "Stage All Changes",
|
|
|
|
|
"command.stageAllMerge": "Stage All Merge Changes",
|
|
|
|
|
"command.stageAllTracked": "Stage All Tracked Changes",
|
|
|
|
|
"command.stageAllUntracked": "Stage All Untracked Changes",
|
|
|
|
|
"command.stageChange": "Stage Change",
|
|
|
|
|
"command.stageSelectedRanges": "Stage Selected Ranges",
|
|
|
|
|
"command.stash": "Stash",
|
|
|
|
|
"command.stashApply": "Apply Stash...",
|
|
|
|
|
"command.stashApplyLatest": "Apply Latest Stash",
|
|
|
|
|
"command.stashDrop": "Drop Stash...",
|
|
|
|
|
"command.stashIncludeUntracked": "Stash (Include Untracked)",
|
|
|
|
|
"command.stashPop": "Pop Stash...",
|
|
|
|
|
"command.stashPopLatest": "Pop Latest Stash",
|
|
|
|
|
"command.sync": "Sync",
|
|
|
|
|
"command.syncRebase": "Sync (Rebase)",
|
|
|
|
|
"command.timelineCompareWithSelected": "Compare with Selected",
|
|
|
|
|
"command.timelineCopyCommitId": "Copy Commit ID",
|
|
|
|
|
"command.timelineCopyCommitMessage": "Copy Commit Message",
|
|
|
|
|
"command.timelineOpenDiff": "Open Changes",
|
|
|
|
|
"command.timelineSelectForCompare": "Select for Compare",
|
|
|
|
|
"command.undoCommit": "Undo Last Commit",
|
|
|
|
|
"command.unstage": "Unstage Changes",
|
|
|
|
|
"command.unstageAll": "Unstage All Changes",
|
|
|
|
|
"command.unstageSelectedRanges": "Unstage Selected Ranges",
|
|
|
|
|
"config.allowForcePush": "Controls whether force push (with or without lease) is enabled.",
|
|
|
|
|
"config.allowNoVerifyCommit": "Controls whether commits without running pre-commit and commit-msg hooks are allowed.",
|
|
|
|
|
"config.alwaysShowStagedChangesResourceGroup": "Always show the Staged Changes resource group.",
|
|
|
|
|
"config.alwaysSignOff": "Controls the signoff flag for all commits.",
|
|
|
|
|
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",
|
|
|
|
|
"config.autoRepositoryDetection.false": "Disable automatic repository scanning.",
|
|
|
|
|
"config.autoRepositoryDetection.openEditors": "Scan for parent folders of open files.",
|
|
|
|
|
"config.autoRepositoryDetection.subFolders": "Scan for subfolders of the currently opened folder.",
|
|
|
|
|
"config.autoRepositoryDetection.true": "Scan for both subfolders of the current opened folder and parent folders of open files.",
|
|
|
|
|
"config.autoStash": "Stash any changes before pulling and restore them after successful pull.",
|
|
|
|
|
"config.autofetch": "When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes.",
|
|
|
|
|
"config.autofetchPeriod": "Duration in seconds between each automatic git fetch, when `#git.autofetch#` is enabled.",
|
|
|
|
|
"config.autorefresh": "Whether auto refreshing is enabled.",
|
|
|
|
|
"config.branchSortOrder": "Controls the sort order for branches.",
|
|
|
|
|
"config.branchValidationRegex": "A regular expression to validate new branch names.",
|
|
|
|
|
"config.branchWhitespaceChar": "The character to replace whitespace in new branch names.",
|
|
|
|
|
"config.checkoutType": "Controls what type of git refs are listed when running `Checkout to...`.",
|
|
|
|
|
"config.checkoutType.local": "Local branches",
|
|
|
|
|
"config.checkoutType.remote": "Remote branches",
|
|
|
|
|
"config.checkoutType.tags": "Tags",
|
|
|
|
|
"config.confirmEmptyCommits": "Always confirm the creation of empty commits for the 'Git: Commit Empty' command.",
|
|
|
|
|
"config.confirmForcePush": "Controls whether to ask for confirmation before force-pushing.",
|
|
|
|
|
"config.confirmNoVerifyCommit": "Controls whether to ask for confirmation before committing without verification.",
|
|
|
|
|
"config.confirmSync": "Confirm before synchronizing git repositories.",
|
|
|
|
|
"config.countBadge": "Controls the Git count badge.",
|
|
|
|
|
"config.countBadge.all": "Count all changes.",
|
|
|
|
|
"config.countBadge.off": "Turn off counter.",
|
|
|
|
|
"config.countBadge.tracked": "Count only tracked changes.",
|
|
|
|
|
"config.decorations.enabled": "Controls whether Git contributes colors and badges to the Explorer and the Open Editors view.",
|
|
|
|
|
"config.defaultCloneDirectory": "The default location to clone a git repository.",
|
|
|
|
|
"config.detectSubmodules": "Controls whether to automatically detect git submodules.",
|
|
|
|
|
"config.detectSubmodulesLimit": "Controls the limit of git submodules detected.",
|
|
|
|
|
"config.discardAllScope": "Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run.",
|
|
|
|
|
"config.enableCommitSigning": "Enables commit signing with GPG or X.509.",
|
|
|
|
|
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
|
|
|
|
|
"config.enableStatusBarSync": "Controls whether the Git Sync command appears in the status bar.",
|
|
|
|
|
"config.enabled": "Whether git is enabled.",
|
|
|
|
|
"config.fetchOnPull": "When enabled, fetch all branches when pulling. Otherwise, fetch just the current one.",
|
|
|
|
|
"config.followTagsWhenSync": "Follow push all tags when running the sync command.",
|
|
|
|
|
"config.ignoreLegacyWarning": "Ignores the legacy Git warning.",
|
|
|
|
|
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository.",
|
|
|
|
|
"config.ignoreMissingGitWarning": "Ignores the warning when Git is missing.",
|
|
|
|
|
"config.ignoreRebaseWarning": "Ignores the warning when it looks like the branch might have been rebased when pulling.",
|
|
|
|
|
"config.ignoreSubmodules": "Ignore modifications to submodules in the file tree.",
|
|
|
|
|
"config.ignoreWindowsGit27Warning": "Ignores the warning when Git 2.25 - 2.26 is installed on Windows.",
|
|
|
|
|
"config.ignoredRepositories": "List of git repositories to ignore.",
|
|
|
|
|
"config.inputValidation": "Controls when to show commit message input validation.",
|
|
|
|
|
"config.inputValidationLength": "Controls the commit message length threshold for showing a warning.",
|
|
|
|
|
"config.inputValidationSubjectLength": "Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `config.inputValidationLength`.",
|
|
|
|
|
"config.openAfterClone": "Controls whether to open a repository automatically after cloning.",
|
|
|
|
|
"config.openAfterClone.always": "Always open in current window.",
|
|
|
|
|
"config.openAfterClone.alwaysNewWindow": "Always open in a new window.",
|
|
|
|
|
"config.openAfterClone.prompt": "Always prompt for action.",
|
|
|
|
|
"config.openAfterClone.whenNoFolderOpen": "Only open in current window when no folder is opened.",
|
|
|
|
|
"config.openDiffOnClick": "Controls whether the diff editor should be opened when clicking a change. Otherwise the regular editor will be opened.",
|
|
|
|
|
"config.path": "Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows). This can also be an array of string values containing multiple paths to look up.",
|
|
|
|
|
"config.postCommitCommand": "Runs a git command after a successful commit.",
|
|
|
|
|
"config.postCommitCommand.none": "Don't run any command after a commit.",
|
|
|
|
|
"config.postCommitCommand.push": "Run 'Git Push' after a successful commit.",
|
|
|
|
|
"config.postCommitCommand.sync": "Run 'Git Sync' after a successful commit.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit": "Controls whether Git should check for unsaved files before committing.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit.always": "Check for any unsaved files.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit.never": "Disable this check.",
|
|
|
|
|
"config.promptToSaveFilesBeforeCommit.staged": "Check only for unsaved staged files.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash": "Controls whether Git should check for unsaved files before stashing changes.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash.always": "Check for any unsaved files.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash.never": "Disable this check.",
|
|
|
|
|
"config.promptToSaveFilesBeforeStash.staged": "Check only for unsaved staged files.",
|
|
|
|
|
"config.pruneOnFetch": "Prune when fetching.",
|
|
|
|
|
"config.pullTags": "Fetch all tags when pulling.",
|
|
|
|
|
"config.rebaseWhenSync": "Force git to use rebase when running the sync command.",
|
|
|
|
|
"config.requireGitUserConfig": "Controls whether to require explicit Git user configuration or allow Git to guess if missing.",
|
|
|
|
|
"config.scanRepositories": "List of paths to search for git repositories in.",
|
|
|
|
|
"config.showCommitInput": "Controls whether to show the commit input in the Git source control panel.",
|
|
|
|
|
"config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.",
|
|
|
|
|
"config.showProgress": "Controls whether git actions should show progress.",
|
|
|
|
|
"config.showPushSuccessNotification": "Controls whether to show a notification when a push is successful.",
|
|
|
|
|
"config.smartCommitChanges": "Control which changes are automatically staged by Smart Commit.",
|
|
|
|
|
"config.smartCommitChanges.all": "Automatically stage all changes.",
|
|
|
|
|
"config.smartCommitChanges.tracked": "Automatically stage tracked changes only.",
|
|
|
|
|
"config.suggestSmartCommit": "Suggests to enable smart commit (commit all changes when there are no staged changes).",
|
|
|
|
|
"config.supportCancellation": "Controls whether a notification comes up when running the Sync action, which allows the user to cancel the operation.",
|
|
|
|
|
"config.terminalAuthentication": "Controls whether to enable Azure Data Studio to be the authentication handler for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting.",
|
|
|
|
|
"config.timeline.date": "Controls which date to use for items in the Timeline view.",
|
|
|
|
|
"config.timeline.date.authored": "Use the authored date",
|
|
|
|
|
"config.timeline.date.committed": "Use the committed date",
|
|
|
|
|
"config.timeline.showAuthor": "Controls whether to show the commit author in the Timeline view.",
|
|
|
|
|
"config.untrackedChanges": "Controls how untracked changes behave.",
|
|
|
|
|
"config.untrackedChanges.hidden": "Untracked changes are hidden and excluded from several actions.",
|
|
|
|
|
"config.untrackedChanges.mixed": "All changes, tracked and untracked, appear together and behave equally.",
|
|
|
|
|
"config.untrackedChanges.separate": "Untracked changes appear separately in the Source Control view. They are also excluded from several actions.",
|
|
|
|
|
"config.useCommitInputAsStashMessage": "Controls whether to use the message from the commit input box as the default stash message.",
|
|
|
|
|
"config.useForcePushWithLease": "Controls whether force pushing uses the safer force-with-lease variant.",
|
|
|
|
|
"description": "Git SCM Integration",
|
|
|
|
|
"displayName": "Git",
|
|
|
|
|
"submenu.branch": "Branch",
|
|
|
|
|
"submenu.changes": "Changes",
|
|
|
|
|
"submenu.commit": "Commit",
|
|
|
|
|
"submenu.commit.amend": "Amend",
|
|
|
|
|
"submenu.commit.signoff": "Sign Off",
|
|
|
|
|
"submenu.explorer": "Git",
|
|
|
|
|
"submenu.pullpush": "Pull, Push",
|
|
|
|
|
"submenu.remotes": "Remote",
|
|
|
|
|
"submenu.stash": "Stash",
|
|
|
|
|
"submenu.tags": "Tags",
|
|
|
|
|
"view.workbench.cloneRepository": "You can clone a repository locally.\r\n[Clone Repository](command:git.clone 'Clone a repository once the git extension has activated')",
|
|
|
|
|
"view.workbench.learnMore": "To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.disabled": "If you would like to use git features, please enable git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.empty": "In order to use git features, you can open a folder containing a git repository or clone from a URL.\r\n[Open Folder](command:vscode.openFolder)\r\n[Clone Repository](command:git.clone)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.emptyWorkspace": "The workspace currently open doesn't have any folders containing git repositories.\r\n[Add Folder to Workspace](command:workbench.action.addRootFolder)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.folder": "The folder currently open doesn't have a git repository. You can initialize a repository which will enable source control features powered by git.\r\n[Initialize Repository](command:git.init?%5Btrue%5D)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
|
|
|
|
|
"view.workbench.scm.missing": "A valid git installation was not detected, more details can be found in the [git output](command:git.showOutput).\r\nPlease [install git](https://git-scm.com/), or learn more about how to use git and source control in Azure Data Studio in [our docs](https://aka.ms/vscode-scm).\r\nIf you're using a different version control system, you can [search the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) for additional extensions.",
|
|
|
|
|
"view.workbench.scm.workspace": "The workspace currently open doesn't have any folders containing git repositories. You can initialize a repository on a folder which will enable source control features powered by git.\r\n[Initialize Repository](command:git.init)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm)."
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|