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

quickOpenController.i18n.json « quickopen « parts « browser « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b26e5ce6b85854539129ca944cbfb77cca34a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"canNotRunPlaceholder": "Este controlador de Quick Open no se puede usar en el contexto actual",
	"emptyPicks": "No hay entradas para seleccionar",
	"entryAriaLabel": "{0}, abiertos recientemente",
	"historyMatches": "abiertos recientemente",
	"inputModeEntry": "Presione \"Entrar\" para confirmar su entrada o \"Esc\" para cancelar",
	"inputModeEntryDescription": "{0} (Presione \"Entrar\" para confirmar o \"Esc\" para cancelar)",
	"noResultsFound1": "No se encontraron resultados",
	"pickHistory": "Seleccione una entrada del editor para quitarla del historial",
	"quickOpenInput": "Escriba '?' para obtener ayuda con las acciones que puede realizar desde aquí",
	"removeFromEditorHistory": "Quitar del historial de editores"
}