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

commandsHandler.i18n.json « browser « quickopen « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0012dd14f7a35dbb225371cb9efea38f48ad7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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": "Mostrar todos los comandos",
	"clearCommandHistory": "Borrar historial de comandos",
	"showCommands.label": "Paleta de comandos...",
	"entryAriaLabelWithKey": "{0}, {1}, comandos",
	"entryAriaLabel": "{0}, comandos",
	"canNotRun": "El comando '{0}' no puede ejecutarse desde aquí.",
	"actionNotEnabled": "El comando '{0}' no está habilitado en el contexto actual.",
	"recentlyUsed": "usado recientemente",
	"morecCommands": "otros comandos",
	"cat.title": "{0}: {1}",
	"noCommandsMatching": "No hay comandos coincidentes"
}