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

diffReview.i18n.json « widget « browser « editor « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fb518a5358ae08a0e5cc8d030aaa07e44d6da50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"label.close": "Chiudi",
	"header": "Differenza {0} di {1}: originali {2}, {3} righe, modificate {4}, righe {5}",
	"blankLine": "vuota",
	"equalLine": "originali {0}, modificate {1}: {2}",
	"insertLine": "+ modificate {0}: {1}",
	"deleteLine": "- originali {0}: {1}",
	"editor.action.diffReview.next": "Vai alla differenza successiva",
	"editor.action.diffReview.prev": "Vai alla differenza precedente"
}