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: 5e0424c5adf03cfa0db2f46cab94eadcfb136a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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",
	"no_lines": "nessuna linea",
	"more_lines": "{0} linee",
	"header": "Differenza {0} di {1}: originale {2}, {3}, modificate {4}, {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"
}