Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.i18n.json « merge-conflict « extensions « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d442fe0881f0c70c3c91928f4c751a5b870f2657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"displayName": "Esegui merge del conflitto",
	"command.category": "Esegui merge del conflitto",
	"command.accept.all-current": "Accettare tutte le modifiche correnti",
	"command.accept.all-incoming": "Accettare tutte le modifiche in ingresso",
	"command.accept.all-both": "Accettare tutte in entrambe",
	"command.accept.current": "Accettare corrente",
	"command.accept.incoming": "Accettare modifiche in ingresso",
	"command.accept.selection": "Accettare selezione",
	"command.accept.both": "Accettare entrambe",
	"command.next": "Conflitto successivo",
	"command.previous": "Conflitto precedente",
	"command.compare": "Confronta il conflitto corrente",
	"config.title": "Esegui merge del conflitto",
	"config.codeLensEnabled": "Abilita/Disabilita le finestre CodeLens del blocco merge di conflitti all'interno di editor",
	"config.decoratorsEnabled": "Abilita/Disabilita gli elementi Decorator sul blocco merge di conflitti all'interno di editor"
}