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: 52111fbb3a581d03138ae492c2e444832011f2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"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",
	"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",
	"RemoveAction.label": "Quitar",
	"file.replaceAll.label": "Reemplazar todo",
	"match.replace.label": "Reemplazar"
}