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

commandsHandler.i18n.json « browser « quickopen « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28964d0cf5c07f491bf09cf5f8d243a9c08b69ff (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.
{
	"showTriggerActions": "Mostra tutti i comandi",
	"clearCommandHistory": "Cancella cronologia dei comandi",
	"showCommands.label": "Riquadro comandi...",
	"entryAriaLabelWithKey": "{0}, {1}, comandi",
	"entryAriaLabel": "{0}, comandi",
	"canNotRun": "Non è possibile eseguire il comando '{0}' da questa posizione.",
	"actionNotEnabled": "Il comando '{0}' non è abilitato nel contesto corrente.",
	"recentlyUsed": "usate di recente",
	"morecCommands": "altri comandi",
	"commandLabel": "{0}: {1}",
	"cat.title": "{0}: {1}",
	"noCommandsMatching": "Non ci sono comandi corrispondenti"
}