commandsHandler.i18n.json 805 字节
Newer Older
D
Dirk Baeumer 已提交
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
	"": "{0}: {1}",
D
Dirk Baeumer 已提交
8 9 10 11
	"actionNotEnabled": "Il comando '{0}' non è abilitato nel contesto corrente.",
	"canNotRun": "Non è possibile eseguire il comando '{0}' da questa posizione.",
	"commandLabel": "{0}: {1}",
	"entryAriaLabel": "{0}, comandi",
D
Dirk Baeumer 已提交
12
	"entryAriaLabelWithKey": "{0}, {1}, comandi",
D
Dirk Baeumer 已提交
13 14 15
	"noCommandsMatching": "Non ci sono comandi corrispondenti",
	"showTriggerActions": "Mostra tutti i comandi"
}