gitWorkbenchContributions.i18n.json 1.1 KB
Newer Older
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
D
Dirk Baeumer 已提交
7
	"confirmSync": "Confermare prima di sincronizzare i repository GIT.",
8 9
	"git": "GIT",
	"gitAutoFetch": "Indica se il recupero automatico è abilitato.",
D
Dirk Baeumer 已提交
10
	"gitAutoRefresh": "Indica se l'aggiornamento automatico è abilitato",
11
	"gitCommands": "Comandi GIT",
D
Dirk Baeumer 已提交
12
	"gitConfigurationTitle": "GIT",
D
Dirk Baeumer 已提交
13
	"gitEnabled": "GIT abilitato",
D
Dirk Baeumer 已提交
14 15
	"gitLargeRepos": "Consente a Code di gestire sempre i repository di grandi dimensioni.",
	"gitLongCommit": "Indica se visualizzare un avviso in caso di messaggi di commit lunghi.",
16 17 18 19 20 21
	"gitPath": "Percorso dell'eseguibile di GIT",
	"gitPendingChangesBadge": "{0} modifiche in sospeso",
	"gitProgressBadge": "Stato di esecuzione GIT",
	"toggleGitViewlet": "Mostra GIT",
	"view": "Visualizza"
}