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

searchActions.i18n.json « browser « search « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 572f519b892b159a83f48f5173569dd6a8100342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"nextSearchIncludePattern": "Mostrar siguiente búsqueda de patrón include",
	"previousSearchIncludePattern": "Mostrar búsqueda anterior de patrón include ",
	"nextSearchExcludePattern": "Mostrar siguiente búsqueda de patrón exclude ",
	"previousSearchExcludePattern": "Mostrar búsqueda anterior de patrón exclude ",
	"nextSearchTerm": "Mostrar siguiente término de búsqueda",
	"previousSearchTerm": "Mostrar anterior término de búsqueda",
	"focusNextInputBox": "Centrarse en el siguiente cuadro de entrada",
	"focusPreviousInputBox": "Centrarse en el anterior cuadro de entrada",
	"replaceInFiles": "Reemplazar en archivos",
	"findInWorkspace": "Buscar en área de trabajo...",
	"findInFolder": "Buscar en carpeta...",
	"RefreshAction.label": "Actualizar",
	"ClearSearchResultsAction.label": "Borrar resultados de la búsqueda",
	"FocusNextSearchResult.label": "Centrarse en el siguiente resultado de la búsqueda",
	"FocusPreviousSearchResult.label": "Centrarse en el anterior resultado de la búsqueda",
	"file.replaceAll.label": "Reemplazar todo",
	"match.replace.label": "Reemplazar"
}