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

multicursor.i18n.json « common « multicursor « contrib « editor « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d59941467537743cc492f25c94f44bda69186ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"mutlicursor.insertAbove": "Agregar cursor arriba",
	"mutlicursor.insertBelow": "Agregar cursor debajo",
	"mutlicursor.insertAtEndOfEachLineSelected": "Añadir cursores a finales de línea",
	"addSelectionToNextFindMatch": "Agregar selección hasta la siguiente coincidencia de búsqueda",
	"addSelectionToPreviousFindMatch": "Agregar selección hasta la anterior coincidencia de búsqueda",
	"moveSelectionToNextFindMatch": "Mover última selección hasta la siguiente coincidencia de búsqueda",
	"moveSelectionToPreviousFindMatch": "Mover última selección hasta la anterior coincidencia de búsqueda",
	"selectAllOccurrencesOfFindMatch": "Seleccionar todas las repeticiones de coincidencia de búsqueda",
	"changeAll.label": "Cambiar todas las ocurrencias"
}